📄 insertop_form.designer.cs
字号:
namespace project_beat
{
partial class InsertOp_Form
{
/// <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.panel1 = new System.Windows.Forms.Panel();
this.panel2 = new System.Windows.Forms.Panel();
this.lblRoomJf = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.btnSave = new System.Windows.Forms.Button();
this.btnCancel = new System.Windows.Forms.Button();
this.comboBox1 = new System.Windows.Forms.ComboBox();
this.txtid = new System.Windows.Forms.TextBox();
this.txtName = new System.Windows.Forms.TextBox();
this.txtpwd1 = new System.Windows.Forms.TextBox();
this.txtpwd2 = new System.Windows.Forms.TextBox();
this.txtMoney = new System.Windows.Forms.TextBox();
this.txtDz = new System.Windows.Forms.TextBox();
this.listBox1 = new System.Windows.Forms.ListBox();
this.checkBox1 = new System.Windows.Forms.CheckBox();
this.panel1.SuspendLayout();
this.panel2.SuspendLayout();
this.SuspendLayout();
//
// panel1
//
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel1.Controls.Add(this.txtDz);
this.panel1.Controls.Add(this.txtMoney);
this.panel1.Controls.Add(this.txtpwd2);
this.panel1.Controls.Add(this.txtpwd1);
this.panel1.Controls.Add(this.txtName);
this.panel1.Controls.Add(this.txtid);
this.panel1.Controls.Add(this.comboBox1);
this.panel1.Controls.Add(this.label8);
this.panel1.Controls.Add(this.label7);
this.panel1.Controls.Add(this.label5);
this.panel1.Controls.Add(this.label4);
this.panel1.Controls.Add(this.label3);
this.panel1.Controls.Add(this.label2);
this.panel1.Controls.Add(this.label6);
this.panel1.Controls.Add(this.lblRoomJf);
this.panel1.Location = new System.Drawing.Point(12, 12);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(205, 231);
this.panel1.TabIndex = 0;
//
// panel2
//
this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel2.Controls.Add(this.checkBox1);
this.panel2.Controls.Add(this.listBox1);
this.panel2.Controls.Add(this.label1);
this.panel2.Location = new System.Drawing.Point(222, 12);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(192, 231);
this.panel2.TabIndex = 1;
//
// lblRoomJf
//
this.lblRoomJf.Dock = System.Windows.Forms.DockStyle.Top;
this.lblRoomJf.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblRoomJf.Image = global::project_beat.Properties.Resources.bj2;
this.lblRoomJf.Location = new System.Drawing.Point(0, 0);
this.lblRoomJf.Name = "lblRoomJf";
this.lblRoomJf.Size = new System.Drawing.Size(203, 21);
this.lblRoomJf.TabIndex = 1;
this.lblRoomJf.Text = "操作员信息";
this.lblRoomJf.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label1
//
this.label1.Dock = System.Windows.Forms.DockStyle.Top;
this.label1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.Image = global::project_beat.Properties.Resources.bj2;
this.label1.Location = new System.Drawing.Point(0, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(190, 21);
this.label1.TabIndex = 2;
this.label1.Text = "可操作权限";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label6
//
this.label6.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label6.Location = new System.Drawing.Point(3, 41);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(82, 23);
this.label6.TabIndex = 25;
this.label6.Text = "登录名称:";
this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// label2
//
this.label2.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label2.Location = new System.Drawing.Point(3, 65);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(82, 23);
this.label2.TabIndex = 26;
this.label2.Text = "操作者姓名:";
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// label3
//
this.label3.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label3.Location = new System.Drawing.Point(3, 89);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(82, 23);
this.label3.TabIndex = 27;
this.label3.Text = "口令:";
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// label4
//
this.label4.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label4.Location = new System.Drawing.Point(3, 113);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(82, 23);
this.label4.TabIndex = 28;
this.label4.Text = "确认口令:";
this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// label5
//
this.label5.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label5.Location = new System.Drawing.Point(3, 137);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(82, 23);
this.label5.TabIndex = 29;
this.label5.Text = "签单金额:";
this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// label7
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -