📄 chaxun.designer.cs
字号:
//
// button8
//
this.button8.Location = new System.Drawing.Point(94, 184);
this.button8.Name = "button8";
this.button8.Size = new System.Drawing.Size(49, 26);
this.button8.TabIndex = 14;
this.button8.Text = "< =";
this.button8.UseVisualStyleBackColor = true;
this.button8.Click += new System.EventHandler(this.button8_Click);
//
// button9
//
this.button9.Location = new System.Drawing.Point(94, 216);
this.button9.Name = "button9";
this.button9.Size = new System.Drawing.Size(49, 26);
this.button9.TabIndex = 15;
this.button9.Text = "_";
this.button9.UseVisualStyleBackColor = true;
this.button9.Click += new System.EventHandler(this.button9_Click);
//
// button10
//
this.button10.Location = new System.Drawing.Point(94, 248);
this.button10.Name = "button10";
this.button10.Size = new System.Drawing.Size(49, 26);
this.button10.TabIndex = 16;
this.button10.Text = "\'";
this.button10.UseVisualStyleBackColor = true;
this.button10.Click += new System.EventHandler(this.button10_Click);
//
// button11
//
this.button11.Location = new System.Drawing.Point(162, 120);
this.button11.Name = "button11";
this.button11.Size = new System.Drawing.Size(49, 26);
this.button11.TabIndex = 17;
this.button11.Text = "Like";
this.button11.UseVisualStyleBackColor = true;
this.button11.Click += new System.EventHandler(this.button11_Click);
//
// button12
//
this.button12.Location = new System.Drawing.Point(162, 152);
this.button12.Name = "button12";
this.button12.Size = new System.Drawing.Size(49, 26);
this.button12.TabIndex = 18;
this.button12.Text = "And";
this.button12.UseVisualStyleBackColor = true;
this.button12.Click += new System.EventHandler(this.button12_Click);
//
// button13
//
this.button13.Location = new System.Drawing.Point(162, 184);
this.button13.Name = "button13";
this.button13.Size = new System.Drawing.Size(49, 26);
this.button13.TabIndex = 19;
this.button13.Text = "Or";
this.button13.UseVisualStyleBackColor = true;
this.button13.Click += new System.EventHandler(this.button13_Click);
//
// button14
//
this.button14.Location = new System.Drawing.Point(162, 216);
this.button14.Name = "button14";
this.button14.Size = new System.Drawing.Size(49, 26);
this.button14.TabIndex = 20;
this.button14.Text = "Not";
this.button14.UseVisualStyleBackColor = true;
this.button14.Click += new System.EventHandler(this.button14_Click);
//
// button15
//
this.button15.Location = new System.Drawing.Point(162, 248);
this.button15.Name = "button15";
this.button15.Size = new System.Drawing.Size(49, 26);
this.button15.TabIndex = 21;
this.button15.Text = "Is";
this.button15.UseVisualStyleBackColor = true;
this.button15.Click += new System.EventHandler(this.button15_Click);
//
// button16
//
this.button16.Location = new System.Drawing.Point(58, 431);
this.button16.Name = "button16";
this.button16.Size = new System.Drawing.Size(63, 28);
this.button16.TabIndex = 23;
this.button16.Text = "确定";
this.button16.UseVisualStyleBackColor = true;
this.button16.Click += new System.EventHandler(this.button16_Click);
//
// button17
//
this.button17.Location = new System.Drawing.Point(243, 431);
this.button17.Name = "button17";
this.button17.Size = new System.Drawing.Size(67, 28);
this.button17.TabIndex = 24;
this.button17.Text = "取消";
this.button17.UseVisualStyleBackColor = true;
this.button17.Click += new System.EventHandler(this.button17_Click);
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(25, 301);
this.textBox1.Multiline = true;
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(376, 88);
this.textBox1.TabIndex = 25;
//
// chaxun
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(439, 490);
this.Controls.Add(this.textBox1);
this.Controls.Add(this.button17);
this.Controls.Add(this.button16);
this.Controls.Add(this.button15);
this.Controls.Add(this.button14);
this.Controls.Add(this.button13);
this.Controls.Add(this.button12);
this.Controls.Add(this.button11);
this.Controls.Add(this.button10);
this.Controls.Add(this.button9);
this.Controls.Add(this.button8);
this.Controls.Add(this.button3);
this.Controls.Add(this.button2);
this.Controls.Add(this.button7);
this.Controls.Add(this.button6);
this.Controls.Add(this.button5);
this.Controls.Add(this.button4);
this.Controls.Add(this.button1);
this.Controls.Add(this.listBox1);
this.Controls.Add(this.comboBox2);
this.Controls.Add(this.label2);
this.Controls.Add(this.comboBox1);
this.Controls.Add(this.label1);
this.Name = "chaxun";
this.Text = "chaxun";
this.Load += new System.EventHandler(this.chaxun_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.ComboBox comboBox1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.ComboBox comboBox2;
private System.Windows.Forms.ListBox listBox1;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.Button button5;
private System.Windows.Forms.Button button6;
private System.Windows.Forms.Button button7;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Button button8;
private System.Windows.Forms.Button button9;
private System.Windows.Forms.Button button10;
private System.Windows.Forms.Button button11;
private System.Windows.Forms.Button button12;
private System.Windows.Forms.Button button13;
private System.Windows.Forms.Button button14;
private System.Windows.Forms.Button button15;
private System.Windows.Forms.Button button16;
private System.Windows.Forms.Button button17;
private System.Windows.Forms.TextBox textBox1;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -