📄 insertop_form.designer.cs
字号:
//
this.label7.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label7.Location = new System.Drawing.Point(3, 161);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(82, 23);
this.label7.TabIndex = 30;
this.label7.Text = "最低打折比例:";
this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// label8
//
this.label8.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label8.Location = new System.Drawing.Point(3, 185);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(82, 23);
this.label8.TabIndex = 31;
this.label8.Text = "当前状态:";
this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// btnSave
//
this.btnSave.Location = new System.Drawing.Point(63, 249);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(75, 23);
this.btnSave.TabIndex = 2;
this.btnSave.Text = "保存";
this.btnSave.UseVisualStyleBackColor = true;
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
//
// btnCancel
//
this.btnCancel.Location = new System.Drawing.Point(285, 249);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(75, 23);
this.btnCancel.TabIndex = 3;
this.btnCancel.Text = "取消";
this.btnCancel.UseVisualStyleBackColor = true;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// comboBox1
//
this.comboBox1.FormattingEnabled = true;
this.comboBox1.Items.AddRange(new object[] {
"可用",
"停用"});
this.comboBox1.Location = new System.Drawing.Point(91, 188);
this.comboBox1.Name = "comboBox1";
this.comboBox1.Size = new System.Drawing.Size(100, 20);
this.comboBox1.TabIndex = 32;
//
// txtid
//
this.txtid.Location = new System.Drawing.Point(91, 41);
this.txtid.Name = "txtid";
this.txtid.Size = new System.Drawing.Size(100, 21);
this.txtid.TabIndex = 33;
//
// txtName
//
this.txtName.Location = new System.Drawing.Point(91, 65);
this.txtName.Name = "txtName";
this.txtName.Size = new System.Drawing.Size(100, 21);
this.txtName.TabIndex = 34;
//
// txtpwd1
//
this.txtpwd1.Location = new System.Drawing.Point(91, 89);
this.txtpwd1.Name = "txtpwd1";
this.txtpwd1.PasswordChar = '*';
this.txtpwd1.Size = new System.Drawing.Size(100, 21);
this.txtpwd1.TabIndex = 35;
this.txtpwd1.Leave += new System.EventHandler(this.txtpwd1_Leave);
//
// txtpwd2
//
this.txtpwd2.Location = new System.Drawing.Point(91, 113);
this.txtpwd2.Name = "txtpwd2";
this.txtpwd2.PasswordChar = '*';
this.txtpwd2.Size = new System.Drawing.Size(100, 21);
this.txtpwd2.TabIndex = 36;
this.txtpwd2.Leave += new System.EventHandler(this.txtpwd2_Leave);
//
// txtMoney
//
this.txtMoney.Location = new System.Drawing.Point(91, 137);
this.txtMoney.Name = "txtMoney";
this.txtMoney.Size = new System.Drawing.Size(100, 21);
this.txtMoney.TabIndex = 37;
this.txtMoney.Text = "0";
this.txtMoney.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtMoney_KeyPress);
//
// txtDz
//
this.txtDz.Location = new System.Drawing.Point(91, 161);
this.txtDz.Name = "txtDz";
this.txtDz.Size = new System.Drawing.Size(100, 21);
this.txtDz.TabIndex = 38;
this.txtDz.Text = "1.00";
//
// listBox1
//
this.listBox1.FormattingEnabled = true;
this.listBox1.ItemHeight = 12;
this.listBox1.Location = new System.Drawing.Point(-1, 22);
this.listBox1.Name = "listBox1";
this.listBox1.Size = new System.Drawing.Size(192, 184);
this.listBox1.TabIndex = 3;
//
// checkBox1
//
this.checkBox1.AutoSize = true;
this.checkBox1.Location = new System.Drawing.Point(3, 210);
this.checkBox1.Name = "checkBox1";
this.checkBox1.Size = new System.Drawing.Size(48, 16);
this.checkBox1.TabIndex = 4;
this.checkBox1.Text = "全选";
this.checkBox1.UseVisualStyleBackColor = true;
//
// InsertOp_Form
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(426, 274);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnSave);
this.Controls.Add(this.panel2);
this.Controls.Add(this.panel1);
this.Name = "InsertOp_Form";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "添加操作员";
this.Load += new System.EventHandler(this.InsertOp_Form_Load);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.panel2.ResumeLayout(false);
this.panel2.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Label lblRoomJf;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Button btnSave;
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.TextBox txtDz;
private System.Windows.Forms.TextBox txtMoney;
private System.Windows.Forms.TextBox txtpwd2;
private System.Windows.Forms.TextBox txtpwd1;
private System.Windows.Forms.TextBox txtName;
private System.Windows.Forms.TextBox txtid;
private System.Windows.Forms.ComboBox comboBox1;
private System.Windows.Forms.CheckBox checkBox1;
private System.Windows.Forms.ListBox listBox1;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -