📄 frmlfdj.designer.cs
字号:
this.textBox1.Size = new System.Drawing.Size(105, 21);
this.textBox1.TabIndex = 14;
//
// textBox2
//
this.textBox2.Location = new System.Drawing.Point(103, 241);
this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(105, 21);
this.textBox2.TabIndex = 15;
//
// textBox3
//
this.textBox3.Location = new System.Drawing.Point(103, 280);
this.textBox3.Name = "textBox3";
this.textBox3.Size = new System.Drawing.Size(105, 21);
this.textBox3.TabIndex = 16;
//
// textBox4
//
this.textBox4.Location = new System.Drawing.Point(103, 318);
this.textBox4.Name = "textBox4";
this.textBox4.Size = new System.Drawing.Size(105, 21);
this.textBox4.TabIndex = 17;
//
// textBox5
//
this.textBox5.Location = new System.Drawing.Point(341, 201);
this.textBox5.Name = "textBox5";
this.textBox5.Size = new System.Drawing.Size(105, 21);
this.textBox5.TabIndex = 18;
//
// textBox6
//
this.textBox6.Location = new System.Drawing.Point(104, 358);
this.textBox6.Multiline = true;
this.textBox6.Name = "textBox6";
this.textBox6.Size = new System.Drawing.Size(153, 68);
this.textBox6.TabIndex = 19;
//
// textBox9
//
this.textBox9.Location = new System.Drawing.Point(341, 321);
this.textBox9.Name = "textBox9";
this.textBox9.Size = new System.Drawing.Size(105, 21);
this.textBox9.TabIndex = 22;
//
// textBox10
//
this.textBox10.Location = new System.Drawing.Point(341, 355);
this.textBox10.Multiline = true;
this.textBox10.Name = "textBox10";
this.textBox10.Size = new System.Drawing.Size(164, 71);
this.textBox10.TabIndex = 23;
//
// comboBox1
//
this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox1.FormattingEnabled = true;
this.comboBox1.Items.AddRange(new object[] {
"男",
"女"});
this.comboBox1.Location = new System.Drawing.Point(103, 198);
this.comboBox1.Name = "comboBox1";
this.comboBox1.Size = new System.Drawing.Size(105, 20);
this.comboBox1.TabIndex = 24;
//
// button1
//
this.button1.Location = new System.Drawing.Point(278, 115);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(61, 28);
this.button1.TabIndex = 25;
this.button1.Text = "录入";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// button2
//
this.button2.Location = new System.Drawing.Point(384, 115);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(62, 28);
this.button2.TabIndex = 26;
this.button2.Text = "取消";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// dateTimePicker1
//
this.dateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Short;
this.dateTimePicker1.Location = new System.Drawing.Point(103, 110);
this.dateTimePicker1.Name = "dateTimePicker1";
this.dateTimePicker1.Size = new System.Drawing.Size(105, 21);
this.dateTimePicker1.TabIndex = 27;
//
// maskedTextBox1
//
this.maskedTextBox1.Location = new System.Drawing.Point(341, 241);
this.maskedTextBox1.Mask = "90:00";
this.maskedTextBox1.Name = "maskedTextBox1";
this.maskedTextBox1.Size = new System.Drawing.Size(105, 21);
this.maskedTextBox1.TabIndex = 28;
this.maskedTextBox1.ValidatingType = typeof(System.DateTime);
//
// maskedTextBox2
//
this.maskedTextBox2.Location = new System.Drawing.Point(341, 280);
this.maskedTextBox2.Mask = "90:00";
this.maskedTextBox2.Name = "maskedTextBox2";
this.maskedTextBox2.Size = new System.Drawing.Size(105, 21);
this.maskedTextBox2.TabIndex = 29;
this.maskedTextBox2.ValidatingType = typeof(System.DateTime);
//
// FRMLFDJ
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(533, 452);
this.Controls.Add(this.maskedTextBox2);
this.Controls.Add(this.maskedTextBox1);
this.Controls.Add(this.dateTimePicker1);
this.Controls.Add(this.button2);
this.Controls.Add(this.button1);
this.Controls.Add(this.comboBox1);
this.Controls.Add(this.textBox10);
this.Controls.Add(this.textBox9);
this.Controls.Add(this.textBox6);
this.Controls.Add(this.textBox5);
this.Controls.Add(this.textBox4);
this.Controls.Add(this.textBox3);
this.Controls.Add(this.textBox2);
this.Controls.Add(this.textBox1);
this.Controls.Add(this.label13);
this.Controls.Add(this.label12);
this.Controls.Add(this.label11);
this.Controls.Add(this.label10);
this.Controls.Add(this.label9);
this.Controls.Add(this.label8);
this.Controls.Add(this.label7);
this.Controls.Add(this.label6);
this.Controls.Add(this.label5);
this.Controls.Add(this.label4);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Name = "FRMLFDJ";
this.Text = "来访登记";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.TextBox textBox2;
private System.Windows.Forms.TextBox textBox3;
private System.Windows.Forms.TextBox textBox4;
private System.Windows.Forms.TextBox textBox5;
private System.Windows.Forms.TextBox textBox6;
private System.Windows.Forms.TextBox textBox9;
private System.Windows.Forms.TextBox textBox10;
private System.Windows.Forms.ComboBox comboBox1;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.DateTimePicker dateTimePicker1;
private System.Windows.Forms.MaskedTextBox maskedTextBox1;
private System.Windows.Forms.MaskedTextBox maskedTextBox2;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -