FrmAxisDebug.Designer.cs
9.3 KB
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
182
183
184
185
186
187
188
189
190
191
192
namespace OnlineStore.TinPasteStore
{
partial class FrmAxisDebug
{
#region Windows Form Designer generated code
#endregion
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Timer timer1;
private System.ComponentModel.IContainer components;
private System.Windows.Forms.Label lblSpeed;
private System.Windows.Forms.TrackBar trackBar1;
private useControl.AxisJogControl axisPointControl1;
private useControl.AxisJogControl axisPointControl2;
private useControl.AxisJogControl axisPointControl3;
private useControl.AxisJogControl axisPointControl4;
private useControl.AxisJogControl axisPointControl5;
private useControl.AxisJogControl axisPointControl6;
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmAxisDebug));
this.button1 = new System.Windows.Forms.Button();
this.label5 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.lblSpeed = new System.Windows.Forms.Label();
this.trackBar1 = new System.Windows.Forms.TrackBar();
this.axisPointControl1 = new OnlineStore.TinPasteStore.useControl.AxisJogControl();
this.axisPointControl2 = new OnlineStore.TinPasteStore.useControl.AxisJogControl();
this.axisPointControl3 = new OnlineStore.TinPasteStore.useControl.AxisJogControl();
this.axisPointControl4 = new OnlineStore.TinPasteStore.useControl.AxisJogControl();
this.axisPointControl5 = new OnlineStore.TinPasteStore.useControl.AxisJogControl();
this.axisPointControl6 = new OnlineStore.TinPasteStore.useControl.AxisJogControl();
((System.ComponentModel.ISupportInitialize)(this.trackBar1)).BeginInit();
this.SuspendLayout();
//
// button1
//
this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button1.Location = new System.Drawing.Point(617, 501);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(126, 37);
this.button1.TabIndex = 16;
this.button1.Text = "关闭";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(194, 31);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(56, 17);
this.label5.TabIndex = 20;
this.label5.Text = "点动速度";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(588, 31);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(56, 17);
this.label6.TabIndex = 21;
this.label6.Text = "实时坐标";
//
// timer1
//
this.timer1.Interval = 3000;
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// lblSpeed
//
this.lblSpeed.AutoSize = true;
this.lblSpeed.Location = new System.Drawing.Point(361, 531);
this.lblSpeed.Name = "lblSpeed";
this.lblSpeed.Size = new System.Drawing.Size(142, 17);
this.lblSpeed.TabIndex = 30;
this.lblSpeed.Text = "点动速度=0.2倍目标速度";
//
// trackBar1
//
this.trackBar1.LargeChange = 2;
this.trackBar1.Location = new System.Drawing.Point(90, 482);
this.trackBar1.Minimum = 1;
this.trackBar1.Name = "trackBar1";
this.trackBar1.Size = new System.Drawing.Size(366, 45);
this.trackBar1.TabIndex = 29;
this.trackBar1.Value = 2;
this.trackBar1.ValueChanged += new System.EventHandler(this.trackBar1_ValueChanged);
//
// axisPointControl1
//
this.axisPointControl1.AddText = "旋转轴+(顺时针)";
this.axisPointControl1.AxisInfo = null;
this.axisPointControl1.ConText = "(轴一)取料旋转轴";
this.axisPointControl1.DelText = "旋转轴-(逆时针)";
this.axisPointControl1.Location = new System.Drawing.Point(64, 76);
this.axisPointControl1.Name = "axisPointControl1";
this.axisPointControl1.Size = new System.Drawing.Size(725, 53);
this.axisPointControl1.TabIndex = 31;
//
// axisPointControl2
//
this.axisPointControl2.AddText = "旋转轴+(顺时针)";
this.axisPointControl2.AxisInfo = null;
this.axisPointControl2.ConText = "(轴一)取料旋转轴";
this.axisPointControl2.DelText = "旋转轴-(逆时针)";
this.axisPointControl2.Location = new System.Drawing.Point(64, 142);
this.axisPointControl2.Name = "axisPointControl2";
this.axisPointControl2.Size = new System.Drawing.Size(725, 53);
this.axisPointControl2.TabIndex = 32;
//
// axisPointControl3
//
this.axisPointControl3.AddText = "旋转轴+(顺时针)";
this.axisPointControl3.AxisInfo = null;
this.axisPointControl3.ConText = "(轴一)取料旋转轴";
this.axisPointControl3.DelText = "旋转轴-(逆时针)";
this.axisPointControl3.Location = new System.Drawing.Point(64, 208);
this.axisPointControl3.Name = "axisPointControl3";
this.axisPointControl3.Size = new System.Drawing.Size(725, 53);
this.axisPointControl3.TabIndex = 33;
//
// axisPointControl4
//
this.axisPointControl4.AddText = "旋转轴+(顺时针)";
this.axisPointControl4.AxisInfo = null;
this.axisPointControl4.ConText = "(轴一)取料旋转轴";
this.axisPointControl4.DelText = "旋转轴-(逆时针)";
this.axisPointControl4.Location = new System.Drawing.Point(64, 274);
this.axisPointControl4.Name = "axisPointControl4";
this.axisPointControl4.Size = new System.Drawing.Size(725, 53);
this.axisPointControl4.TabIndex = 34;
//
// axisPointControl5
//
this.axisPointControl5.AddText = "旋转轴+(顺时针)";
this.axisPointControl5.AxisInfo = null;
this.axisPointControl5.ConText = "(轴一)取料旋转轴";
this.axisPointControl5.DelText = "旋转轴-(逆时针)";
this.axisPointControl5.Location = new System.Drawing.Point(64, 340);
this.axisPointControl5.Name = "axisPointControl5";
this.axisPointControl5.Size = new System.Drawing.Size(725, 53);
this.axisPointControl5.TabIndex = 35;
//
// axisPointControl6
//
this.axisPointControl6.AddText = "旋转轴+(顺时针)";
this.axisPointControl6.AxisInfo = null;
this.axisPointControl6.ConText = "(轴一)取料旋转轴";
this.axisPointControl6.DelText = "旋转轴-(逆时针)";
this.axisPointControl6.Location = new System.Drawing.Point(64, 406);
this.axisPointControl6.Name = "axisPointControl6";
this.axisPointControl6.Size = new System.Drawing.Size(725, 53);
this.axisPointControl6.TabIndex = 36;
//
// FrmAxisDebug
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(850, 578);
this.Controls.Add(this.axisPointControl6);
this.Controls.Add(this.axisPointControl5);
this.Controls.Add(this.axisPointControl4);
this.Controls.Add(this.axisPointControl3);
this.Controls.Add(this.axisPointControl2);
this.Controls.Add(this.axisPointControl1);
this.Controls.Add(this.lblSpeed);
this.Controls.Add(this.trackBar1);
this.Controls.Add(this.label6);
this.Controls.Add(this.label5);
this.Controls.Add(this.button1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "FrmAxisDebug";
this.Text = "轴点动调试";
this.Load += new System.EventHandler(this.FrmAxisDebug_Load);
this.Shown += new System.EventHandler(this.FrmAxisDebug_Shown);
((System.ComponentModel.ISupportInitialize)(this.trackBar1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
}
}