namespace SOH.Queuing.Setting { partial class frm_KSPDXX { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frm_KSPDXX)); this.panel1 = new System.Windows.Forms.Panel(); this.button2 = new System.Windows.Forms.Button(); this.button1 = new System.Windows.Forms.Button(); this.btu2 = new System.Windows.Forms.Button(); this.btn_sx = new System.Windows.Forms.Button(); this.lbl_pdrs = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.lbl_ksmc = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.dataGridView1 = 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.nl = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.jx = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.pdsj = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ddsj = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); this.SuspendLayout(); // // panel1 // this.panel1.Controls.Add(this.button2); this.panel1.Controls.Add(this.button1); this.panel1.Controls.Add(this.btu2); this.panel1.Controls.Add(this.btn_sx); this.panel1.Controls.Add(this.lbl_pdrs); this.panel1.Controls.Add(this.label2); this.panel1.Controls.Add(this.lbl_ksmc); 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(739, 34); this.panel1.TabIndex = 0; // // button2 // this.button2.Location = new System.Drawing.Point(432, 4); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(52, 23); this.button2.TabIndex = 7; this.button2.Text = "下移"; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.button2_Click); // // button1 // this.button1.Location = new System.Drawing.Point(365, 4); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(52, 23); this.button1.TabIndex = 6; this.button1.Text = "上移"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // btu2 // this.btu2.BackColor = System.Drawing.Color.White; this.btu2.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btu2.Font = new System.Drawing.Font("宋体", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btu2.ForeColor = System.Drawing.Color.Red; this.btu2.Location = new System.Drawing.Point(523, 3); this.btu2.Name = "btu2"; this.btu2.Size = new System.Drawing.Size(185, 27); this.btu2.TabIndex = 5; this.btu2.Text = "科室掉线重发排队信息"; this.btu2.UseVisualStyleBackColor = false; this.btu2.Click += new System.EventHandler(this.btu2_Click); // // btn_sx // this.btn_sx.Location = new System.Drawing.Point(277, 4); this.btn_sx.Name = "btn_sx"; this.btn_sx.Size = new System.Drawing.Size(75, 23); this.btn_sx.TabIndex = 4; this.btn_sx.Text = "刷新"; this.btn_sx.UseVisualStyleBackColor = true; this.btn_sx.Click += new System.EventHandler(this.btn_sx_Click); // // lbl_pdrs // this.lbl_pdrs.AutoSize = true; this.lbl_pdrs.Location = new System.Drawing.Point(244, 9); this.lbl_pdrs.Name = "lbl_pdrs"; this.lbl_pdrs.Size = new System.Drawing.Size(0, 12); this.lbl_pdrs.TabIndex = 3; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(173, 9); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(65, 12); this.label2.TabIndex = 2; this.label2.Text = "排队人数:"; // // lbl_ksmc // this.lbl_ksmc.AutoSize = true; this.lbl_ksmc.Location = new System.Drawing.Point(83, 9); this.lbl_ksmc.Name = "lbl_ksmc"; this.lbl_ksmc.Size = new System.Drawing.Size(0, 12); this.lbl_ksmc.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(65, 12); this.label1.TabIndex = 0; this.label1.Text = "科室名称:"; // // dataGridView1 // this.dataGridView1.AllowUserToAddRows = false; this.dataGridView1.AllowUserToDeleteRows = false; this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.tmh, this.xm, this.xb, this.nl, this.jx, this.pdsj, this.ddsj}); this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill; this.dataGridView1.Location = new System.Drawing.Point(0, 34); this.dataGridView1.Name = "dataGridView1"; this.dataGridView1.ReadOnly = true; this.dataGridView1.RowHeadersWidth = 11; this.dataGridView1.RowTemplate.Height = 23; this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dataGridView1.Size = new System.Drawing.Size(739, 393); this.dataGridView1.TabIndex = 1; this.dataGridView1.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellDoubleClick); // // tmh // this.tmh.DataPropertyName = "tmh"; this.tmh.HeaderText = "条码号"; this.tmh.MinimumWidth = 6; this.tmh.Name = "tmh"; this.tmh.ReadOnly = true; this.tmh.Width = 125; // // xm // this.xm.DataPropertyName = "xm"; this.xm.HeaderText = "姓名"; this.xm.MinimumWidth = 6; this.xm.Name = "xm"; this.xm.ReadOnly = true; this.xm.Width = 80; // // xb // this.xb.DataPropertyName = "xb"; this.xb.HeaderText = "性别"; this.xb.MinimumWidth = 6; this.xb.Name = "xb"; this.xb.ReadOnly = true; this.xb.Width = 55; // // nl // this.nl.DataPropertyName = "nl"; this.nl.HeaderText = "年龄"; this.nl.Name = "nl"; this.nl.ReadOnly = true; // // jx // this.jx.DataPropertyName = "jx"; this.jx.HeaderText = "检项"; this.jx.MinimumWidth = 6; this.jx.Name = "jx"; this.jx.ReadOnly = true; this.jx.Width = 300; // // pdsj // this.pdsj.DataPropertyName = "pdsj"; this.pdsj.HeaderText = "排队时间"; this.pdsj.MinimumWidth = 6; this.pdsj.Name = "pdsj"; this.pdsj.ReadOnly = true; this.pdsj.Width = 120; // // ddsj // this.ddsj.DataPropertyName = "ddsj"; this.ddsj.HeaderText = "等待时间"; this.ddsj.MinimumWidth = 6; this.ddsj.Name = "ddsj"; this.ddsj.ReadOnly = true; this.ddsj.Width = 80; // // frm_KSPDXX // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(739, 427); this.Controls.Add(this.dataGridView1); this.Controls.Add(this.panel1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "frm_KSPDXX"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "科室排队信息"; this.Load += new System.EventHandler(this.frm_KSPDXX_Load); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Button btn_sx; private System.Windows.Forms.Label lbl_pdrs; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label lbl_ksmc; private System.Windows.Forms.Label label1; private System.Windows.Forms.DataGridView dataGridView1; private System.Windows.Forms.Button btu2; private System.Windows.Forms.Button button2; private System.Windows.Forms.Button button1; private System.Windows.Forms.DataGridViewTextBoxColumn tmh; private System.Windows.Forms.DataGridViewTextBoxColumn xm; private System.Windows.Forms.DataGridViewTextBoxColumn xb; private System.Windows.Forms.DataGridViewTextBoxColumn nl; private System.Windows.Forms.DataGridViewTextBoxColumn jx; private System.Windows.Forms.DataGridViewTextBoxColumn pdsj; private System.Windows.Forms.DataGridViewTextBoxColumn ddsj; } }