📄 frmview.designer.cs
字号:
this.groupBox4.Controls.Add(this.cbFilterSeed);
this.groupBox4.Controls.Add(this.label9);
this.groupBox4.Controls.Add(this.label7);
this.groupBox4.Controls.Add(this.tbMuchFilterNo);
this.groupBox4.Controls.Add(this.btnMuchFilter);
this.groupBox4.Location = new System.Drawing.Point(3, 365);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Size = new System.Drawing.Size(162, 110);
this.groupBox4.TabIndex = 21;
this.groupBox4.TabStop = false;
this.groupBox4.Text = "批量筛选";
//
// cbFilterSeed
//
this.cbFilterSeed.FormattingEnabled = true;
this.cbFilterSeed.Location = new System.Drawing.Point(83, 59);
this.cbFilterSeed.Name = "cbFilterSeed";
this.cbFilterSeed.Size = new System.Drawing.Size(63, 20);
this.cbFilterSeed.TabIndex = 10;
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(9, 62);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(53, 12);
this.label9.TabIndex = 9;
this.label9.Text = "种子数:";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(9, 17);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(65, 12);
this.label7.TabIndex = 8;
this.label7.Text = "筛选号码:";
//
// tbMuchFilterNo
//
this.tbMuchFilterNo.ImeMode = System.Windows.Forms.ImeMode.Off;
this.tbMuchFilterNo.Location = new System.Drawing.Point(11, 33);
this.tbMuchFilterNo.Name = "tbMuchFilterNo";
this.tbMuchFilterNo.Size = new System.Drawing.Size(144, 21);
this.tbMuchFilterNo.TabIndex = 7;
this.tbMuchFilterNo.Leave += new System.EventHandler(this.tbMuchFilterNo_Leave);
//
// btnMuchFilter
//
this.btnMuchFilter.Location = new System.Drawing.Point(83, 82);
this.btnMuchFilter.Name = "btnMuchFilter";
this.btnMuchFilter.Size = new System.Drawing.Size(65, 23);
this.btnMuchFilter.TabIndex = 6;
this.btnMuchFilter.Text = "批量筛选";
this.btnMuchFilter.UseVisualStyleBackColor = true;
this.btnMuchFilter.Click += new System.EventHandler(this.btnMuchFilter_Click);
//
// groupBox3
//
this.groupBox3.Controls.Add(this.label2);
this.groupBox3.Controls.Add(this.btnSingleFilter);
this.groupBox3.Controls.Add(this.cbSingleFilter);
this.groupBox3.Location = new System.Drawing.Point(3, 293);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(162, 68);
this.groupBox3.TabIndex = 20;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "单一筛选";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(6, 19);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(65, 12);
this.label2.TabIndex = 9;
this.label2.Text = "筛选号码:";
//
// btnSingleFilter
//
this.btnSingleFilter.Location = new System.Drawing.Point(83, 39);
this.btnSingleFilter.Name = "btnSingleFilter";
this.btnSingleFilter.Size = new System.Drawing.Size(65, 23);
this.btnSingleFilter.TabIndex = 5;
this.btnSingleFilter.Text = "单一筛选";
this.btnSingleFilter.UseVisualStyleBackColor = true;
this.btnSingleFilter.Click += new System.EventHandler(this.btnSingleFilter_Click);
//
// cbSingleFilter
//
this.cbSingleFilter.FormattingEnabled = true;
this.cbSingleFilter.Location = new System.Drawing.Point(84, 16);
this.cbSingleFilter.Name = "cbSingleFilter";
this.cbSingleFilter.Size = new System.Drawing.Size(62, 20);
this.cbSingleFilter.TabIndex = 8;
//
// groupBox2
//
this.groupBox2.Controls.Add(this.cbDelSeed);
this.groupBox2.Controls.Add(this.tbMuchDelNo);
this.groupBox2.Controls.Add(this.label4);
this.groupBox2.Controls.Add(this.label3);
this.groupBox2.Controls.Add(this.btnMuchDel);
this.groupBox2.Location = new System.Drawing.Point(3, 178);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(162, 111);
this.groupBox2.TabIndex = 19;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "批量删除";
//
// cbDelSeed
//
this.cbDelSeed.FormattingEnabled = true;
this.cbDelSeed.Location = new System.Drawing.Point(84, 59);
this.cbDelSeed.Name = "cbDelSeed";
this.cbDelSeed.Size = new System.Drawing.Size(64, 20);
this.cbDelSeed.TabIndex = 8;
//
// tbMuchDelNo
//
this.tbMuchDelNo.Location = new System.Drawing.Point(9, 33);
this.tbMuchDelNo.Name = "tbMuchDelNo";
this.tbMuchDelNo.Size = new System.Drawing.Size(147, 21);
this.tbMuchDelNo.TabIndex = 7;
this.tbMuchDelNo.Leave += new System.EventHandler(this.tbMuchDelNo_Leave);
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(9, 62);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(53, 12);
this.label4.TabIndex = 6;
this.label4.Text = "种子数:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(9, 18);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(65, 12);
this.label3.TabIndex = 5;
this.label3.Text = "过滤号码:";
//
// btnMuchDel
//
this.btnMuchDel.Location = new System.Drawing.Point(85, 82);
this.btnMuchDel.Name = "btnMuchDel";
this.btnMuchDel.Size = new System.Drawing.Size(65, 23);
this.btnMuchDel.TabIndex = 4;
this.btnMuchDel.Text = "批量删除";
this.btnMuchDel.UseVisualStyleBackColor = true;
this.btnMuchDel.Click += new System.EventHandler(this.btnMuchDel_Click);
//
// gbSingleDel
//
this.gbSingleDel.Controls.Add(this.label1);
this.gbSingleDel.Controls.Add(this.btnSingleDel);
this.gbSingleDel.Controls.Add(this.cbSingleDel);
this.gbSingleDel.Location = new System.Drawing.Point(3, 108);
this.gbSingleDel.Name = "gbSingleDel";
this.gbSingleDel.Size = new System.Drawing.Size(162, 66);
this.gbSingleDel.TabIndex = 18;
this.gbSingleDel.TabStop = false;
this.gbSingleDel.Text = "单一删除";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(6, 19);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(65, 12);
this.label1.TabIndex = 8;
this.label1.Text = "过滤号码:";
//
// btnSingleDel
//
this.btnSingleDel.Location = new System.Drawing.Point(83, 38);
this.btnSingleDel.Name = "btnSingleDel";
this.btnSingleDel.Size = new System.Drawing.Size(65, 23);
this.btnSingleDel.TabIndex = 3;
this.btnSingleDel.Text = "单一删除";
this.btnSingleDel.UseVisualStyleBackColor = true;
this.btnSingleDel.Click += new System.EventHandler(this.btnSingleDel_Click);
//
// cbSingleDel
//
this.cbSingleDel.FormattingEnabled = true;
this.cbSingleDel.Location = new System.Drawing.Point(85, 15);
this.cbSingleDel.Name = "cbSingleDel";
this.cbSingleDel.Size = new System.Drawing.Size(63, 20);
this.cbSingleDel.TabIndex = 7;
//
// plLeft
//
this.plLeft.Controls.Add(this.lvMain);
this.plLeft.Dock = System.Windows.Forms.DockStyle.Fill;
this.plLeft.Location = new System.Drawing.Point(173, 0);
this.plLeft.Name = "plLeft";
this.plLeft.Size = new System.Drawing.Size(843, 733);
this.plLeft.TabIndex = 0;
//
// lvMain
//
this.lvMain.BackColor = System.Drawing.SystemColors.AppWorkspace;
this.lvMain.Dock = System.Windows.Forms.DockStyle.Fill;
this.lvMain.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
listViewItem1,
listViewItem2});
this.lvMain.LabelWrap = false;
this.lvMain.Location = new System.Drawing.Point(0, 0);
this.lvMain.Name = "lvMain";
this.lvMain.Size = new System.Drawing.Size(843, 733);
this.lvMain.TabIndex = 1;
this.lvMain.UseCompatibleStateImageBehavior = false;
this.lvMain.View = System.Windows.Forms.View.List;
//
// frmView
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1016, 733);
this.Controls.Add(this.plLeft);
this.Controls.Add(this.plFill);
this.Name = "frmView";
this.Text = "组合结果";
this.Load += new System.EventHandler(this.frmView_Load);
this.plFill.ResumeLayout(false);
this.groupBox6.ResumeLayout(false);
this.groupBox6.PerformLayout();
this.groupBox5.ResumeLayout(false);
this.groupBox5.PerformLayout();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox4.ResumeLayout(false);
this.groupBox4.PerformLayout();
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.gbSingleDel.ResumeLayout(false);
this.gbSingleDel.PerformLayout();
this.plLeft.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel plFill;
private System.Windows.Forms.Panel plLeft;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Button btnNext;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Button btnPreviou;
private System.Windows.Forms.Label lbTotal;
private System.Windows.Forms.Label lbStart;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label lbEnd;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.GroupBox groupBox4;
private System.Windows.Forms.Button btnMuchFilter;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Button btnSingleFilter;
private System.Windows.Forms.ComboBox cbSingleFilter;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Button btnMuchDel;
private System.Windows.Forms.GroupBox gbSingleDel;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button btnSingleDel;
private System.Windows.Forms.ComboBox cbSingleDel;
private System.Windows.Forms.ListView lvMain;
private System.Windows.Forms.TextBox tbMuchDelNo;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.ComboBox cbFilterSeed;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.TextBox tbMuchFilterNo;
private System.Windows.Forms.ComboBox cbDelSeed;
private System.Windows.Forms.GroupBox groupBox5;
private System.Windows.Forms.Button btnSubtract;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.TextBox txtEnd;
private System.Windows.Forms.TextBox txtStart;
private System.Windows.Forms.GroupBox groupBox6;
private System.Windows.Forms.MaskedTextBox mtbAwardNo;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.Button btnEncash;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -