1 namespace AutoChangeWindow
  2 {
  3     partial class Form1
  4     {
  5         /// <summary>
  6         /// 必需的设计器变量。
  7         /// </summary>
  8         private System.ComponentModel.IContainer components = null;
  9 
 10         /// <summary>
 11         /// 清理所有正在使用的资源。
 12         /// </summary>
 13         /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
 14         protected override void Dispose(bool disposing)
 15         {
 16             if (disposing && (components != null))
 17             {
 18                 components.Dispose();
 19             }
 20             base.Dispose(disposing);
 21         }
 22 
 23         #region Windows 窗体设计器生成的代码
 24 
 25         /// <summary>
 26         /// 设计器支持所需的方法 - 不要
 27         /// 使用代码编辑器修改此方法的内容。
 28         /// </summary>
 29         private void InitializeComponent()
 30         {
 31             this.btnGetProcessList = new System.Windows.Forms.Button();
 32             this.btnStart = new System.Windows.Forms.Button();
 33             this.txtWin1 = new System.Windows.Forms.TextBox();
 34             this.label1 = new System.Windows.Forms.Label();
 35             this.label2 = new System.Windows.Forms.Label();
 36             this.txtWin2 = new System.Windows.Forms.TextBox();
 37             this.txtWin3 = new System.Windows.Forms.TextBox();
 38             this.label3 = new System.Windows.Forms.Label();
 39             this.label4 = new System.Windows.Forms.Label();
 40             this.btnStop = new System.Windows.Forms.Button();
 41             this.label5 = new System.Windows.Forms.Label();
 42             this.label6 = new System.Windows.Forms.Label();
 43             this.label7 = new System.Windows.Forms.Label();
 44             this.txtSpan1 = new System.Windows.Forms.TextBox();
 45             this.txtSpan2 = new System.Windows.Forms.TextBox();
 46             this.txtSpan3 = new System.Windows.Forms.TextBox();
 47             this.label8 = new System.Windows.Forms.Label();
 48             this.label9 = new System.Windows.Forms.Label();
 49             this.label10 = new System.Windows.Forms.Label();
 50             this.SuspendLayout();
 51             // 
 52             // btnGetProcessList
 53             // 
 54             this.btnGetProcessList.Location = new System.Drawing.Point(-78, -16);
 55             this.btnGetProcessList.Name = "btnGetProcessList";
 56             this.btnGetProcessList.Size = new System.Drawing.Size(75, 23);
 57             this.btnGetProcessList.TabIndex = 10;
 58             this.btnGetProcessList.Text = "获取进程列表";
 59             this.btnGetProcessList.UseVisualStyleBackColor = true;
 60             // 
 61             // btnStart
 62             // 
 63             this.btnStart.Location = new System.Drawing.Point(60, 103);
 64             this.btnStart.Name = "btnStart";
 65             this.btnStart.Size = new System.Drawing.Size(75, 23);
 66             this.btnStart.TabIndex = 11;
 67             this.btnStart.Text = "启动";
 68             this.btnStart.UseVisualStyleBackColor = true;
 69             this.btnStart.Click += new System.EventHandler(this.btnStart_Click);
 70             // 
 71             // txtWin1
 72             // 
 73             this.txtWin1.Location = new System.Drawing.Point(60, 23);
 74             this.txtWin1.Name = "txtWin1";
 75             this.txtWin1.Size = new System.Drawing.Size(195, 21);
 76             this.txtWin1.TabIndex = 12;
 77             // 
 78             // label1
 79             // 
 80             this.label1.AutoSize = true;
 81             this.label1.Location = new System.Drawing.Point(13, 29);
 82             this.label1.Name = "label1";
 83             this.label1.Size = new System.Drawing.Size(47, 12);
 84             this.label1.TabIndex = 13;
 85             this.label1.Text = "窗口1:";
 86             // 
 87             // label2
 88             // 
 89             this.label2.AutoSize = true;
 90             this.label2.Location = new System.Drawing.Point(13, 53);
 91             this.label2.Name = "label2";
 92             this.label2.Size = new System.Drawing.Size(47, 12);
 93             this.label2.TabIndex = 14;
 94             this.label2.Text = "窗口2:";
 95             // 
 96             // txtWin2
 97             // 
 98             this.txtWin2.Location = new System.Drawing.Point(60, 47);
 99             this.txtWin2.Name = "txtWin2";
100             this.txtWin2.Size = new System.Drawing.Size(195, 21);
101             this.txtWin2.TabIndex = 15;
102             // 
103             // txtWin3
104             // 
105             this.txtWin3.Location = new System.Drawing.Point(60, 71);
106             this.txtWin3.Name = "txtWin3";
107             this.txtWin3.Size = new System.Drawing.Size(195, 21);
108             this.txtWin3.TabIndex = 17;
109             // 
110             // label3
111             // 
112             this.label3.AutoSize = true;
113             this.label3.Location = new System.Drawing.Point(13, 77);
114             this.label3.Name = "label3";
115             this.label3.Size = new System.Drawing.Size(47, 12);
116             this.label3.TabIndex = 16;
117             this.label3.Text = "窗口3:";
118             // 
119             // label4
120             // 
121             this.label4.AutoSize = true;
122             this.label4.Location = new System.Drawing.Point(58, 8);
123             this.label4.Name = "label4";
124             this.label4.Size = new System.Drawing.Size(77, 12);
125             this.label4.TabIndex = 18;
126             this.label4.Text = "填写窗口名称";
127             // 
128             // btnStop
129             // 
130             this.btnStop.Location = new System.Drawing.Point(156, 103);
131             this.btnStop.Name = "btnStop";
132             this.btnStop.Size = new System.Drawing.Size(75, 23);
133             this.btnStop.TabIndex = 19;
134             this.btnStop.Text = "停止";
135             this.btnStop.UseVisualStyleBackColor = true;
136             this.btnStop.Click += new System.EventHandler(this.btnStop_Click);
137             // 
138             // label5
139             // 
140             this.label5.AutoSize = true;
141             this.label5.Location = new System.Drawing.Point(262, 28);
142             this.label5.Name = "label5";
143             this.label5.Size = new System.Drawing.Size(29, 12);
144             this.label5.TabIndex = 20;
145             this.label5.Text = "间隔";
146             // 
147             // label6
148             // 
149             this.label6.AutoSize = true;
150             this.label6.Location = new System.Drawing.Point(262, 53);
151             this.label6.Name = "label6";
152             this.label6.Size = new System.Drawing.Size(29, 12);
153             this.label6.TabIndex = 21;
154             this.label6.Text = "间隔";
155             // 
156             // label7
157             // 
158             this.label7.AutoSize = true;
159             this.label7.Location = new System.Drawing.Point(262, 75);
160             this.label7.Name = "label7";
161             this.label7.Size = new System.Drawing.Size(29, 12);
162             this.label7.TabIndex = 22;
163             this.label7.Text = "间隔";
164             // 
165             // txtSpan1
166             // 
167             this.txtSpan1.Location = new System.Drawing.Point(298, 23);
168             this.txtSpan1.Name = "txtSpan1";
169             this.txtSpan1.Size = new System.Drawing.Size(37, 21);
170             this.txtSpan1.TabIndex = 23;
171             // 
172             // txtSpan2
173             // 
174             this.txtSpan2.Location = new System.Drawing.Point(298, 47);
175             this.txtSpan2.Name = "txtSpan2";
176             this.txtSpan2.Size = new System.Drawing.Size(37, 21);
177             this.txtSpan2.TabIndex = 24;
178             // 
179             // txtSpan3
180             // 
181             this.txtSpan3.Location = new System.Drawing.Point(298, 70);
182             this.txtSpan3.Name = "txtSpan3";
183             this.txtSpan3.Size = new System.Drawing.Size(37, 21);
184             this.txtSpan3.TabIndex = 25;
185             // 
186             // label8
187             // 
188             this.label8.AutoSize = true;
189             this.label8.Location = new System.Drawing.Point(341, 29);
190             this.label8.Name = "label8";
191             this.label8.Size = new System.Drawing.Size(17, 12);
192             this.label8.TabIndex = 26;
193             this.label8.Text = "";
194             // 
195             // label9
196             // 
197             this.label9.AutoSize = true;
198             this.label9.Location = new System.Drawing.Point(341, 52);
199             this.label9.Name = "label9";
200             this.label9.Size = new System.Drawing.Size(17, 12);
201             this.label9.TabIndex = 27;
202             this.label9.Text = "";
203             // 
204             // label10
205             // 
206             this.label10.AutoSize = true;
207             this.label10.Location = new System.Drawing.Point(341, 75);
208             this.label10.Name = "label10";
209             this.label10.Size = new System.Drawing.Size(17, 12);
210             this.label10.TabIndex = 28;
211             this.label10.Text = "";
212             // 
213             // Form1
214             // 
215             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
216             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
217             this.ClientSize = new System.Drawing.Size(490, 175);
218             this.Controls.Add(this.label10);
219             this.Controls.Add(this.label9);
220             this.Controls.Add(this.label8);
221             this.Controls.Add(this.txtSpan3);
222             this.Controls.Add(this.txtSpan2);
223             this.Controls.Add(this.txtSpan1);
224             this.Controls.Add(this.label7);
225             this.Controls.Add(this.label6);
226             this.Controls.Add(this.label5);
227             this.Controls.Add(this.btnStop);
228             this.Controls.Add(this.label4);
229             this.Controls.Add(this.txtWin3);
230             this.Controls.Add(this.label3);
231             this.Controls.Add(this.txtWin2);
232             this.Controls.Add(this.label2);
233             this.Controls.Add(this.label1);
234             this.Controls.Add(this.txtWin1);
235             this.Controls.Add(this.btnStart);
236             this.Controls.Add(this.btnGetProcessList);
237             this.Name = "Form1";
238             this.Text = "窗口自动切换";
239             this.Load += new System.EventHandler(this.Form1_Load);
240             this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Form1_KeyDown);
241             this.ResumeLayout(false);
242             this.PerformLayout();
243 
244         }
245 
246         #endregion
247 
248         private System.Windows.Forms.Button btnGetProcessList;
249         private System.Windows.Forms.Button btnStart;
250         private System.Windows.Forms.TextBox txtWin1;
251         private System.Windows.Forms.Label label1;
252         private System.Windows.Forms.Label label2;
253         private System.Windows.Forms.TextBox txtWin2;
254         private System.Windows.Forms.TextBox txtWin3;
255         private System.Windows.Forms.Label label3;
256         private System.Windows.Forms.Label label4;
257         private System.Windows.Forms.Button btnStop;
258         private System.Windows.Forms.Label label5;
259         private System.Windows.Forms.Label label6;
260         private System.Windows.Forms.Label label7;
261         private System.Windows.Forms.TextBox txtSpan1;
262         private System.Windows.Forms.TextBox txtSpan2;
263         private System.Windows.Forms.TextBox txtSpan3;
264         private System.Windows.Forms.Label label8;
265         private System.Windows.Forms.Label label9;
266         private System.Windows.Forms.Label label10;
267     }
268 }
View Code

相关文章:

  • 2021-10-12
  • 2021-11-23
  • 2021-11-04
  • 2021-04-10
  • 2021-12-05
猜你喜欢
  • 2021-10-09
  • 2022-12-23
  • 2021-12-01
  • 2022-02-23
  • 2022-12-23
  • 2021-12-05
相关资源
相似解决方案