forked from ArduPilot/MissionPlanner
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMavlinkLog.Designer.cs
181 lines (175 loc) · 8.12 KB
/
MavlinkLog.Designer.cs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
namespace MissionPlanner.Log
{
partial class MavlinkLog
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MavlinkLog));
this.BUT_redokml = new MissionPlanner.Controls.MyButton();
this.progressBar1 = new System.Windows.Forms.ProgressBar();
this.BUT_humanreadable = new MissionPlanner.Controls.MyButton();
this.BUT_graphmavlog = new MissionPlanner.Controls.MyButton();
this.zg1 = new ZedGraph.ZedGraphControl();
this.BUT_convertcsv = new MissionPlanner.Controls.MyButton();
this.BUT_paramsfromlog = new MissionPlanner.Controls.MyButton();
this.BUT_getwpsfromlog = new MissionPlanner.Controls.MyButton();
this.BUT_matlab = new MissionPlanner.Controls.MyButton();
this.treeView1 = new System.Windows.Forms.TreeView();
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.but_cs = new MissionPlanner.Controls.MyButton();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
this.SuspendLayout();
//
// BUT_redokml
//
resources.ApplyResources(this.BUT_redokml, "BUT_redokml");
this.BUT_redokml.Name = "BUT_redokml";
this.BUT_redokml.UseVisualStyleBackColor = true;
this.BUT_redokml.Click += new System.EventHandler(this.BUT_redokml_Click);
//
// progressBar1
//
resources.ApplyResources(this.progressBar1, "progressBar1");
this.progressBar1.Name = "progressBar1";
//
// BUT_humanreadable
//
resources.ApplyResources(this.BUT_humanreadable, "BUT_humanreadable");
this.BUT_humanreadable.Name = "BUT_humanreadable";
this.BUT_humanreadable.UseVisualStyleBackColor = true;
this.BUT_humanreadable.Click += new System.EventHandler(this.BUT_humanreadable_Click);
//
// BUT_graphmavlog
//
resources.ApplyResources(this.BUT_graphmavlog, "BUT_graphmavlog");
this.BUT_graphmavlog.Name = "BUT_graphmavlog";
this.BUT_graphmavlog.UseVisualStyleBackColor = true;
this.BUT_graphmavlog.Click += new System.EventHandler(this.BUT_graphmavlog_Click);
//
// zg1
//
resources.ApplyResources(this.zg1, "zg1");
this.zg1.Name = "zg1";
this.zg1.ScrollGrace = 0D;
this.zg1.ScrollMaxX = 0D;
this.zg1.ScrollMaxY = 0D;
this.zg1.ScrollMaxY2 = 0D;
this.zg1.ScrollMinX = 0D;
this.zg1.ScrollMinY = 0D;
this.zg1.ScrollMinY2 = 0D;
//
// BUT_convertcsv
//
resources.ApplyResources(this.BUT_convertcsv, "BUT_convertcsv");
this.BUT_convertcsv.Name = "BUT_convertcsv";
this.BUT_convertcsv.UseVisualStyleBackColor = true;
this.BUT_convertcsv.Click += new System.EventHandler(this.BUT_convertcsv_Click);
//
// BUT_paramsfromlog
//
resources.ApplyResources(this.BUT_paramsfromlog, "BUT_paramsfromlog");
this.BUT_paramsfromlog.Name = "BUT_paramsfromlog";
this.BUT_paramsfromlog.UseVisualStyleBackColor = true;
this.BUT_paramsfromlog.Click += new System.EventHandler(this.BUT_paramsfromlog_Click);
//
// BUT_getwpsfromlog
//
resources.ApplyResources(this.BUT_getwpsfromlog, "BUT_getwpsfromlog");
this.BUT_getwpsfromlog.Name = "BUT_getwpsfromlog";
this.BUT_getwpsfromlog.UseVisualStyleBackColor = true;
this.BUT_getwpsfromlog.Click += new System.EventHandler(this.BUT_getwpsfromlog_Click);
//
// BUT_matlab
//
resources.ApplyResources(this.BUT_matlab, "BUT_matlab");
this.BUT_matlab.Name = "BUT_matlab";
this.BUT_matlab.UseVisualStyleBackColor = true;
this.BUT_matlab.Click += new System.EventHandler(this.BUT_matlab_Click);
//
// treeView1
//
this.treeView1.CheckBoxes = true;
resources.ApplyResources(this.treeView1, "treeView1");
this.treeView1.Name = "treeView1";
this.treeView1.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.treeView1_NodeMouseClick);
//
// splitContainer1
//
resources.ApplyResources(this.splitContainer1, "splitContainer1");
this.splitContainer1.Name = "splitContainer1";
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.Controls.Add(this.zg1);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.treeView1);
//
// but_cs
//
resources.ApplyResources(this.but_cs, "but_cs");
this.but_cs.Name = "but_cs";
this.but_cs.UseVisualStyleBackColor = true;
this.but_cs.Click += new System.EventHandler(this.but_cs_Click);
//
// MavlinkLog
//
resources.ApplyResources(this, "$this");
this.Controls.Add(this.but_cs);
this.Controls.Add(this.splitContainer1);
this.Controls.Add(this.BUT_matlab);
this.Controls.Add(this.BUT_getwpsfromlog);
this.Controls.Add(this.BUT_paramsfromlog);
this.Controls.Add(this.BUT_convertcsv);
this.Controls.Add(this.BUT_graphmavlog);
this.Controls.Add(this.BUT_humanreadable);
this.Controls.Add(this.progressBar1);
this.Controls.Add(this.BUT_redokml);
this.Name = "MavlinkLog";
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
this.splitContainer1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private Controls.MyButton BUT_redokml;
private System.Windows.Forms.ProgressBar progressBar1;
private Controls.MyButton BUT_humanreadable;
private Controls.MyButton BUT_graphmavlog;
private ZedGraph.ZedGraphControl zg1;
private Controls.MyButton BUT_convertcsv;
private Controls.MyButton BUT_paramsfromlog;
private Controls.MyButton BUT_getwpsfromlog;
private Controls.MyButton BUT_matlab;
private System.Windows.Forms.TreeView treeView1;
private System.Windows.Forms.SplitContainer splitContainer1;
private Controls.MyButton but_cs;
}
}