332 lines
14 KiB
C#
332 lines
14 KiB
C#
namespace SOH.Queuing.Setting
|
|
{
|
|
partial class frm_KHPDXX
|
|
{
|
|
/// <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()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frm_KHPDXX));
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.btn_cx = new System.Windows.Forms.Button();
|
|
this.txt_tmh = new System.Windows.Forms.TextBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
this.dgv_fp = new System.Windows.Forms.DataGridView();
|
|
this.fp_jq = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.fp_ks = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.pdrs = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.panel4 = new System.Windows.Forms.Panel();
|
|
this.btn_fp = new System.Windows.Forms.Button();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.panel3 = new System.Windows.Forms.Panel();
|
|
this.dgv_pd = new System.Windows.Forms.DataGridView();
|
|
this.tmh = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.xm = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.xb = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.ks = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.jx = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.zt = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.jq = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.xjxm = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.panel1.SuspendLayout();
|
|
this.panel2.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.dgv_fp)).BeginInit();
|
|
this.panel4.SuspendLayout();
|
|
this.panel3.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.dgv_pd)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.Controls.Add(this.button1);
|
|
this.panel1.Controls.Add(this.btn_cx);
|
|
this.panel1.Controls.Add(this.txt_tmh);
|
|
this.panel1.Controls.Add(this.label1);
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.panel1.Location = new System.Drawing.Point(0, 0);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(1118, 40);
|
|
this.panel1.TabIndex = 0;
|
|
//
|
|
// btn_cx
|
|
//
|
|
this.btn_cx.Location = new System.Drawing.Point(243, 4);
|
|
this.btn_cx.Name = "btn_cx";
|
|
this.btn_cx.Size = new System.Drawing.Size(75, 23);
|
|
this.btn_cx.TabIndex = 2;
|
|
this.btn_cx.Text = "查询";
|
|
this.btn_cx.UseVisualStyleBackColor = true;
|
|
this.btn_cx.Click += new System.EventHandler(this.btn_cx_Click);
|
|
//
|
|
// txt_tmh
|
|
//
|
|
this.txt_tmh.Location = new System.Drawing.Point(107, 6);
|
|
this.txt_tmh.Name = "txt_tmh";
|
|
this.txt_tmh.Size = new System.Drawing.Size(130, 21);
|
|
this.txt_tmh.TabIndex = 1;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(12, 9);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(89, 12);
|
|
this.label1.TabIndex = 0;
|
|
this.label1.Text = "条码号或姓名:";
|
|
//
|
|
// panel2
|
|
//
|
|
this.panel2.Controls.Add(this.dgv_fp);
|
|
this.panel2.Controls.Add(this.panel4);
|
|
this.panel2.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.panel2.Location = new System.Drawing.Point(811, 40);
|
|
this.panel2.Name = "panel2";
|
|
this.panel2.Size = new System.Drawing.Size(307, 547);
|
|
this.panel2.TabIndex = 1;
|
|
//
|
|
// dgv_fp
|
|
//
|
|
this.dgv_fp.AllowUserToAddRows = false;
|
|
this.dgv_fp.AllowUserToDeleteRows = false;
|
|
this.dgv_fp.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.dgv_fp.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
this.fp_jq,
|
|
this.fp_ks,
|
|
this.pdrs});
|
|
this.dgv_fp.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.dgv_fp.Location = new System.Drawing.Point(0, 80);
|
|
this.dgv_fp.Name = "dgv_fp";
|
|
this.dgv_fp.ReadOnly = true;
|
|
this.dgv_fp.RowHeadersWidth = 11;
|
|
this.dgv_fp.RowTemplate.Height = 23;
|
|
this.dgv_fp.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
this.dgv_fp.Size = new System.Drawing.Size(307, 467);
|
|
this.dgv_fp.TabIndex = 1;
|
|
//
|
|
// fp_jq
|
|
//
|
|
this.fp_jq.DataPropertyName = "fp_jq";
|
|
this.fp_jq.HeaderText = "检区";
|
|
this.fp_jq.Name = "fp_jq";
|
|
this.fp_jq.ReadOnly = true;
|
|
//
|
|
// fp_ks
|
|
//
|
|
this.fp_ks.DataPropertyName = "fp_ks";
|
|
this.fp_ks.HeaderText = "科室";
|
|
this.fp_ks.Name = "fp_ks";
|
|
this.fp_ks.ReadOnly = true;
|
|
//
|
|
// pdrs
|
|
//
|
|
this.pdrs.DataPropertyName = "pdrs";
|
|
this.pdrs.HeaderText = "排队人数";
|
|
this.pdrs.Name = "pdrs";
|
|
this.pdrs.ReadOnly = true;
|
|
//
|
|
// panel4
|
|
//
|
|
this.panel4.Controls.Add(this.btn_fp);
|
|
this.panel4.Controls.Add(this.label2);
|
|
this.panel4.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.panel4.Location = new System.Drawing.Point(0, 0);
|
|
this.panel4.Name = "panel4";
|
|
this.panel4.Size = new System.Drawing.Size(307, 80);
|
|
this.panel4.TabIndex = 0;
|
|
//
|
|
// btn_fp
|
|
//
|
|
this.btn_fp.Location = new System.Drawing.Point(6, 45);
|
|
this.btn_fp.Name = "btn_fp";
|
|
this.btn_fp.Size = new System.Drawing.Size(75, 23);
|
|
this.btn_fp.TabIndex = 3;
|
|
this.btn_fp.Text = "分配";
|
|
this.btn_fp.UseVisualStyleBackColor = true;
|
|
this.btn_fp.Click += new System.EventHandler(this.btn_fp_Click);
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label2.Location = new System.Drawing.Point(73, 14);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(88, 16);
|
|
this.label2.TabIndex = 0;
|
|
this.label2.Text = "可分配科室";
|
|
//
|
|
// panel3
|
|
//
|
|
this.panel3.Controls.Add(this.dgv_pd);
|
|
this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panel3.Location = new System.Drawing.Point(0, 40);
|
|
this.panel3.Name = "panel3";
|
|
this.panel3.Size = new System.Drawing.Size(811, 547);
|
|
this.panel3.TabIndex = 2;
|
|
//
|
|
// dgv_pd
|
|
//
|
|
this.dgv_pd.AllowUserToAddRows = false;
|
|
this.dgv_pd.AllowUserToDeleteRows = false;
|
|
this.dgv_pd.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.dgv_pd.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
this.tmh,
|
|
this.xm,
|
|
this.xb,
|
|
this.ks,
|
|
this.jx,
|
|
this.zt,
|
|
this.jq,
|
|
this.xjxm});
|
|
this.dgv_pd.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.dgv_pd.Location = new System.Drawing.Point(0, 0);
|
|
this.dgv_pd.Name = "dgv_pd";
|
|
this.dgv_pd.ReadOnly = true;
|
|
this.dgv_pd.RowHeadersWidth = 11;
|
|
this.dgv_pd.RowTemplate.Height = 23;
|
|
this.dgv_pd.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
this.dgv_pd.Size = new System.Drawing.Size(811, 547);
|
|
this.dgv_pd.TabIndex = 0;
|
|
this.dgv_pd.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgv_pd_CellClick);
|
|
//
|
|
// tmh
|
|
//
|
|
this.tmh.DataPropertyName = "tmh";
|
|
this.tmh.HeaderText = "条码号";
|
|
this.tmh.Name = "tmh";
|
|
this.tmh.ReadOnly = true;
|
|
//
|
|
// xm
|
|
//
|
|
this.xm.DataPropertyName = "xm";
|
|
this.xm.HeaderText = "姓名";
|
|
this.xm.Name = "xm";
|
|
this.xm.ReadOnly = true;
|
|
//
|
|
// xb
|
|
//
|
|
this.xb.DataPropertyName = "xb";
|
|
this.xb.HeaderText = "性别";
|
|
this.xb.Name = "xb";
|
|
this.xb.ReadOnly = true;
|
|
//
|
|
// ks
|
|
//
|
|
this.ks.DataPropertyName = "ks";
|
|
this.ks.HeaderText = "科室";
|
|
this.ks.Name = "ks";
|
|
this.ks.ReadOnly = true;
|
|
//
|
|
// jx
|
|
//
|
|
this.jx.DataPropertyName = "jx";
|
|
this.jx.HeaderText = "项目";
|
|
this.jx.Name = "jx";
|
|
this.jx.ReadOnly = true;
|
|
//
|
|
// zt
|
|
//
|
|
this.zt.DataPropertyName = "zt";
|
|
this.zt.HeaderText = "状态";
|
|
this.zt.Name = "zt";
|
|
this.zt.ReadOnly = true;
|
|
//
|
|
// jq
|
|
//
|
|
this.jq.DataPropertyName = "jq";
|
|
this.jq.HeaderText = "检区";
|
|
this.jq.Name = "jq";
|
|
this.jq.ReadOnly = true;
|
|
//
|
|
// xjxm
|
|
//
|
|
this.xjxm.DataPropertyName = "xjxm";
|
|
this.xjxm.HeaderText = "先检项目";
|
|
this.xjxm.Name = "xjxm";
|
|
this.xjxm.ReadOnly = true;
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.Location = new System.Drawing.Point(324, 4);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(75, 23);
|
|
this.button1.TabIndex = 3;
|
|
this.button1.Text = "排队";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
//
|
|
// frm_KHPDXX
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1118, 587);
|
|
this.Controls.Add(this.panel3);
|
|
this.Controls.Add(this.panel2);
|
|
this.Controls.Add(this.panel1);
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.Name = "frm_KHPDXX";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "客户排队信息";
|
|
this.Load += new System.EventHandler(this.frm_KHPDXX_Load);
|
|
this.panel1.ResumeLayout(false);
|
|
this.panel1.PerformLayout();
|
|
this.panel2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.dgv_fp)).EndInit();
|
|
this.panel4.ResumeLayout(false);
|
|
this.panel4.PerformLayout();
|
|
this.panel3.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.dgv_pd)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.Button btn_cx;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Panel panel2;
|
|
private System.Windows.Forms.Panel panel3;
|
|
private System.Windows.Forms.DataGridView dgv_fp;
|
|
private System.Windows.Forms.Panel panel4;
|
|
private System.Windows.Forms.Button btn_fp;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.DataGridView dgv_pd;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn tmh;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn xm;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn xb;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn ks;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn jx;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn zt;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn jq;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn xjxm;
|
|
internal System.Windows.Forms.TextBox txt_tmh;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn fp_jq;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn fp_ks;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pdrs;
|
|
private System.Windows.Forms.Button button1;
|
|
}
|
|
} |