📄 rzdj.cs
字号:
this.label11.Size = new System.Drawing.Size(72, 16);
this.label11.TabIndex = 16;
this.label11.Text = "预定服务员";
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(72, 40);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(216, 21);
this.textBox1.TabIndex = 17;
this.textBox1.Text = "textBox1";
this.textBox1.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox1_KeyPress);
//
// listBox1
//
this.listBox1.ItemHeight = 12;
this.listBox1.Location = new System.Drawing.Point(520, 40);
this.listBox1.Name = "listBox1";
this.listBox1.Size = new System.Drawing.Size(88, 64);
this.listBox1.TabIndex = 18;
//
// dateTimePicker1
//
this.dateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Short;
this.dateTimePicker1.Location = new System.Drawing.Point(608, 136);
this.dateTimePicker1.Name = "dateTimePicker1";
this.dateTimePicker1.Size = new System.Drawing.Size(96, 21);
this.dateTimePicker1.TabIndex = 19;
//
// textBox2
//
this.textBox2.Location = new System.Drawing.Point(72, 72);
this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(144, 21);
this.textBox2.TabIndex = 20;
this.textBox2.Text = "textBox2";
//
// textBox3
//
this.textBox3.Location = new System.Drawing.Point(72, 192);
this.textBox3.Name = "textBox3";
this.textBox3.Size = new System.Drawing.Size(160, 21);
this.textBox3.TabIndex = 21;
this.textBox3.Text = "textBox3";
//
// dateTimePicker2
//
this.dateTimePicker2.Format = System.Windows.Forms.DateTimePickerFormat.Short;
this.dateTimePicker2.Location = new System.Drawing.Point(608, 168);
this.dateTimePicker2.Name = "dateTimePicker2";
this.dateTimePicker2.Size = new System.Drawing.Size(96, 21);
this.dateTimePicker2.TabIndex = 22;
//
// textBox4
//
this.textBox4.Location = new System.Drawing.Point(616, 104);
this.textBox4.Name = "textBox4";
this.textBox4.Size = new System.Drawing.Size(64, 21);
this.textBox4.TabIndex = 23;
this.textBox4.Text = "textBox4";
//
// textBox5
//
this.textBox5.Location = new System.Drawing.Point(72, 216);
this.textBox5.Name = "textBox5";
this.textBox5.Size = new System.Drawing.Size(72, 21);
this.textBox5.TabIndex = 24;
this.textBox5.Text = "textBox5";
//
// textBox6
//
this.textBox6.Location = new System.Drawing.Point(240, 216);
this.textBox6.Name = "textBox6";
this.textBox6.Size = new System.Drawing.Size(72, 21);
this.textBox6.TabIndex = 25;
this.textBox6.Text = "textBox6";
//
// textBox7
//
this.textBox7.Enabled = false;
this.textBox7.Location = new System.Drawing.Point(392, 216);
this.textBox7.Name = "textBox7";
this.textBox7.Size = new System.Drawing.Size(120, 21);
this.textBox7.TabIndex = 26;
this.textBox7.Text = "textBox7";
//
// richTextBox1
//
this.richTextBox1.Location = new System.Drawing.Point(104, 256);
this.richTextBox1.Name = "richTextBox1";
this.richTextBox1.Size = new System.Drawing.Size(440, 48);
this.richTextBox1.TabIndex = 27;
this.richTextBox1.Text = "richTextBox1";
//
// dgrd_StockerData
//
this.dgrd_StockerData.AlternatingBackColor = System.Drawing.Color.GhostWhite;
this.dgrd_StockerData.BackColor = System.Drawing.Color.GhostWhite;
this.dgrd_StockerData.BackgroundColor = System.Drawing.Color.Lavender;
this.dgrd_StockerData.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.dgrd_StockerData.CaptionBackColor = System.Drawing.Color.RoyalBlue;
this.dgrd_StockerData.CaptionForeColor = System.Drawing.Color.White;
this.dgrd_StockerData.DataMember = "";
this.dgrd_StockerData.FlatMode = true;
this.dgrd_StockerData.Font = new System.Drawing.Font("Tahoma", 8F);
this.dgrd_StockerData.ForeColor = System.Drawing.Color.MidnightBlue;
this.dgrd_StockerData.GridLineColor = System.Drawing.Color.RoyalBlue;
this.dgrd_StockerData.HeaderBackColor = System.Drawing.Color.MidnightBlue;
this.dgrd_StockerData.HeaderFont = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
this.dgrd_StockerData.HeaderForeColor = System.Drawing.Color.Lavender;
this.dgrd_StockerData.LinkColor = System.Drawing.Color.Teal;
this.dgrd_StockerData.Location = new System.Drawing.Point(16, 312);
this.dgrd_StockerData.Name = "dgrd_StockerData";
this.dgrd_StockerData.ParentRowsBackColor = System.Drawing.Color.Lavender;
this.dgrd_StockerData.ParentRowsForeColor = System.Drawing.Color.MidnightBlue;
this.dgrd_StockerData.SelectionBackColor = System.Drawing.Color.Teal;
this.dgrd_StockerData.SelectionForeColor = System.Drawing.Color.PaleGreen;
this.dgrd_StockerData.Size = new System.Drawing.Size(688, 96);
this.dgrd_StockerData.TabIndex = 28;
//
// label12
//
this.label12.ForeColor = System.Drawing.Color.Brown;
this.label12.Location = new System.Drawing.Point(624, 48);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(80, 48);
this.label12.TabIndex = 29;
this.label12.Text = "注意:显示的房间是房态为空闲的房间号";
//
// button1
//
this.button1.Location = new System.Drawing.Point(584, 256);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 40);
this.button1.TabIndex = 30;
this.button1.Text = "添加记录";
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// label13
//
this.label13.Location = new System.Drawing.Point(232, 72);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(32, 23);
this.label13.TabIndex = 31;
this.label13.Text = "性别";
//
// comboBox1
//
this.comboBox1.Items.AddRange(new object[] {
"男",
"女"});
this.comboBox1.Location = new System.Drawing.Point(264, 72);
this.comboBox1.Name = "comboBox1";
this.comboBox1.Size = new System.Drawing.Size(48, 20);
this.comboBox1.TabIndex = 32;
this.comboBox1.Text = "男";
//
// label14
//
this.label14.Location = new System.Drawing.Point(320, 72);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(64, 16);
this.label14.TabIndex = 33;
this.label14.Text = "年龄";
//
// textBox8
//
this.textBox8.Location = new System.Drawing.Point(360, 72);
this.textBox8.Name = "textBox8";
this.textBox8.Size = new System.Drawing.Size(64, 21);
this.textBox8.TabIndex = 34;
this.textBox8.Text = "textBox8";
//
// label15
//
this.label15.Location = new System.Drawing.Point(8, 104);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(56, 16);
this.label15.TabIndex = 35;
this.label15.Text = "证件名称";
//
// textBox9
//
this.textBox9.Location = new System.Drawing.Point(72, 104);
this.textBox9.Name = "textBox9";
this.textBox9.Size = new System.Drawing.Size(128, 21);
this.textBox9.TabIndex = 36;
this.textBox9.Text = "textBox9";
//
// label16
//
this.label16.Location = new System.Drawing.Point(216, 104);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(56, 16);
this.label16.TabIndex = 37;
this.label16.Text = "证件号码";
//
// textBox10
//
this.textBox10.Location = new System.Drawing.Point(288, 104);
this.textBox10.Name = "textBox10";
this.textBox10.Size = new System.Drawing.Size(232, 21);
this.textBox10.TabIndex = 38;
this.textBox10.Text = "textBox10";
//
// label17
//
this.label17.Location = new System.Drawing.Point(16, 136);
this.label17.Name = "label17";
this.label17.Size = new System.Drawing.Size(40, 16);
this.label17.TabIndex = 39;
this.label17.Text = "姓名";
//
// textBox11
//
this.textBox11.Location = new System.Drawing.Point(72, 136);
this.textBox11.Name = "textBox11";
this.textBox11.Size = new System.Drawing.Size(144, 21);
this.textBox11.TabIndex = 40;
this.textBox11.Text = "textBox11";
//
// label18
//
this.label18.Location = new System.Drawing.Point(232, 136);
this.label18.Name = "label18";
this.label18.Size = new System.Drawing.Size(32, 23);
this.label18.TabIndex = 41;
this.label18.Text = "性别";
//
// comboBox2
//
this.comboBox2.Items.AddRange(new object[] {
"男",
"女"});
this.comboBox2.Location = new System.Drawing.Point(264, 136);
this.comboBox2.Name = "comboBox2";
this.comboBox2.Size = new System.Drawing.Size(48, 20);
this.comboBox2.TabIndex = 42;
this.comboBox2.Text = "男";
//
// label19
//
this.label19.Location = new System.Drawing.Point(320, 136);
this.label19.Name = "label19";
this.label19.Size = new System.Drawing.Size(64, 16);
this.label19.TabIndex = 43;
this.label19.Text = "年龄";
//
// textBox12
//
this.textBox12.Location = new System.Drawing.Point(352, 136);
this.textBox12.Name = "textBox12";
this.textBox12.Size = new System.Drawing.Size(64, 21);
this.textBox12.TabIndex = 44;
this.textBox12.Text = "textBox12";
//
// label20
//
this.label20.Location = new System.Drawing.Point(8, 168);
this.label20.Name = "label20";
this.label20.Size = new System.Drawing.Size(56, 16);
this.label20.TabIndex = 45;
this.label20.Text = "证件名称";
//
// textBox13
//
this.textBox13.Location = new System.Drawing.Point(72, 168);
this.textBox13.Name = "textBox13";
this.textBox13.Size = new System.Drawing.Size(128, 21);
this.textBox13.TabIndex = 46;
this.textBox13.Text = "textBox13";
//
// label21
//
this.label21.Location = new System.Drawing.Point(224, 168);
this.label21.Name = "label21";
this.label21.Size = new System.Drawing.Size(56, 16);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -