📄 form1.designer.cs
字号:
this.ckb0.Location = new System.Drawing.Point(7, 21);
this.ckb0.Name = "ckb0";
this.ckb0.Size = new System.Drawing.Size(30, 16);
this.ckb0.TabIndex = 0;
this.ckb0.Text = "0";
this.ckb0.UseVisualStyleBackColor = true;
//
// groupBox3
//
this.groupBox3.Controls.Add(this.btnDan);
this.groupBox3.Controls.Add(this.txtDan);
this.groupBox3.Location = new System.Drawing.Point(7, 142);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(200, 42);
this.groupBox3.TabIndex = 3;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "输入要排除的单选号码";
//
// btnDan
//
this.btnDan.Location = new System.Drawing.Point(129, 15);
this.btnDan.Name = "btnDan";
this.btnDan.Size = new System.Drawing.Size(57, 23);
this.btnDan.TabIndex = 1;
this.btnDan.Text = "清除\r\n";
this.btnDan.UseVisualStyleBackColor = true;
this.btnDan.Click += new System.EventHandler(this.btnDan_Click);
//
// txtDan
//
this.txtDan.Location = new System.Drawing.Point(23, 15);
this.txtDan.MaxLength = 3;
this.txtDan.Name = "txtDan";
this.txtDan.Size = new System.Drawing.Size(100, 21);
this.txtDan.TabIndex = 0;
this.txtDan.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
//
// GroupBox4
//
this.GroupBox4.Controls.Add(this.btnZu);
this.GroupBox4.Controls.Add(this.txtZu);
this.GroupBox4.Location = new System.Drawing.Point(7, 191);
this.GroupBox4.Name = "GroupBox4";
this.GroupBox4.Size = new System.Drawing.Size(200, 44);
this.GroupBox4.TabIndex = 4;
this.GroupBox4.TabStop = false;
this.GroupBox4.Text = "输入要排除的组选号码";
//
// btnZu
//
this.btnZu.Location = new System.Drawing.Point(129, 15);
this.btnZu.Name = "btnZu";
this.btnZu.Size = new System.Drawing.Size(57, 23);
this.btnZu.TabIndex = 2;
this.btnZu.Text = "清除";
this.btnZu.UseVisualStyleBackColor = true;
this.btnZu.Click += new System.EventHandler(this.btnZu_Click);
//
// txtZu
//
this.txtZu.Location = new System.Drawing.Point(23, 17);
this.txtZu.MaxLength = 3;
this.txtZu.Name = "txtZu";
this.txtZu.Size = new System.Drawing.Size(100, 21);
this.txtZu.TabIndex = 1;
this.txtZu.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
//
// lbHide
//
this.lbHide.FormattingEnabled = true;
this.lbHide.ItemHeight = 12;
this.lbHide.Location = new System.Drawing.Point(8, 282);
this.lbHide.Name = "lbHide";
this.lbHide.Size = new System.Drawing.Size(0, 4);
this.lbHide.TabIndex = 5;
//
// txtZs
//
this.txtZs.Location = new System.Drawing.Point(45, 14);
this.txtZs.MaxLength = 3;
this.txtZs.Name = "txtZs";
this.txtZs.Size = new System.Drawing.Size(26, 21);
this.txtZs.TabIndex = 7;
this.txtZs.Text = "5";
this.txtZs.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
//
// GroupBox5
//
this.GroupBox5.Controls.Add(this.rbZ6);
this.GroupBox5.Controls.Add(this.label1);
this.GroupBox5.Controls.Add(this.rbZ3);
this.GroupBox5.Controls.Add(this.txtZs);
this.GroupBox5.Controls.Add(this.rbDx);
this.GroupBox5.Controls.Add(this.btnOK);
this.GroupBox5.Location = new System.Drawing.Point(6, 241);
this.GroupBox5.Name = "GroupBox5";
this.GroupBox5.Size = new System.Drawing.Size(287, 39);
this.GroupBox5.TabIndex = 8;
this.GroupBox5.TabStop = false;
this.GroupBox5.Text = "请选择类型";
//
// rbZ6
//
this.rbZ6.AutoSize = true;
this.rbZ6.Checked = true;
this.rbZ6.Location = new System.Drawing.Point(171, 17);
this.rbZ6.Name = "rbZ6";
this.rbZ6.Size = new System.Drawing.Size(47, 16);
this.rbZ6.TabIndex = 9;
this.rbZ6.TabStop = true;
this.rbZ6.Text = "组六";
this.rbZ6.UseVisualStyleBackColor = true;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(6, 18);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(41, 12);
this.label1.TabIndex = 8;
this.label1.Text = "注数:";
//
// rbZ3
//
this.rbZ3.AutoSize = true;
this.rbZ3.Location = new System.Drawing.Point(122, 17);
this.rbZ3.Name = "rbZ3";
this.rbZ3.Size = new System.Drawing.Size(47, 16);
this.rbZ3.TabIndex = 2;
this.rbZ3.Text = "组三";
this.rbZ3.UseVisualStyleBackColor = true;
//
// rbDx
//
this.rbDx.AutoSize = true;
this.rbDx.Location = new System.Drawing.Point(75, 17);
this.rbDx.Name = "rbDx";
this.rbDx.Size = new System.Drawing.Size(47, 16);
this.rbDx.TabIndex = 1;
this.rbDx.Text = "单选";
this.rbDx.UseVisualStyleBackColor = true;
//
// btnText
//
this.btnText.Location = new System.Drawing.Point(215, 291);
this.btnText.Name = "btnText";
this.btnText.Size = new System.Drawing.Size(75, 23);
this.btnText.TabIndex = 9;
this.btnText.Text = "导出文本";
this.btnText.UseVisualStyleBackColor = true;
this.btnText.Click += new System.EventHandler(this.btnText_Click);
//
// txtFileName
//
this.txtFileName.ForeColor = System.Drawing.Color.Red;
this.txtFileName.Location = new System.Drawing.Point(8, 293);
this.txtFileName.Name = "txtFileName";
this.txtFileName.Size = new System.Drawing.Size(185, 21);
this.txtFileName.TabIndex = 10;
this.txtFileName.Text = "请输入要导出文本文件的名称";
this.txtFileName.MouseDown += new System.Windows.Forms.MouseEventHandler(this.txtFileName_MouseDown);
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(302, 322);
this.Controls.Add(this.txtFileName);
this.Controls.Add(this.btnText);
this.Controls.Add(this.GroupBox5);
this.Controls.Add(this.lbHide);
this.Controls.Add(this.GroupBox4);
this.Controls.Add(this.groupBox3);
this.Controls.Add(this.GroupBox2);
this.Controls.Add(this.GroupBox1);
this.Controls.Add(this.LbNum);
this.MaximizeBox = false;
this.Name = "Form1";
this.Text = "3D彩票选号系统1.0版";
this.Load += new System.EventHandler(this.Form1_Load);
this.GroupBox1.ResumeLayout(false);
this.GroupBox1.PerformLayout();
this.GroupBox2.ResumeLayout(false);
this.GroupBox2.PerformLayout();
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
this.GroupBox4.ResumeLayout(false);
this.GroupBox4.PerformLayout();
this.GroupBox5.ResumeLayout(false);
this.GroupBox5.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.ListBox LbNum;
private System.Windows.Forms.GroupBox GroupBox1;
private System.Windows.Forms.Button btnOK;
private System.Windows.Forms.RadioButton rbNo;
private System.Windows.Forms.RadioButton rbYes;
private System.Windows.Forms.GroupBox GroupBox2;
private System.Windows.Forms.CheckBox ckb9;
private System.Windows.Forms.CheckBox ckb8;
private System.Windows.Forms.CheckBox ckb7;
private System.Windows.Forms.CheckBox ckb6;
private System.Windows.Forms.CheckBox ckb5;
private System.Windows.Forms.CheckBox ckb4;
private System.Windows.Forms.CheckBox ckb3;
private System.Windows.Forms.CheckBox ckb2;
private System.Windows.Forms.CheckBox ckb1;
private System.Windows.Forms.CheckBox ckb0;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.Button btnDan;
private System.Windows.Forms.TextBox txtDan;
private System.Windows.Forms.GroupBox GroupBox4;
private System.Windows.Forms.Button btnZu;
private System.Windows.Forms.TextBox txtZu;
private System.Windows.Forms.ListBox lbHide;
private System.Windows.Forms.TextBox txtZs;
private System.Windows.Forms.GroupBox GroupBox5;
private System.Windows.Forms.RadioButton rbDx;
private System.Windows.Forms.RadioButton rbZ3;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.RadioButton rbZ6;
private System.Windows.Forms.Button btnText;
private System.Windows.Forms.TextBox txtFileName;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -