📄 frmview.designer.cs
字号:
namespace cpzh
{
partial class frmView
{
/// <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()
{
System.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem("77 77 77 77 77 77");
System.Windows.Forms.ListViewItem listViewItem2 = new System.Windows.Forms.ListViewItem("22 33 44 55 66 77");
this.plFill = new System.Windows.Forms.Panel();
this.groupBox6 = new System.Windows.Forms.GroupBox();
this.btnEncash = new System.Windows.Forms.Button();
this.mtbAwardNo = new System.Windows.Forms.MaskedTextBox();
this.label12 = new System.Windows.Forms.Label();
this.groupBox5 = new System.Windows.Forms.GroupBox();
this.txtEnd = new System.Windows.Forms.TextBox();
this.txtStart = new System.Windows.Forms.TextBox();
this.label11 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.btnSubtract = new System.Windows.Forms.Button();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.btnNext = new System.Windows.Forms.Button();
this.label8 = new System.Windows.Forms.Label();
this.btnPreviou = new System.Windows.Forms.Button();
this.lbTotal = new System.Windows.Forms.Label();
this.lbStart = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.lbEnd = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.groupBox4 = new System.Windows.Forms.GroupBox();
this.cbFilterSeed = new System.Windows.Forms.ComboBox();
this.label9 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.tbMuchFilterNo = new System.Windows.Forms.TextBox();
this.btnMuchFilter = new System.Windows.Forms.Button();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.label2 = new System.Windows.Forms.Label();
this.btnSingleFilter = new System.Windows.Forms.Button();
this.cbSingleFilter = new System.Windows.Forms.ComboBox();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.cbDelSeed = new System.Windows.Forms.ComboBox();
this.tbMuchDelNo = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.btnMuchDel = new System.Windows.Forms.Button();
this.gbSingleDel = new System.Windows.Forms.GroupBox();
this.label1 = new System.Windows.Forms.Label();
this.btnSingleDel = new System.Windows.Forms.Button();
this.cbSingleDel = new System.Windows.Forms.ComboBox();
this.plLeft = new System.Windows.Forms.Panel();
this.lvMain = new System.Windows.Forms.ListView();
this.plFill.SuspendLayout();
this.groupBox6.SuspendLayout();
this.groupBox5.SuspendLayout();
this.groupBox1.SuspendLayout();
this.groupBox4.SuspendLayout();
this.groupBox3.SuspendLayout();
this.groupBox2.SuspendLayout();
this.gbSingleDel.SuspendLayout();
this.plLeft.SuspendLayout();
this.SuspendLayout();
//
// plFill
//
this.plFill.Controls.Add(this.groupBox6);
this.plFill.Controls.Add(this.groupBox5);
this.plFill.Controls.Add(this.groupBox1);
this.plFill.Controls.Add(this.groupBox4);
this.plFill.Controls.Add(this.groupBox3);
this.plFill.Controls.Add(this.groupBox2);
this.plFill.Controls.Add(this.gbSingleDel);
this.plFill.Dock = System.Windows.Forms.DockStyle.Left;
this.plFill.Location = new System.Drawing.Point(0, 0);
this.plFill.Name = "plFill";
this.plFill.Size = new System.Drawing.Size(173, 733);
this.plFill.TabIndex = 2;
//
// groupBox6
//
this.groupBox6.Controls.Add(this.btnEncash);
this.groupBox6.Controls.Add(this.mtbAwardNo);
this.groupBox6.Controls.Add(this.label12);
this.groupBox6.Location = new System.Drawing.Point(3, 568);
this.groupBox6.Name = "groupBox6";
this.groupBox6.Size = new System.Drawing.Size(162, 90);
this.groupBox6.TabIndex = 24;
this.groupBox6.TabStop = false;
this.groupBox6.Text = "兑奖";
//
// btnEncash
//
this.btnEncash.Location = new System.Drawing.Point(81, 59);
this.btnEncash.Name = "btnEncash";
this.btnEncash.Size = new System.Drawing.Size(65, 23);
this.btnEncash.TabIndex = 2;
this.btnEncash.Text = "兑 奖";
this.btnEncash.UseVisualStyleBackColor = true;
this.btnEncash.Click += new System.EventHandler(this.btnEncash_Click);
//
// mtbAwardNo
//
this.mtbAwardNo.Location = new System.Drawing.Point(11, 32);
this.mtbAwardNo.Mask = "00-00-00-00-00-00";
this.mtbAwardNo.Name = "mtbAwardNo";
this.mtbAwardNo.Size = new System.Drawing.Size(144, 21);
this.mtbAwardNo.TabIndex = 1;
//
// label12
//
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(9, 17);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(53, 12);
this.label12.TabIndex = 0;
this.label12.Text = "中奖号:";
//
// groupBox5
//
this.groupBox5.Controls.Add(this.txtEnd);
this.groupBox5.Controls.Add(this.txtStart);
this.groupBox5.Controls.Add(this.label11);
this.groupBox5.Controls.Add(this.label10);
this.groupBox5.Controls.Add(this.btnSubtract);
this.groupBox5.Location = new System.Drawing.Point(3, 479);
this.groupBox5.Name = "groupBox5";
this.groupBox5.Size = new System.Drawing.Size(162, 83);
this.groupBox5.TabIndex = 23;
this.groupBox5.TabStop = false;
this.groupBox5.Text = "减法筛选";
//
// txtEnd
//
this.txtEnd.Location = new System.Drawing.Point(83, 35);
this.txtEnd.Name = "txtEnd";
this.txtEnd.Size = new System.Drawing.Size(63, 21);
this.txtEnd.TabIndex = 4;
this.txtEnd.Text = "14";
//
// txtStart
//
this.txtStart.Location = new System.Drawing.Point(83, 12);
this.txtStart.Name = "txtStart";
this.txtStart.Size = new System.Drawing.Size(63, 21);
this.txtStart.TabIndex = 3;
this.txtStart.Text = "12";
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(9, 38);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(77, 12);
this.label11.TabIndex = 2;
this.label11.Text = "结束结果数:";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(9, 17);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(77, 12);
this.label10.TabIndex = 1;
this.label10.Text = "起始结果数:";
//
// btnSubtract
//
this.btnSubtract.Location = new System.Drawing.Point(81, 57);
this.btnSubtract.Name = "btnSubtract";
this.btnSubtract.Size = new System.Drawing.Size(65, 23);
this.btnSubtract.TabIndex = 0;
this.btnSubtract.Text = "减法筛选";
this.btnSubtract.UseVisualStyleBackColor = true;
this.btnSubtract.Click += new System.EventHandler(this.btnSubtract_Click);
//
// groupBox1
//
this.groupBox1.Controls.Add(this.btnNext);
this.groupBox1.Controls.Add(this.label8);
this.groupBox1.Controls.Add(this.btnPreviou);
this.groupBox1.Controls.Add(this.lbTotal);
this.groupBox1.Controls.Add(this.lbStart);
this.groupBox1.Controls.Add(this.label6);
this.groupBox1.Controls.Add(this.lbEnd);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Location = new System.Drawing.Point(3, 4);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(162, 99);
this.groupBox1.TabIndex = 22;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "基本信息";
//
// btnNext
//
this.btnNext.Location = new System.Drawing.Point(83, 69);
this.btnNext.Name = "btnNext";
this.btnNext.Size = new System.Drawing.Size(65, 23);
this.btnNext.TabIndex = 1;
this.btnNext.Text = "下一页";
this.btnNext.UseVisualStyleBackColor = true;
this.btnNext.Click += new System.EventHandler(this.btnNext_Click);
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(18, 52);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(53, 12);
this.label8.TabIndex = 16;
this.label8.Text = "总 数:";
//
// btnPreviou
//
this.btnPreviou.Enabled = false;
this.btnPreviou.Location = new System.Drawing.Point(6, 69);
this.btnPreviou.Name = "btnPreviou";
this.btnPreviou.Size = new System.Drawing.Size(65, 23);
this.btnPreviou.TabIndex = 2;
this.btnPreviou.Text = "上一页";
this.btnPreviou.UseVisualStyleBackColor = true;
this.btnPreviou.Click += new System.EventHandler(this.btnPreviou_Click);
//
// lbTotal
//
this.lbTotal.AutoSize = true;
this.lbTotal.ForeColor = System.Drawing.Color.Blue;
this.lbTotal.Location = new System.Drawing.Point(93, 52);
this.lbTotal.Name = "lbTotal";
this.lbTotal.Size = new System.Drawing.Size(11, 12);
this.lbTotal.TabIndex = 15;
this.lbTotal.Text = "0";
//
// lbStart
//
this.lbStart.AutoSize = true;
this.lbStart.ForeColor = System.Drawing.Color.Blue;
this.lbStart.Location = new System.Drawing.Point(93, 15);
this.lbStart.Name = "lbStart";
this.lbStart.Size = new System.Drawing.Size(11, 12);
this.lbStart.TabIndex = 11;
this.lbStart.Text = "0";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(16, 17);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(65, 12);
this.label6.TabIndex = 14;
this.label6.Text = "起始位置:";
//
// lbEnd
//
this.lbEnd.AutoSize = true;
this.lbEnd.ForeColor = System.Drawing.Color.Blue;
this.lbEnd.Location = new System.Drawing.Point(93, 34);
this.lbEnd.Name = "lbEnd";
this.lbEnd.Size = new System.Drawing.Size(29, 12);
this.lbEnd.TabIndex = 12;
this.lbEnd.Text = "1000";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(16, 34);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(65, 12);
this.label5.TabIndex = 13;
this.label5.Text = "结束位置:";
//
// groupBox4
//
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -