namespace AIMS.OperationAfter.UI { partial class frmQualityControlViewParent { /// /// 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(frmQualityControlViewParent)); this.panel2 = new System.Windows.Forms.Panel(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.treeViewPatient = new System.Windows.Forms.TreeView(); this.panel3 = new System.Windows.Forms.Panel(); this.dtpSearchTime = new DevComponents.Editors.DateTimeAdv.DateTimeInput(); this.btnBeforeDay = new DevComponents.DotNetBar.ButtonX(); this.btnAfterDay = new DevComponents.DotNetBar.ButtonX(); this.txtnameOrHnum = new System.Windows.Forms.TextBox(); this.sfd = new System.Windows.Forms.SaveFileDialog(); this.toolStrip2 = new System.Windows.Forms.ToolStrip(); this.tsbSave = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.toolStripButton1 = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.tsbExit = new System.Windows.Forms.ToolStripButton(); this.panel1 = new System.Windows.Forms.Panel(); this.panel4 = new System.Windows.Forms.Panel(); this.panel5 = new System.Windows.Forms.Panel(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.labRecordTime = new System.Windows.Forms.Label(); this.label11 = new System.Windows.Forms.Label(); this.labHospitalNum = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.labDepartment = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.LabPatient = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.txtPersonLiable1 = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.labQCName = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.txtPersonLiable = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.txtPointDeduction = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.txtRemask = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.toolStrip1 = new System.Windows.Forms.ToolStrip(); this.toolStripButton3 = new System.Windows.Forms.ToolStripButton(); this.panel2.SuspendLayout(); this.groupBox2.SuspendLayout(); this.panel3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dtpSearchTime)).BeginInit(); this.toolStrip2.SuspendLayout(); this.panel1.SuspendLayout(); this.panel5.SuspendLayout(); this.groupBox1.SuspendLayout(); this.toolStrip1.SuspendLayout(); this.SuspendLayout(); // // panel2 // this.panel2.Controls.Add(this.groupBox2); this.panel2.Dock = System.Windows.Forms.DockStyle.Left; this.panel2.Location = new System.Drawing.Point(0, 0); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(189, 611); this.panel2.TabIndex = 2; // // groupBox2 // this.groupBox2.BackColor = System.Drawing.Color.White; this.groupBox2.Controls.Add(this.treeViewPatient); this.groupBox2.Controls.Add(this.panel3); this.groupBox2.Dock = System.Windows.Forms.DockStyle.Left; this.groupBox2.Font = new System.Drawing.Font("微软雅黑", 11F); this.groupBox2.Location = new System.Drawing.Point(0, 0); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(187, 611); this.groupBox2.TabIndex = 7; this.groupBox2.TabStop = false; this.groupBox2.Text = "选择患者"; // // treeViewPatient // this.treeViewPatient.Dock = System.Windows.Forms.DockStyle.Fill; this.treeViewPatient.Location = new System.Drawing.Point(3, 134); this.treeViewPatient.Name = "treeViewPatient"; this.treeViewPatient.ShowPlusMinus = false; this.treeViewPatient.ShowRootLines = false; this.treeViewPatient.Size = new System.Drawing.Size(181, 474); this.treeViewPatient.TabIndex = 1; // // panel3 // this.panel3.BackColor = System.Drawing.SystemColors.Control; this.panel3.Controls.Add(this.dtpSearchTime); this.panel3.Controls.Add(this.btnBeforeDay); this.panel3.Controls.Add(this.btnAfterDay); this.panel3.Controls.Add(this.txtnameOrHnum); this.panel3.Dock = System.Windows.Forms.DockStyle.Top; this.panel3.Location = new System.Drawing.Point(3, 23); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(181, 111); this.panel3.TabIndex = 2; // // dtpSearchTime // // // // this.dtpSearchTime.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.dtpSearchTime.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown; this.dtpSearchTime.ButtonDropDown.Visible = true; this.dtpSearchTime.FocusHighlightColor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(186)))), ((int)(((byte)(179))))); this.dtpSearchTime.IsPopupCalendarOpen = false; this.dtpSearchTime.Location = new System.Drawing.Point(16, 39); // // // // // // this.dtpSearchTime.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.dtpSearchTime.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.dtpSearchTime.MonthCalendar.DisplayMonth = new System.DateTime(2017, 11, 1, 0, 0, 0, 0); // // // this.dtpSearchTime.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.dtpSearchTime.Name = "dtpSearchTime"; this.dtpSearchTime.Size = new System.Drawing.Size(143, 27); this.dtpSearchTime.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.dtpSearchTime.TabIndex = 456; this.dtpSearchTime.ValueChanged += new System.EventHandler(this.dtpSearchTime_ValueChanged); // // btnBeforeDay // this.btnBeforeDay.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btnBeforeDay.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.btnBeforeDay.Font = new System.Drawing.Font("微软雅黑", 11F); this.btnBeforeDay.Location = new System.Drawing.Point(16, 8); this.btnBeforeDay.Name = "btnBeforeDay"; this.btnBeforeDay.Size = new System.Drawing.Size(65, 26); this.btnBeforeDay.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.btnBeforeDay.TabIndex = 455; this.btnBeforeDay.Text = "前一天"; this.btnBeforeDay.Click += new System.EventHandler(this.btnBeforeDay_Click); // // btnAfterDay // this.btnAfterDay.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btnAfterDay.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.btnAfterDay.Font = new System.Drawing.Font("微软雅黑", 11F); this.btnAfterDay.Location = new System.Drawing.Point(94, 8); this.btnAfterDay.Name = "btnAfterDay"; this.btnAfterDay.Size = new System.Drawing.Size(65, 26); this.btnAfterDay.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.btnAfterDay.TabIndex = 454; this.btnAfterDay.Text = "后一天"; this.btnAfterDay.Click += new System.EventHandler(this.btnAfterDay_Click); // // txtnameOrHnum // this.txtnameOrHnum.Location = new System.Drawing.Point(16, 71); this.txtnameOrHnum.Name = "txtnameOrHnum"; this.txtnameOrHnum.Size = new System.Drawing.Size(143, 27); this.txtnameOrHnum.TabIndex = 16; this.txtnameOrHnum.Click += new System.EventHandler(this.txtnameOrHnum_Click_1); this.txtnameOrHnum.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtnameOrHnum_KeyDown); this.txtnameOrHnum.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtnameOrHnum_KeyUp); this.txtnameOrHnum.Leave += new System.EventHandler(this.txtnameOrHnum_Leave); // // toolStrip2 // this.toolStrip2.BackColor = System.Drawing.Color.Transparent; this.toolStrip2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.toolStrip2.Font = new System.Drawing.Font("微软雅黑", 12F); this.toolStrip2.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; this.toolStrip2.ImageScalingSize = new System.Drawing.Size(30, 30); this.toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsbSave, this.toolStripSeparator2, this.toolStripButton1, this.toolStripSeparator1, this.tsbExit}); this.toolStrip2.Location = new System.Drawing.Point(189, 0); this.toolStrip2.Name = "toolStrip2"; this.toolStrip2.Size = new System.Drawing.Size(831, 28); this.toolStrip2.TabIndex = 9; this.toolStrip2.Text = "toolStrip2"; // // tsbSave // this.tsbSave.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.tsbSave.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbSave.Name = "tsbSave"; this.tsbSave.Size = new System.Drawing.Size(76, 25); this.tsbSave.Text = " 保存 "; this.tsbSave.Click += new System.EventHandler(this.btnSave_Click); // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; this.toolStripSeparator2.Size = new System.Drawing.Size(6, 28); // // toolStripButton1 // this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image"))); this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton1.Name = "toolStripButton1"; this.toolStripButton1.Size = new System.Drawing.Size(46, 25); this.toolStripButton1.Text = "删除"; this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click_1); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(6, 28); // // tsbExit // this.tsbExit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.tsbExit.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbExit.Name = "tsbExit"; this.tsbExit.Size = new System.Drawing.Size(76, 25); this.tsbExit.Text = " 关闭 "; this.tsbExit.Click += new System.EventHandler(this.tsbExit_Click); // // panel1 // this.panel1.Controls.Add(this.panel4); this.panel1.Controls.Add(this.panel5); this.panel1.Controls.Add(this.toolStrip1); this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.panel1.Location = new System.Drawing.Point(189, 28); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(831, 583); this.panel1.TabIndex = 10; // // panel4 // this.panel4.AutoScroll = true; this.panel4.Dock = System.Windows.Forms.DockStyle.Fill; this.panel4.Location = new System.Drawing.Point(0, 153); this.panel4.Name = "panel4"; this.panel4.Size = new System.Drawing.Size(831, 430); this.panel4.TabIndex = 13; // // panel5 // this.panel5.Controls.Add(this.groupBox1); this.panel5.Controls.Add(this.txtPersonLiable1); this.panel5.Controls.Add(this.label5); this.panel5.Controls.Add(this.labQCName); this.panel5.Controls.Add(this.label4); this.panel5.Controls.Add(this.txtPersonLiable); this.panel5.Controls.Add(this.label3); this.panel5.Controls.Add(this.txtPointDeduction); this.panel5.Controls.Add(this.label2); this.panel5.Controls.Add(this.txtRemask); this.panel5.Controls.Add(this.label1); this.panel5.Dock = System.Windows.Forms.DockStyle.Top; this.panel5.Location = new System.Drawing.Point(0, 25); this.panel5.Name = "panel5"; this.panel5.Size = new System.Drawing.Size(831, 128); this.panel5.TabIndex = 12; // // groupBox1 // this.groupBox1.Controls.Add(this.labRecordTime); this.groupBox1.Controls.Add(this.label11); this.groupBox1.Controls.Add(this.labHospitalNum); this.groupBox1.Controls.Add(this.label9); this.groupBox1.Controls.Add(this.labDepartment); this.groupBox1.Controls.Add(this.label8); this.groupBox1.Controls.Add(this.LabPatient); this.groupBox1.Controls.Add(this.label6); this.groupBox1.Location = new System.Drawing.Point(12, 28); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(816, 40); this.groupBox1.TabIndex = 10; this.groupBox1.TabStop = false; this.groupBox1.Text = "患者信息"; // // labRecordTime // this.labRecordTime.AutoSize = true; this.labRecordTime.Location = new System.Drawing.Point(723, 17); this.labRecordTime.Name = "labRecordTime"; this.labRecordTime.Size = new System.Drawing.Size(11, 12); this.labRecordTime.TabIndex = 14; this.labRecordTime.Text = "X"; // // label11 // this.label11.AutoSize = true; this.label11.Location = new System.Drawing.Point(652, 17); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(65, 12); this.label11.TabIndex = 13; this.label11.Text = "生成日期:"; // // labHospitalNum // this.labHospitalNum.AutoSize = true; this.labHospitalNum.Location = new System.Drawing.Point(352, 17); this.labHospitalNum.Name = "labHospitalNum"; this.labHospitalNum.Size = new System.Drawing.Size(11, 12); this.labHospitalNum.TabIndex = 10; this.labHospitalNum.Text = "X"; // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(293, 17); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(53, 12); this.label9.TabIndex = 9; this.label9.Text = "住院号:"; // // labDepartment // this.labDepartment.AutoSize = true; this.labDepartment.Location = new System.Drawing.Point(205, 17); this.labDepartment.Name = "labDepartment"; this.labDepartment.Size = new System.Drawing.Size(11, 12); this.labDepartment.TabIndex = 8; this.labDepartment.Text = "X"; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(158, 17); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(41, 12); this.label8.TabIndex = 7; this.label8.Text = "科室:"; // // LabPatient // this.LabPatient.AutoSize = true; this.LabPatient.Location = new System.Drawing.Point(77, 17); this.LabPatient.Name = "LabPatient"; this.LabPatient.Size = new System.Drawing.Size(11, 12); this.LabPatient.TabIndex = 6; this.LabPatient.Text = "X"; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(6, 17); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(65, 12); this.label6.TabIndex = 5; this.label6.Text = "患者姓名:"; // // txtPersonLiable1 // this.txtPersonLiable1.Location = new System.Drawing.Point(337, 72); this.txtPersonLiable1.Name = "txtPersonLiable1"; this.txtPersonLiable1.Size = new System.Drawing.Size(89, 21); this.txtPersonLiable1.TabIndex = 9; this.txtPersonLiable1.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.txtPersonLiable_MouseDoubleClick); // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(278, 76); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(53, 12); this.label5.TabIndex = 8; this.label5.Text = "质控人:"; // // labQCName // this.labQCName.Dock = System.Windows.Forms.DockStyle.Bottom; this.labQCName.Font = new System.Drawing.Font("宋体", 16F); this.labQCName.Location = new System.Drawing.Point(0, 100); this.labQCName.Name = "labQCName"; this.labQCName.Size = new System.Drawing.Size(831, 28); this.labQCName.TabIndex = 7; this.labQCName.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(10, 9); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(197, 12); this.label4.TabIndex = 6; this.label4.Text = "提示:已经保存过的质控表会打上√"; // // txtPersonLiable // this.txtPersonLiable.Location = new System.Drawing.Point(73, 72); this.txtPersonLiable.Name = "txtPersonLiable"; this.txtPersonLiable.Size = new System.Drawing.Size(89, 21); this.txtPersonLiable.TabIndex = 5; this.txtPersonLiable.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.txtPersonLiable_MouseDoubleClick); // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(14, 76); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(53, 12); this.label3.TabIndex = 4; this.label3.Text = "责任人:"; // // txtPointDeduction // this.txtPointDeduction.Location = new System.Drawing.Point(213, 72); this.txtPointDeduction.Name = "txtPointDeduction"; this.txtPointDeduction.Size = new System.Drawing.Size(48, 21); this.txtPointDeduction.TabIndex = 3; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(170, 76); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(41, 12); this.label2.TabIndex = 2; this.label2.Text = "扣分:"; // // txtRemask // this.txtRemask.Location = new System.Drawing.Point(486, 72); this.txtRemask.Name = "txtRemask"; this.txtRemask.Size = new System.Drawing.Size(333, 21); this.txtRemask.TabIndex = 1; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(438, 76); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(41, 12); this.label1.TabIndex = 0; this.label1.Text = "备注:"; // // toolStrip1 // this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripButton3}); this.toolStrip1.Location = new System.Drawing.Point(0, 0); this.toolStrip1.Name = "toolStrip1"; this.toolStrip1.Size = new System.Drawing.Size(831, 25); this.toolStrip1.TabIndex = 11; this.toolStrip1.Text = "toolStrip1"; // // toolStripButton3 // this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton3.Name = "toolStripButton3"; this.toolStripButton3.Size = new System.Drawing.Size(107, 22); this.toolStripButton3.Text = "toolStripButton1"; // // frmQualityControlViewParent // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1020, 611); this.Controls.Add(this.panel1); this.Controls.Add(this.toolStrip2); this.Controls.Add(this.panel2); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "frmQualityControlViewParent"; this.Text = "质控管理"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.PatientDocumentNew_FormClosing); this.Load += new System.EventHandler(this.frmQualityControlViewParent_Load_1); this.panel2.ResumeLayout(false); this.groupBox2.ResumeLayout(false); this.panel3.ResumeLayout(false); this.panel3.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dtpSearchTime)).EndInit(); this.toolStrip2.ResumeLayout(false); this.toolStrip2.PerformLayout(); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.panel5.ResumeLayout(false); this.panel5.PerformLayout(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.toolStrip1.ResumeLayout(false); this.toolStrip1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Panel panel2; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.TreeView treeViewPatient; private System.Windows.Forms.Panel panel3; private System.Windows.Forms.TextBox txtnameOrHnum; private System.Windows.Forms.SaveFileDialog sfd; private DevComponents.Editors.DateTimeAdv.DateTimeInput dtpSearchTime; private DevComponents.DotNetBar.ButtonX btnBeforeDay; private DevComponents.DotNetBar.ButtonX btnAfterDay; private System.Windows.Forms.ToolStrip toolStrip2; private System.Windows.Forms.ToolStripButton tsbSave; private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; private System.Windows.Forms.ToolStripButton tsbExit; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Panel panel5; private System.Windows.Forms.TextBox txtPersonLiable; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox txtPointDeduction; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox txtRemask; private System.Windows.Forms.Label label1; private System.Windows.Forms.ToolStrip toolStrip1; private System.Windows.Forms.ToolStripButton toolStripButton3; private System.Windows.Forms.Panel panel4; private System.Windows.Forms.Label label4; private System.Windows.Forms.ToolStripSeparator toolStripSeparator2; private System.Windows.Forms.ToolStripButton toolStripButton1; private System.Windows.Forms.Label labQCName; private System.Windows.Forms.TextBox txtPersonLiable1; private System.Windows.Forms.Label label5; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Label labHospitalNum; private System.Windows.Forms.Label label9; private System.Windows.Forms.Label labDepartment; private System.Windows.Forms.Label label8; private System.Windows.Forms.Label LabPatient; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label labRecordTime; private System.Windows.Forms.Label label11; } }