1 Star 0 Fork 2

funwell/医院在线预约诊疗平台管理

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
InHospital-Insert.Designer.cs 16.60 KB
一键复制 编辑 原始数据 按行查看 历史
尼莫和可爱多 提交于 2019-01-13 20:33 . 新增
namespace UI
{
partial class InHospitalInsert
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.label1 = new System.Windows.Forms.Label();
this.txtnum = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.txtPrice = new System.Windows.Forms.TextBox();
this.cboType = new System.Windows.Forms.ComboBox();
this.cboKeshi = new System.Windows.Forms.ComboBox();
this.checkBox1 = new System.Windows.Forms.CheckBox();
this.label7 = new System.Windows.Forms.Label();
this.btnDel = new System.Windows.Forms.Button();
this.btnYes = new System.Windows.Forms.Button();
this.label6 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.txtlou2 = new System.Windows.Forms.TextBox();
this.txtlou1 = new System.Windows.Forms.TextBox();
this.txtfang2 = new System.Windows.Forms.TextBox();
this.txtfang1 = new System.Windows.Forms.TextBox();
this.label10 = new System.Windows.Forms.Label();
this.txtBFnum = new System.Windows.Forms.TextBox();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(108, 92);
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(97, 15);
this.label1.TabIndex = 0;
this.label1.Text = "可预约时间:";
//
// txtnum
//
this.txtnum.Location = new System.Drawing.Point(203, 89);
this.txtnum.Margin = new System.Windows.Forms.Padding(4);
this.txtnum.Name = "txtnum";
this.txtnum.Size = new System.Drawing.Size(164, 25);
this.txtnum.TabIndex = 1;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(109, 342);
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(82, 15);
this.label2.TabIndex = 0;
this.label2.Text = "号源类型:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(109, 292);
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(82, 15);
this.label3.TabIndex = 0;
this.label3.Text = "所在科室:";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(108, 451);
this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(67, 15);
this.label4.TabIndex = 0;
this.label4.Text = "挂号费:";
//
// txtPrice
//
this.txtPrice.Location = new System.Drawing.Point(213, 448);
this.txtPrice.Margin = new System.Windows.Forms.Padding(4);
this.txtPrice.Name = "txtPrice";
this.txtPrice.Size = new System.Drawing.Size(164, 25);
this.txtPrice.TabIndex = 1;
//
// cboType
//
this.cboType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboType.FormattingEnabled = true;
this.cboType.Items.AddRange(new object[] {
"普通号",
"专家号"});
this.cboType.Location = new System.Drawing.Point(212, 342);
this.cboType.Margin = new System.Windows.Forms.Padding(4);
this.cboType.Name = "cboType";
this.cboType.Size = new System.Drawing.Size(164, 23);
this.cboType.TabIndex = 2;
this.cboType.SelectedIndexChanged += new System.EventHandler(this.cboType_SelectedIndexChanged);
//
// cboKeshi
//
this.cboKeshi.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboKeshi.FormattingEnabled = true;
this.cboKeshi.Location = new System.Drawing.Point(211, 289);
this.cboKeshi.Margin = new System.Windows.Forms.Padding(4);
this.cboKeshi.Name = "cboKeshi";
this.cboKeshi.Size = new System.Drawing.Size(164, 23);
this.cboKeshi.TabIndex = 2;
this.cboKeshi.SelectedIndexChanged += new System.EventHandler(this.cboKeshi_SelectedIndexChanged);
//
// checkBox1
//
this.checkBox1.AutoSize = true;
this.checkBox1.Location = new System.Drawing.Point(111, 135);
this.checkBox1.Margin = new System.Windows.Forms.Padding(4);
this.checkBox1.Name = "checkBox1";
this.checkBox1.Size = new System.Drawing.Size(89, 19);
this.checkBox1.TabIndex = 49;
this.checkBox1.Text = "批量增加";
this.checkBox1.UseVisualStyleBackColor = true;
this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(108, 55);
this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(75, 15);
this.label7.TabIndex = 46;
this.label7.Text = "单个添加:";
//
// btnDel
//
this.btnDel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnDel.Location = new System.Drawing.Point(273, 505);
this.btnDel.Margin = new System.Windows.Forms.Padding(4);
this.btnDel.Name = "btnDel";
this.btnDel.Size = new System.Drawing.Size(100, 40);
this.btnDel.TabIndex = 43;
this.btnDel.Text = "清空";
this.btnDel.UseVisualStyleBackColor = true;
//
// btnYes
//
this.btnYes.Location = new System.Drawing.Point(111, 505);
this.btnYes.Margin = new System.Windows.Forms.Padding(4);
this.btnYes.Name = "btnYes";
this.btnYes.Size = new System.Drawing.Size(100, 40);
this.btnYes.TabIndex = 42;
this.btnYes.Text = "确定";
this.btnYes.UseVisualStyleBackColor = true;
this.btnYes.Click += new System.EventHandler(this.button1_Click);
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(109, 182);
this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(37, 15);
this.label6.TabIndex = 56;
this.label6.Text = "周次";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(108, 239);
this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(52, 15);
this.label5.TabIndex = 57;
this.label5.Text = "预约号";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(257, 182);
this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(22, 15);
this.label8.TabIndex = 55;
this.label8.Text = "至";
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(257, 241);
this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(22, 15);
this.label9.TabIndex = 54;
this.label9.Text = "至";
//
// txtlou2
//
this.txtlou2.Enabled = false;
this.txtlou2.Location = new System.Drawing.Point(288, 179);
this.txtlou2.Margin = new System.Windows.Forms.Padding(4);
this.txtlou2.MaxLength = 1;
this.txtlou2.Name = "txtlou2";
this.txtlou2.Size = new System.Drawing.Size(87, 25);
this.txtlou2.TabIndex = 51;
//
// txtlou1
//
this.txtlou1.Enabled = false;
this.txtlou1.Location = new System.Drawing.Point(160, 179);
this.txtlou1.Margin = new System.Windows.Forms.Padding(4);
this.txtlou1.MaxLength = 1;
this.txtlou1.Name = "txtlou1";
this.txtlou1.Size = new System.Drawing.Size(87, 25);
this.txtlou1.TabIndex = 50;
//
// txtfang2
//
this.txtfang2.Enabled = false;
this.txtfang2.Location = new System.Drawing.Point(288, 238);
this.txtfang2.Margin = new System.Windows.Forms.Padding(4);
this.txtfang2.MaxLength = 2;
this.txtfang2.Name = "txtfang2";
this.txtfang2.Size = new System.Drawing.Size(87, 25);
this.txtfang2.TabIndex = 53;
//
// txtfang1
//
this.txtfang1.Enabled = false;
this.txtfang1.Location = new System.Drawing.Point(160, 235);
this.txtfang1.Margin = new System.Windows.Forms.Padding(4);
this.txtfang1.MaxLength = 1;
this.txtfang1.Name = "txtfang1";
this.txtfang1.Size = new System.Drawing.Size(87, 25);
this.txtfang1.TabIndex = 52;
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(109, 398);
this.label10.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(60, 15);
this.label10.TabIndex = 58;
this.label10.Text = "号源数:";
//
// txtBFnum
//
this.txtBFnum.Location = new System.Drawing.Point(209, 398);
this.txtBFnum.Margin = new System.Windows.Forms.Padding(4);
this.txtBFnum.Name = "txtBFnum";
this.txtBFnum.Size = new System.Drawing.Size(164, 25);
this.txtBFnum.TabIndex = 59;
//
// groupBox1
//
this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.groupBox1.Controls.Add(this.txtnum);
this.groupBox1.Controls.Add(this.txtBFnum);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Controls.Add(this.label10);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.label6);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.label8);
this.groupBox1.Controls.Add(this.txtPrice);
this.groupBox1.Controls.Add(this.label9);
this.groupBox1.Controls.Add(this.cboType);
this.groupBox1.Controls.Add(this.txtlou2);
this.groupBox1.Controls.Add(this.cboKeshi);
this.groupBox1.Controls.Add(this.txtlou1);
this.groupBox1.Controls.Add(this.btnYes);
this.groupBox1.Controls.Add(this.txtfang2);
this.groupBox1.Controls.Add(this.btnDel);
this.groupBox1.Controls.Add(this.txtfang1);
this.groupBox1.Controls.Add(this.label7);
this.groupBox1.Controls.Add(this.checkBox1);
this.groupBox1.Location = new System.Drawing.Point(12, 6);
this.groupBox1.Margin = new System.Windows.Forms.Padding(4);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Padding = new System.Windows.Forms.Padding(4);
this.groupBox1.Size = new System.Drawing.Size(1156, 655);
this.groupBox1.TabIndex = 60;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "号源添加";
this.groupBox1.Enter += new System.EventHandler(this.groupBox1_Enter);
//
// InHospitalInsert
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1184, 676);
this.Controls.Add(this.groupBox1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Margin = new System.Windows.Forms.Padding(4);
this.Name = "InHospitalInsert";
this.Text = "InHospitalInsert";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.Load += new System.EventHandler(this.InHospitalInsert_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox txtnum;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox txtPrice;
private System.Windows.Forms.ComboBox cboType;
private System.Windows.Forms.ComboBox cboKeshi;
private System.Windows.Forms.CheckBox checkBox1;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Button btnDel;
private System.Windows.Forms.Button btnYes;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.TextBox txtlou2;
private System.Windows.Forms.TextBox txtlou1;
private System.Windows.Forms.TextBox txtfang2;
private System.Windows.Forms.TextBox txtfang1;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.TextBox txtBFnum;
private System.Windows.Forms.GroupBox groupBox1;
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/xmuhw/zhenliao.git
[email protected]:xmuhw/zhenliao.git
xmuhw
zhenliao
医院在线预约诊疗平台管理
master

搜索帮助