tijian_jichuang/Code/SOH.Queuing.Setting/frmpd_ks.Designer.cs
2025-02-20 11:54:48 +08:00

668 lines
31 KiB
C#

namespace SOH.Queuing.Setting
{
partial class frmpd_ks
{
/// <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.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmpd_ks));
this.panel1 = new System.Windows.Forms.Panel();
this.ccb_JQLB = new System.Windows.Forms.ComboBox();
this.label12 = new System.Windows.Forms.Label();
this.cbb_jq = new System.Windows.Forms.ComboBox();
this.label11 = new System.Windows.Forms.Label();
this.cbb_lc = new System.Windows.Forms.ComboBox();
this.label10 = new System.Windows.Forms.Label();
this.txt_zsrs = new System.Windows.Forms.TextBox();
this.label9 = new System.Windows.Forms.Label();
this.txt_pdsx = new System.Windows.Forms.TextBox();
this.label8 = new System.Windows.Forms.Label();
this.cbbOpen = new System.Windows.Forms.ComboBox();
this.label7 = new System.Windows.Forms.Label();
this.cbbxb = new System.Windows.Forms.ComboBox();
this.label6 = new System.Windows.Forms.Label();
this.btn_sc = new System.Windows.Forms.Button();
this.btn_xg = new System.Windows.Forms.Button();
this.btn_add = new System.Windows.Forms.Button();
this.btn_new = new System.Windows.Forms.Button();
this.txt_bz = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.txt_zcpdsj = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.txt_jdpdrs = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.txt_zjf = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.txt_ksmc = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.dgv_pdks = new System.Windows.Forms.DataGridView();
this.id = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ksmcDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.lc_Name = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.jq_Name = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.txt_khlx = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.zjfDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.zspdrs = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.zdpdrsDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.zcpdsjDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.pdsx = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.sex = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.bzDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.isOpen1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.xb = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.isOpen = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.pdwlksBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.lab_img_x = new System.Windows.Forms.Label();
this.lab_img_y = new System.Windows.Forms.Label();
this.lab_img_w = new System.Windows.Forms.Label();
this.lab_img_h = new System.Windows.Forms.Label();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgv_pdks)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pdwlksBindingSource)).BeginInit();
this.SuspendLayout();
//
// panel1
//
this.panel1.Controls.Add(this.lab_img_h);
this.panel1.Controls.Add(this.lab_img_w);
this.panel1.Controls.Add(this.lab_img_y);
this.panel1.Controls.Add(this.lab_img_x);
this.panel1.Controls.Add(this.ccb_JQLB);
this.panel1.Controls.Add(this.label12);
this.panel1.Controls.Add(this.cbb_jq);
this.panel1.Controls.Add(this.label11);
this.panel1.Controls.Add(this.cbb_lc);
this.panel1.Controls.Add(this.label10);
this.panel1.Controls.Add(this.txt_zsrs);
this.panel1.Controls.Add(this.label9);
this.panel1.Controls.Add(this.txt_pdsx);
this.panel1.Controls.Add(this.label8);
this.panel1.Controls.Add(this.cbbOpen);
this.panel1.Controls.Add(this.label7);
this.panel1.Controls.Add(this.cbbxb);
this.panel1.Controls.Add(this.label6);
this.panel1.Controls.Add(this.btn_sc);
this.panel1.Controls.Add(this.btn_xg);
this.panel1.Controls.Add(this.btn_add);
this.panel1.Controls.Add(this.btn_new);
this.panel1.Controls.Add(this.txt_bz);
this.panel1.Controls.Add(this.label5);
this.panel1.Controls.Add(this.txt_zcpdsj);
this.panel1.Controls.Add(this.label4);
this.panel1.Controls.Add(this.txt_jdpdrs);
this.panel1.Controls.Add(this.label3);
this.panel1.Controls.Add(this.txt_zjf);
this.panel1.Controls.Add(this.label2);
this.panel1.Controls.Add(this.txt_ksmc);
this.panel1.Controls.Add(this.label1);
this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panel1.Location = new System.Drawing.Point(0, 452);
this.panel1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(1144, 170);
this.panel1.TabIndex = 0;
//
// ccb_JQLB
//
this.ccb_JQLB.DisplayMember = "leixing";
this.ccb_JQLB.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.ccb_JQLB.FormattingEnabled = true;
this.ccb_JQLB.Location = new System.Drawing.Point(364, 52);
this.ccb_JQLB.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.ccb_JQLB.Name = "ccb_JQLB";
this.ccb_JQLB.Size = new System.Drawing.Size(157, 23);
this.ccb_JQLB.TabIndex = 27;
this.ccb_JQLB.ValueMember = "id";
//
// label12
//
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(269, 58);
this.label12.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(82, 15);
this.label12.TabIndex = 26;
this.label12.Text = "客户类别:";
//
// cbb_jq
//
this.cbb_jq.DisplayMember = "jqmc";
this.cbb_jq.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbb_jq.FormattingEnabled = true;
this.cbb_jq.Location = new System.Drawing.Point(925, 88);
this.cbb_jq.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.cbb_jq.Name = "cbb_jq";
this.cbb_jq.Size = new System.Drawing.Size(95, 23);
this.cbb_jq.TabIndex = 25;
this.cbb_jq.ValueMember = "id";
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(819, 91);
this.label11.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(82, 15);
this.label11.TabIndex = 24;
this.label11.Text = "所在检区:";
//
// cbb_lc
//
this.cbb_lc.DisplayMember = "Lcmc";
this.cbb_lc.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbb_lc.FormattingEnabled = true;
this.cbb_lc.Location = new System.Drawing.Point(680, 86);
this.cbb_lc.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.cbb_lc.Name = "cbb_lc";
this.cbb_lc.Size = new System.Drawing.Size(95, 23);
this.cbb_lc.TabIndex = 23;
this.cbb_lc.ValueMember = "Id";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(585, 90);
this.label10.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(82, 15);
this.label10.TabIndex = 22;
this.label10.Text = "所在楼层:";
//
// txt_zsrs
//
this.txt_zsrs.Location = new System.Drawing.Point(396, 86);
this.txt_zsrs.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.txt_zsrs.Name = "txt_zsrs";
this.txt_zsrs.Size = new System.Drawing.Size(147, 25);
this.txt_zsrs.TabIndex = 21;
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(269, 91);
this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(112, 15);
this.label9.TabIndex = 20;
this.label9.Text = "最少排队人数:";
//
// txt_pdsx
//
this.txt_pdsx.Location = new System.Drawing.Point(109, 86);
this.txt_pdsx.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.txt_pdsx.Name = "txt_pdsx";
this.txt_pdsx.Size = new System.Drawing.Size(147, 25);
this.txt_pdsx.TabIndex = 19;
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(15, 91);
this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(82, 15);
this.label8.TabIndex = 18;
this.label8.Text = "排队顺序:";
//
// cbbOpen
//
this.cbbOpen.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbbOpen.FormattingEnabled = true;
this.cbbOpen.Items.AddRange(new object[] {
"关闭",
"开启"});
this.cbbOpen.Location = new System.Drawing.Point(925, 52);
this.cbbOpen.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.cbbOpen.Name = "cbbOpen";
this.cbbOpen.Size = new System.Drawing.Size(95, 23);
this.cbbOpen.TabIndex = 17;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(787, 58);
this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(112, 15);
this.label7.TabIndex = 16;
this.label7.Text = "是否开启排队:";
//
// cbbxb
//
this.cbbxb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbbxb.FormattingEnabled = true;
this.cbbxb.Items.AddRange(new object[] {
"男",
"女",
"不限"});
this.cbbxb.Location = new System.Drawing.Point(680, 52);
this.cbbxb.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.cbbxb.Name = "cbbxb";
this.cbbxb.Size = new System.Drawing.Size(95, 23);
this.cbbxb.TabIndex = 15;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(553, 58);
this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(112, 15);
this.label6.TabIndex = 14;
this.label6.Text = "科室适用性别:";
//
// btn_sc
//
this.btn_sc.Location = new System.Drawing.Point(441, 131);
this.btn_sc.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.btn_sc.Name = "btn_sc";
this.btn_sc.Size = new System.Drawing.Size(100, 29);
this.btn_sc.TabIndex = 13;
this.btn_sc.Text = "删除";
this.btn_sc.UseVisualStyleBackColor = true;
this.btn_sc.Click += new System.EventHandler(this.btn_sc_Click);
//
// btn_xg
//
this.btn_xg.Location = new System.Drawing.Point(311, 131);
this.btn_xg.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.btn_xg.Name = "btn_xg";
this.btn_xg.Size = new System.Drawing.Size(100, 29);
this.btn_xg.TabIndex = 12;
this.btn_xg.Text = "修改";
this.btn_xg.UseVisualStyleBackColor = true;
this.btn_xg.Click += new System.EventHandler(this.btn_xg_Click);
//
// btn_add
//
this.btn_add.Location = new System.Drawing.Point(180, 131);
this.btn_add.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.btn_add.Name = "btn_add";
this.btn_add.Size = new System.Drawing.Size(100, 29);
this.btn_add.TabIndex = 11;
this.btn_add.Text = "添加";
this.btn_add.UseVisualStyleBackColor = true;
this.btn_add.Click += new System.EventHandler(this.btn_add_Click);
//
// btn_new
//
this.btn_new.Location = new System.Drawing.Point(49, 131);
this.btn_new.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.btn_new.Name = "btn_new";
this.btn_new.Size = new System.Drawing.Size(100, 29);
this.btn_new.TabIndex = 10;
this.btn_new.Text = "新建";
this.btn_new.UseVisualStyleBackColor = true;
this.btn_new.Click += new System.EventHandler(this.btn_new_Click);
//
// txt_bz
//
this.txt_bz.Location = new System.Drawing.Point(112, 52);
this.txt_bz.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.txt_bz.Name = "txt_bz";
this.txt_bz.Size = new System.Drawing.Size(147, 25);
this.txt_bz.TabIndex = 9;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(47, 58);
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 = 8;
this.label5.Text = "备注:";
//
// txt_zcpdsj
//
this.txt_zcpdsj.Location = new System.Drawing.Point(913, 14);
this.txt_zcpdsj.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.txt_zcpdsj.Name = "txt_zcpdsj";
this.txt_zcpdsj.Size = new System.Drawing.Size(147, 25);
this.txt_zcpdsj.TabIndex = 7;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(787, 19);
this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(112, 15);
this.label4.TabIndex = 6;
this.label4.Text = "最长排队时间:";
//
// txt_jdpdrs
//
this.txt_jdpdrs.Location = new System.Drawing.Point(631, 14);
this.txt_jdpdrs.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.txt_jdpdrs.Name = "txt_jdpdrs";
this.txt_jdpdrs.Size = new System.Drawing.Size(147, 25);
this.txt_jdpdrs.TabIndex = 5;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(504, 19);
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(112, 15);
this.label3.TabIndex = 4;
this.label3.Text = "最多排队人数:";
//
// txt_zjf
//
this.txt_zjf.Location = new System.Drawing.Point(348, 14);
this.txt_zjf.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.txt_zjf.Name = "txt_zjf";
this.txt_zjf.Size = new System.Drawing.Size(147, 25);
this.txt_zjf.TabIndex = 3;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(269, 19);
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(67, 15);
this.label2.TabIndex = 2;
this.label2.Text = "助记符:";
//
// txt_ksmc
//
this.txt_ksmc.Location = new System.Drawing.Point(112, 14);
this.txt_ksmc.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.txt_ksmc.Name = "txt_ksmc";
this.txt_ksmc.Size = new System.Drawing.Size(147, 25);
this.txt_ksmc.TabIndex = 1;
this.txt_ksmc.Leave += new System.EventHandler(this.txt_ksmc_Leave);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(15, 19);
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(82, 15);
this.label1.TabIndex = 0;
this.label1.Text = "科室名称:";
//
// dgv_pdks
//
this.dgv_pdks.AllowUserToAddRows = false;
this.dgv_pdks.AllowUserToDeleteRows = false;
this.dgv_pdks.AutoGenerateColumns = false;
this.dgv_pdks.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgv_pdks.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.id,
this.ksmcDataGridViewTextBoxColumn,
this.lc_Name,
this.jq_Name,
this.txt_khlx,
this.zjfDataGridViewTextBoxColumn,
this.zspdrs,
this.zdpdrsDataGridViewTextBoxColumn,
this.zcpdsjDataGridViewTextBoxColumn,
this.pdsx,
this.sex,
this.bzDataGridViewTextBoxColumn,
this.isOpen1,
this.xb,
this.isOpen});
this.dgv_pdks.DataSource = this.pdwlksBindingSource;
this.dgv_pdks.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgv_pdks.Location = new System.Drawing.Point(0, 0);
this.dgv_pdks.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.dgv_pdks.Name = "dgv_pdks";
this.dgv_pdks.ReadOnly = true;
this.dgv_pdks.RowHeadersWidth = 11;
this.dgv_pdks.RowTemplate.Height = 23;
this.dgv_pdks.Size = new System.Drawing.Size(1144, 452);
this.dgv_pdks.TabIndex = 1;
this.dgv_pdks.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgv_pdks_CellClick);
//
// id
//
this.id.DataPropertyName = "id";
this.id.HeaderText = "编码";
this.id.Name = "id";
this.id.ReadOnly = true;
//
// ksmcDataGridViewTextBoxColumn
//
this.ksmcDataGridViewTextBoxColumn.DataPropertyName = "ksmc";
this.ksmcDataGridViewTextBoxColumn.HeaderText = "科室名称";
this.ksmcDataGridViewTextBoxColumn.Name = "ksmcDataGridViewTextBoxColumn";
this.ksmcDataGridViewTextBoxColumn.ReadOnly = true;
//
// lc_Name
//
this.lc_Name.DataPropertyName = "lc_Name";
this.lc_Name.HeaderText = "所在楼层";
this.lc_Name.Name = "lc_Name";
this.lc_Name.ReadOnly = true;
//
// jq_Name
//
this.jq_Name.DataPropertyName = "jq_Name";
this.jq_Name.HeaderText = "所在检区";
this.jq_Name.Name = "jq_Name";
this.jq_Name.ReadOnly = true;
//
// txt_khlx
//
this.txt_khlx.DataPropertyName = "txt_khlx";
this.txt_khlx.HeaderText = "客户类型";
this.txt_khlx.Name = "txt_khlx";
this.txt_khlx.ReadOnly = true;
//
// zjfDataGridViewTextBoxColumn
//
this.zjfDataGridViewTextBoxColumn.DataPropertyName = "zjf";
this.zjfDataGridViewTextBoxColumn.HeaderText = "助记符";
this.zjfDataGridViewTextBoxColumn.Name = "zjfDataGridViewTextBoxColumn";
this.zjfDataGridViewTextBoxColumn.ReadOnly = true;
//
// zspdrs
//
this.zspdrs.DataPropertyName = "zspdrs";
this.zspdrs.HeaderText = "最少排队人数";
this.zspdrs.Name = "zspdrs";
this.zspdrs.ReadOnly = true;
//
// zdpdrsDataGridViewTextBoxColumn
//
this.zdpdrsDataGridViewTextBoxColumn.DataPropertyName = "zdpdrs";
this.zdpdrsDataGridViewTextBoxColumn.HeaderText = "最多排对人数";
this.zdpdrsDataGridViewTextBoxColumn.Name = "zdpdrsDataGridViewTextBoxColumn";
this.zdpdrsDataGridViewTextBoxColumn.ReadOnly = true;
//
// zcpdsjDataGridViewTextBoxColumn
//
this.zcpdsjDataGridViewTextBoxColumn.DataPropertyName = "zcpdsj";
this.zcpdsjDataGridViewTextBoxColumn.HeaderText = "最长排队时间";
this.zcpdsjDataGridViewTextBoxColumn.Name = "zcpdsjDataGridViewTextBoxColumn";
this.zcpdsjDataGridViewTextBoxColumn.ReadOnly = true;
//
// pdsx
//
this.pdsx.DataPropertyName = "pdsx";
this.pdsx.HeaderText = "排队顺序";
this.pdsx.Name = "pdsx";
this.pdsx.ReadOnly = true;
//
// sex
//
this.sex.DataPropertyName = "sex";
this.sex.HeaderText = "性别";
this.sex.Name = "sex";
this.sex.ReadOnly = true;
//
// bzDataGridViewTextBoxColumn
//
this.bzDataGridViewTextBoxColumn.DataPropertyName = "bz";
this.bzDataGridViewTextBoxColumn.HeaderText = "备注";
this.bzDataGridViewTextBoxColumn.Name = "bzDataGridViewTextBoxColumn";
this.bzDataGridViewTextBoxColumn.ReadOnly = true;
//
// isOpen1
//
this.isOpen1.DataPropertyName = "isOpen1";
this.isOpen1.HeaderText = "是否开启排队";
this.isOpen1.Name = "isOpen1";
this.isOpen1.ReadOnly = true;
//
// xb
//
this.xb.DataPropertyName = "xb";
this.xb.HeaderText = "xb";
this.xb.Name = "xb";
this.xb.ReadOnly = true;
this.xb.Visible = false;
//
// isOpen
//
this.isOpen.DataPropertyName = "isOpen";
this.isOpen.HeaderText = "isOpen";
this.isOpen.Name = "isOpen";
this.isOpen.ReadOnly = true;
this.isOpen.Visible = false;
//
// pdwlksBindingSource
//
this.pdwlksBindingSource.DataSource = typeof(SOH.Entities.pd_wlks);
//
// lab_img_x
//
this.lab_img_x.AutoSize = true;
this.lab_img_x.Location = new System.Drawing.Point(585, 131);
this.lab_img_x.Name = "lab_img_x";
this.lab_img_x.Size = new System.Drawing.Size(0, 15);
this.lab_img_x.TabIndex = 28;
this.lab_img_x.Visible = false;
//
// lab_img_y
//
this.lab_img_y.AutoSize = true;
this.lab_img_y.Location = new System.Drawing.Point(677, 131);
this.lab_img_y.Name = "lab_img_y";
this.lab_img_y.Size = new System.Drawing.Size(0, 15);
this.lab_img_y.TabIndex = 29;
this.lab_img_y.Visible = false;
//
// lab_img_w
//
this.lab_img_w.AutoSize = true;
this.lab_img_w.Location = new System.Drawing.Point(777, 131);
this.lab_img_w.Name = "lab_img_w";
this.lab_img_w.Size = new System.Drawing.Size(0, 15);
this.lab_img_w.TabIndex = 30;
this.lab_img_w.Visible = false;
//
// lab_img_h
//
this.lab_img_h.AutoSize = true;
this.lab_img_h.Location = new System.Drawing.Point(880, 131);
this.lab_img_h.Name = "lab_img_h";
this.lab_img_h.Size = new System.Drawing.Size(0, 15);
this.lab_img_h.TabIndex = 31;
this.lab_img_h.Visible = false;
//
// frmpd_ks
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1144, 622);
this.Controls.Add(this.dgv_pdks);
this.Controls.Add(this.panel1);
this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.Name = "frmpd_ks";
this.Text = "排队科室设置";
this.Load += new System.EventHandler(this.frmpd_ks_Load);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dgv_pdks)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pdwlksBindingSource)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.DataGridView dgv_pdks;
private System.Windows.Forms.BindingSource pdwlksBindingSource;
private System.Windows.Forms.Button btn_sc;
private System.Windows.Forms.Button btn_xg;
private System.Windows.Forms.Button btn_add;
private System.Windows.Forms.Button btn_new;
private System.Windows.Forms.TextBox txt_bz;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox txt_zcpdsj;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox txt_jdpdrs;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox txt_zjf;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox txt_ksmc;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.ComboBox cbbxb;
private System.Windows.Forms.ComboBox cbbOpen;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.TextBox txt_zsrs;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.TextBox txt_pdsx;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.ComboBox cbb_jq;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.ComboBox cbb_lc;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.ComboBox ccb_JQLB;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.DataGridViewTextBoxColumn id;
private System.Windows.Forms.DataGridViewTextBoxColumn ksmcDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn lc_Name;
private System.Windows.Forms.DataGridViewTextBoxColumn jq_Name;
private System.Windows.Forms.DataGridViewTextBoxColumn txt_khlx;
private System.Windows.Forms.DataGridViewTextBoxColumn zjfDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn zspdrs;
private System.Windows.Forms.DataGridViewTextBoxColumn zdpdrsDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn zcpdsjDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn pdsx;
private System.Windows.Forms.DataGridViewTextBoxColumn sex;
private System.Windows.Forms.DataGridViewTextBoxColumn bzDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn isOpen1;
private System.Windows.Forms.DataGridViewTextBoxColumn xb;
private System.Windows.Forms.DataGridViewTextBoxColumn isOpen;
private System.Windows.Forms.Label lab_img_h;
private System.Windows.Forms.Label lab_img_w;
private System.Windows.Forms.Label lab_img_y;
private System.Windows.Forms.Label lab_img_x;
}
}