/// <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(frmImageBookingSearch)); this.lblCheckRecord = new System.Windows.Forms.Label(); this.lblBookingInfo = new System.Windows.Forms.Label(); this.lblBookingReplyDate = new System.Windows.Forms.Label(); this.dtpBookingReplyDate = new com.digitalwave.Utility.Controls.ctlTimePicker(); this.lblApplicationID = new System.Windows.Forms.Label(); this.txtApplicationID = new com.digitalwave.Utility.Controls.ctlBorderTextBox(); this.txtBookingInfo = new com.digitalwave.Utility.Controls.ctlBorderTextBox(); this.lsvApplicationID = new System.Windows.Forms.ListView(); this.clmPatientName_BaseForm = new System.Windows.Forms.ColumnHeader(); this.lsvCheckRecord = new System.Windows.Forms.ListView(); this.columnHeader1 = new System.Windows.Forms.ColumnHeader(); this.columnHeader2 = new System.Windows.Forms.ColumnHeader(); this.columnHeader3 = new System.Windows.Forms.ColumnHeader(); this.columnHeader4 = new System.Windows.Forms.ColumnHeader(); this.panel1 = new System.Windows.Forms.Panel(); this.m_pnlNewBase.SuspendLayout(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // lblSex // this.lblSex.Location = new System.Drawing.Point(236, 201); this.lblSex.TabIndex = 4; // // lblAge // this.lblAge.Location = new System.Drawing.Point(219, 204); this.lblAge.Size = new System.Drawing.Size(56, 22); this.lblAge.TabIndex = 5; // // lblBedNoTitle // this.lblBedNoTitle.Location = new System.Drawing.Point(242, 200); // // lblInHospitalNoTitle // this.lblInHospitalNoTitle.Location = new System.Drawing.Point(228, 200); // // lblNameTitle // this.lblNameTitle.Location = new System.Drawing.Point(281, 203); // // lblSexTitle // this.lblSexTitle.Location = new System.Drawing.Point(290, 191); // // lblAgeTitle // this.lblAgeTitle.Location = new System.Drawing.Point(255, 206); // // lblAreaTitle // this.lblAreaTitle.Location = new System.Drawing.Point(224, 226); // // m_lsvInPatientID // this.m_lsvInPatientID.Location = new System.Drawing.Point(227, 184); this.m_lsvInPatientID.Size = new System.Drawing.Size(108, 108); // // txtInPatientID // this.txtInPatientID.Location = new System.Drawing.Point(245, 200); this.txtInPatientID.Size = new System.Drawing.Size(108, 23); this.txtInPatientID.TabIndex = 2; // // m_txtPatientName // this.m_txtPatientName.Location = new System.Drawing.Point(262, 197); this.m_txtPatientName.Size = new System.Drawing.Size(96, 23); // // m_txtBedNO // this.m_txtBedNO.Location = new System.Drawing.Point(231, 191); this.m_txtBedNO.Size = new System.Drawing.Size(84, 23); // // m_cboArea // this.m_cboArea.Location = new System.Drawing.Point(164, 217); // // m_lsvPatientName // this.m_lsvPatientName.Location = new System.Drawing.Point(231, 178); this.m_lsvPatientName.Size = new System.Drawing.Size(92, 114); // // m_lsvBedNO // this.m_lsvBedNO.Location = new System.Drawing.Point(231, 184); this.m_lsvBedNO.Size = new System.Drawing.Size(104, 104); // // m_cboDept // this.m_cboDept.Location = new System.Drawing.Point(203, 217); // // lblDept // this.lblDept.Location = new System.Drawing.Point(214, 200); // // m_cmdNewTemplate // this.m_cmdNewTemplate.Location = new System.Drawing.Point(258, 212); // // m_cmdNext // this.m_cmdNext.FlatStyle = System.Windows.Forms.FlatStyle.Standard; this.m_cmdNext.Location = new System.Drawing.Point(273, 223); // // m_cmdPre // this.m_cmdPre.Location = new System.Drawing.Point(243, 217); // // m_lblForTitle // this.m_lblForTitle.Location = new System.Drawing.Point(271, 194); this.m_lblForTitle.Text = "影像预约查询"; // // chkModifyWithoutMatk // this.chkModifyWithoutMatk.Location = new System.Drawing.Point(621, 43); // // m_cmdModifyPatientInfo // this.m_cmdModifyPatientInfo.Location = new System.Drawing.Point(725, 37); // // m_pnlNewBase // this.m_pnlNewBase.Controls.Add(this.txtApplicationID); this.m_pnlNewBase.Controls.Add(this.lblApplicationID); this.m_pnlNewBase.Location = new System.Drawing.Point(6, 8); this.m_pnlNewBase.Size = new System.Drawing.Size(794, 60); this.m_pnlNewBase.Visible = true; this.m_pnlNewBase.Controls.SetChildIndex(this.m_ctlPatientInfo, 0); this.m_pnlNewBase.Controls.SetChildIndex(this.lblApplicationID, 0); this.m_pnlNewBase.Controls.SetChildIndex(this.txtApplicationID, 0); // // m_ctlPatientInfo // this.m_ctlPatientInfo.m_BlnIsShowPatientAge = true; this.m_ctlPatientInfo.m_BlnIsShowPatientName = true; this.m_ctlPatientInfo.m_BlnIsShowSex = true; this.m_ctlPatientInfo.Size = new System.Drawing.Size(792, 29); // // lblCheckRecord // this.lblCheckRecord.AllowDrop = true; this.lblCheckRecord.AutoSize = true; this.lblCheckRecord.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblCheckRecord.ForeColor = System.Drawing.Color.Black; this.lblCheckRecord.Location = new System.Drawing.Point(3, 8); this.lblCheckRecord.Name = "lblCheckRecord"; this.lblCheckRecord.Size = new System.Drawing.Size(70, 14); this.lblCheckRecord.TabIndex = 10000006; this.lblCheckRecord.Text = "申请记录:"; // // lblBookingInfo // this.lblBookingInfo.AllowDrop = true; this.lblBookingInfo.AutoSize = true; this.lblBookingInfo.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblBookingInfo.ForeColor = System.Drawing.Color.Black; this.lblBookingInfo.Location = new System.Drawing.Point(6, 172); this.lblBookingInfo.Name = "lblBookingInfo"; this.lblBookingInfo.Size = new System.Drawing.Size(70, 14); this.lblBookingInfo.TabIndex = 10000007; this.lblBookingInfo.Text = "预约信息:"; // // lblBookingReplyDate // this.lblBookingReplyDate.AutoSize = true; this.lblBookingReplyDate.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblBookingReplyDate.Location = new System.Drawing.Point(432, 500); this.lblBookingReplyDate.Name = "lblBookingReplyDate"; this.lblBookingReplyDate.Size = new System.Drawing.Size(112, 16); this.lblBookingReplyDate.TabIndex = 10000012; this.lblBookingReplyDate.Text = "预约答复日期:"; this.lblBookingReplyDate.Visible = false; // // dtpBookingReplyDate // this.dtpBookingReplyDate.BorderColor = System.Drawing.Color.Black; this.dtpBookingReplyDate.CustomFormat = "yyyy年MM月dd日 HH:mm:ss"; this.dtpBookingReplyDate.DropButtonBackColor = System.Drawing.Color.Gainsboro; this.dtpBookingReplyDate.DropButtonCursor = System.Windows.Forms.Cursors.Hand; this.dtpBookingReplyDate.DropButtonForeColor = System.Drawing.Color.Black; this.dtpBookingReplyDate.flatFont = new System.Drawing.Font("宋体", 12F); this.dtpBookingReplyDate.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dtpBookingReplyDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dtpBookingReplyDate.Location = new System.Drawing.Point(544, 500); this.dtpBookingReplyDate.m_BlnOnlyTime = false; this.dtpBookingReplyDate.m_EnmVisibleFlag = com.digitalwave.Utility.Controls.ctlTimePicker.enmDateTimeFlag.Second; this.dtpBookingReplyDate.MaxDate = new System.DateTime(9998, 12, 31, 0, 0, 0, 0); this.dtpBookingReplyDate.MinDate = new System.DateTime(1753, 1, 1, 0, 0, 0, 0); this.dtpBookingReplyDate.Name = "dtpBookingReplyDate"; this.dtpBookingReplyDate.ReadOnly = true; this.dtpBookingReplyDate.Size = new System.Drawing.Size(212, 22); this.dtpBookingReplyDate.TabIndex = 9; this.dtpBookingReplyDate.TextBackColor = System.Drawing.Color.White; this.dtpBookingReplyDate.TextForeColor = System.Drawing.Color.Black; this.dtpBookingReplyDate.Visible = false; // // lblApplicationID // this.lblApplicationID.AllowDrop = true; this.lblApplicationID.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblApplicationID.ForeColor = System.Drawing.Color.Black; this.lblApplicationID.Location = new System.Drawing.Point(326, 31); this.lblApplicationID.Name = "lblApplicationID"; this.lblApplicationID.Size = new System.Drawing.Size(70, 27); this.lblApplicationID.TabIndex = 10000017; this.lblApplicationID.Text = "申请单号:"; this.lblApplicationID.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // txtApplicationID // this.txtApplicationID.AccessibleDescription = "检查费"; this.txtApplicationID.BackColor = System.Drawing.Color.White; this.txtApplicationID.BorderColor = System.Drawing.Color.Transparent; this.txtApplicationID.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtApplicationID.ForeColor = System.Drawing.Color.Black; this.txtApplicationID.Location = new System.Drawing.Point(399, 31); this.txtApplicationID.Name = "txtApplicationID"; this.txtApplicationID.Size = new System.Drawing.Size(200, 23); this.txtApplicationID.TabIndex = 6; this.txtApplicationID.Leave += new System.EventHandler(this.txtApplicationID_Leave); this.txtApplicationID.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtApplicationID_KeyDown); // // txtBookingInfo // this.txtBookingInfo.AccessibleDescription = "检查费"; this.txtBookingInfo.BackColor = System.Drawing.Color.White; this.txtBookingInfo.BorderColor = System.Drawing.Color.Transparent; this.txtBookingInfo.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtBookingInfo.ForeColor = System.Drawing.Color.Black; this.txtBookingInfo.Location = new System.Drawing.Point(6, 192); this.txtBookingInfo.Multiline = true; this.txtBookingInfo.Name = "txtBookingInfo"; this.txtBookingInfo.ReadOnly = true; this.txtBookingInfo.Size = new System.Drawing.Size(756, 296); this.txtBookingInfo.TabIndex = 8; // // lsvApplicationID // this.lsvApplicationID.BackColor = System.Drawing.Color.White; this.lsvApplicationID.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.lsvApplicationID.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.clmPatientName_BaseForm }); this.lsvApplicationID.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lsvApplicationID.ForeColor = System.Drawing.Color.Black; this.lsvApplicationID.FullRowSelect = true; this.lsvApplicationID.GridLines = true; this.lsvApplicationID.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None; this.lsvApplicationID.Location = new System.Drawing.Point(406, 65); this.lsvApplicationID.Name = "lsvApplicationID"; this.lsvApplicationID.Size = new System.Drawing.Size(200, 128); this.lsvApplicationID.TabIndex = 10000019; this.lsvApplicationID.UseCompatibleStateImageBehavior = false; this.lsvApplicationID.View = System.Windows.Forms.View.Details; this.lsvApplicationID.Visible = false; this.lsvApplicationID.DoubleClick += new System.EventHandler(this.lsvApplicationID_DoubleClick); this.lsvApplicationID.KeyDown += new System.Windows.Forms.KeyEventHandler(this.lsvApplicationID_KeyDown); this.lsvApplicationID.Leave += new System.EventHandler(this.lsvApplicationID_Leave); // // clmPatientName_BaseForm // this.clmPatientName_BaseForm.Text = ""; this.clmPatientName_BaseForm.Width = 120; // // lsvCheckRecord // this.lsvCheckRecord.BackColor = System.Drawing.Color.White; this.lsvCheckRecord.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.columnHeader1, this.columnHeader2, this.columnHeader3, this.columnHeader4 }); this.lsvCheckRecord.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lsvCheckRecord.ForeColor = System.Drawing.Color.Black; this.lsvCheckRecord.FullRowSelect = true; this.lsvCheckRecord.GridLines = true; this.lsvCheckRecord.HideSelection = false; this.lsvCheckRecord.Location = new System.Drawing.Point(6, 27); this.lsvCheckRecord.MultiSelect = false; this.lsvCheckRecord.Name = "lsvCheckRecord"; this.lsvCheckRecord.Size = new System.Drawing.Size(756, 140); this.lsvCheckRecord.TabIndex = 7; this.lsvCheckRecord.UseCompatibleStateImageBehavior = false; this.lsvCheckRecord.View = System.Windows.Forms.View.Details; this.lsvCheckRecord.SelectedIndexChanged += new System.EventHandler(this.lsvCheckRecord_SelectedIndexChanged); // // columnHeader1 // this.columnHeader1.Text = "申请日期"; this.columnHeader1.Width = 165; // // columnHeader2 // this.columnHeader2.Text = "类型"; this.columnHeader2.Width = 0; // // columnHeader3 // this.columnHeader3.Text = "预约"; this.columnHeader3.Width = 65; // // columnHeader4 // this.columnHeader4.Text = ""; this.columnHeader4.Width = 1; // // panel1 // this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel1.Controls.Add(this.lblCheckRecord); this.panel1.Controls.Add(this.lsvCheckRecord); this.panel1.Controls.Add(this.lblBookingInfo); this.panel1.Controls.Add(this.txtBookingInfo); this.panel1.Controls.Add(this.lblBookingReplyDate); this.panel1.Controls.Add(this.dtpBookingReplyDate); this.panel1.Location = new System.Drawing.Point(6, 70); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(794, 535); this.panel1.TabIndex = 10000020; // // frmImageBookingSearch // this.ClientSize = new System.Drawing.Size(812, 615); this.Controls.Add(this.lsvApplicationID); this.Controls.Add(this.panel1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "frmImageBookingSearch"; this.Text = "影像预约查询"; this.Load += new System.EventHandler(this.frmImageBookingSearch_Load); this.Controls.SetChildIndex(this.m_pnlNewBase, 0); this.Controls.SetChildIndex(this.lblBedNoTitle, 0); this.Controls.SetChildIndex(this.lblInHospitalNoTitle, 0); this.Controls.SetChildIndex(this.m_lblForTitle, 0); this.Controls.SetChildIndex(this.txtInPatientID, 0); this.Controls.SetChildIndex(this.lblDept, 0); this.Controls.SetChildIndex(this.lblAreaTitle, 0); this.Controls.SetChildIndex(this.lblAgeTitle, 0); this.Controls.SetChildIndex(this.lblSexTitle, 0); this.Controls.SetChildIndex(this.lblNameTitle, 0); this.Controls.SetChildIndex(this.lblAge, 0); this.Controls.SetChildIndex(this.lblSex, 0); this.Controls.SetChildIndex(this.m_txtPatientName, 0); this.Controls.SetChildIndex(this.m_txtBedNO, 0); this.Controls.SetChildIndex(this.m_cboArea, 0); this.Controls.SetChildIndex(this.m_cboDept, 0); this.Controls.SetChildIndex(this.m_cmdNewTemplate, 0); this.Controls.SetChildIndex(this.m_cmdNext, 0); this.Controls.SetChildIndex(this.m_cmdPre, 0); this.Controls.SetChildIndex(this.m_lsvInPatientID, 0); this.Controls.SetChildIndex(this.m_lsvPatientName, 0); this.Controls.SetChildIndex(this.m_lsvBedNO, 0); this.Controls.SetChildIndex(this.m_cmdModifyPatientInfo, 0); this.Controls.SetChildIndex(this.chkModifyWithoutMatk, 0); this.Controls.SetChildIndex(this.panel1, 0); this.Controls.SetChildIndex(this.lsvApplicationID, 0); this.m_pnlNewBase.ResumeLayout(false); this.m_pnlNewBase.PerformLayout(); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(frmModifyStatistics)); this.m_cmdOK = new System.Windows.Forms.Button(); this.m_lblStatisticType = new System.Windows.Forms.Label(); this.m_cboStaticDefinition = new com.digitalwave.Utility.Controls.ctlComboBox(); this.m_cboConditionRelation = new com.digitalwave.Utility.Controls.ctlComboBox(); this.m_cmdCancel = new System.Windows.Forms.Button(); this.m_txtConditionalValue = new com.digitalwave.Utility.Controls.ctlBorderTextBox(); this.m_cboConditionOperator = new com.digitalwave.Utility.Controls.ctlComboBox(); this.m_cboConditionItem = new com.digitalwave.Utility.Controls.ctlComboBox(); this.m_lblRelation = new System.Windows.Forms.Label(); this.SuspendLayout(); // // m_cmdOK // this.m_cmdOK.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.m_cmdOK.Font = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.m_cmdOK.ForeColor = System.Drawing.Color.White; this.m_cmdOK.Location = new System.Drawing.Point(292, 20); this.m_cmdOK.Name = "m_cmdOK"; this.m_cmdOK.Size = new System.Drawing.Size(68, 28); this.m_cmdOK.TabIndex = 16; this.m_cmdOK.Text = "确定"; this.m_cmdOK.Click += new System.EventHandler(this.m_cmdOK_Click); // // m_lblStatisticType // this.m_lblStatisticType.Font = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.m_lblStatisticType.ForeColor = System.Drawing.Color.White; this.m_lblStatisticType.Location = new System.Drawing.Point(32, 24); this.m_lblStatisticType.Name = "m_lblStatisticType"; this.m_lblStatisticType.Size = new System.Drawing.Size(88, 23); this.m_lblStatisticType.TabIndex = 15; this.m_lblStatisticType.Text = "统计类型:"; // // m_cboStaticDefinition // this.m_cboStaticDefinition.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(52)), ((System.Byte)(113)), ((System.Byte)(152))); this.m_cboStaticDefinition.BorderColor = System.Drawing.Color.White; this.m_cboStaticDefinition.DropButtonBackColor = System.Drawing.Color.FromArgb(((System.Byte)(52)), ((System.Byte)(113)), ((System.Byte)(152))); this.m_cboStaticDefinition.DropButtonCursor = System.Windows.Forms.Cursors.Hand; this.m_cboStaticDefinition.DropButtonForeColor = System.Drawing.Color.White; this.m_cboStaticDefinition.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.m_cboStaticDefinition.flatFont = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.m_cboStaticDefinition.Font = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.m_cboStaticDefinition.ForeColor = System.Drawing.Color.White; this.m_cboStaticDefinition.ListBackColor = System.Drawing.Color.FromArgb(((System.Byte)(52)), ((System.Byte)(113)), ((System.Byte)(152))); this.m_cboStaticDefinition.ListForeColor = System.Drawing.Color.White; this.m_cboStaticDefinition.ListSelectedBackColor = System.Drawing.Color.Blue; this.m_cboStaticDefinition.ListSelectedForeColor = System.Drawing.Color.White; this.m_cboStaticDefinition.Location = new System.Drawing.Point(128, 20); this.m_cboStaticDefinition.Name = "m_cboStaticDefinition"; this.m_cboStaticDefinition.SelectedIndex = -1; this.m_cboStaticDefinition.SelectedItem = null; this.m_cboStaticDefinition.Size = new System.Drawing.Size(156, 26); this.m_cboStaticDefinition.TabIndex = 14; this.m_cboStaticDefinition.TextBackColor = System.Drawing.Color.FromArgb(((System.Byte)(52)), ((System.Byte)(113)), ((System.Byte)(152))); this.m_cboStaticDefinition.TextForeColor = System.Drawing.Color.White; this.m_cboStaticDefinition.SelectedIndexChanged += new System.EventHandler(this.m_cboStaticDefinition_SelectedIndexChanged); // // m_cboConditionRelation // this.m_cboConditionRelation.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(52)), ((System.Byte)(113)), ((System.Byte)(152))); this.m_cboConditionRelation.BorderColor = System.Drawing.Color.White; this.m_cboConditionRelation.DropButtonBackColor = System.Drawing.Color.FromArgb(((System.Byte)(52)), ((System.Byte)(113)), ((System.Byte)(152))); this.m_cboConditionRelation.DropButtonCursor = System.Windows.Forms.Cursors.Hand; this.m_cboConditionRelation.DropButtonForeColor = System.Drawing.Color.White; this.m_cboConditionRelation.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.m_cboConditionRelation.flatFont = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.m_cboConditionRelation.Font = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.m_cboConditionRelation.ForeColor = System.Drawing.Color.White; this.m_cboConditionRelation.ListBackColor = System.Drawing.Color.FromArgb(((System.Byte)(52)), ((System.Byte)(113)), ((System.Byte)(152))); this.m_cboConditionRelation.ListForeColor = System.Drawing.Color.White; this.m_cboConditionRelation.ListSelectedBackColor = System.Drawing.Color.Blue; this.m_cboConditionRelation.ListSelectedForeColor = System.Drawing.Color.White; this.m_cboConditionRelation.Location = new System.Drawing.Point(132, 20); this.m_cboConditionRelation.Name = "m_cboConditionRelation"; this.m_cboConditionRelation.SelectedIndex = -1; this.m_cboConditionRelation.SelectedItem = null; this.m_cboConditionRelation.Size = new System.Drawing.Size(148, 26); this.m_cboConditionRelation.TabIndex = 13; this.m_cboConditionRelation.TextBackColor = System.Drawing.Color.FromArgb(((System.Byte)(52)), ((System.Byte)(113)), ((System.Byte)(152))); this.m_cboConditionRelation.TextForeColor = System.Drawing.Color.White; // // m_cmdCancel // this.m_cmdCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.m_cmdCancel.Font = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.m_cmdCancel.ForeColor = System.Drawing.Color.White; this.m_cmdCancel.Location = new System.Drawing.Point(292, 52); this.m_cmdCancel.Name = "m_cmdCancel"; this.m_cmdCancel.Size = new System.Drawing.Size(68, 28); this.m_cmdCancel.TabIndex = 100; this.m_cmdCancel.Text = "取消"; this.m_cmdCancel.Click += new System.EventHandler(this.m_cmdCancel_Click); // // m_txtConditionalValue // this.m_txtConditionalValue.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(52)), ((System.Byte)(113)), ((System.Byte)(152))); this.m_txtConditionalValue.BorderColor = System.Drawing.Color.White; this.m_txtConditionalValue.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.m_txtConditionalValue.Font = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.m_txtConditionalValue.ForeColor = System.Drawing.Color.White; this.m_txtConditionalValue.Location = new System.Drawing.Point(72, 52); this.m_txtConditionalValue.Name = "m_txtConditionalValue"; this.m_txtConditionalValue.Size = new System.Drawing.Size(212, 26); this.m_txtConditionalValue.TabIndex = 11; this.m_txtConditionalValue.Text = ""; // // m_cboConditionOperator // this.m_cboConditionOperator.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(52)), ((System.Byte)(113)), ((System.Byte)(152))); this.m_cboConditionOperator.BorderColor = System.Drawing.Color.White; this.m_cboConditionOperator.DropButtonBackColor = System.Drawing.Color.FromArgb(((System.Byte)(52)), ((System.Byte)(113)), ((System.Byte)(152))); this.m_cboConditionOperator.DropButtonCursor = System.Windows.Forms.Cursors.Hand; this.m_cboConditionOperator.DropButtonForeColor = System.Drawing.Color.White; this.m_cboConditionOperator.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.m_cboConditionOperator.flatFont = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.m_cboConditionOperator.Font = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.m_cboConditionOperator.ForeColor = System.Drawing.Color.White; this.m_cboConditionOperator.ListBackColor = System.Drawing.Color.FromArgb(((System.Byte)(52)), ((System.Byte)(113)), ((System.Byte)(152))); this.m_cboConditionOperator.ListForeColor = System.Drawing.Color.White; this.m_cboConditionOperator.ListSelectedBackColor = System.Drawing.Color.Blue; this.m_cboConditionOperator.ListSelectedForeColor = System.Drawing.Color.White; this.m_cboConditionOperator.Location = new System.Drawing.Point(180, 20); this.m_cboConditionOperator.Name = "m_cboConditionOperator"; this.m_cboConditionOperator.SelectedIndex = -1; this.m_cboConditionOperator.SelectedItem = null; this.m_cboConditionOperator.Size = new System.Drawing.Size(104, 26); this.m_cboConditionOperator.TabIndex = 10; this.m_cboConditionOperator.TextBackColor = System.Drawing.Color.FromArgb(((System.Byte)(52)), ((System.Byte)(113)), ((System.Byte)(152))); this.m_cboConditionOperator.TextForeColor = System.Drawing.Color.White; // // m_cboConditionItem // this.m_cboConditionItem.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(52)), ((System.Byte)(113)), ((System.Byte)(152))); this.m_cboConditionItem.BorderColor = System.Drawing.Color.White; this.m_cboConditionItem.DropButtonBackColor = System.Drawing.Color.FromArgb(((System.Byte)(52)), ((System.Byte)(113)), ((System.Byte)(152))); this.m_cboConditionItem.DropButtonCursor = System.Windows.Forms.Cursors.Hand; this.m_cboConditionItem.DropButtonForeColor = System.Drawing.Color.White; this.m_cboConditionItem.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.m_cboConditionItem.flatFont = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.m_cboConditionItem.Font = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.m_cboConditionItem.ForeColor = System.Drawing.Color.White; this.m_cboConditionItem.ListBackColor = System.Drawing.Color.FromArgb(((System.Byte)(52)), ((System.Byte)(113)), ((System.Byte)(152))); this.m_cboConditionItem.ListForeColor = System.Drawing.Color.White; this.m_cboConditionItem.ListSelectedBackColor = System.Drawing.Color.Blue; this.m_cboConditionItem.ListSelectedForeColor = System.Drawing.Color.White; this.m_cboConditionItem.Location = new System.Drawing.Point(16, 20); this.m_cboConditionItem.Name = "m_cboConditionItem"; this.m_cboConditionItem.SelectedIndex = -1; this.m_cboConditionItem.SelectedItem = null; this.m_cboConditionItem.Size = new System.Drawing.Size(160, 26); this.m_cboConditionItem.TabIndex = 9; this.m_cboConditionItem.TextBackColor = System.Drawing.Color.FromArgb(((System.Byte)(52)), ((System.Byte)(113)), ((System.Byte)(152))); this.m_cboConditionItem.TextForeColor = System.Drawing.Color.White; // // m_lblRelation // this.m_lblRelation.Font = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.m_lblRelation.ForeColor = System.Drawing.Color.White; this.m_lblRelation.Location = new System.Drawing.Point(28, 22); this.m_lblRelation.Name = "m_lblRelation"; this.m_lblRelation.TabIndex = 17; this.m_lblRelation.Text = "关系类型:"; // // frmModifyStatistics // this.AutoScaleBaseSize = new System.Drawing.Size(6, 14); this.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(51)), ((System.Byte)(102)), ((System.Byte)(153))); this.ClientSize = new System.Drawing.Size(384, 97); this.Controls.AddRange(new System.Windows.Forms.Control[] { this.m_cboConditionItem, this.m_cboConditionOperator, this.m_lblRelation, this.m_cboConditionRelation, this.m_cmdOK, this.m_lblStatisticType, this.m_cboStaticDefinition, this.m_cmdCancel, this.m_txtConditionalValue }); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "frmModifyStatistics"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "修改"; this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(frmSpecialSymbolManage)); this.clmSpecialSymbolID = new System.Windows.Forms.ColumnHeader(); this.lblSpecialSymbolValueTitle = new System.Windows.Forms.Label(); this.lblTitle = new System.Windows.Forms.Label(); this.m_lsvSpecialSymbolValue = new System.Windows.Forms.ListView(); this.clmSpecialSymbolValue = new System.Windows.Forms.ColumnHeader(); this.m_txtSpecialSymbolValue = new com.digitalwave.Utility.Controls.ctlBorderTextBox(); this.m_cmdAdd = new PinkieControls.ButtonXP(); this.m_cmdModify = new PinkieControls.ButtonXP(); this.m_cmdDel = new PinkieControls.ButtonXP(); this.cmdCancel = new PinkieControls.ButtonXP(); this.SuspendLayout(); // // clmSpecialSymbolID // this.clmSpecialSymbolID.Text = "编号"; this.clmSpecialSymbolID.Width = 0; // // lblSpecialSymbolValueTitle // this.lblSpecialSymbolValueTitle.AutoSize = true; this.lblSpecialSymbolValueTitle.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.lblSpecialSymbolValueTitle.ForeColor = System.Drawing.Color.Black; this.lblSpecialSymbolValueTitle.Location = new System.Drawing.Point(224, 12); this.lblSpecialSymbolValueTitle.Name = "lblSpecialSymbolValueTitle"; this.lblSpecialSymbolValueTitle.Size = new System.Drawing.Size(77, 19); this.lblSpecialSymbolValueTitle.TabIndex = 432; this.lblSpecialSymbolValueTitle.Text = "特殊符号:"; this.lblSpecialSymbolValueTitle.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // lblTitle // this.lblTitle.AutoSize = true; this.lblTitle.Font = new System.Drawing.Font("宋体", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.lblTitle.ForeColor = System.Drawing.Color.White; this.lblTitle.Location = new System.Drawing.Point(4, 4); this.lblTitle.Name = "lblTitle"; this.lblTitle.Size = new System.Drawing.Size(143, 40); this.lblTitle.TabIndex = 431; this.lblTitle.Text = "特殊符号"; this.lblTitle.Visible = false; // // m_lsvSpecialSymbolValue // this.m_lsvSpecialSymbolValue.BackColor = System.Drawing.SystemColors.Window; this.m_lsvSpecialSymbolValue.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.clmSpecialSymbolID, this.clmSpecialSymbolValue }); this.m_lsvSpecialSymbolValue.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.m_lsvSpecialSymbolValue.ForeColor = System.Drawing.SystemColors.WindowText; this.m_lsvSpecialSymbolValue.FullRowSelect = true; this.m_lsvSpecialSymbolValue.GridLines = true; this.m_lsvSpecialSymbolValue.HideSelection = false; this.m_lsvSpecialSymbolValue.Location = new System.Drawing.Point(8, 8); this.m_lsvSpecialSymbolValue.MultiSelect = false; this.m_lsvSpecialSymbolValue.Name = "m_lsvSpecialSymbolValue"; this.m_lsvSpecialSymbolValue.Size = new System.Drawing.Size(204, 168); this.m_lsvSpecialSymbolValue.TabIndex = 424; this.m_lsvSpecialSymbolValue.View = System.Windows.Forms.View.Details; this.m_lsvSpecialSymbolValue.Click += new System.EventHandler(this.m_lsvSpecialSymbolValue_Click); // // clmSpecialSymbolValue // this.clmSpecialSymbolValue.Text = "已有符号"; this.clmSpecialSymbolValue.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.clmSpecialSymbolValue.Width = 200; // // m_txtSpecialSymbolValue // this.m_txtSpecialSymbolValue.BackColor = System.Drawing.Color.White; this.m_txtSpecialSymbolValue.BorderColor = System.Drawing.Color.White; this.m_txtSpecialSymbolValue.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.m_txtSpecialSymbolValue.ForeColor = System.Drawing.Color.Black; this.m_txtSpecialSymbolValue.Location = new System.Drawing.Point(220, 40); this.m_txtSpecialSymbolValue.Multiline = true; this.m_txtSpecialSymbolValue.Name = "m_txtSpecialSymbolValue"; this.m_txtSpecialSymbolValue.ScrollBars = System.Windows.Forms.ScrollBars.Both; this.m_txtSpecialSymbolValue.Size = new System.Drawing.Size(272, 96); this.m_txtSpecialSymbolValue.TabIndex = 426; this.m_txtSpecialSymbolValue.Text = ""; // // m_cmdAdd // this.m_cmdAdd.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200))); this.m_cmdAdd.DefaultScheme = true; this.m_cmdAdd.DialogResult = System.Windows.Forms.DialogResult.None; this.m_cmdAdd.ForeColor = System.Drawing.Color.Black; this.m_cmdAdd.Hint = ""; this.m_cmdAdd.Location = new System.Drawing.Point(220, 144); this.m_cmdAdd.Name = "m_cmdAdd"; this.m_cmdAdd.Scheme = PinkieControls.ButtonXP.Schemes.Blue; this.m_cmdAdd.Size = new System.Drawing.Size(68, 32); this.m_cmdAdd.TabIndex = 10000001; this.m_cmdAdd.Text = "增 加"; this.m_cmdAdd.Click += new System.EventHandler(this.m_cmdAdd_Click); // // m_cmdModify // this.m_cmdModify.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200))); this.m_cmdModify.DefaultScheme = true; this.m_cmdModify.DialogResult = System.Windows.Forms.DialogResult.None; this.m_cmdModify.ForeColor = System.Drawing.Color.Black; this.m_cmdModify.Hint = ""; this.m_cmdModify.Location = new System.Drawing.Point(288, 144); this.m_cmdModify.Name = "m_cmdModify"; this.m_cmdModify.Scheme = PinkieControls.ButtonXP.Schemes.Blue; this.m_cmdModify.Size = new System.Drawing.Size(68, 32); this.m_cmdModify.TabIndex = 10000002; this.m_cmdModify.Text = "修 改"; this.m_cmdModify.Click += new System.EventHandler(this.m_cmdModify_Click); // // m_cmdDel // this.m_cmdDel.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200))); this.m_cmdDel.DefaultScheme = true; this.m_cmdDel.DialogResult = System.Windows.Forms.DialogResult.None; this.m_cmdDel.ForeColor = System.Drawing.Color.Black; this.m_cmdDel.Hint = ""; this.m_cmdDel.Location = new System.Drawing.Point(356, 144); this.m_cmdDel.Name = "m_cmdDel"; this.m_cmdDel.Scheme = PinkieControls.ButtonXP.Schemes.Blue; this.m_cmdDel.Size = new System.Drawing.Size(68, 32); this.m_cmdDel.TabIndex = 10000003; this.m_cmdDel.Text = "删 除"; this.m_cmdDel.Click += new System.EventHandler(this.m_cmdDel_Click); // // cmdCancel // this.cmdCancel.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200))); this.cmdCancel.DefaultScheme = true; this.cmdCancel.DialogResult = System.Windows.Forms.DialogResult.None; this.cmdCancel.ForeColor = System.Drawing.Color.Black; this.cmdCancel.Hint = ""; this.cmdCancel.Location = new System.Drawing.Point(424, 144); this.cmdCancel.Name = "cmdCancel"; this.cmdCancel.Scheme = PinkieControls.ButtonXP.Schemes.Blue; this.cmdCancel.Size = new System.Drawing.Size(68, 32); this.cmdCancel.TabIndex = 10000004; this.cmdCancel.Text = "取 消"; this.cmdCancel.Click += new System.EventHandler(this.cmdCancel_Click); // // frmSpecialSymbolManage // this.AutoScaleBaseSize = new System.Drawing.Size(7, 16); this.BackColor = System.Drawing.SystemColors.Control; this.ClientSize = new System.Drawing.Size(502, 183); this.Controls.Add(this.cmdCancel); this.Controls.Add(this.m_cmdDel); this.Controls.Add(this.m_cmdModify); this.Controls.Add(this.m_cmdAdd); this.Controls.Add(this.lblSpecialSymbolValueTitle); this.Controls.Add(this.m_txtSpecialSymbolValue); this.Controls.Add(this.lblTitle); this.Controls.Add(this.m_lsvSpecialSymbolValue); this.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.Name = "frmSpecialSymbolManage"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "特殊符号"; this.Load += new System.EventHandler(this.frmSpecialSymbolManage_Load); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.lblCheckName = new System.Windows.Forms.Label(); this.txtCheckName = new com.digitalwave.Utility.Controls.ctlBorderTextBox(); this.lsvCheckRecord = new System.Windows.Forms.ListView(); this.columnHeader1 = new System.Windows.Forms.ColumnHeader(); this.columnHeader2 = new System.Windows.Forms.ColumnHeader(); this.columnHeader3 = new System.Windows.Forms.ColumnHeader(); this.columnHeader4 = new System.Windows.Forms.ColumnHeader(); this.lblCheckRecord = new System.Windows.Forms.Label(); this.lblReportDesc = new System.Windows.Forms.Label(); this.lblReportDiagnose = new System.Windows.Forms.Label(); this.lblReportDateTime = new System.Windows.Forms.Label(); this.dtpReportDateTime = new com.digitalwave.Utility.Controls.ctlTimePicker(); this.lblReportorName = new System.Windows.Forms.Label(); this.txtReportorName = new com.digitalwave.Utility.Controls.ctlBorderTextBox(); this.lblApplicationID = new System.Windows.Forms.Label(); this.txtApplicationID = new com.digitalwave.Utility.Controls.ctlBorderTextBox(); this.txtReportDesc = new com.digitalwave.Utility.Controls.ctlBorderTextBox(); this.txtReportDiagnose = new com.digitalwave.Utility.Controls.ctlBorderTextBox(); this.lsvApplicationID = new System.Windows.Forms.ListView(); this.clmPatientName_BaseForm = new System.Windows.Forms.ColumnHeader(); this.lblReportCheckPart = new System.Windows.Forms.Label(); this.txtReportCheckPart = new com.digitalwave.Utility.Controls.ctlBorderTextBox(); this.m_cmdShowPACS = new System.Windows.Forms.Button(); this.SuspendLayout(); // // m_lblForTitle // this.m_lblForTitle.Location = new System.Drawing.Point(322, 16); this.m_lblForTitle.Text = "影像报告单"; this.m_lblForTitle.Visible = true; // // lblSex // this.lblSex.Location = new System.Drawing.Point(704, 154); this.lblSex.TabIndex = 4; this.lblSex.Visible = true; // // lblAge // this.lblAge.Location = new System.Drawing.Point(824, 152); this.lblAge.Size = new System.Drawing.Size(56, 22); this.lblAge.TabIndex = 5; this.lblAge.Visible = true; // // lblBedNoTitle // this.lblBedNoTitle.Location = new System.Drawing.Point(488, 114); this.lblBedNoTitle.Visible = true; // // lblInHospitalNoTitle // this.lblInHospitalNoTitle.Location = new System.Drawing.Point(660, 114); this.lblInHospitalNoTitle.Visible = true; // // lblNameTitle // this.lblNameTitle.Location = new System.Drawing.Point(488, 154); this.lblNameTitle.Visible = true; // // lblSexTitle // this.lblSexTitle.Location = new System.Drawing.Point(660, 154); this.lblSexTitle.Visible = true; // // lblAgeTitle // this.lblAgeTitle.Location = new System.Drawing.Point(768, 154); this.lblAgeTitle.Visible = true; // // lblAreaTitle // this.lblAreaTitle.Location = new System.Drawing.Point(88, 80); this.lblAreaTitle.Visible = true; // // m_lsvInPatientID // this.m_lsvInPatientID.Location = new System.Drawing.Point(728, 134); this.m_lsvInPatientID.Size = new System.Drawing.Size(96, 108); this.m_lsvInPatientID.Visible = true; // // txtInPatientID // this.txtInPatientID.Location = new System.Drawing.Point(726, 114); this.txtInPatientID.Size = new System.Drawing.Size(102, 19); this.txtInPatientID.TabIndex = 2; this.txtInPatientID.Visible = true; // // m_txtPatientName // this.m_txtPatientName.Location = new System.Drawing.Point(536, 154); this.m_txtPatientName.Size = new System.Drawing.Size(108, 21); this.m_txtPatientName.Visible = true; // // m_txtBedNO // this.m_txtBedNO.Location = new System.Drawing.Point(536, 114); this.m_txtBedNO.Size = new System.Drawing.Size(108, 21); this.m_txtBedNO.Visible = true; // // m_cboArea // this.m_cboArea.Location = new System.Drawing.Point(140, 76); this.m_cboArea.Visible = true; // // m_lsvPatientName // this.m_lsvPatientName.Location = new System.Drawing.Point(536, 176); this.m_lsvPatientName.Size = new System.Drawing.Size(92, 114); this.m_lsvPatientName.Visible = true; // // m_lsvBedNO // this.m_lsvBedNO.Location = new System.Drawing.Point(536, 134); this.m_lsvBedNO.Size = new System.Drawing.Size(90, 104); this.m_lsvBedNO.Visible = true; // // m_cboDept // this.m_cboDept.Location = new System.Drawing.Point(140, 40); this.m_cboDept.Visible = true; // // lblDept // this.lblDept.Location = new System.Drawing.Point(88, 48); this.lblDept.Visible = true; // // lblCheckName // this.lblCheckName.AllowDrop = true; this.lblCheckName.AutoSize = true; this.lblCheckName.Font = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.lblCheckName.ForeColor = System.Drawing.Color.White; this.lblCheckName.Location = new System.Drawing.Point(454, 234); this.lblCheckName.Name = "lblCheckName"; this.lblCheckName.Size = new System.Drawing.Size(80, 19); this.lblCheckName.TabIndex = 10000004; this.lblCheckName.Text = "检查名称:"; this.lblCheckName.Visible = false; // // txtCheckName // this.txtCheckName.AccessibleDescription = "检查费"; this.txtCheckName.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(52)), ((System.Byte)(113)), ((System.Byte)(152))); this.txtCheckName.BorderColor = System.Drawing.Color.White; this.txtCheckName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtCheckName.Font = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.txtCheckName.ForeColor = System.Drawing.Color.White; this.txtCheckName.Location = new System.Drawing.Point(536, 232); this.txtCheckName.Name = "txtCheckName"; this.txtCheckName.ReadOnly = true; this.txtCheckName.Size = new System.Drawing.Size(212, 26); this.txtCheckName.TabIndex = 300; this.txtCheckName.Text = ""; this.txtCheckName.Visible = false; // // lsvCheckRecord // this.lsvCheckRecord.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(51)), ((System.Byte)(102)), ((System.Byte)(153))); this.lsvCheckRecord.BorderStyle = System.Windows.Forms.BorderStyle.None; this.lsvCheckRecord.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.columnHeader1, this.columnHeader2, this.columnHeader3, this.columnHeader4 }); this.lsvCheckRecord.Font = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.lsvCheckRecord.ForeColor = System.Drawing.Color.White; this.lsvCheckRecord.FullRowSelect = true; this.lsvCheckRecord.GridLines = true; this.lsvCheckRecord.HideSelection = false; this.lsvCheckRecord.Location = new System.Drawing.Point(140, 112); this.lsvCheckRecord.MultiSelect = false; this.lsvCheckRecord.Name = "lsvCheckRecord"; this.lsvCheckRecord.Size = new System.Drawing.Size(284, 158); this.lsvCheckRecord.TabIndex = 200; this.lsvCheckRecord.View = System.Windows.Forms.View.Details; this.lsvCheckRecord.SelectedIndexChanged += new System.EventHandler(this.lsvCheckRecord_SelectedIndexChanged); // // columnHeader1 // this.columnHeader1.Text = "申请日期"; this.columnHeader1.Width = 165; // // columnHeader2 // this.columnHeader2.Text = "类型"; this.columnHeader2.Width = 50; // // columnHeader3 // this.columnHeader3.Text = "报告"; this.columnHeader3.Width = 65; // // columnHeader4 // this.columnHeader4.Text = ""; this.columnHeader4.Width = 0; // // lblCheckRecord // this.lblCheckRecord.AllowDrop = true; this.lblCheckRecord.AutoSize = true; this.lblCheckRecord.Font = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.lblCheckRecord.ForeColor = System.Drawing.Color.White; this.lblCheckRecord.Location = new System.Drawing.Point(56, 112); this.lblCheckRecord.Name = "lblCheckRecord"; this.lblCheckRecord.Size = new System.Drawing.Size(80, 19); this.lblCheckRecord.TabIndex = 10000006; this.lblCheckRecord.Text = "申请记录:"; // // lblReportDesc // this.lblReportDesc.AllowDrop = true; this.lblReportDesc.AutoSize = true; this.lblReportDesc.Font = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.lblReportDesc.ForeColor = System.Drawing.Color.White; this.lblReportDesc.Location = new System.Drawing.Point(56, 364); this.lblReportDesc.Name = "lblReportDesc"; this.lblReportDesc.Size = new System.Drawing.Size(80, 19); this.lblReportDesc.TabIndex = 10000007; this.lblReportDesc.Text = "诊断描述:"; // // lblReportDiagnose // this.lblReportDiagnose.AllowDrop = true; this.lblReportDiagnose.AutoSize = true; this.lblReportDiagnose.Font = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.lblReportDiagnose.ForeColor = System.Drawing.Color.White; this.lblReportDiagnose.Location = new System.Drawing.Point(56, 480); this.lblReportDiagnose.Name = "lblReportDiagnose"; this.lblReportDiagnose.Size = new System.Drawing.Size(80, 19); this.lblReportDiagnose.TabIndex = 10000008; this.lblReportDiagnose.Text = "诊断提示:"; // // lblReportDateTime // this.lblReportDateTime.AutoSize = true; this.lblReportDateTime.Font = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.lblReportDateTime.Location = new System.Drawing.Point(286, 594); this.lblReportDateTime.Name = "lblReportDateTime"; this.lblReportDateTime.Size = new System.Drawing.Size(80, 19); this.lblReportDateTime.TabIndex = 10000012; this.lblReportDateTime.Text = "报告日期:"; this.lblReportDateTime.Visible = false; // // dtpReportDateTime // this.dtpReportDateTime.BorderColor = System.Drawing.Color.White; this.dtpReportDateTime.CustomFormat = "yyyy年MM月dd日 HH:mm:ss"; this.dtpReportDateTime.DropButtonBackColor = System.Drawing.Color.FromArgb(((System.Byte)(51)), ((System.Byte)(102)), ((System.Byte)(153))); this.dtpReportDateTime.DropButtonCursor = System.Windows.Forms.Cursors.Hand; this.dtpReportDateTime.DropButtonForeColor = System.Drawing.Color.White; this.dtpReportDateTime.flatFont = new System.Drawing.Font("SimSun", 12F); this.dtpReportDateTime.Font = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.dtpReportDateTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dtpReportDateTime.Location = new System.Drawing.Point(368, 592); this.dtpReportDateTime.m_BlnOnlyTime = false; this.dtpReportDateTime.m_EnmVisibleFlag = com.digitalwave.Utility.Controls.ctlTimePicker.enmDateTimeFlag.Second; this.dtpReportDateTime.MaxDate = new System.DateTime(9998, 12, 31, 0, 0, 0, 0); this.dtpReportDateTime.MinDate = new System.DateTime(1753, 1, 1, 0, 0, 0, 0); this.dtpReportDateTime.Name = "dtpReportDateTime"; this.dtpReportDateTime.ReadOnly = true; this.dtpReportDateTime.Size = new System.Drawing.Size(212, 22); this.dtpReportDateTime.TabIndex = 700; this.dtpReportDateTime.TextBackColor = System.Drawing.Color.FromArgb(((System.Byte)(51)), ((System.Byte)(102)), ((System.Byte)(153))); this.dtpReportDateTime.TextForeColor = System.Drawing.Color.White; this.dtpReportDateTime.Visible = false; // // lblReportorName // this.lblReportorName.AutoSize = true; this.lblReportorName.Font = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.lblReportorName.Location = new System.Drawing.Point(618, 594); this.lblReportorName.Name = "lblReportorName"; this.lblReportorName.Size = new System.Drawing.Size(80, 19); this.lblReportorName.TabIndex = 10000014; this.lblReportorName.Text = "报告医生:"; this.lblReportorName.Visible = false; // // txtReportorName // this.txtReportorName.AccessibleDescription = "检查费"; this.txtReportorName.AccessibleName = "NoDefault"; this.txtReportorName.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(52)), ((System.Byte)(113)), ((System.Byte)(152))); this.txtReportorName.BorderColor = System.Drawing.Color.White; this.txtReportorName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtReportorName.Font = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.txtReportorName.ForeColor = System.Drawing.Color.White; this.txtReportorName.Location = new System.Drawing.Point(702, 590); this.txtReportorName.Name = "txtReportorName"; this.txtReportorName.ReadOnly = true; this.txtReportorName.Size = new System.Drawing.Size(174, 26); this.txtReportorName.TabIndex = 800; this.txtReportorName.Text = ""; this.txtReportorName.Visible = false; // // lblApplicationID // this.lblApplicationID.AllowDrop = true; this.lblApplicationID.AutoSize = true; this.lblApplicationID.Font = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.lblApplicationID.ForeColor = System.Drawing.Color.White; this.lblApplicationID.Location = new System.Drawing.Point(454, 192); this.lblApplicationID.Name = "lblApplicationID"; this.lblApplicationID.Size = new System.Drawing.Size(80, 19); this.lblApplicationID.TabIndex = 10000017; this.lblApplicationID.Text = "申请单号:"; // // txtApplicationID // this.txtApplicationID.AccessibleDescription = "检查费"; this.txtApplicationID.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(52)), ((System.Byte)(113)), ((System.Byte)(152))); this.txtApplicationID.BorderColor = System.Drawing.Color.White; this.txtApplicationID.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtApplicationID.Font = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.txtApplicationID.ForeColor = System.Drawing.Color.White; this.txtApplicationID.Location = new System.Drawing.Point(536, 190); this.txtApplicationID.Name = "txtApplicationID"; this.txtApplicationID.Size = new System.Drawing.Size(108, 26); this.txtApplicationID.TabIndex = 6; this.txtApplicationID.Text = ""; this.txtApplicationID.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtApplicationID_KeyDown); this.txtApplicationID.Leave += new System.EventHandler(this.txtApplicationID_Leave); // // txtReportDesc // this.txtReportDesc.AccessibleDescription = "检查费"; this.txtReportDesc.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(52)), ((System.Byte)(113)), ((System.Byte)(152))); this.txtReportDesc.BorderColor = System.Drawing.Color.White; this.txtReportDesc.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtReportDesc.Font = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.txtReportDesc.ForeColor = System.Drawing.Color.White; this.txtReportDesc.Location = new System.Drawing.Point(140, 360); this.txtReportDesc.Multiline = true; this.txtReportDesc.Name = "txtReportDesc"; this.txtReportDesc.ReadOnly = true; this.txtReportDesc.Size = new System.Drawing.Size(736, 102); this.txtReportDesc.TabIndex = 500; this.txtReportDesc.Text = ""; // // txtReportDiagnose // this.txtReportDiagnose.AccessibleDescription = "检查费"; this.txtReportDiagnose.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(52)), ((System.Byte)(113)), ((System.Byte)(152))); this.txtReportDiagnose.BorderColor = System.Drawing.Color.White; this.txtReportDiagnose.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtReportDiagnose.Font = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.txtReportDiagnose.ForeColor = System.Drawing.Color.White; this.txtReportDiagnose.Location = new System.Drawing.Point(140, 476); this.txtReportDiagnose.Multiline = true; this.txtReportDiagnose.Name = "txtReportDiagnose"; this.txtReportDiagnose.ReadOnly = true; this.txtReportDiagnose.Size = new System.Drawing.Size(736, 106); this.txtReportDiagnose.TabIndex = 600; this.txtReportDiagnose.Text = ""; // // lsvApplicationID // this.lsvApplicationID.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(51)), ((System.Byte)(102)), ((System.Byte)(153))); this.lsvApplicationID.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.lsvApplicationID.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.clmPatientName_BaseForm }); this.lsvApplicationID.Font = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.lsvApplicationID.ForeColor = System.Drawing.Color.White; this.lsvApplicationID.FullRowSelect = true; this.lsvApplicationID.GridLines = true; this.lsvApplicationID.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None; this.lsvApplicationID.Location = new System.Drawing.Point(538, 218); this.lsvApplicationID.Name = "lsvApplicationID"; this.lsvApplicationID.Size = new System.Drawing.Size(106, 104); this.lsvApplicationID.TabIndex = 10000018; this.lsvApplicationID.View = System.Windows.Forms.View.Details; this.lsvApplicationID.Visible = false; this.lsvApplicationID.KeyDown += new System.Windows.Forms.KeyEventHandler(this.lsvApplicationID_KeyDown); this.lsvApplicationID.DoubleClick += new System.EventHandler(this.lsvApplicationID_DoubleClick); this.lsvApplicationID.Leave += new System.EventHandler(this.lsvApplicationID_Leave); this.lsvApplicationID.SelectedIndexChanged += new System.EventHandler(this.lsvApplicationID_SelectedIndexChanged); // // clmPatientName_BaseForm // this.clmPatientName_BaseForm.Text = ""; this.clmPatientName_BaseForm.Width = 100; // // lblReportCheckPart // this.lblReportCheckPart.AllowDrop = true; this.lblReportCheckPart.AutoSize = true; this.lblReportCheckPart.Font = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.lblReportCheckPart.ForeColor = System.Drawing.Color.White; this.lblReportCheckPart.Location = new System.Drawing.Point(56, 324); this.lblReportCheckPart.Name = "lblReportCheckPart"; this.lblReportCheckPart.Size = new System.Drawing.Size(80, 19); this.lblReportCheckPart.TabIndex = 10000020; this.lblReportCheckPart.Text = "检查部位:"; // // txtReportCheckPart // this.txtReportCheckPart.AccessibleDescription = "检查费"; this.txtReportCheckPart.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(52)), ((System.Byte)(113)), ((System.Byte)(152))); this.txtReportCheckPart.BorderColor = System.Drawing.Color.White; this.txtReportCheckPart.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtReportCheckPart.Font = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.txtReportCheckPart.ForeColor = System.Drawing.Color.White; this.txtReportCheckPart.Location = new System.Drawing.Point(140, 322); this.txtReportCheckPart.Name = "txtReportCheckPart"; this.txtReportCheckPart.ReadOnly = true; this.txtReportCheckPart.Size = new System.Drawing.Size(736, 26); this.txtReportCheckPart.TabIndex = 400; this.txtReportCheckPart.Text = ""; // // m_cmdShowPACS // this.m_cmdShowPACS.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.m_cmdShowPACS.Font = new System.Drawing.Font("SimSun", 12F); this.m_cmdShowPACS.Location = new System.Drawing.Point(664, 186); this.m_cmdShowPACS.Name = "m_cmdShowPACS"; this.m_cmdShowPACS.Size = new System.Drawing.Size(84, 32); this.m_cmdShowPACS.TabIndex = 100; this.m_cmdShowPACS.Text = "查看影像"; this.m_cmdShowPACS.Click += new System.EventHandler(this.m_cmdShowPACS_Click); // // frmImageReport // this.AutoScaleBaseSize = new System.Drawing.Size(7, 16); this.ClientSize = new System.Drawing.Size(1016, 655); this.Controls.AddRange(new System.Windows.Forms.Control[] { this.txtReportCheckPart, this.m_cmdShowPACS, this.lblReportCheckPart, this.lblApplicationID, this.lblReportorName, this.lblReportDateTime, this.lblReportDiagnose, this.lblReportDesc, this.lblCheckRecord, this.lblCheckName, this.m_lsvBedNO, this.m_lsvPatientName, this.m_lsvInPatientID, this.m_cmdPre, this.m_cmdNext, this.m_cmdNewTemplate, this.m_cboDept, this.m_cboArea, this.m_txtBedNO, this.m_txtPatientName, this.lblSex, this.lblAge, this.lblBedNoTitle, this.lblInHospitalNoTitle, this.lblNameTitle, this.lblSexTitle, this.lblAgeTitle, this.lblAreaTitle, this.lblDept, this.txtInPatientID, this.m_lblForTitle, this.lsvApplicationID, this.txtReportDiagnose, this.txtReportDesc, this.txtApplicationID, this.txtReportorName, this.dtpReportDateTime, this.lsvCheckRecord, this.txtCheckName }); this.Name = "frmImageReport"; this.Text = "影像报告单"; this.Load += new System.EventHandler(this.frmImageReport_Load); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(frmCommonUse)); this.clmCommonUseID = new System.Windows.Forms.ColumnHeader(); this.clmCommonUseValue = new System.Windows.Forms.ColumnHeader(); this.lblCommonUseTypeTitle = new System.Windows.Forms.Label(); this.lblTitle = new System.Windows.Forms.Label(); this.m_cmdDel = new System.Windows.Forms.Button(); this.m_cmdAdd = new System.Windows.Forms.Button(); this.m_lsvCommonUseValue = new System.Windows.Forms.ListView(); this.m_txtCommonUseValue = new com.digitalwave.Utility.Controls.ctlBorderTextBox(); this.lblCommonUseValueTitle = new System.Windows.Forms.Label(); this.m_cboCommonUseType = new com.digitalwave.Utility.Controls.ctlComboBox(); this.m_cmdModify = new System.Windows.Forms.Button(); this.cmdCancel = new System.Windows.Forms.Button(); this.SuspendLayout(); // // clmCommonUseID // this.clmCommonUseID.Text = "编号"; this.clmCommonUseID.Width = 0; // // clmCommonUseValue // this.clmCommonUseValue.Text = " 已有常用值"; this.clmCommonUseValue.Width = 385; // // lblCommonUseTypeTitle // this.lblCommonUseTypeTitle.AutoSize = true; this.lblCommonUseTypeTitle.ForeColor = System.Drawing.Color.White; this.lblCommonUseTypeTitle.Location = new System.Drawing.Point(412, 80); this.lblCommonUseTypeTitle.Name = "lblCommonUseTypeTitle"; this.lblCommonUseTypeTitle.Size = new System.Drawing.Size(96, 19); this.lblCommonUseTypeTitle.TabIndex = 414; this.lblCommonUseTypeTitle.Text = "常用值类别:"; // // lblTitle // this.lblTitle.AutoSize = true; this.lblTitle.Font = new System.Drawing.Font("SimSun", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.lblTitle.ForeColor = System.Drawing.Color.White; this.lblTitle.Location = new System.Drawing.Point(252, 20); this.lblTitle.Name = "lblTitle"; this.lblTitle.Size = new System.Drawing.Size(176, 37); this.lblTitle.TabIndex = 421; this.lblTitle.Text = "常用值录入"; // // m_cmdDel // this.m_cmdDel.Cursor = System.Windows.Forms.Cursors.Hand; this.m_cmdDel.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.m_cmdDel.Font = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.m_cmdDel.ForeColor = System.Drawing.Color.White; this.m_cmdDel.Location = new System.Drawing.Point(560, 248); this.m_cmdDel.Name = "m_cmdDel"; this.m_cmdDel.Size = new System.Drawing.Size(64, 32); this.m_cmdDel.TabIndex = 160; this.m_cmdDel.Text = "删除"; this.m_cmdDel.Click += new System.EventHandler(this.m_cmdDel_Click); // // m_cmdAdd // this.m_cmdAdd.Cursor = System.Windows.Forms.Cursors.Hand; this.m_cmdAdd.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.m_cmdAdd.Font = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.m_cmdAdd.ForeColor = System.Drawing.Color.White; this.m_cmdAdd.Location = new System.Drawing.Point(416, 248); this.m_cmdAdd.Name = "m_cmdAdd"; this.m_cmdAdd.Size = new System.Drawing.Size(64, 32); this.m_cmdAdd.TabIndex = 130; this.m_cmdAdd.Text = "增加"; this.m_cmdAdd.Click += new System.EventHandler(this.m_cmdAdd_Click); // // m_lsvCommonUseValue // this.m_lsvCommonUseValue.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(52)), ((System.Byte)(113)), ((System.Byte)(152))); this.m_lsvCommonUseValue.BorderStyle = System.Windows.Forms.BorderStyle.None; this.m_lsvCommonUseValue.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.clmCommonUseID, this.clmCommonUseValue }); this.m_lsvCommonUseValue.ForeColor = System.Drawing.Color.White; this.m_lsvCommonUseValue.FullRowSelect = true; this.m_lsvCommonUseValue.GridLines = true; this.m_lsvCommonUseValue.HideSelection = false; this.m_lsvCommonUseValue.Location = new System.Drawing.Point(16, 76); this.m_lsvCommonUseValue.MultiSelect = false; this.m_lsvCommonUseValue.Name = "m_lsvCommonUseValue"; this.m_lsvCommonUseValue.Size = new System.Drawing.Size(386, 208); this.m_lsvCommonUseValue.TabIndex = 100; this.m_lsvCommonUseValue.View = System.Windows.Forms.View.Details; this.m_lsvCommonUseValue.Click += new System.EventHandler(this.m_lsvCommonUseValue_Click); // // m_txtCommonUseValue // this.m_txtCommonUseValue.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(52)), ((System.Byte)(113)), ((System.Byte)(152))); this.m_txtCommonUseValue.BorderColor = System.Drawing.Color.White; this.m_txtCommonUseValue.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.m_txtCommonUseValue.ForeColor = System.Drawing.SystemColors.Window; this.m_txtCommonUseValue.Location = new System.Drawing.Point(416, 168); this.m_txtCommonUseValue.Multiline = true; this.m_txtCommonUseValue.Name = "m_txtCommonUseValue"; this.m_txtCommonUseValue.ScrollBars = System.Windows.Forms.ScrollBars.Both; this.m_txtCommonUseValue.Size = new System.Drawing.Size(272, 52); this.m_txtCommonUseValue.TabIndex = 120; this.m_txtCommonUseValue.Text = ""; // // lblCommonUseValueTitle // this.lblCommonUseValueTitle.AutoSize = true; this.lblCommonUseValueTitle.ForeColor = System.Drawing.Color.White; this.lblCommonUseValueTitle.Location = new System.Drawing.Point(412, 144); this.lblCommonUseValueTitle.Name = "lblCommonUseValueTitle"; this.lblCommonUseValueTitle.Size = new System.Drawing.Size(72, 19); this.lblCommonUseValueTitle.TabIndex = 422; this.lblCommonUseValueTitle.Text = "常用值:"; // // m_cboCommonUseType // this.m_cboCommonUseType.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(52)), ((System.Byte)(113)), ((System.Byte)(152))); this.m_cboCommonUseType.BorderColor = System.Drawing.Color.White; this.m_cboCommonUseType.DropButtonBackColor = System.Drawing.Color.FromArgb(((System.Byte)(52)), ((System.Byte)(113)), ((System.Byte)(152))); this.m_cboCommonUseType.DropButtonCursor = System.Windows.Forms.Cursors.Hand; this.m_cboCommonUseType.DropButtonForeColor = System.Drawing.Color.White; this.m_cboCommonUseType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.m_cboCommonUseType.flatFont = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.m_cboCommonUseType.Font = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.m_cboCommonUseType.ForeColor = System.Drawing.Color.White; this.m_cboCommonUseType.ListBackColor = System.Drawing.Color.FromArgb(((System.Byte)(52)), ((System.Byte)(113)), ((System.Byte)(152))); this.m_cboCommonUseType.ListForeColor = System.Drawing.Color.White; this.m_cboCommonUseType.ListSelectedBackColor = System.Drawing.Color.Blue; this.m_cboCommonUseType.ListSelectedForeColor = System.Drawing.Color.White; this.m_cboCommonUseType.Location = new System.Drawing.Point(416, 108); this.m_cboCommonUseType.Name = "m_cboCommonUseType"; this.m_cboCommonUseType.SelectedIndex = -1; this.m_cboCommonUseType.SelectedItem = null; this.m_cboCommonUseType.Size = new System.Drawing.Size(272, 26); this.m_cboCommonUseType.TabIndex = 110; this.m_cboCommonUseType.TextBackColor = System.Drawing.Color.FromArgb(((System.Byte)(52)), ((System.Byte)(113)), ((System.Byte)(152))); this.m_cboCommonUseType.TextForeColor = System.Drawing.Color.White; this.m_cboCommonUseType.Load += new System.EventHandler(this.m_cboCommonUseType_Load); this.m_cboCommonUseType.SelectedIndexChanged += new System.EventHandler(this.m_cboCommonUseType_SelectedIndexChanged); // // m_cmdModify // this.m_cmdModify.Cursor = System.Windows.Forms.Cursors.Hand; this.m_cmdModify.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.m_cmdModify.Font = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.m_cmdModify.ForeColor = System.Drawing.Color.White; this.m_cmdModify.Location = new System.Drawing.Point(488, 248); this.m_cmdModify.Name = "m_cmdModify"; this.m_cmdModify.Size = new System.Drawing.Size(64, 32); this.m_cmdModify.TabIndex = 140; this.m_cmdModify.Text = "修改"; this.m_cmdModify.Click += new System.EventHandler(this.m_cmdModify_Click); // // cmdCancel // this.cmdCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.cmdCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.cmdCancel.Location = new System.Drawing.Point(632, 248); this.cmdCancel.Name = "cmdCancel"; this.cmdCancel.Size = new System.Drawing.Size(64, 32); this.cmdCancel.TabIndex = 423; this.cmdCancel.Text = "取消"; this.cmdCancel.Click += new System.EventHandler(this.cmdCancel_Click); // // frmCommonUse // this.AutoScaleBaseSize = new System.Drawing.Size(8, 19); this.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(51)), ((System.Byte)(102)), ((System.Byte)(153))); this.CancelButton = this.cmdCancel; this.ClientSize = new System.Drawing.Size(704, 313); this.Controls.AddRange(new System.Windows.Forms.Control[] { this.cmdCancel, this.m_cboCommonUseType, this.lblCommonUseValueTitle, this.lblCommonUseTypeTitle, this.lblTitle, this.m_cmdDel, this.m_cmdAdd, this.m_lsvCommonUseValue, this.m_txtCommonUseValue, this.m_cmdModify }); this.Font = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.ForeColor = System.Drawing.SystemColors.Window; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.Name = "frmCommonUse"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "常用值录入"; this.Load += new System.EventHandler(this.frmCommonUse_Load); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(frmCheckSign)); this.m_cmdOK = new PinkieControls.ButtonXP(); this.m_txtPSW = new com.digitalwave.Utility.Controls.ctlBorderTextBox(); this.m_lblEmployeeInfo = new System.Windows.Forms.Label(); this.lblPSW = new System.Windows.Forms.Label(); this.cmdCancel = new PinkieControls.ButtonXP(); this.SuspendLayout(); // // m_cmdOK // this.m_cmdOK.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200))); this.m_cmdOK.DefaultScheme = true; this.m_cmdOK.DialogResult = System.Windows.Forms.DialogResult.None; this.m_cmdOK.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.m_cmdOK.ForeColor = System.Drawing.Color.Black; this.m_cmdOK.Hint = ""; this.m_cmdOK.Location = new System.Drawing.Point(196, 44); this.m_cmdOK.Name = "m_cmdOK"; this.m_cmdOK.Scheme = PinkieControls.ButtonXP.Schemes.Blue; this.m_cmdOK.Size = new System.Drawing.Size(75, 28); this.m_cmdOK.TabIndex = 3; this.m_cmdOK.Text = "确定"; this.m_cmdOK.Click += new System.EventHandler(this.m_cmdOK_Click); // // m_txtPSW // this.m_txtPSW.BackColor = System.Drawing.Color.White; this.m_txtPSW.BorderColor = System.Drawing.Color.White; this.m_txtPSW.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.m_txtPSW.ForeColor = System.Drawing.Color.Black; this.m_txtPSW.Location = new System.Drawing.Point(68, 44); this.m_txtPSW.Name = "m_txtPSW"; this.m_txtPSW.PasswordChar = '*'; this.m_txtPSW.Size = new System.Drawing.Size(112, 23); this.m_txtPSW.TabIndex = 2; this.m_txtPSW.Text = ""; // // m_lblEmployeeInfo // this.m_lblEmployeeInfo.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.m_lblEmployeeInfo.Location = new System.Drawing.Point(16, 16); this.m_lblEmployeeInfo.Name = "m_lblEmployeeInfo"; this.m_lblEmployeeInfo.Size = new System.Drawing.Size(340, 20); this.m_lblEmployeeInfo.TabIndex = 499; // // lblPSW // this.lblPSW.AutoSize = true; this.lblPSW.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.lblPSW.ForeColor = System.Drawing.Color.Black; this.lblPSW.Location = new System.Drawing.Point(24, 48); this.lblPSW.Name = "lblPSW"; this.lblPSW.Size = new System.Drawing.Size(48, 19); this.lblPSW.TabIndex = 498; this.lblPSW.Text = "密码:"; // // cmdCancel // this.cmdCancel.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200))); this.cmdCancel.DefaultScheme = true; this.cmdCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.cmdCancel.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.cmdCancel.ForeColor = System.Drawing.Color.Black; this.cmdCancel.Hint = ""; this.cmdCancel.Location = new System.Drawing.Point(280, 44); this.cmdCancel.Name = "cmdCancel"; this.cmdCancel.Scheme = PinkieControls.ButtonXP.Schemes.Blue; this.cmdCancel.Size = new System.Drawing.Size(75, 28); this.cmdCancel.TabIndex = 4; this.cmdCancel.Text = "取消"; this.cmdCancel.Click += new System.EventHandler(this.cmdCancel_Click); // // frmCheckSign // this.AcceptButton = this.m_cmdOK; this.AutoScaleBaseSize = new System.Drawing.Size(7, 16); this.BackColor = System.Drawing.SystemColors.Control; this.CancelButton = this.cmdCancel; this.ClientSize = new System.Drawing.Size(370, 91); this.Controls.Add(this.m_txtPSW); this.Controls.Add(this.m_lblEmployeeInfo); this.Controls.Add(this.lblPSW); this.Controls.Add(this.m_cmdOK); this.Controls.Add(this.cmdCancel); this.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.ForeColor = System.Drawing.Color.Black; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "frmCheckSign"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "员工签名验证"; this.Load += new System.EventHandler(this.frmCheckSign_Load); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(frmLogin)); this.m_cmdOK = new System.Windows.Forms.Button(); this.m_txtLoginName = new com.digitalwave.Utility.Controls.ctlBorderTextBox(); this.m_txtPSW = new com.digitalwave.Utility.Controls.ctlBorderTextBox(); this.lblLoginName = new System.Windows.Forms.Label(); this.lblPSW = new System.Windows.Forms.Label(); this.cmdCancel = new System.Windows.Forms.Button(); this.SuspendLayout(); // // m_cmdOK // this.m_cmdOK.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.m_cmdOK.Location = new System.Drawing.Point(228, 12); this.m_cmdOK.Name = "m_cmdOK"; this.m_cmdOK.Size = new System.Drawing.Size(75, 28); this.m_cmdOK.TabIndex = 3; this.m_cmdOK.Text = "确定"; this.m_cmdOK.Click += new System.EventHandler(this.m_cmdOK_Click); // // m_txtLoginName // this.m_txtLoginName.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(52)), ((System.Byte)(113)), ((System.Byte)(152))); this.m_txtLoginName.BorderColor = System.Drawing.Color.White; this.m_txtLoginName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.m_txtLoginName.Font = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.m_txtLoginName.ForeColor = System.Drawing.Color.White; this.m_txtLoginName.Location = new System.Drawing.Point(96, 12); this.m_txtLoginName.MaxLength = 25; this.m_txtLoginName.Name = "m_txtLoginName"; this.m_txtLoginName.Size = new System.Drawing.Size(112, 26); this.m_txtLoginName.TabIndex = 1; this.m_txtLoginName.Text = ""; this.m_txtLoginName.KeyDown += new System.Windows.Forms.KeyEventHandler(this.m_mthSendTab); // // m_txtPSW // this.m_txtPSW.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(52)), ((System.Byte)(113)), ((System.Byte)(152))); this.m_txtPSW.BorderColor = System.Drawing.Color.White; this.m_txtPSW.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.m_txtPSW.Font = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.m_txtPSW.ForeColor = System.Drawing.Color.White; this.m_txtPSW.Location = new System.Drawing.Point(96, 44); this.m_txtPSW.Name = "m_txtPSW"; this.m_txtPSW.PasswordChar = '*'; this.m_txtPSW.Size = new System.Drawing.Size(112, 26); this.m_txtPSW.TabIndex = 2; this.m_txtPSW.Text = ""; this.m_txtPSW.KeyDown += new System.Windows.Forms.KeyEventHandler(this.m_mthSendTab); // // lblLoginName // this.lblLoginName.Font = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.lblLoginName.Location = new System.Drawing.Point(16, 16); this.lblLoginName.Name = "lblLoginName"; this.lblLoginName.Size = new System.Drawing.Size(88, 20); this.lblLoginName.TabIndex = 499; this.lblLoginName.Text = "用户账号:"; // // lblPSW // this.lblPSW.Font = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.lblPSW.Location = new System.Drawing.Point(16, 48); this.lblPSW.Name = "lblPSW"; this.lblPSW.Size = new System.Drawing.Size(88, 19); this.lblPSW.TabIndex = 498; this.lblPSW.Text = "用户密码:"; // // cmdCancel // this.cmdCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.cmdCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.cmdCancel.Location = new System.Drawing.Point(228, 44); this.cmdCancel.Name = "cmdCancel"; this.cmdCancel.Size = new System.Drawing.Size(75, 28); this.cmdCancel.TabIndex = 4; this.cmdCancel.Text = "取消"; this.cmdCancel.Click += new System.EventHandler(this.cmdCancel_Click); // // frmLogin // this.AutoScaleBaseSize = new System.Drawing.Size(7, 16); this.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(51)), ((System.Byte)(102)), ((System.Byte)(153))); this.CancelButton = this.cmdCancel; this.ClientSize = new System.Drawing.Size(324, 97); this.Controls.AddRange(new System.Windows.Forms.Control[] { this.m_txtLoginName, this.m_txtPSW, this.lblLoginName, this.lblPSW, this.m_cmdOK, this.cmdCancel }); this.Font = new System.Drawing.Font("SimSun", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.ForeColor = System.Drawing.Color.White; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "frmLogin"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "用户登录"; this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.m_txtRecordContent = new com.digitalwave.controls.ctlRichTextBox(); this.m_cmuRichTextBoxMenu = new System.Windows.Forms.ContextMenu(); this.mniDoubleStrikeOutDelete = new System.Windows.Forms.MenuItem(); this.m_cboRecordList = new com.digitalwave.Utility.Controls.ctlComboBox(); this.label20 = new System.Windows.Forms.Label(); this.m_cmdsave = new PinkieControls.ButtonXP(); this.m_cmdExit = new PinkieControls.ButtonXP(); this.m_cmdOnDoc = new PinkieControls.ButtonXP(); this.m_txtOnDoc = new com.digitalwave.Utility.Controls.ctlBorderTextBox(); this.m_pdcPrintDocument = new System.Drawing.Printing.PrintDocument(); this.m_dtpCreateDate = new com.digitalwave.Utility.Controls.ctlTimePicker(); this.label3 = new System.Windows.Forms.Label(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.gpbInPatientList = new System.Windows.Forms.GroupBox(); this.m_nudViewMo = new System.Windows.Forms.NumericUpDown(); this.m_rdbViewAll = new System.Windows.Forms.RadioButton(); this.m_lsvInPatientList = new System.Windows.Forms.ListView(); this.columnHeader1 = new System.Windows.Forms.ColumnHeader(); this.columnHeader2 = new System.Windows.Forms.ColumnHeader(); this.columnHeader3 = new System.Windows.Forms.ColumnHeader(); this.columnHeader4 = new System.Windows.Forms.ColumnHeader(); this.m_rdbViewPart = new System.Windows.Forms.RadioButton(); this.label4 = new System.Windows.Forms.Label(); this.groupBox1.SuspendLayout(); this.gpbInPatientList.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.m_nudViewMo)).BeginInit(); this.SuspendLayout(); // // lblSex // this.lblSex.Size = new System.Drawing.Size(4, 4); this.lblSex.Visible = false; // // lblAge // this.lblAge.Size = new System.Drawing.Size(4, 4); this.lblAge.Visible = false; // // lblBedNoTitle // this.lblBedNoTitle.Location = new System.Drawing.Point(188, 56); this.lblBedNoTitle.Visible = false; // // lblInHospitalNoTitle // this.lblInHospitalNoTitle.AutoSize = false; this.lblInHospitalNoTitle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(101)))), ((int)(((byte)(152))))); this.lblInHospitalNoTitle.Location = new System.Drawing.Point(768, 44); this.lblInHospitalNoTitle.Size = new System.Drawing.Size(4, 4); // // lblNameTitle // this.lblNameTitle.AutoSize = false; this.lblNameTitle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(101)))), ((int)(((byte)(152))))); this.lblNameTitle.Location = new System.Drawing.Point(532, 44); this.lblNameTitle.Size = new System.Drawing.Size(4, 4); // // lblSexTitle // this.lblSexTitle.AutoSize = false; this.lblSexTitle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(101)))), ((int)(((byte)(152))))); this.lblSexTitle.Location = new System.Drawing.Point(552, 44); this.lblSexTitle.Size = new System.Drawing.Size(4, 4); // // lblAgeTitle // this.lblAgeTitle.AutoSize = false; this.lblAgeTitle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(101)))), ((int)(((byte)(152))))); this.lblAgeTitle.Location = new System.Drawing.Point(656, 44); this.lblAgeTitle.Size = new System.Drawing.Size(4, 4); // // lblAreaTitle // this.lblAreaTitle.BackColor = System.Drawing.SystemColors.Control; this.lblAreaTitle.Location = new System.Drawing.Point(256, 24); // // m_lsvInPatientID // this.m_lsvInPatientID.Location = new System.Drawing.Point(880, 132); // // txtInPatientID // this.txtInPatientID.Enabled = false; this.txtInPatientID.Location = new System.Drawing.Point(840, 44); this.txtInPatientID.Size = new System.Drawing.Size(4, 23); // // m_txtPatientName // this.m_txtPatientName.Enabled = false; this.m_txtPatientName.Location = new System.Drawing.Point(544, 44); this.m_txtPatientName.Size = new System.Drawing.Size(4, 23); // // m_txtBedNO // this.m_txtBedNO.Enabled = false; this.m_txtBedNO.Location = new System.Drawing.Point(520, 44); this.m_txtBedNO.Size = new System.Drawing.Size(4, 23); // // m_cboArea // this.m_cboArea.Location = new System.Drawing.Point(308, 20); this.m_cboArea.SelectedIndexChanged += new System.EventHandler(this.m_cboArea_SelectedIndexChanged); // // m_lsvPatientName // this.m_lsvPatientName.Location = new System.Drawing.Point(476, 132); // // m_lsvBedNO // this.m_lsvBedNO.Location = new System.Drawing.Point(336, 132); // // m_cboDept // this.m_cboDept.Location = new System.Drawing.Point(68, 20); this.m_cboDept.SelectedIndexChanged += new System.EventHandler(this.m_cboDept_SelectedIndexChanged); // // lblDept // this.lblDept.BackColor = System.Drawing.SystemColors.Control; this.lblDept.Location = new System.Drawing.Point(16, 24); // // m_cmdNewTemplate // this.m_cmdNewTemplate.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(101)))), ((int)(((byte)(152))))); this.m_cmdNewTemplate.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.m_cmdNewTemplate.Location = new System.Drawing.Point(832, 68); // // m_cmdNext // this.m_cmdNext.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(101)))), ((int)(((byte)(152))))); this.m_cmdNext.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.m_cmdNext.Location = new System.Drawing.Point(168, 20); this.m_cmdNext.UseVisualStyleBackColor = false; // // m_cmdPre // this.m_cmdPre.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(101)))), ((int)(((byte)(152))))); this.m_cmdPre.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.m_cmdPre.Location = new System.Drawing.Point(144, 20); this.m_cmdPre.UseVisualStyleBackColor = false; // // m_lblForTitle // this.m_lblForTitle.BackColor = System.Drawing.SystemColors.Control; this.m_lblForTitle.Location = new System.Drawing.Point(504, 8); this.m_lblForTitle.Size = new System.Drawing.Size(432, 56); this.m_lblForTitle.Visible = true; // // m_cmdModifyPatientInfo // this.m_cmdModifyPatientInfo.Location = new System.Drawing.Point(748, 18); // // m_txtRecordContent // this.m_txtRecordContent.AccessibleDescription = ""; this.m_txtRecordContent.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.m_txtRecordContent.AutoSize = true; this.m_txtRecordContent.BackColor = System.Drawing.SystemColors.ActiveCaptionText; this.m_txtRecordContent.ContextMenu = this.m_cmuRichTextBoxMenu; this.m_txtRecordContent.Font = new System.Drawing.Font("宋体", 10.5F); this.m_txtRecordContent.ForeColor = System.Drawing.Color.Black; this.m_txtRecordContent.ImeMode = System.Windows.Forms.ImeMode.On; this.m_txtRecordContent.Location = new System.Drawing.Point(8, 82); this.m_txtRecordContent.m_BlnIgnoreUserInfo = false; this.m_txtRecordContent.m_BlnPartControl = false; this.m_txtRecordContent.m_BlnReadOnly = false; this.m_txtRecordContent.m_BlnUnderLineDST = false; this.m_txtRecordContent.m_ClrDST = System.Drawing.Color.Red; this.m_txtRecordContent.m_ClrOldPartInsertText = System.Drawing.Color.Black; this.m_txtRecordContent.m_IntCanModifyTime = 6; this.m_txtRecordContent.m_IntPartControlLength = 0; this.m_txtRecordContent.m_IntPartControlStartIndex = 0; this.m_txtRecordContent.m_StrUserID = ""; this.m_txtRecordContent.m_StrUserName = ""; this.m_txtRecordContent.MaxLength = 30000; this.m_txtRecordContent.Name = "m_txtRecordContent"; this.m_txtRecordContent.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.ForcedVertical; this.m_txtRecordContent.Size = new System.Drawing.Size(548, 338); this.m_txtRecordContent.TabIndex = 10000004; this.m_txtRecordContent.Tag = "0"; this.m_txtRecordContent.Text = ""; // // m_cmuRichTextBoxMenu // this.m_cmuRichTextBoxMenu.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] { this.mniDoubleStrikeOutDelete }); // // mniDoubleStrikeOutDelete // this.mniDoubleStrikeOutDelete.Index = 0; this.mniDoubleStrikeOutDelete.Text = "双划线删除"; // // m_cboRecordList // this.m_cboRecordList.AccessibleDescription = ""; this.m_cboRecordList.BackColor = System.Drawing.SystemColors.Control; this.m_cboRecordList.BorderColor = System.Drawing.Color.Black; this.m_cboRecordList.DropButtonBackColor = System.Drawing.SystemColors.Control; this.m_cboRecordList.DropButtonCursor = System.Windows.Forms.Cursors.Hand; this.m_cboRecordList.DropButtonForeColor = System.Drawing.Color.Black; this.m_cboRecordList.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.m_cboRecordList.flatFont = new System.Drawing.Font("宋体", 10.5F); this.m_cboRecordList.Font = new System.Drawing.Font("宋体", 10.5F); this.m_cboRecordList.ForeColor = System.Drawing.Color.Black; this.m_cboRecordList.ListBackColor = System.Drawing.Color.White; this.m_cboRecordList.ListForeColor = System.Drawing.Color.Black; this.m_cboRecordList.ListSelectedBackColor = System.Drawing.SystemColors.Highlight; this.m_cboRecordList.ListSelectedForeColor = System.Drawing.Color.White; this.m_cboRecordList.Location = new System.Drawing.Point(360, 24); this.m_cboRecordList.m_BlnEnableItemEventMenu = false; this.m_cboRecordList.Name = "m_cboRecordList"; this.m_cboRecordList.SelectedIndex = -1; this.m_cboRecordList.SelectedItem = null; this.m_cboRecordList.SelectionStart = 0; this.m_cboRecordList.Size = new System.Drawing.Size(196, 23); this.m_cboRecordList.TabIndex = 10000003; this.m_cboRecordList.TextBackColor = System.Drawing.Color.White; this.m_cboRecordList.TextForeColor = System.Drawing.Color.Black; this.m_cboRecordList.SelectedIndexChanged += new System.EventHandler(this.m_cboRecordList_SelectedIndexChanged); // // label20 // this.label20.AutoSize = true; this.label20.Location = new System.Drawing.Point(280, 28); this.label20.Name = "label20"; this.label20.Size = new System.Drawing.Size(70, 14); this.label20.TabIndex = 10000005; this.label20.Text = "记录列表:"; // // m_cmdsave // this.m_cmdsave.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200))))); this.m_cmdsave.DefaultScheme = true; this.m_cmdsave.DialogResult = System.Windows.Forms.DialogResult.None; this.m_cmdsave.Hint = ""; this.m_cmdsave.Location = new System.Drawing.Point(692, 520); this.m_cmdsave.Name = "m_cmdsave"; this.m_cmdsave.Scheme = PinkieControls.ButtonXP.Schemes.Blue; this.m_cmdsave.Size = new System.Drawing.Size(75, 28); this.m_cmdsave.TabIndex = 10000007; this.m_cmdsave.Text = "保 存"; this.m_cmdsave.Click += new System.EventHandler(this.m_cmdsave_Click); // // m_cmdExit // this.m_cmdExit.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200))))); this.m_cmdExit.DefaultScheme = true; this.m_cmdExit.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.m_cmdExit.Hint = ""; this.m_cmdExit.Location = new System.Drawing.Point(876, 520); this.m_cmdExit.Name = "m_cmdExit"; this.m_cmdExit.Scheme = PinkieControls.ButtonXP.Schemes.Blue; this.m_cmdExit.Size = new System.Drawing.Size(75, 28); this.m_cmdExit.TabIndex = 10000007; this.m_cmdExit.Text = "退 出"; this.m_cmdExit.Click += new System.EventHandler(this.m_cmdExit_Click); // // m_cmdOnDoc // this.m_cmdOnDoc.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200))))); this.m_cmdOnDoc.DefaultScheme = true; this.m_cmdOnDoc.DialogResult = System.Windows.Forms.DialogResult.None; this.m_cmdOnDoc.Font = new System.Drawing.Font("宋体", 12F); this.m_cmdOnDoc.Hint = ""; this.m_cmdOnDoc.Location = new System.Drawing.Point(36, 520); this.m_cmdOnDoc.Name = "m_cmdOnDoc"; this.m_cmdOnDoc.Scheme = PinkieControls.ButtonXP.Schemes.Blue; this.m_cmdOnDoc.Size = new System.Drawing.Size(76, 28); this.m_cmdOnDoc.TabIndex = 10000008; this.m_cmdOnDoc.Text = "记录者:"; // // m_txtOnDoc // this.m_txtOnDoc.AccessibleDescription = "住院医师签名"; this.m_txtOnDoc.AccessibleName = "NoDefault"; this.m_txtOnDoc.BackColor = System.Drawing.Color.White; this.m_txtOnDoc.BorderColor = System.Drawing.Color.Transparent; this.m_txtOnDoc.Font = new System.Drawing.Font("宋体", 10.5F); this.m_txtOnDoc.ForeColor = System.Drawing.Color.Black; this.m_txtOnDoc.Location = new System.Drawing.Point(116, 520); this.m_txtOnDoc.Name = "m_txtOnDoc"; this.m_txtOnDoc.Size = new System.Drawing.Size(92, 28); this.m_txtOnDoc.TabIndex = 10000009; this.m_txtOnDoc.Tag = "1"; // // m_pdcPrintDocument // this.m_pdcPrintDocument.PrintPage += new System.Drawing.Printing.PrintPageEventHandler(this.m_pdcPrintDocument_PrintPage); this.m_pdcPrintDocument.BeginPrint += new System.Drawing.Printing.PrintEventHandler(this.m_pdcPrintDocument_BeginPrint); // // m_dtpCreateDate // this.m_dtpCreateDate.BackColor = System.Drawing.SystemColors.Control; this.m_dtpCreateDate.BorderColor = System.Drawing.Color.Black; this.m_dtpCreateDate.CustomFormat = "yyyy年MM月dd日 HH:mm:ss"; this.m_dtpCreateDate.DropButtonBackColor = System.Drawing.SystemColors.Control; this.m_dtpCreateDate.DropButtonCursor = System.Windows.Forms.Cursors.Hand; this.m_dtpCreateDate.DropButtonForeColor = System.Drawing.Color.Black; this.m_dtpCreateDate.flatFont = new System.Drawing.Font("宋体", 12F); this.m_dtpCreateDate.Font = new System.Drawing.Font("宋体", 12F); this.m_dtpCreateDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.m_dtpCreateDate.Location = new System.Drawing.Point(84, 26); this.m_dtpCreateDate.m_BlnOnlyTime = false; this.m_dtpCreateDate.m_EnmVisibleFlag = com.digitalwave.Utility.Controls.ctlTimePicker.enmDateTimeFlag.Second; this.m_dtpCreateDate.MaxDate = new System.DateTime(9998, 12, 31, 0, 0, 0, 0); this.m_dtpCreateDate.MinDate = new System.DateTime(1753, 1, 1, 0, 0, 0, 0); this.m_dtpCreateDate.Name = "m_dtpCreateDate"; this.m_dtpCreateDate.ReadOnly = false; this.m_dtpCreateDate.Size = new System.Drawing.Size(192, 22); this.m_dtpCreateDate.TabIndex = 10000010; this.m_dtpCreateDate.TextBackColor = System.Drawing.Color.White; this.m_dtpCreateDate.TextForeColor = System.Drawing.Color.Black; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(8, 28); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(70, 14); this.label3.TabIndex = 10000005; this.label3.Text = "记录时间:"; // // groupBox1 // this.groupBox1.Controls.Add(this.m_dtpCreateDate); this.groupBox1.Controls.Add(this.m_txtRecordContent); this.groupBox1.Controls.Add(this.label3); this.groupBox1.Controls.Add(this.label20); this.groupBox1.Controls.Add(this.m_cboRecordList); this.groupBox1.Location = new System.Drawing.Point(416, 76); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(564, 432); this.groupBox1.TabIndex = 10000011; this.groupBox1.TabStop = false; this.groupBox1.Text = "记录内容:"; // // gpbInPatientList // this.gpbInPatientList.Controls.Add(this.m_nudViewMo); this.gpbInPatientList.Controls.Add(this.m_rdbViewAll); this.gpbInPatientList.Controls.Add(this.m_lsvInPatientList); this.gpbInPatientList.Controls.Add(this.m_rdbViewPart); this.gpbInPatientList.Controls.Add(this.label4); this.gpbInPatientList.Location = new System.Drawing.Point(16, 76); this.gpbInPatientList.Name = "gpbInPatientList"; this.gpbInPatientList.Size = new System.Drawing.Size(392, 432); this.gpbInPatientList.TabIndex = 10000016; this.gpbInPatientList.TabStop = false; this.gpbInPatientList.Text = "出院病人一览表"; // // m_nudViewMo // this.m_nudViewMo.BackColor = System.Drawing.SystemColors.ActiveCaptionText; this.m_nudViewMo.ForeColor = System.Drawing.Color.Black; this.m_nudViewMo.Location = new System.Drawing.Point(204, 28); this.m_nudViewMo.Maximum = new decimal(new int[] { 36, 0, 0, 0 }); this.m_nudViewMo.Minimum = new decimal(new int[] { 1, 0, 0, 0 }); this.m_nudViewMo.Name = "m_nudViewMo"; this.m_nudViewMo.Size = new System.Drawing.Size(40, 23); this.m_nudViewMo.TabIndex = 97; this.m_nudViewMo.Value = new decimal(new int[] { 3, 0, 0, 0 }); this.m_nudViewMo.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.m_nudViewMo_KeyPress); // // m_rdbViewAll // this.m_rdbViewAll.Location = new System.Drawing.Point(8, 28); this.m_rdbViewAll.Name = "m_rdbViewAll"; this.m_rdbViewAll.Size = new System.Drawing.Size(92, 20); this.m_rdbViewAll.TabIndex = 1; this.m_rdbViewAll.Text = "显示全部"; this.m_rdbViewAll.TextAlign = System.Drawing.ContentAlignment.TopLeft; // // m_lsvInPatientList // this.m_lsvInPatientList.BackColor = System.Drawing.SystemColors.ActiveCaptionText; this.m_lsvInPatientList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.columnHeader1, this.columnHeader2, this.columnHeader3, this.columnHeader4 }); this.m_lsvInPatientList.Dock = System.Windows.Forms.DockStyle.Bottom; this.m_lsvInPatientList.ForeColor = System.Drawing.Color.Black; this.m_lsvInPatientList.FullRowSelect = true; this.m_lsvInPatientList.GridLines = true; this.m_lsvInPatientList.Location = new System.Drawing.Point(3, 53); this.m_lsvInPatientList.MultiSelect = false; this.m_lsvInPatientList.Name = "m_lsvInPatientList"; this.m_lsvInPatientList.Size = new System.Drawing.Size(386, 376); this.m_lsvInPatientList.TabIndex = 0; this.m_lsvInPatientList.UseCompatibleStateImageBehavior = false; this.m_lsvInPatientList.View = System.Windows.Forms.View.Details; this.m_lsvInPatientList.SelectedIndexChanged += new System.EventHandler(this.m_lsvInPatientList_SelectedIndexChanged); // // columnHeader1 // this.columnHeader1.Text = "住 院 号"; this.columnHeader1.Width = 80; // // columnHeader2 // this.columnHeader2.Text = "姓 名"; this.columnHeader2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.columnHeader2.Width = 80; // // columnHeader3 // this.columnHeader3.Text = "住院日期"; this.columnHeader3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.columnHeader3.Width = 130; // // columnHeader4 // this.columnHeader4.Text = "出院日期"; this.columnHeader4.Width = 130; // // m_rdbViewPart // this.m_rdbViewPart.Checked = true; this.m_rdbViewPart.Location = new System.Drawing.Point(156, 28); this.m_rdbViewPart.Name = "m_rdbViewPart"; this.m_rdbViewPart.Size = new System.Drawing.Size(224, 20); this.m_rdbViewPart.TabIndex = 1; this.m_rdbViewPart.TabStop = true; this.m_rdbViewPart.Text = "显示 个月内出院病人"; this.m_rdbViewPart.TextAlign = System.Drawing.ContentAlignment.TopLeft; this.m_rdbViewPart.CheckedChanged += new System.EventHandler(this.m_rdbViewPart_CheckedChanged); // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(192, 96); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(105, 14); this.label4.TabIndex = 93; this.label4.Text = "个月内出院病人"; // // frmOutPatientRevisitRecord // this.AutoScaleBaseSize = new System.Drawing.Size(7, 16); this.BackColor = System.Drawing.SystemColors.Control; this.CancelButton = this.m_cmdExit; this.ClientSize = new System.Drawing.Size(990, 583); this.Controls.Add(this.m_txtOnDoc); this.Controls.Add(this.gpbInPatientList); this.Controls.Add(this.groupBox1); this.Controls.Add(this.m_cmdOnDoc); this.Controls.Add(this.m_cmdsave); this.Controls.Add(this.m_cmdExit); this.Font = new System.Drawing.Font("宋体", 10.5F); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.Name = "frmOutPatientRevisitRecord"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "复诊\\随访记录"; this.Load += new System.EventHandler(this.frmOutPatientRevisitRecord_Load); this.Controls.SetChildIndex(this.chkModifyWithoutMatk, 0); this.Controls.SetChildIndex(this.m_cmdExit, 0); this.Controls.SetChildIndex(this.m_cmdsave, 0); this.Controls.SetChildIndex(this.m_cmdOnDoc, 0); this.Controls.SetChildIndex(this.groupBox1, 0); this.Controls.SetChildIndex(this.gpbInPatientList, 0); this.Controls.SetChildIndex(this.m_txtOnDoc, 0); this.Controls.SetChildIndex(this.txtInPatientID, 0); this.Controls.SetChildIndex(this.lblDept, 0); this.Controls.SetChildIndex(this.lblAreaTitle, 0); this.Controls.SetChildIndex(this.lblAgeTitle, 0); this.Controls.SetChildIndex(this.lblNameTitle, 0); this.Controls.SetChildIndex(this.lblInHospitalNoTitle, 0); this.Controls.SetChildIndex(this.lblBedNoTitle, 0); this.Controls.SetChildIndex(this.lblAge, 0); this.Controls.SetChildIndex(this.lblSex, 0); this.Controls.SetChildIndex(this.m_txtPatientName, 0); this.Controls.SetChildIndex(this.m_txtBedNO, 0); this.Controls.SetChildIndex(this.m_cmdNewTemplate, 0); this.Controls.SetChildIndex(this.m_cmdNext, 0); this.Controls.SetChildIndex(this.m_cmdPre, 0); this.Controls.SetChildIndex(this.m_lsvInPatientID, 0); this.Controls.SetChildIndex(this.m_lsvPatientName, 0); this.Controls.SetChildIndex(this.m_lsvBedNO, 0); this.Controls.SetChildIndex(this.m_cboArea, 0); this.Controls.SetChildIndex(this.m_cboDept, 0); this.Controls.SetChildIndex(this.lblSexTitle, 0); this.Controls.SetChildIndex(this.m_lblForTitle, 0); this.Controls.SetChildIndex(this.m_cmdModifyPatientInfo, 0); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.gpbInPatientList.ResumeLayout(false); this.gpbInPatientList.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.m_nudViewMo)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(frmEquipmentType)); this.lsvEquipmentType = new System.Windows.Forms.ListView(); this.clhEquimentID = new System.Windows.Forms.ColumnHeader(); this.clhEquimentName = new System.Windows.Forms.ColumnHeader(); this.lblEquimentName = new System.Windows.Forms.Label(); this.txtEquimentName = new com.digitalwave.Utility.Controls.ctlBorderTextBox(); this.cmdAdd = new System.Windows.Forms.Button(); this.cmdDel = new System.Windows.Forms.Button(); this.lblEquipmentTypeIDText = new System.Windows.Forms.Label(); this.lblTitle = new System.Windows.Forms.Label(); this.cmdExit = new System.Windows.Forms.Button(); this.lblPYCode = new System.Windows.Forms.Label(); this.txtPYCode = new com.digitalwave.Utility.Controls.ctlBorderTextBox(); this.SuspendLayout(); // // lsvEquipmentType // this.lsvEquipmentType.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(52)), ((System.Byte)(113)), ((System.Byte)(152))); this.lsvEquipmentType.BorderStyle = System.Windows.Forms.BorderStyle.None; this.lsvEquipmentType.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.clhEquimentID, this.clhEquimentName }); this.lsvEquipmentType.ForeColor = System.Drawing.Color.White; this.lsvEquipmentType.FullRowSelect = true; this.lsvEquipmentType.GridLines = true; this.lsvEquipmentType.Location = new System.Drawing.Point(32, 72); this.lsvEquipmentType.Name = "lsvEquipmentType"; this.lsvEquipmentType.Size = new System.Drawing.Size(168, 240); this.lsvEquipmentType.TabIndex = 404; this.lsvEquipmentType.View = System.Windows.Forms.View.Details; this.lsvEquipmentType.Click += new System.EventHandler(this.lsvEquipmentType_Click); this.lsvEquipmentType.SelectedIndexChanged += new System.EventHandler(this.lsvEquipmentType_SelectedIndexChanged); // // clhEquimentID // this.clhEquimentID.Text = "编号"; this.clhEquimentID.Width = 0; // // clhEquimentName // this.clhEquimentName.Text = " 编 号 名 称"; this.clhEquimentName.Width = 150; // // lblEquimentName // this.lblEquimentName.ForeColor = System.Drawing.Color.White; this.lblEquimentName.Location = new System.Drawing.Point(232, 96); this.lblEquimentName.Name = "lblEquimentName"; this.lblEquimentName.Size = new System.Drawing.Size(100, 20); this.lblEquimentName.TabIndex = 406; this.lblEquimentName.Text = "编号名称:"; // // txtEquimentName // this.txtEquimentName.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(52)), ((System.Byte)(113)), ((System.Byte)(152))); this.txtEquimentName.BorderColor = System.Drawing.Color.White; this.txtEquimentName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtEquimentName.ForeColor = System.Drawing.SystemColors.Window; this.txtEquimentName.Location = new System.Drawing.Point(232, 128); this.txtEquimentName.Name = "txtEquimentName"; this.txtEquimentName.Size = new System.Drawing.Size(216, 26); this.txtEquimentName.TabIndex = 407; this.txtEquimentName.Text = ""; // // cmdAdd // this.cmdAdd.Cursor = System.Windows.Forms.Cursors.Hand; this.cmdAdd.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.cmdAdd.Font = new System.Drawing.Font("SimSun", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.cmdAdd.ForeColor = System.Drawing.Color.White; this.cmdAdd.Image = ((System.Drawing.Bitmap)(resources.GetObject("cmdAdd.Image"))); this.cmdAdd.Location = new System.Drawing.Point(232, 248); this.cmdAdd.Name = "cmdAdd"; this.cmdAdd.Size = new System.Drawing.Size(48, 48); this.cmdAdd.TabIndex = 408; this.cmdAdd.Click += new System.EventHandler(this.cmdAdd_Click); // // cmdDel // this.cmdDel.Cursor = System.Windows.Forms.Cursors.Hand; this.cmdDel.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.cmdDel.Font = new System.Drawing.Font("SimSun", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.cmdDel.ForeColor = System.Drawing.Color.White; this.cmdDel.Image = ((System.Drawing.Bitmap)(resources.GetObject("cmdDel.Image"))); this.cmdDel.Location = new System.Drawing.Point(312, 248); this.cmdDel.Name = "cmdDel"; this.cmdDel.Size = new System.Drawing.Size(48, 48); this.cmdDel.TabIndex = 409; this.cmdDel.Click += new System.EventHandler(this.cmdDel_Click); // // lblEquipmentTypeIDText // this.lblEquipmentTypeIDText.ForeColor = System.Drawing.Color.White; this.lblEquipmentTypeIDText.Location = new System.Drawing.Point(72, 32); this.lblEquipmentTypeIDText.Name = "lblEquipmentTypeIDText"; this.lblEquipmentTypeIDText.Size = new System.Drawing.Size(40, 23); this.lblEquipmentTypeIDText.TabIndex = 410; // // lblTitle // this.lblTitle.AutoSize = true; this.lblTitle.Font = new System.Drawing.Font("SimSun", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.lblTitle.ForeColor = System.Drawing.Color.White; this.lblTitle.Location = new System.Drawing.Point(156, 20); this.lblTitle.Name = "lblTitle"; this.lblTitle.Size = new System.Drawing.Size(242, 37); this.lblTitle.TabIndex = 411; this.lblTitle.Text = "初始化设备类型"; // // cmdExit // this.cmdExit.Cursor = System.Windows.Forms.Cursors.Hand; this.cmdExit.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.cmdExit.Font = new System.Drawing.Font("SimSun", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.cmdExit.ForeColor = System.Drawing.Color.White; this.cmdExit.Image = ((System.Drawing.Bitmap)(resources.GetObject("cmdExit.Image"))); this.cmdExit.Location = new System.Drawing.Point(396, 248); this.cmdExit.Name = "cmdExit"; this.cmdExit.Size = new System.Drawing.Size(48, 48); this.cmdExit.TabIndex = 409; this.cmdExit.Click += new System.EventHandler(this.cmdExit_Click); // // lblPYCode // this.lblPYCode.ForeColor = System.Drawing.Color.White; this.lblPYCode.Location = new System.Drawing.Point(232, 168); this.lblPYCode.Name = "lblPYCode"; this.lblPYCode.Size = new System.Drawing.Size(100, 20); this.lblPYCode.TabIndex = 406; this.lblPYCode.Text = "编号名称:"; // // txtPYCode // this.txtPYCode.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(52)), ((System.Byte)(113)), ((System.Byte)(152))); this.txtPYCode.BorderColor = System.Drawing.Color.White; this.txtPYCode.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtPYCode.ForeColor = System.Drawing.SystemColors.Window; this.txtPYCode.Location = new System.Drawing.Point(232, 200); this.txtPYCode.Name = "txtPYCode"; this.txtPYCode.Size = new System.Drawing.Size(216, 26); this.txtPYCode.TabIndex = 407; this.txtPYCode.Text = ""; // // frmEquipmentType // this.AutoScaleBaseSize = new System.Drawing.Size(8, 19); this.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(51)), ((System.Byte)(102)), ((System.Byte)(153))); this.ClientSize = new System.Drawing.Size(488, 333); this.Controls.AddRange(new System.Windows.Forms.Control[] { this.txtEquimentName, this.lblEquimentName, this.lblTitle, this.lblEquipmentTypeIDText, this.cmdDel, this.cmdAdd, this.lsvEquipmentType, this.cmdExit, this.lblPYCode, this.txtPYCode }); this.Font = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.Name = "frmEquipmentType"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "初始化设备类型"; this.Load += new System.EventHandler(this.frmEquipmentType_Load); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(frmUpdateLogin)); this.m_cmdOK = new PinkieControls.ButtonXP(); this.m_txtLoginName = new com.digitalwave.Utility.Controls.ctlBorderTextBox(); this.m_txtPSW = new com.digitalwave.Utility.Controls.ctlBorderTextBox(); this.lblLoginName = new System.Windows.Forms.Label(); this.lblPSW = new System.Windows.Forms.Label(); this.cmdCancel = new PinkieControls.ButtonXP(); this.m_lblEmployeeInfo = new System.Windows.Forms.Label(); this.lblPSWConfirm = new System.Windows.Forms.Label(); this.m_txtPSWConfirm = new com.digitalwave.Utility.Controls.ctlBorderTextBox(); this.SuspendLayout(); // // m_cmdOK // this.m_cmdOK.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200))); this.m_cmdOK.DefaultScheme = true; this.m_cmdOK.DialogResult = System.Windows.Forms.DialogResult.None; this.m_cmdOK.ForeColor = System.Drawing.Color.Black; this.m_cmdOK.Hint = ""; this.m_cmdOK.Location = new System.Drawing.Point(244, 44); this.m_cmdOK.Name = "m_cmdOK"; this.m_cmdOK.Scheme = PinkieControls.ButtonXP.Schemes.Blue; this.m_cmdOK.Size = new System.Drawing.Size(64, 32); this.m_cmdOK.TabIndex = 4; this.m_cmdOK.Text = "确定"; this.m_cmdOK.Click += new System.EventHandler(this.m_cmdOK_Click); // // m_txtLoginName // this.m_txtLoginName.BackColor = System.Drawing.Color.White; this.m_txtLoginName.BorderColor = System.Drawing.Color.White; this.m_txtLoginName.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.m_txtLoginName.ForeColor = System.Drawing.Color.Black; this.m_txtLoginName.Location = new System.Drawing.Point(120, 44); this.m_txtLoginName.MaxLength = 25; this.m_txtLoginName.Name = "m_txtLoginName"; this.m_txtLoginName.Size = new System.Drawing.Size(112, 23); this.m_txtLoginName.TabIndex = 1; this.m_txtLoginName.Text = ""; // // m_txtPSW // this.m_txtPSW.BackColor = System.Drawing.Color.White; this.m_txtPSW.BorderColor = System.Drawing.Color.White; this.m_txtPSW.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.m_txtPSW.ForeColor = System.Drawing.Color.Black; this.m_txtPSW.Location = new System.Drawing.Point(120, 77); this.m_txtPSW.Name = "m_txtPSW"; this.m_txtPSW.PasswordChar = '*'; this.m_txtPSW.Size = new System.Drawing.Size(112, 23); this.m_txtPSW.TabIndex = 2; this.m_txtPSW.Text = ""; // // lblLoginName // this.lblLoginName.AutoSize = true; this.lblLoginName.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.lblLoginName.ForeColor = System.Drawing.Color.Black; this.lblLoginName.Location = new System.Drawing.Point(36, 48); this.lblLoginName.Name = "lblLoginName"; this.lblLoginName.Size = new System.Drawing.Size(77, 19); this.lblLoginName.TabIndex = 499; this.lblLoginName.Text = "用户账号:"; this.lblLoginName.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // lblPSW // this.lblPSW.AutoSize = true; this.lblPSW.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.lblPSW.ForeColor = System.Drawing.Color.Black; this.lblPSW.Location = new System.Drawing.Point(20, 80); this.lblPSW.Name = "lblPSW"; this.lblPSW.Size = new System.Drawing.Size(92, 19); this.lblPSW.TabIndex = 498; this.lblPSW.Text = "用户新密码:"; this.lblPSW.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // cmdCancel // this.cmdCancel.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200))); this.cmdCancel.DefaultScheme = true; this.cmdCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.cmdCancel.ForeColor = System.Drawing.Color.Black; this.cmdCancel.Hint = ""; this.cmdCancel.Location = new System.Drawing.Point(244, 84); this.cmdCancel.Name = "cmdCancel"; this.cmdCancel.Scheme = PinkieControls.ButtonXP.Schemes.Blue; this.cmdCancel.Size = new System.Drawing.Size(64, 32); this.cmdCancel.TabIndex = 5; this.cmdCancel.Text = "取消"; // // m_lblEmployeeInfo // this.m_lblEmployeeInfo.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.m_lblEmployeeInfo.ForeColor = System.Drawing.Color.Black; this.m_lblEmployeeInfo.Location = new System.Drawing.Point(16, 12); this.m_lblEmployeeInfo.Name = "m_lblEmployeeInfo"; this.m_lblEmployeeInfo.Size = new System.Drawing.Size(288, 24); this.m_lblEmployeeInfo.TabIndex = 499; // // lblPSWConfirm // this.lblPSWConfirm.AutoSize = true; this.lblPSWConfirm.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.lblPSWConfirm.ForeColor = System.Drawing.Color.Black; this.lblPSWConfirm.Location = new System.Drawing.Point(20, 116); this.lblPSWConfirm.Name = "lblPSWConfirm"; this.lblPSWConfirm.Size = new System.Drawing.Size(92, 19); this.lblPSWConfirm.TabIndex = 498; this.lblPSWConfirm.Text = "新密码确认:"; this.lblPSWConfirm.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // m_txtPSWConfirm // this.m_txtPSWConfirm.BackColor = System.Drawing.Color.White; this.m_txtPSWConfirm.BorderColor = System.Drawing.Color.White; this.m_txtPSWConfirm.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.m_txtPSWConfirm.ForeColor = System.Drawing.Color.Black; this.m_txtPSWConfirm.Location = new System.Drawing.Point(120, 112); this.m_txtPSWConfirm.Name = "m_txtPSWConfirm"; this.m_txtPSWConfirm.PasswordChar = '*'; this.m_txtPSWConfirm.Size = new System.Drawing.Size(112, 23); this.m_txtPSWConfirm.TabIndex = 3; this.m_txtPSWConfirm.Text = ""; // // frmUpdateLogin // this.AcceptButton = this.m_cmdOK; this.AutoScaleBaseSize = new System.Drawing.Size(7, 16); this.BackColor = System.Drawing.SystemColors.Control; this.CancelButton = this.cmdCancel; this.ClientSize = new System.Drawing.Size(324, 149); this.Controls.Add(this.m_txtPSWConfirm); this.Controls.Add(this.m_txtLoginName); this.Controls.Add(this.m_txtPSW); this.Controls.Add(this.lblLoginName); this.Controls.Add(this.lblPSW); this.Controls.Add(this.lblPSWConfirm); this.Controls.Add(this.m_cmdOK); this.Controls.Add(this.cmdCancel); this.Controls.Add(this.m_lblEmployeeInfo); this.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.ForeColor = System.Drawing.Color.White; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "frmUpdateLogin"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "修改登录信息"; this.Load += new System.EventHandler(this.frmUpdateLogin_Load); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(frmDoctorTemplateFirstPage)); this.trvEightSystem = new System.Windows.Forms.TreeView(); this.m_picEightSystem = new System.Windows.Forms.PictureBox(); this.label1 = new System.Windows.Forms.Label(); this.m_lblTempICD = new System.Windows.Forms.Label(); this.m_lblTempID = new System.Windows.Forms.Label(); this.m_txtTempName = new com.digitalwave.Utility.Controls.ctlBorderTextBox(); this.m_chkEditable = new System.Windows.Forms.CheckBox(); this.m_gpbAvailableIn = new System.Windows.Forms.GroupBox(); this.m_rdbDepartment = new System.Windows.Forms.RadioButton(); this.m_rdbPublic = new System.Windows.Forms.RadioButton(); this.m_lstDepartment = new System.Windows.Forms.CheckedListBox(); this.m_rdbPrivate = new System.Windows.Forms.RadioButton(); this.lblTempIDTitle = new System.Windows.Forms.Label(); this.lblTempName = new System.Windows.Forms.Label(); this.lblTempICDTitle = new System.Windows.Forms.Label(); this.m_lblItem1 = new System.Windows.Forms.Label(); this.m_lblItem2 = new System.Windows.Forms.Label(); this.m_lblItem4 = new System.Windows.Forms.Label(); this.m_lblItem3 = new System.Windows.Forms.Label(); this.m_lblItem6 = new System.Windows.Forms.Label(); this.m_lblItem7 = new System.Windows.Forms.Label(); this.m_lblItem8 = new System.Windows.Forms.Label(); this.m_lblItem5 = new System.Windows.Forms.Label(); this.m_lblItem11 = new System.Windows.Forms.Label(); this.m_lblItem12 = new System.Windows.Forms.Label(); this.m_lblItem9 = new System.Windows.Forms.Label(); this.m_lblItem13 = new System.Windows.Forms.Label(); this.m_lblItem10 = new System.Windows.Forms.Label(); this.m_lblItem14 = new System.Windows.Forms.Label(); this.m_lblItem15 = new System.Windows.Forms.Label(); this.m_lblItem16 = new System.Windows.Forms.Label(); this.m_lblItem17 = new System.Windows.Forms.Label(); this.m_lblItem18 = new System.Windows.Forms.Label(); this.m_lblItem19 = new System.Windows.Forms.Label(); this.ctmEightSystem = new System.Windows.Forms.ContextMenu(); this.menuItem1 = new System.Windows.Forms.MenuItem(); this.menuItem2 = new System.Windows.Forms.MenuItem(); this.menuItem3 = new System.Windows.Forms.MenuItem(); this.menuItem4 = new System.Windows.Forms.MenuItem(); this.menuItem5 = new System.Windows.Forms.MenuItem(); this.m_gpbAvailableIn.SuspendLayout(); this.SuspendLayout(); // // trvEightSystem // this.trvEightSystem.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(51)), ((System.Byte)(102)), ((System.Byte)(153))); this.trvEightSystem.BorderStyle = System.Windows.Forms.BorderStyle.None; this.trvEightSystem.Font = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.trvEightSystem.ForeColor = System.Drawing.SystemColors.Window; this.trvEightSystem.ImageIndex = -1; this.trvEightSystem.ItemHeight = 18; this.trvEightSystem.Location = new System.Drawing.Point(4, 60); this.trvEightSystem.Name = "trvEightSystem"; this.trvEightSystem.SelectedImageIndex = -1; this.trvEightSystem.ShowRootLines = false; this.trvEightSystem.Size = new System.Drawing.Size(232, 608); this.trvEightSystem.TabIndex = 511; this.trvEightSystem.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.trvEightSystem_AfterSelect); // // m_picEightSystem // this.m_picEightSystem.Location = new System.Drawing.Point(240, 200); this.m_picEightSystem.Name = "m_picEightSystem"; this.m_picEightSystem.Size = new System.Drawing.Size(460, 468); this.m_picEightSystem.TabIndex = 512; this.m_picEightSystem.TabStop = false; this.m_picEightSystem.Paint += new System.Windows.Forms.PaintEventHandler(this.m_picEightSystem_Paint); // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("SimSun", 26.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.label1.Location = new System.Drawing.Point(268, 12); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(427, 40); this.label1.TabIndex = 513; this.label1.Text = "医生模板---八大系统分类"; // // m_lblTempICD // this.m_lblTempICD.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(51)), ((System.Byte)(102)), ((System.Byte)(153))); this.m_lblTempICD.Font = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.m_lblTempICD.ForeColor = System.Drawing.SystemColors.Window; this.m_lblTempICD.Location = new System.Drawing.Point(332, 112); this.m_lblTempICD.Name = "m_lblTempICD"; this.m_lblTempICD.Size = new System.Drawing.Size(328, 20); this.m_lblTempICD.TabIndex = 516; // // m_lblTempID // this.m_lblTempID.Location = new System.Drawing.Point(332, 72); this.m_lblTempID.Name = "m_lblTempID"; this.m_lblTempID.Size = new System.Drawing.Size(88, 19); this.m_lblTempID.TabIndex = 514; // // m_txtTempName // this.m_txtTempName.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(52)), ((System.Byte)(113)), ((System.Byte)(152))); this.m_txtTempName.BorderColor = System.Drawing.Color.White; this.m_txtTempName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.m_txtTempName.ForeColor = System.Drawing.Color.White; this.m_txtTempName.Location = new System.Drawing.Point(512, 68); this.m_txtTempName.Name = "m_txtTempName"; this.m_txtTempName.Size = new System.Drawing.Size(148, 26); this.m_txtTempName.TabIndex = 515; this.m_txtTempName.Text = ""; // // m_chkEditable // this.m_chkEditable.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.m_chkEditable.Location = new System.Drawing.Point(244, 152); this.m_chkEditable.Name = "m_chkEditable"; this.m_chkEditable.Size = new System.Drawing.Size(228, 32); this.m_chkEditable.TabIndex = 517; this.m_chkEditable.Text = "可否供他人修改(\"√\" 可)"; // // m_gpbAvailableIn // this.m_gpbAvailableIn.Controls.AddRange(new System.Windows.Forms.Control[] { this.m_rdbDepartment, this.m_rdbPublic, this.m_lstDepartment, this.m_rdbPrivate }); this.m_gpbAvailableIn.Location = new System.Drawing.Point(672, 72); this.m_gpbAvailableIn.Name = "m_gpbAvailableIn"; this.m_gpbAvailableIn.Size = new System.Drawing.Size(344, 116); this.m_gpbAvailableIn.TabIndex = 518; this.m_gpbAvailableIn.TabStop = false; this.m_gpbAvailableIn.Text = "适用范围"; // // m_rdbDepartment // this.m_rdbDepartment.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.m_rdbDepartment.Location = new System.Drawing.Point(12, 84); this.m_rdbDepartment.Name = "m_rdbDepartment"; this.m_rdbDepartment.Size = new System.Drawing.Size(92, 22); this.m_rdbDepartment.TabIndex = 100; this.m_rdbDepartment.Text = "科室使用"; // // m_rdbPublic // this.m_rdbPublic.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.m_rdbPublic.Location = new System.Drawing.Point(12, 52); this.m_rdbPublic.Name = "m_rdbPublic"; this.m_rdbPublic.Size = new System.Drawing.Size(56, 26); this.m_rdbPublic.TabIndex = 95; this.m_rdbPublic.Text = "公用"; // // m_lstDepartment // this.m_lstDepartment.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(52)), ((System.Byte)(113)), ((System.Byte)(152))); this.m_lstDepartment.BorderStyle = System.Windows.Forms.BorderStyle.None; this.m_lstDepartment.CheckOnClick = true; this.m_lstDepartment.ForeColor = System.Drawing.Color.White; this.m_lstDepartment.Location = new System.Drawing.Point(112, 28); this.m_lstDepartment.Name = "m_lstDepartment"; this.m_lstDepartment.Size = new System.Drawing.Size(224, 84); this.m_lstDepartment.TabIndex = 105; // // m_rdbPrivate // this.m_rdbPrivate.Checked = true; this.m_rdbPrivate.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.m_rdbPrivate.Location = new System.Drawing.Point(12, 24); this.m_rdbPrivate.Name = "m_rdbPrivate"; this.m_rdbPrivate.Size = new System.Drawing.Size(56, 24); this.m_rdbPrivate.TabIndex = 90; this.m_rdbPrivate.TabStop = true; this.m_rdbPrivate.Text = "自用"; // // lblTempIDTitle // this.lblTempIDTitle.AutoSize = true; this.lblTempIDTitle.Location = new System.Drawing.Point(244, 72); this.lblTempIDTitle.Name = "lblTempIDTitle"; this.lblTempIDTitle.Size = new System.Drawing.Size(88, 19); this.lblTempIDTitle.TabIndex = 519; this.lblTempIDTitle.Text = "模板编号:"; // // lblTempName // this.lblTempName.AutoSize = true; this.lblTempName.Location = new System.Drawing.Point(424, 72); this.lblTempName.Name = "lblTempName"; this.lblTempName.Size = new System.Drawing.Size(88, 19); this.lblTempName.TabIndex = 520; this.lblTempName.Text = "模板名称:"; // // lblTempICDTitle // this.lblTempICDTitle.AutoSize = true; this.lblTempICDTitle.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(51)), ((System.Byte)(102)), ((System.Byte)(153))); this.lblTempICDTitle.Font = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.lblTempICDTitle.ForeColor = System.Drawing.SystemColors.Window; this.lblTempICDTitle.Location = new System.Drawing.Point(244, 112); this.lblTempICDTitle.Name = "lblTempICDTitle"; this.lblTempICDTitle.Size = new System.Drawing.Size(88, 19); this.lblTempICDTitle.TabIndex = 521; this.lblTempICDTitle.Text = "所属类别:"; // // m_lblItem1 // this.m_lblItem1.ContextMenu = this.ctmEightSystem; this.m_lblItem1.ForeColor = System.Drawing.Color.White; this.m_lblItem1.Location = new System.Drawing.Point(584, 200); this.m_lblItem1.Name = "m_lblItem1"; this.m_lblItem1.Size = new System.Drawing.Size(112, 20); this.m_lblItem1.TabIndex = 522; this.m_lblItem1.Text = "1"; // // m_lblItem2 // this.m_lblItem2.ContextMenu = this.ctmEightSystem; this.m_lblItem2.ForeColor = System.Drawing.Color.White; this.m_lblItem2.Location = new System.Drawing.Point(584, 224); this.m_lblItem2.Name = "m_lblItem2"; this.m_lblItem2.Size = new System.Drawing.Size(112, 20); this.m_lblItem2.TabIndex = 522; this.m_lblItem2.Text = "2"; // // m_lblItem4 // this.m_lblItem4.ContextMenu = this.ctmEightSystem; this.m_lblItem4.ForeColor = System.Drawing.Color.White; this.m_lblItem4.Location = new System.Drawing.Point(584, 272); this.m_lblItem4.Name = "m_lblItem4"; this.m_lblItem4.Size = new System.Drawing.Size(112, 20); this.m_lblItem4.TabIndex = 522; this.m_lblItem4.Text = "4"; // // m_lblItem3 // this.m_lblItem3.ContextMenu = this.ctmEightSystem; this.m_lblItem3.ForeColor = System.Drawing.Color.White; this.m_lblItem3.Location = new System.Drawing.Point(584, 248); this.m_lblItem3.Name = "m_lblItem3"; this.m_lblItem3.Size = new System.Drawing.Size(112, 20); this.m_lblItem3.TabIndex = 522; this.m_lblItem3.Text = "3"; // // m_lblItem6 // this.m_lblItem6.ContextMenu = this.ctmEightSystem; this.m_lblItem6.ForeColor = System.Drawing.Color.White; this.m_lblItem6.Location = new System.Drawing.Point(584, 320); this.m_lblItem6.Name = "m_lblItem6"; this.m_lblItem6.Size = new System.Drawing.Size(112, 20); this.m_lblItem6.TabIndex = 522; this.m_lblItem6.Text = "6"; this.m_lblItem6.Click += new System.EventHandler(this.m_lblItem6_Click); // // m_lblItem7 // this.m_lblItem7.ContextMenu = this.ctmEightSystem; this.m_lblItem7.ForeColor = System.Drawing.Color.White; this.m_lblItem7.Location = new System.Drawing.Point(584, 344); this.m_lblItem7.Name = "m_lblItem7"; this.m_lblItem7.Size = new System.Drawing.Size(112, 20); this.m_lblItem7.TabIndex = 522; this.m_lblItem7.Text = "7"; // // m_lblItem8 // this.m_lblItem8.ContextMenu = this.ctmEightSystem; this.m_lblItem8.ForeColor = System.Drawing.Color.White; this.m_lblItem8.Location = new System.Drawing.Point(584, 368); this.m_lblItem8.Name = "m_lblItem8"; this.m_lblItem8.Size = new System.Drawing.Size(112, 20); this.m_lblItem8.TabIndex = 522; this.m_lblItem8.Text = "8"; // // m_lblItem5 // this.m_lblItem5.ContextMenu = this.ctmEightSystem; this.m_lblItem5.ForeColor = System.Drawing.Color.White; this.m_lblItem5.Location = new System.Drawing.Point(584, 296); this.m_lblItem5.Name = "m_lblItem5"; this.m_lblItem5.Size = new System.Drawing.Size(112, 20); this.m_lblItem5.TabIndex = 522; this.m_lblItem5.Text = "5"; this.m_lblItem5.Click += new System.EventHandler(this.m_lblItem5_Click); // // m_lblItem11 // this.m_lblItem11.ContextMenu = this.ctmEightSystem; this.m_lblItem11.ForeColor = System.Drawing.Color.White; this.m_lblItem11.Location = new System.Drawing.Point(584, 440); this.m_lblItem11.Name = "m_lblItem11"; this.m_lblItem11.Size = new System.Drawing.Size(112, 20); this.m_lblItem11.TabIndex = 522; this.m_lblItem11.Text = "11"; // // m_lblItem12 // this.m_lblItem12.ContextMenu = this.ctmEightSystem; this.m_lblItem12.ForeColor = System.Drawing.Color.White; this.m_lblItem12.Location = new System.Drawing.Point(584, 464); this.m_lblItem12.Name = "m_lblItem12"; this.m_lblItem12.Size = new System.Drawing.Size(112, 20); this.m_lblItem12.TabIndex = 522; this.m_lblItem12.Text = "12"; // // m_lblItem9 // this.m_lblItem9.ContextMenu = this.ctmEightSystem; this.m_lblItem9.ForeColor = System.Drawing.Color.White; this.m_lblItem9.Location = new System.Drawing.Point(584, 392); this.m_lblItem9.Name = "m_lblItem9"; this.m_lblItem9.Size = new System.Drawing.Size(112, 20); this.m_lblItem9.TabIndex = 522; this.m_lblItem9.Text = "9"; // // m_lblItem13 // this.m_lblItem13.ContextMenu = this.ctmEightSystem; this.m_lblItem13.ForeColor = System.Drawing.Color.White; this.m_lblItem13.Location = new System.Drawing.Point(584, 488); this.m_lblItem13.Name = "m_lblItem13"; this.m_lblItem13.Size = new System.Drawing.Size(112, 20); this.m_lblItem13.TabIndex = 522; this.m_lblItem13.Text = "13"; // // m_lblItem10 // this.m_lblItem10.ContextMenu = this.ctmEightSystem; this.m_lblItem10.ForeColor = System.Drawing.Color.White; this.m_lblItem10.Location = new System.Drawing.Point(584, 416); this.m_lblItem10.Name = "m_lblItem10"; this.m_lblItem10.Size = new System.Drawing.Size(112, 20); this.m_lblItem10.TabIndex = 522; this.m_lblItem10.Text = "10"; // // m_lblItem14 // this.m_lblItem14.ContextMenu = this.ctmEightSystem; this.m_lblItem14.ForeColor = System.Drawing.Color.White; this.m_lblItem14.Location = new System.Drawing.Point(584, 512); this.m_lblItem14.Name = "m_lblItem14"; this.m_lblItem14.Size = new System.Drawing.Size(112, 20); this.m_lblItem14.TabIndex = 522; this.m_lblItem14.Text = "14"; // // m_lblItem15 // this.m_lblItem15.ContextMenu = this.ctmEightSystem; this.m_lblItem15.ForeColor = System.Drawing.Color.White; this.m_lblItem15.Location = new System.Drawing.Point(584, 536); this.m_lblItem15.Name = "m_lblItem15"; this.m_lblItem15.Size = new System.Drawing.Size(112, 20); this.m_lblItem15.TabIndex = 522; this.m_lblItem15.Text = "15"; // // m_lblItem16 // this.m_lblItem16.ContextMenu = this.ctmEightSystem; this.m_lblItem16.ForeColor = System.Drawing.Color.White; this.m_lblItem16.Location = new System.Drawing.Point(584, 560); this.m_lblItem16.Name = "m_lblItem16"; this.m_lblItem16.Size = new System.Drawing.Size(112, 20); this.m_lblItem16.TabIndex = 522; this.m_lblItem16.Text = "16"; // // m_lblItem17 // this.m_lblItem17.ContextMenu = this.ctmEightSystem; this.m_lblItem17.ForeColor = System.Drawing.Color.White; this.m_lblItem17.Location = new System.Drawing.Point(584, 584); this.m_lblItem17.Name = "m_lblItem17"; this.m_lblItem17.Size = new System.Drawing.Size(112, 20); this.m_lblItem17.TabIndex = 522; this.m_lblItem17.Text = "17"; // // m_lblItem18 // this.m_lblItem18.ContextMenu = this.ctmEightSystem; this.m_lblItem18.ForeColor = System.Drawing.Color.White; this.m_lblItem18.Location = new System.Drawing.Point(584, 608); this.m_lblItem18.Name = "m_lblItem18"; this.m_lblItem18.Size = new System.Drawing.Size(112, 20); this.m_lblItem18.TabIndex = 522; this.m_lblItem18.Text = "18"; // // m_lblItem19 // this.m_lblItem19.ContextMenu = this.ctmEightSystem; this.m_lblItem19.ForeColor = System.Drawing.Color.White; this.m_lblItem19.Location = new System.Drawing.Point(584, 632); this.m_lblItem19.Name = "m_lblItem19"; this.m_lblItem19.Size = new System.Drawing.Size(112, 20); this.m_lblItem19.TabIndex = 522; this.m_lblItem19.Text = "19"; // // ctmEightSystem // this.ctmEightSystem.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] { this.menuItem1, this.menuItem2, this.menuItem4, this.menuItem3, this.menuItem5 }); // // menuItem1 // this.menuItem1.Index = 0; this.menuItem1.Text = "疾 病"; // // menuItem2 // this.menuItem2.Index = 1; this.menuItem2.Text = "体 征"; // // menuItem3 // this.menuItem3.Index = 3; this.menuItem3.Text = "实验室检查"; // // menuItem4 // this.menuItem4.Index = 2; this.menuItem4.Text = "主要症状"; // // menuItem5 // this.menuItem5.Index = 4; this.menuItem5.Text = "特殊检查"; // // frmDoctorTemplateFirstPage // this.AutoScaleBaseSize = new System.Drawing.Size(8, 19); this.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(51)), ((System.Byte)(102)), ((System.Byte)(153))); this.ClientSize = new System.Drawing.Size(1028, 733); this.Controls.AddRange(new System.Windows.Forms.Control[] { this.m_lblItem18, this.m_lblItem19, this.m_lblItem17, this.m_lblItem15, this.m_lblItem16, this.m_lblItem14, this.m_lblItem11, this.m_lblItem12, this.m_lblItem9, this.m_lblItem13, this.m_lblItem10, this.m_lblItem6, this.m_lblItem7, this.m_lblItem8, this.m_lblItem5, this.m_lblItem4, this.m_lblItem3, this.m_lblItem2, this.m_lblItem1, this.m_lblTempICD, this.m_lblTempID, this.m_txtTempName, this.lblTempIDTitle, this.lblTempName, this.lblTempICDTitle, this.m_chkEditable, this.m_gpbAvailableIn, this.label1, this.m_picEightSystem, this.trvEightSystem }); this.Font = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.ForeColor = System.Drawing.Color.White; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "frmDoctorTemplateFirstPage"; this.Text = "医生模板"; this.Load += new System.EventHandler(this.frmDoctorTemplateFirstPage_Load); this.m_gpbAvailableIn.ResumeLayout(false); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(frmDeptDetailInfo)); this.m_cboCategory = new com.digitalwave.Utility.Controls.ctlComboBox(); this.m_txtDeptID = new com.digitalwave.Utility.Controls.ctlBorderTextBox(); this.m_txtDeptName = new com.digitalwave.Utility.Controls.ctlBorderTextBox(); this.lblDeptIDTitle = new System.Windows.Forms.Label(); this.lblDeptNameTitle = new System.Windows.Forms.Label(); this.lblCategoryTitle = new System.Windows.Forms.Label(); this.m_cboInPatientOrOutPatient = new com.digitalwave.Utility.Controls.ctlComboBox(); this.lblInPatientOrOutPatientTitle = new System.Windows.Forms.Label(); this.m_txtAddress = new com.digitalwave.Utility.Controls.ctlBorderTextBox(); this.lblAddressTitle = new System.Windows.Forms.Label(); this.lblPYCodeTitle = new System.Windows.Forms.Label(); this.m_txtPYCode = new com.digitalwave.Utility.Controls.ctlBorderTextBox(); this.lblShortNOTitle = new System.Windows.Forms.Label(); this.m_txtShortNO = new com.digitalwave.Utility.Controls.ctlBorderTextBox(); this.m_cmdCancel = new PinkieControls.ButtonXP(); this.buttonXP1 = new PinkieControls.ButtonXP(); this.SuspendLayout(); // // m_cboCategory // this.m_cboCategory.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(202)), ((System.Byte)(229)), ((System.Byte)(232))); this.m_cboCategory.BorderColor = System.Drawing.Color.Black; this.m_cboCategory.DropButtonBackColor = System.Drawing.SystemColors.Control; this.m_cboCategory.DropButtonCursor = System.Windows.Forms.Cursors.Hand; this.m_cboCategory.DropButtonForeColor = System.Drawing.Color.Black; this.m_cboCategory.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.m_cboCategory.flatFont = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.m_cboCategory.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.m_cboCategory.ForeColor = System.Drawing.Color.Black; this.m_cboCategory.ListBackColor = System.Drawing.Color.White; this.m_cboCategory.ListForeColor = System.Drawing.SystemColors.WindowText; this.m_cboCategory.ListSelectedBackColor = System.Drawing.SystemColors.Highlight; this.m_cboCategory.ListSelectedForeColor = System.Drawing.SystemColors.HighlightText; this.m_cboCategory.Location = new System.Drawing.Point(122, 62); this.m_cboCategory.m_BlnEnableItemEventMenu = true; this.m_cboCategory.Name = "m_cboCategory"; this.m_cboCategory.SelectedIndex = -1; this.m_cboCategory.SelectedItem = null; this.m_cboCategory.Size = new System.Drawing.Size(120, 23); this.m_cboCategory.TabIndex = 2; this.m_cboCategory.TextBackColor = System.Drawing.Color.White; this.m_cboCategory.TextForeColor = System.Drawing.Color.Black; // // m_txtDeptID // this.m_txtDeptID.BackColor = System.Drawing.Color.White; this.m_txtDeptID.BorderColor = System.Drawing.Color.White; this.m_txtDeptID.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.m_txtDeptID.ForeColor = System.Drawing.Color.Black; this.m_txtDeptID.Location = new System.Drawing.Point(122, 18); this.m_txtDeptID.Name = "m_txtDeptID"; this.m_txtDeptID.ReadOnly = true; this.m_txtDeptID.Size = new System.Drawing.Size(120, 23); this.m_txtDeptID.TabIndex = 0; this.m_txtDeptID.Text = ""; // // m_txtDeptName // this.m_txtDeptName.BackColor = System.Drawing.Color.White; this.m_txtDeptName.BorderColor = System.Drawing.Color.White; this.m_txtDeptName.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.m_txtDeptName.ForeColor = System.Drawing.Color.Black; this.m_txtDeptName.Location = new System.Drawing.Point(346, 18); this.m_txtDeptName.Name = "m_txtDeptName"; this.m_txtDeptName.Size = new System.Drawing.Size(152, 23); this.m_txtDeptName.TabIndex = 1; this.m_txtDeptName.Text = ""; // // lblDeptIDTitle // this.lblDeptIDTitle.AutoSize = true; this.lblDeptIDTitle.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.lblDeptIDTitle.Location = new System.Drawing.Point(42, 22); this.lblDeptIDTitle.Name = "lblDeptIDTitle"; this.lblDeptIDTitle.Size = new System.Drawing.Size(70, 19); this.lblDeptIDTitle.TabIndex = 6076; this.lblDeptIDTitle.Text = "科室编号:"; // // lblDeptNameTitle // this.lblDeptNameTitle.AutoSize = true; this.lblDeptNameTitle.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.lblDeptNameTitle.Location = new System.Drawing.Point(262, 22); this.lblDeptNameTitle.Name = "lblDeptNameTitle"; this.lblDeptNameTitle.Size = new System.Drawing.Size(70, 19); this.lblDeptNameTitle.TabIndex = 6075; this.lblDeptNameTitle.Text = "科室名称:"; // // lblCategoryTitle // this.lblCategoryTitle.AutoSize = true; this.lblCategoryTitle.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.lblCategoryTitle.Location = new System.Drawing.Point(42, 66); this.lblCategoryTitle.Name = "lblCategoryTitle"; this.lblCategoryTitle.Size = new System.Drawing.Size(41, 19); this.lblCategoryTitle.TabIndex = 6074; this.lblCategoryTitle.Text = "种类:"; // // m_cboInPatientOrOutPatient // this.m_cboInPatientOrOutPatient.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(202)), ((System.Byte)(229)), ((System.Byte)(232))); this.m_cboInPatientOrOutPatient.BorderColor = System.Drawing.Color.Black; this.m_cboInPatientOrOutPatient.DropButtonBackColor = System.Drawing.SystemColors.Control; this.m_cboInPatientOrOutPatient.DropButtonCursor = System.Windows.Forms.Cursors.Hand; this.m_cboInPatientOrOutPatient.DropButtonForeColor = System.Drawing.Color.Black; this.m_cboInPatientOrOutPatient.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.m_cboInPatientOrOutPatient.flatFont = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.m_cboInPatientOrOutPatient.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.m_cboInPatientOrOutPatient.ForeColor = System.Drawing.Color.Black; this.m_cboInPatientOrOutPatient.ListBackColor = System.Drawing.Color.White; this.m_cboInPatientOrOutPatient.ListForeColor = System.Drawing.SystemColors.WindowText; this.m_cboInPatientOrOutPatient.ListSelectedBackColor = System.Drawing.SystemColors.Highlight; this.m_cboInPatientOrOutPatient.ListSelectedForeColor = System.Drawing.SystemColors.HighlightText; this.m_cboInPatientOrOutPatient.Location = new System.Drawing.Point(346, 62); this.m_cboInPatientOrOutPatient.m_BlnEnableItemEventMenu = true; this.m_cboInPatientOrOutPatient.Name = "m_cboInPatientOrOutPatient"; this.m_cboInPatientOrOutPatient.SelectedIndex = -1; this.m_cboInPatientOrOutPatient.SelectedItem = null; this.m_cboInPatientOrOutPatient.Size = new System.Drawing.Size(152, 23); this.m_cboInPatientOrOutPatient.TabIndex = 3; this.m_cboInPatientOrOutPatient.TextBackColor = System.Drawing.Color.White; this.m_cboInPatientOrOutPatient.TextForeColor = System.Drawing.Color.Black; // // lblInPatientOrOutPatientTitle // this.lblInPatientOrOutPatientTitle.AutoSize = true; this.lblInPatientOrOutPatientTitle.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.lblInPatientOrOutPatientTitle.Location = new System.Drawing.Point(262, 66); this.lblInPatientOrOutPatientTitle.Name = "lblInPatientOrOutPatientTitle"; this.lblInPatientOrOutPatientTitle.Size = new System.Drawing.Size(41, 19); this.lblInPatientOrOutPatientTitle.TabIndex = 6074; this.lblInPatientOrOutPatientTitle.Text = "性质:"; // // m_txtAddress // this.m_txtAddress.BackColor = System.Drawing.Color.White; this.m_txtAddress.BorderColor = System.Drawing.Color.White; this.m_txtAddress.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.m_txtAddress.ForeColor = System.Drawing.Color.Black; this.m_txtAddress.Location = new System.Drawing.Point(122, 142); this.m_txtAddress.Name = "m_txtAddress"; this.m_txtAddress.Size = new System.Drawing.Size(376, 23); this.m_txtAddress.TabIndex = 6; this.m_txtAddress.Text = ""; // // lblAddressTitle // this.lblAddressTitle.AutoSize = true; this.lblAddressTitle.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.lblAddressTitle.Location = new System.Drawing.Point(42, 146); this.lblAddressTitle.Name = "lblAddressTitle"; this.lblAddressTitle.Size = new System.Drawing.Size(41, 19); this.lblAddressTitle.TabIndex = 6075; this.lblAddressTitle.Text = "地址:"; // // lblPYCodeTitle // this.lblPYCodeTitle.AutoSize = true; this.lblPYCodeTitle.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.lblPYCodeTitle.Location = new System.Drawing.Point(42, 106); this.lblPYCodeTitle.Name = "lblPYCodeTitle"; this.lblPYCodeTitle.Size = new System.Drawing.Size(56, 19); this.lblPYCodeTitle.TabIndex = 6076; this.lblPYCodeTitle.Text = "拼音码:"; // // m_txtPYCode // this.m_txtPYCode.BackColor = System.Drawing.Color.White; this.m_txtPYCode.BorderColor = System.Drawing.Color.White; this.m_txtPYCode.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.m_txtPYCode.ForeColor = System.Drawing.Color.Black; this.m_txtPYCode.Location = new System.Drawing.Point(122, 102); this.m_txtPYCode.Name = "m_txtPYCode"; this.m_txtPYCode.Size = new System.Drawing.Size(120, 23); this.m_txtPYCode.TabIndex = 4; this.m_txtPYCode.Text = ""; // // lblShortNOTitle // this.lblShortNOTitle.AutoSize = true; this.lblShortNOTitle.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.lblShortNOTitle.Location = new System.Drawing.Point(262, 106); this.lblShortNOTitle.Name = "lblShortNOTitle"; this.lblShortNOTitle.Size = new System.Drawing.Size(41, 19); this.lblShortNOTitle.TabIndex = 6076; this.lblShortNOTitle.Text = "短称:"; // // m_txtShortNO // this.m_txtShortNO.BackColor = System.Drawing.Color.White; this.m_txtShortNO.BorderColor = System.Drawing.Color.White; this.m_txtShortNO.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.m_txtShortNO.ForeColor = System.Drawing.Color.Black; this.m_txtShortNO.Location = new System.Drawing.Point(346, 102); this.m_txtShortNO.Name = "m_txtShortNO"; this.m_txtShortNO.Size = new System.Drawing.Size(152, 23); this.m_txtShortNO.TabIndex = 5; this.m_txtShortNO.Text = ""; // // m_cmdCancel // this.m_cmdCancel.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200))); this.m_cmdCancel.DefaultScheme = true; this.m_cmdCancel.DialogResult = System.Windows.Forms.DialogResult.None; this.m_cmdCancel.ForeColor = System.Drawing.Color.Black; this.m_cmdCancel.Hint = ""; this.m_cmdCancel.Location = new System.Drawing.Point(156, 182); this.m_cmdCancel.Name = "m_cmdCancel"; this.m_cmdCancel.Scheme = PinkieControls.ButtonXP.Schemes.Blue; this.m_cmdCancel.Size = new System.Drawing.Size(92, 32); this.m_cmdCancel.TabIndex = 10000002; this.m_cmdCancel.Text = "确定(&O)"; this.m_cmdCancel.Click += new System.EventHandler(this.m_cmdOK_Click); // // buttonXP1 // this.buttonXP1.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200))); this.buttonXP1.DefaultScheme = true; this.buttonXP1.DialogResult = System.Windows.Forms.DialogResult.None; this.buttonXP1.ForeColor = System.Drawing.Color.Black; this.buttonXP1.Hint = ""; this.buttonXP1.Location = new System.Drawing.Point(292, 182); this.buttonXP1.Name = "buttonXP1"; this.buttonXP1.Scheme = PinkieControls.ButtonXP.Schemes.Blue; this.buttonXP1.Size = new System.Drawing.Size(92, 32); this.buttonXP1.TabIndex = 10000002; this.buttonXP1.Text = "取消(&C)"; this.buttonXP1.Click += new System.EventHandler(this.m_cmdCancel_Click); // // frmDeptDetailInfo // this.AutoScaleBaseSize = new System.Drawing.Size(7, 16); this.BackColor = System.Drawing.SystemColors.Control; this.ClientSize = new System.Drawing.Size(540, 233); this.Controls.Add(this.m_cmdCancel); this.Controls.Add(this.m_txtDeptID); this.Controls.Add(this.m_txtDeptName); this.Controls.Add(this.lblDeptIDTitle); this.Controls.Add(this.lblDeptNameTitle); this.Controls.Add(this.lblCategoryTitle); this.Controls.Add(this.lblInPatientOrOutPatientTitle); this.Controls.Add(this.m_txtAddress); this.Controls.Add(this.lblAddressTitle); this.Controls.Add(this.lblPYCodeTitle); this.Controls.Add(this.m_txtPYCode); this.Controls.Add(this.lblShortNOTitle); this.Controls.Add(this.m_txtShortNO); this.Controls.Add(this.buttonXP1); this.Controls.Add(this.m_cboCategory); this.Controls.Add(this.m_cboInPatientOrOutPatient); this.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.ForeColor = System.Drawing.Color.Black; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "frmDeptDetailInfo"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "科室详细信息"; this.Load += new System.EventHandler(this.frmDeptDetailInfo_Load); this.ResumeLayout(false); }