📄 form1.designer.cs
字号:
namespace _D彩票选号系统
{
partial class Form1
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.LbNum = new System.Windows.Forms.ListBox();
this.GroupBox1 = new System.Windows.Forms.GroupBox();
this.rbNo = new System.Windows.Forms.RadioButton();
this.rbYes = new System.Windows.Forms.RadioButton();
this.btnOK = new System.Windows.Forms.Button();
this.GroupBox2 = new System.Windows.Forms.GroupBox();
this.ckb9 = new System.Windows.Forms.CheckBox();
this.ckb8 = new System.Windows.Forms.CheckBox();
this.ckb7 = new System.Windows.Forms.CheckBox();
this.ckb6 = new System.Windows.Forms.CheckBox();
this.ckb5 = new System.Windows.Forms.CheckBox();
this.ckb4 = new System.Windows.Forms.CheckBox();
this.ckb3 = new System.Windows.Forms.CheckBox();
this.ckb2 = new System.Windows.Forms.CheckBox();
this.ckb1 = new System.Windows.Forms.CheckBox();
this.ckb0 = new System.Windows.Forms.CheckBox();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.btnDan = new System.Windows.Forms.Button();
this.txtDan = new System.Windows.Forms.TextBox();
this.GroupBox4 = new System.Windows.Forms.GroupBox();
this.btnZu = new System.Windows.Forms.Button();
this.txtZu = new System.Windows.Forms.TextBox();
this.lbHide = new System.Windows.Forms.ListBox();
this.txtZs = new System.Windows.Forms.TextBox();
this.GroupBox5 = new System.Windows.Forms.GroupBox();
this.rbZ6 = new System.Windows.Forms.RadioButton();
this.label1 = new System.Windows.Forms.Label();
this.rbZ3 = new System.Windows.Forms.RadioButton();
this.rbDx = new System.Windows.Forms.RadioButton();
this.btnText = new System.Windows.Forms.Button();
this.txtFileName = new System.Windows.Forms.TextBox();
this.GroupBox1.SuspendLayout();
this.GroupBox2.SuspendLayout();
this.groupBox3.SuspendLayout();
this.GroupBox4.SuspendLayout();
this.GroupBox5.SuspendLayout();
this.SuspendLayout();
//
// LbNum
//
this.LbNum.FormattingEnabled = true;
this.LbNum.ItemHeight = 12;
this.LbNum.Location = new System.Drawing.Point(213, 15);
this.LbNum.Name = "LbNum";
this.LbNum.Size = new System.Drawing.Size(80, 220);
this.LbNum.TabIndex = 0;
this.LbNum.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.LbNum_MouseDoubleClick);
//
// GroupBox1
//
this.GroupBox1.Controls.Add(this.rbNo);
this.GroupBox1.Controls.Add(this.rbYes);
this.GroupBox1.Location = new System.Drawing.Point(8, 10);
this.GroupBox1.Name = "GroupBox1";
this.GroupBox1.Size = new System.Drawing.Size(200, 49);
this.GroupBox1.TabIndex = 1;
this.GroupBox1.TabStop = false;
this.GroupBox1.Text = "选择是否要豹子号";
//
// rbNo
//
this.rbNo.AutoSize = true;
this.rbNo.Checked = true;
this.rbNo.Location = new System.Drawing.Point(110, 21);
this.rbNo.Name = "rbNo";
this.rbNo.Size = new System.Drawing.Size(35, 16);
this.rbNo.TabIndex = 1;
this.rbNo.TabStop = true;
this.rbNo.Text = "否";
this.rbNo.UseVisualStyleBackColor = true;
//
// rbYes
//
this.rbYes.AutoSize = true;
this.rbYes.Location = new System.Drawing.Point(33, 21);
this.rbYes.Name = "rbYes";
this.rbYes.Size = new System.Drawing.Size(35, 16);
this.rbYes.TabIndex = 0;
this.rbYes.Text = "是";
this.rbYes.UseVisualStyleBackColor = true;
//
// btnOK
//
this.btnOK.Location = new System.Drawing.Point(227, 13);
this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(48, 23);
this.btnOK.TabIndex = 0;
this.btnOK.Text = "确定";
this.btnOK.UseVisualStyleBackColor = true;
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
//
// GroupBox2
//
this.GroupBox2.Controls.Add(this.ckb9);
this.GroupBox2.Controls.Add(this.ckb8);
this.GroupBox2.Controls.Add(this.ckb7);
this.GroupBox2.Controls.Add(this.ckb6);
this.GroupBox2.Controls.Add(this.ckb5);
this.GroupBox2.Controls.Add(this.ckb4);
this.GroupBox2.Controls.Add(this.ckb3);
this.GroupBox2.Controls.Add(this.ckb2);
this.GroupBox2.Controls.Add(this.ckb1);
this.GroupBox2.Controls.Add(this.ckb0);
this.GroupBox2.Location = new System.Drawing.Point(8, 65);
this.GroupBox2.Name = "GroupBox2";
this.GroupBox2.Size = new System.Drawing.Size(200, 71);
this.GroupBox2.TabIndex = 2;
this.GroupBox2.TabStop = false;
this.GroupBox2.Text = "选择排除的号码";
//
// ckb9
//
this.ckb9.AutoSize = true;
this.ckb9.Location = new System.Drawing.Point(151, 43);
this.ckb9.Name = "ckb9";
this.ckb9.Size = new System.Drawing.Size(30, 16);
this.ckb9.TabIndex = 9;
this.ckb9.Text = "9";
this.ckb9.UseVisualStyleBackColor = true;
//
// ckb8
//
this.ckb8.AutoSize = true;
this.ckb8.Location = new System.Drawing.Point(115, 43);
this.ckb8.Name = "ckb8";
this.ckb8.Size = new System.Drawing.Size(30, 16);
this.ckb8.TabIndex = 8;
this.ckb8.Text = "8";
this.ckb8.UseVisualStyleBackColor = true;
//
// ckb7
//
this.ckb7.AutoSize = true;
this.ckb7.Location = new System.Drawing.Point(79, 43);
this.ckb7.Name = "ckb7";
this.ckb7.Size = new System.Drawing.Size(30, 16);
this.ckb7.TabIndex = 7;
this.ckb7.Text = "7";
this.ckb7.UseVisualStyleBackColor = true;
//
// ckb6
//
this.ckb6.AutoSize = true;
this.ckb6.Location = new System.Drawing.Point(43, 43);
this.ckb6.Name = "ckb6";
this.ckb6.Size = new System.Drawing.Size(30, 16);
this.ckb6.TabIndex = 6;
this.ckb6.Text = "6";
this.ckb6.UseVisualStyleBackColor = true;
//
// ckb5
//
this.ckb5.AutoSize = true;
this.ckb5.Location = new System.Drawing.Point(7, 43);
this.ckb5.Name = "ckb5";
this.ckb5.Size = new System.Drawing.Size(30, 16);
this.ckb5.TabIndex = 5;
this.ckb5.Text = "5";
this.ckb5.UseVisualStyleBackColor = true;
//
// ckb4
//
this.ckb4.AutoSize = true;
this.ckb4.Location = new System.Drawing.Point(151, 21);
this.ckb4.Name = "ckb4";
this.ckb4.Size = new System.Drawing.Size(30, 16);
this.ckb4.TabIndex = 4;
this.ckb4.Text = "4";
this.ckb4.UseVisualStyleBackColor = true;
//
// ckb3
//
this.ckb3.AutoSize = true;
this.ckb3.Location = new System.Drawing.Point(115, 21);
this.ckb3.Name = "ckb3";
this.ckb3.Size = new System.Drawing.Size(30, 16);
this.ckb3.TabIndex = 3;
this.ckb3.Text = "3";
this.ckb3.UseVisualStyleBackColor = true;
//
// ckb2
//
this.ckb2.AutoSize = true;
this.ckb2.Location = new System.Drawing.Point(79, 21);
this.ckb2.Name = "ckb2";
this.ckb2.Size = new System.Drawing.Size(30, 16);
this.ckb2.TabIndex = 2;
this.ckb2.Text = "2";
this.ckb2.UseVisualStyleBackColor = true;
//
// ckb1
//
this.ckb1.AutoSize = true;
this.ckb1.Location = new System.Drawing.Point(43, 20);
this.ckb1.Name = "ckb1";
this.ckb1.Size = new System.Drawing.Size(30, 16);
this.ckb1.TabIndex = 1;
this.ckb1.Text = "1";
this.ckb1.UseVisualStyleBackColor = true;
//
// ckb0
//
this.ckb0.AutoSize = true;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -