namespace AIMS.OperationAanesthesia { partial class frmSelectPatientGoodsBill { /// /// 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(frmSelectPatientGoodsBill)); this.panel1 = new System.Windows.Forms.Panel(); this.txtquery = new DevComponents.DotNetBar.Controls.TextBoxX(); this.btnQuery = new DevComponents.DotNetBar.ButtonX(); this.label4 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.cboRoom = new System.Windows.Forms.ComboBox(); this.btnFrontDay = new System.Windows.Forms.Button(); this.btnNextDay = new System.Windows.Forms.Button(); this.dtpSelectPatientTime = new System.Windows.Forms.DateTimePicker(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.panel2 = new System.Windows.Forms.Panel(); this.buttonX2 = new DevComponents.DotNetBar.ButtonX(); this.buttonX1 = new DevComponents.DotNetBar.ButtonX(); this.txtState = new System.Windows.Forms.Label(); this.txttime = new System.Windows.Forms.Label(); this.txtage = new System.Windows.Forms.Label(); this.txtsex = new System.Windows.Forms.Label(); this.txtdept = new System.Windows.Forms.Label(); this.txtNo = new System.Windows.Forms.Label(); this.txths = new System.Windows.Forms.Label(); this.txtmzys = new System.Windows.Forms.Label(); this.txtzdys = new System.Windows.Forms.Label(); this.txtss = new System.Windows.Forms.Label(); this.txtzd = new System.Windows.Forms.Label(); this.txtname = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.txtRoom = new System.Windows.Forms.Label(); this.label11 = new System.Windows.Forms.Label(); this.label15 = new System.Windows.Forms.Label(); this.label21 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.label19 = new System.Windows.Forms.Label(); this.label13 = new System.Windows.Forms.Label(); this.label25 = new System.Windows.Forms.Label(); this.label17 = new System.Windows.Forms.Label(); this.label23 = new System.Windows.Forms.Label(); this.txtType = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.panel3 = new System.Windows.Forms.Panel(); this.CboOperationSite = new DevComponents.DotNetBar.Controls.ComboBoxEx(); this.labelSite = new System.Windows.Forms.Label(); this.panel1.SuspendLayout(); this.groupBox1.SuspendLayout(); this.panel2.SuspendLayout(); this.groupBox2.SuspendLayout(); this.SuspendLayout(); // // panel1 // this.panel1.BackColor = System.Drawing.Color.AliceBlue; this.panel1.Controls.Add(this.CboOperationSite); this.panel1.Controls.Add(this.labelSite); this.panel1.Controls.Add(this.txtquery); this.panel1.Controls.Add(this.btnQuery); this.panel1.Controls.Add(this.label4); this.panel1.Controls.Add(this.label1); this.panel1.Controls.Add(this.label2); this.panel1.Controls.Add(this.cboRoom); this.panel1.Controls.Add(this.btnFrontDay); this.panel1.Controls.Add(this.btnNextDay); this.panel1.Controls.Add(this.dtpSelectPatientTime); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.Font = new System.Drawing.Font("宋体", 10.5F); this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(1054, 39); this.panel1.TabIndex = 0; // // txtquery // // // // this.txtquery.Border.Class = "TextBoxBorder"; this.txtquery.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.txtquery.Location = new System.Drawing.Point(540, 9); this.txtquery.Name = "txtquery"; this.txtquery.PreventEnterBeep = true; this.txtquery.Size = new System.Drawing.Size(100, 23); this.txtquery.TabIndex = 12; // // btnQuery // this.btnQuery.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btnQuery.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.btnQuery.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnQuery.Location = new System.Drawing.Point(646, 10); this.btnQuery.Name = "btnQuery"; this.btnQuery.Size = new System.Drawing.Size(80, 23); this.btnQuery.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.btnQuery.TabIndex = 11; this.btnQuery.Text = "查询"; this.btnQuery.Click += new System.EventHandler(this.btnQuery_Click); // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label4.Location = new System.Drawing.Point(471, 9); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(65, 20); this.label4.TabIndex = 10; this.label4.Text = "患者查询"; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label1.Location = new System.Drawing.Point(12, 9); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(65, 20); this.label1.TabIndex = 7; this.label1.Text = "手术日期"; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label2.Location = new System.Drawing.Point(291, 8); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(51, 20); this.label2.TabIndex = 6; this.label2.Text = "手术间"; // // cboRoom // this.cboRoom.FormattingEnabled = true; this.cboRoom.Location = new System.Drawing.Point(345, 8); this.cboRoom.Name = "cboRoom"; this.cboRoom.Size = new System.Drawing.Size(121, 22); this.cboRoom.TabIndex = 5; // // btnFrontDay // this.btnFrontDay.BackColor = System.Drawing.Color.Transparent; this.btnFrontDay.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnFrontDay.BackgroundImage"))); this.btnFrontDay.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.btnFrontDay.Cursor = System.Windows.Forms.Cursors.Hand; this.btnFrontDay.FlatAppearance.BorderSize = 0; this.btnFrontDay.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnFrontDay.Location = new System.Drawing.Point(213, 7); this.btnFrontDay.Name = "btnFrontDay"; this.btnFrontDay.Size = new System.Drawing.Size(34, 24); this.btnFrontDay.TabIndex = 2; this.btnFrontDay.UseVisualStyleBackColor = false; this.btnFrontDay.Click += new System.EventHandler(this.btnFrontDay_Click); // // btnNextDay // this.btnNextDay.BackColor = System.Drawing.Color.Transparent; this.btnNextDay.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnNextDay.BackgroundImage"))); this.btnNextDay.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.btnNextDay.Cursor = System.Windows.Forms.Cursors.Hand; this.btnNextDay.FlatAppearance.BorderSize = 0; this.btnNextDay.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnNextDay.Location = new System.Drawing.Point(251, 7); this.btnNextDay.Name = "btnNextDay"; this.btnNextDay.Size = new System.Drawing.Size(34, 24); this.btnNextDay.TabIndex = 1; this.btnNextDay.UseVisualStyleBackColor = false; this.btnNextDay.Click += new System.EventHandler(this.btnNext_Click); // // dtpSelectPatientTime // this.dtpSelectPatientTime.CustomFormat = "yyyy-MM-dd"; this.dtpSelectPatientTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dtpSelectPatientTime.Location = new System.Drawing.Point(79, 9); this.dtpSelectPatientTime.Name = "dtpSelectPatientTime"; this.dtpSelectPatientTime.Size = new System.Drawing.Size(111, 23); this.dtpSelectPatientTime.TabIndex = 0; this.dtpSelectPatientTime.ValueChanged += new System.EventHandler(this.dtpSelectPatientTime_ValueChanged); // // groupBox1 // this.groupBox1.BackColor = System.Drawing.Color.AliceBlue; this.groupBox1.Controls.Add(this.panel2); this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top; this.groupBox1.Location = new System.Drawing.Point(0, 39); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(1054, 103); this.groupBox1.TabIndex = 1; this.groupBox1.TabStop = false; this.groupBox1.Text = "患者信息"; // // panel2 // this.panel2.AutoScroll = true; this.panel2.Controls.Add(this.buttonX2); this.panel2.Controls.Add(this.buttonX1); this.panel2.Controls.Add(this.txtState); this.panel2.Controls.Add(this.txttime); this.panel2.Controls.Add(this.txtage); this.panel2.Controls.Add(this.txtsex); this.panel2.Controls.Add(this.txtdept); this.panel2.Controls.Add(this.txtNo); this.panel2.Controls.Add(this.txths); this.panel2.Controls.Add(this.txtmzys); this.panel2.Controls.Add(this.txtzdys); this.panel2.Controls.Add(this.txtss); this.panel2.Controls.Add(this.txtzd); this.panel2.Controls.Add(this.txtname); this.panel2.Controls.Add(this.label5); this.panel2.Controls.Add(this.txtRoom); this.panel2.Controls.Add(this.label11); this.panel2.Controls.Add(this.label15); this.panel2.Controls.Add(this.label21); this.panel2.Controls.Add(this.label9); this.panel2.Controls.Add(this.label19); this.panel2.Controls.Add(this.label13); this.panel2.Controls.Add(this.label25); this.panel2.Controls.Add(this.label17); this.panel2.Controls.Add(this.label23); this.panel2.Controls.Add(this.txtType); this.panel2.Controls.Add(this.label3); this.panel2.Dock = System.Windows.Forms.DockStyle.Fill; this.panel2.Location = new System.Drawing.Point(3, 17); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(1048, 83); this.panel2.TabIndex = 0; this.panel2.Visible = false; // // buttonX2 // this.buttonX2.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.buttonX2.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.buttonX2.Font = new System.Drawing.Font("微软雅黑", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.buttonX2.Location = new System.Drawing.Point(908, 14); this.buttonX2.Name = "buttonX2"; this.buttonX2.Size = new System.Drawing.Size(95, 54); this.buttonX2.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.buttonX2.TabIndex = 6; this.buttonX2.Text = "切换手术间"; this.buttonX2.Click += new System.EventHandler(this.buttonX2_Click); // // buttonX1 // this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.buttonX1.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.buttonX1.Font = new System.Drawing.Font("微软雅黑", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.buttonX1.Location = new System.Drawing.Point(781, 14); this.buttonX1.Name = "buttonX1"; this.buttonX1.Size = new System.Drawing.Size(121, 54); this.buttonX1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.buttonX1.TabIndex = 6; this.buttonX1.Text = "查看器械清点单"; this.buttonX1.Click += new System.EventHandler(this.buttonX1_Click); // // txtState // this.txtState.AutoSize = true; this.txtState.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Bold); this.txtState.ForeColor = System.Drawing.Color.Red; this.txtState.Location = new System.Drawing.Point(687, 24); this.txtState.Name = "txtState"; this.txtState.Size = new System.Drawing.Size(69, 26); this.txtState.TabIndex = 5; this.txtState.Text = "手术中"; // // txttime // this.txttime.AutoSize = true; this.txttime.Location = new System.Drawing.Point(607, 14); this.txttime.Name = "txttime"; this.txttime.Size = new System.Drawing.Size(11, 12); this.txttime.TabIndex = 5; this.txttime.Text = " "; // // txtage // this.txtage.AutoSize = true; this.txtage.Location = new System.Drawing.Point(454, 14); this.txtage.Name = "txtage"; this.txtage.Size = new System.Drawing.Size(11, 12); this.txtage.TabIndex = 5; this.txtage.Text = " "; // // txtsex // this.txtsex.AutoSize = true; this.txtsex.Location = new System.Drawing.Point(375, 14); this.txtsex.Name = "txtsex"; this.txtsex.Size = new System.Drawing.Size(11, 12); this.txtsex.TabIndex = 5; this.txtsex.Text = " "; // // txtdept // this.txtdept.AutoSize = true; this.txtdept.Location = new System.Drawing.Point(115, 34); this.txtdept.Name = "txtdept"; this.txtdept.Size = new System.Drawing.Size(11, 12); this.txtdept.TabIndex = 5; this.txtdept.Text = " "; // // txtNo // this.txtNo.AutoSize = true; this.txtNo.Location = new System.Drawing.Point(127, 14); this.txtNo.Name = "txtNo"; this.txtNo.Size = new System.Drawing.Size(11, 12); this.txtNo.TabIndex = 5; this.txtNo.Text = " "; // // txths // this.txths.AutoSize = true; this.txths.Location = new System.Drawing.Point(535, 34); this.txths.Name = "txths"; this.txths.Size = new System.Drawing.Size(11, 12); this.txths.TabIndex = 5; this.txths.Text = " "; // // txtmzys // this.txtmzys.AutoSize = true; this.txtmzys.Location = new System.Drawing.Point(397, 34); this.txtmzys.Name = "txtmzys"; this.txtmzys.Size = new System.Drawing.Size(11, 12); this.txtmzys.TabIndex = 5; this.txtmzys.Text = " "; // // txtzdys // this.txtzdys.AutoSize = true; this.txtzdys.Location = new System.Drawing.Point(261, 34); this.txtzdys.Name = "txtzdys"; this.txtzdys.Size = new System.Drawing.Size(11, 12); this.txtzdys.TabIndex = 5; this.txtzdys.Text = " "; // // txtss // this.txtss.AutoSize = true; this.txtss.Location = new System.Drawing.Point(454, 56); this.txtss.Name = "txtss"; this.txtss.Size = new System.Drawing.Size(11, 12); this.txtss.TabIndex = 5; this.txtss.Text = " "; // // txtzd // this.txtzd.AutoSize = true; this.txtzd.Location = new System.Drawing.Point(134, 56); this.txtzd.Name = "txtzd"; this.txtzd.Size = new System.Drawing.Size(11, 12); this.txtzd.TabIndex = 5; this.txtzd.Text = " "; // // txtname // this.txtname.AutoSize = true; this.txtname.Location = new System.Drawing.Point(261, 14); this.txtname.Name = "txtname"; this.txtname.Size = new System.Drawing.Size(11, 12); this.txtname.TabIndex = 5; this.txtname.Text = " "; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(525, 14); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(77, 12); this.label5.TabIndex = 5; this.label5.Text = "申请预约时间"; // // txtRoom // this.txtRoom.AutoSize = true; this.txtRoom.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Bold); this.txtRoom.Location = new System.Drawing.Point(10, 23); this.txtRoom.Name = "txtRoom"; this.txtRoom.Size = new System.Drawing.Size(49, 19); this.txtRoom.TabIndex = 5; this.txtRoom.Text = "一间"; // // label11 // this.label11.AutoSize = true; this.label11.Location = new System.Drawing.Point(421, 14); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(29, 12); this.label11.TabIndex = 5; this.label11.Text = "年龄"; // // label15 // this.label15.AutoSize = true; this.label15.Location = new System.Drawing.Point(75, 34); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(29, 12); this.label15.TabIndex = 5; this.label15.Text = "科室"; // // label21 // this.label21.AutoSize = true; this.label21.Location = new System.Drawing.Point(476, 34); this.label21.Name = "label21"; this.label21.Size = new System.Drawing.Size(53, 12); this.label21.TabIndex = 5; this.label21.Text = "术中护士"; // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(342, 14); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(29, 12); this.label9.TabIndex = 5; this.label9.Text = "性别"; // // label19 // this.label19.AutoSize = true; this.label19.Location = new System.Drawing.Point(338, 34); this.label19.Name = "label19"; this.label19.Size = new System.Drawing.Size(53, 12); this.label19.TabIndex = 5; this.label19.Text = "麻醉医生"; // // label13 // this.label13.AutoSize = true; this.label13.Location = new System.Drawing.Point(75, 14); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(41, 12); this.label13.TabIndex = 5; this.label13.Text = "住院号"; // // label25 // this.label25.AutoSize = true; this.label25.Location = new System.Drawing.Point(395, 56); this.label25.Name = "label25"; this.label25.Size = new System.Drawing.Size(53, 12); this.label25.TabIndex = 5; this.label25.Text = "拟施手术"; // // label17 // this.label17.AutoSize = true; this.label17.Location = new System.Drawing.Point(202, 34); this.label17.Name = "label17"; this.label17.Size = new System.Drawing.Size(53, 12); this.label17.TabIndex = 5; this.label17.Text = "主刀医生"; // // label23 // this.label23.AutoSize = true; this.label23.Location = new System.Drawing.Point(75, 56); this.label23.Name = "label23"; this.label23.Size = new System.Drawing.Size(53, 12); this.label23.TabIndex = 5; this.label23.Text = "术前诊断"; // // txtType // this.txtType.AutoSize = true; this.txtType.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtType.ForeColor = System.Drawing.Color.Red; this.txtType.Location = new System.Drawing.Point(22, 52); this.txtType.Name = "txtType"; this.txtType.Size = new System.Drawing.Size(23, 16); this.txtType.TabIndex = 5; this.txtType.Text = "急"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(202, 14); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(53, 12); this.label3.TabIndex = 5; this.label3.Text = "患者姓名"; // // groupBox2 // this.groupBox2.BackColor = System.Drawing.Color.AliceBlue; this.groupBox2.Controls.Add(this.panel3); this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox2.Location = new System.Drawing.Point(0, 142); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(1054, 495); this.groupBox2.TabIndex = 2; this.groupBox2.TabStop = false; this.groupBox2.Text = "手术患者"; // // panel3 // this.panel3.AutoScroll = true; this.panel3.Dock = System.Windows.Forms.DockStyle.Fill; this.panel3.Location = new System.Drawing.Point(3, 17); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(1048, 475); this.panel3.TabIndex = 0; // // CboOperationSite // this.CboOperationSite.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.CboOperationSite.DisplayMember = "Text"; this.CboOperationSite.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.CboOperationSite.Font = new System.Drawing.Font("微软雅黑", 10F); this.CboOperationSite.FormattingEnabled = true; this.CboOperationSite.ItemHeight = 19; this.CboOperationSite.Location = new System.Drawing.Point(930, 7); this.CboOperationSite.Name = "CboOperationSite"; this.CboOperationSite.Size = new System.Drawing.Size(115, 25); this.CboOperationSite.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.CboOperationSite.TabIndex = 506; // // labelSite // this.labelSite.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.labelSite.AutoSize = true; this.labelSite.BackColor = System.Drawing.Color.AliceBlue; this.labelSite.Font = new System.Drawing.Font("微软雅黑", 10.5F); this.labelSite.Location = new System.Drawing.Point(864, 9); this.labelSite.Name = "labelSite"; this.labelSite.Size = new System.Drawing.Size(65, 20); this.labelSite.TabIndex = 507; this.labelSite.Text = "手术地点"; this.labelSite.TextAlign = System.Drawing.ContentAlignment.BottomCenter; // // frmSelectPatientGoodsBill // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1054, 637); this.Controls.Add(this.groupBox2); this.Controls.Add(this.groupBox1); this.Controls.Add(this.panel1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "frmSelectPatientGoodsBill"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "选择患者"; this.Load += new System.EventHandler(this.frmSelectPatientGoodsBill_Load); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.groupBox1.ResumeLayout(false); this.panel2.ResumeLayout(false); this.panel2.PerformLayout(); this.groupBox2.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panel1; private System.Windows.Forms.DateTimePicker dtpSelectPatientTime; private System.Windows.Forms.Button btnNextDay; private System.Windows.Forms.Button btnFrontDay; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.Panel panel3; private System.Windows.Forms.Label label2; private System.Windows.Forms.ComboBox cboRoom; private System.Windows.Forms.Label label1; private DevComponents.DotNetBar.ButtonX buttonX1; private System.Windows.Forms.Label txtState; private System.Windows.Forms.Label txttime; private System.Windows.Forms.Label txtage; private System.Windows.Forms.Label txtsex; private System.Windows.Forms.Label txtdept; private System.Windows.Forms.Label txtNo; private System.Windows.Forms.Label txths; private System.Windows.Forms.Label txtmzys; private System.Windows.Forms.Label txtzdys; private System.Windows.Forms.Label txtss; private System.Windows.Forms.Label txtzd; private System.Windows.Forms.Label txtname; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label txtRoom; private System.Windows.Forms.Label label11; private System.Windows.Forms.Label label15; private System.Windows.Forms.Label label21; private System.Windows.Forms.Label label9; private System.Windows.Forms.Label label19; private System.Windows.Forms.Label label13; private System.Windows.Forms.Label label25; private System.Windows.Forms.Label label17; private System.Windows.Forms.Label label23; private System.Windows.Forms.Label txtType; private System.Windows.Forms.Label label3; private DevComponents.DotNetBar.Controls.TextBoxX txtquery; private DevComponents.DotNetBar.ButtonX btnQuery; private System.Windows.Forms.Label label4; private DevComponents.DotNetBar.ButtonX buttonX2; private DevComponents.DotNetBar.Controls.ComboBoxEx CboOperationSite; private System.Windows.Forms.Label labelSite; } }