namespace PTMedicalInsurance { partial class AddSingleDirectory { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.pnlTop = new System.Windows.Forms.Panel(); this.cbValidFlag = new System.Windows.Forms.CheckBox(); this.cbLimitFlag = new System.Windows.Forms.CheckBox(); this.cbSpecialFlag = new System.Windows.Forms.CheckBox(); this.cbUseFlag = new System.Windows.Forms.CheckBox(); this.cbxDirecType = new System.Windows.Forms.ComboBox(); this.label24 = new System.Windows.Forms.Label(); this.pnlBottom = new System.Windows.Forms.Panel(); this.btnNo = new System.Windows.Forms.Button(); this.btnYes = new System.Windows.Forms.Button(); this.lbCode = new System.Windows.Forms.Label(); this.tbCode = new System.Windows.Forms.TextBox(); this.lbName = new System.Windows.Forms.Label(); this.tbName = new System.Windows.Forms.TextBox(); this.lbLocateCode = new System.Windows.Forms.Label(); this.tbLocateCode = new System.Windows.Forms.TextBox(); this.lbDosageName = new System.Windows.Forms.Label(); this.tbDosageName = new System.Windows.Forms.TextBox(); this.lbCategory = new System.Windows.Forms.Label(); this.tbCategory = new System.Windows.Forms.TextBox(); this.lbSpecification = new System.Windows.Forms.Label(); this.tbSpecification = new System.Windows.Forms.TextBox(); this.lbEndDate = new System.Windows.Forms.Label(); this.tbEndDate = new System.Windows.Forms.TextBox(); this.lbPinyinSearchCode = new System.Windows.Forms.Label(); this.tbPinyinSearchCode = new System.Windows.Forms.TextBox(); this.lbApprovalNO = new System.Windows.Forms.Label(); this.tbApprovalNO = new System.Windows.Forms.TextBox(); this.lbVersionNO = new System.Windows.Forms.Label(); this.tbVersionNO = new System.Windows.Forms.TextBox(); this.lbVersionName = new System.Windows.Forms.Label(); this.tbVersionName = new System.Windows.Forms.TextBox(); this.lbUniqueRecordNO = new System.Windows.Forms.Label(); this.tbUniqueRecordNO = new System.Windows.Forms.TextBox(); this.lbManufacturers = new System.Windows.Forms.Label(); this.tbManufacturers = new System.Windows.Forms.TextBox(); this.lbNationalName = new System.Windows.Forms.Label(); this.tbNationalName = new System.Windows.Forms.TextBox(); this.lbNationalCode = new System.Windows.Forms.Label(); this.tbNationalCode = new System.Windows.Forms.TextBox(); this.lbChargeItemLevel = new System.Windows.Forms.Label(); this.lbLocateName = new System.Windows.Forms.Label(); this.tbLocateName = new System.Windows.Forms.TextBox(); this.lbSafetyCode = new System.Windows.Forms.Label(); this.tbSafetyCode = new System.Windows.Forms.TextBox(); this.lbDosageCode = new System.Windows.Forms.Label(); this.tbDosageCode = new System.Windows.Forms.TextBox(); this.lbUnitOfPackag = new System.Windows.Forms.Label(); this.tbUnitOfPackag = new System.Windows.Forms.TextBox(); this.lbUnitOfValuation = new System.Windows.Forms.Label(); this.tbUnitOfValuation = new System.Windows.Forms.TextBox(); this.lbStartDate = new System.Windows.Forms.Label(); this.tbStartDate = new System.Windows.Forms.TextBox(); this.pnlClient = new System.Windows.Forms.Panel(); this.cbxChargeItemLevel = new System.Windows.Forms.ComboBox(); this.tbCompany = new System.Windows.Forms.TextBox(); this.lbCompany = new System.Windows.Forms.Label(); this.tbNote = new System.Windows.Forms.TextBox(); this.lbNote = new System.Windows.Forms.Label(); this.panel2 = new System.Windows.Forms.Panel(); this.gbExceptContent = new System.Windows.Forms.GroupBox(); this.rtbExceptContent = new System.Windows.Forms.RichTextBox(); this.gbInstructions = new System.Windows.Forms.GroupBox(); this.rtbInstructions = new System.Windows.Forms.RichTextBox(); this.panel1 = new System.Windows.Forms.Panel(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.rtbLimitRange = new System.Windows.Forms.RichTextBox(); this.gbConnotation = new System.Windows.Forms.GroupBox(); this.rtbConnotation = new System.Windows.Forms.RichTextBox(); this.pnlTop.SuspendLayout(); this.pnlBottom.SuspendLayout(); this.pnlClient.SuspendLayout(); this.panel2.SuspendLayout(); this.gbExceptContent.SuspendLayout(); this.gbInstructions.SuspendLayout(); this.panel1.SuspendLayout(); this.groupBox3.SuspendLayout(); this.gbConnotation.SuspendLayout(); this.SuspendLayout(); // // pnlTop // this.pnlTop.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.pnlTop.Controls.Add(this.cbValidFlag); this.pnlTop.Controls.Add(this.cbLimitFlag); this.pnlTop.Controls.Add(this.cbSpecialFlag); this.pnlTop.Controls.Add(this.cbUseFlag); this.pnlTop.Controls.Add(this.cbxDirecType); this.pnlTop.Controls.Add(this.label24); this.pnlTop.Dock = System.Windows.Forms.DockStyle.Top; this.pnlTop.Location = new System.Drawing.Point(0, 0); this.pnlTop.Margin = new System.Windows.Forms.Padding(4); this.pnlTop.Name = "pnlTop"; this.pnlTop.Size = new System.Drawing.Size(1424, 51); this.pnlTop.TabIndex = 0; // // cbValidFlag // this.cbValidFlag.AutoSize = true; this.cbValidFlag.Checked = true; this.cbValidFlag.CheckState = System.Windows.Forms.CheckState.Checked; this.cbValidFlag.ForeColor = System.Drawing.Color.Red; this.cbValidFlag.Location = new System.Drawing.Point(789, 15); this.cbValidFlag.Name = "cbValidFlag"; this.cbValidFlag.Size = new System.Drawing.Size(86, 19); this.cbValidFlag.TabIndex = 79; this.cbValidFlag.Text = "有效标志"; this.cbValidFlag.UseVisualStyleBackColor = true; // // cbLimitFlag // this.cbLimitFlag.AutoSize = true; this.cbLimitFlag.ForeColor = System.Drawing.Color.Red; this.cbLimitFlag.Location = new System.Drawing.Point(653, 15); this.cbLimitFlag.Name = "cbLimitFlag"; this.cbLimitFlag.Size = new System.Drawing.Size(116, 19); this.cbLimitFlag.TabIndex = 78; this.cbLimitFlag.Text = "限制目录标志"; this.cbLimitFlag.UseVisualStyleBackColor = true; // // cbSpecialFlag // this.cbSpecialFlag.AutoSize = true; this.cbSpecialFlag.ForeColor = System.Drawing.Color.Red; this.cbSpecialFlag.Location = new System.Drawing.Point(505, 15); this.cbSpecialFlag.Name = "cbSpecialFlag"; this.cbSpecialFlag.Size = new System.Drawing.Size(116, 19); this.cbSpecialFlag.TabIndex = 77; this.cbSpecialFlag.Text = "特殊药品标志"; this.cbSpecialFlag.UseVisualStyleBackColor = true; // // cbUseFlag // this.cbUseFlag.AutoSize = true; this.cbUseFlag.Checked = true; this.cbUseFlag.CheckState = System.Windows.Forms.CheckState.Checked; this.cbUseFlag.ForeColor = System.Drawing.Color.Red; this.cbUseFlag.Location = new System.Drawing.Point(387, 15); this.cbUseFlag.Name = "cbUseFlag"; this.cbUseFlag.Size = new System.Drawing.Size(86, 19); this.cbUseFlag.TabIndex = 76; this.cbUseFlag.Text = "使用标志"; this.cbUseFlag.UseVisualStyleBackColor = true; // // cbxDirecType // this.cbxDirecType.FormattingEnabled = true; this.cbxDirecType.Items.AddRange(new object[] { "药品", "诊疗", "材料", "疾病诊断", "手术", "门诊慢特病种", "DRGs", "日间手术", "字典表"}); this.cbxDirecType.Location = new System.Drawing.Point(103, 13); this.cbxDirecType.Margin = new System.Windows.Forms.Padding(4); this.cbxDirecType.Name = "cbxDirecType"; this.cbxDirecType.Size = new System.Drawing.Size(228, 23); this.cbxDirecType.TabIndex = 7; // // label24 // this.label24.AutoSize = true; this.label24.Location = new System.Drawing.Point(37, 16); this.label24.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label24.Name = "label24"; this.label24.Size = new System.Drawing.Size(37, 15); this.label24.TabIndex = 6; this.label24.Text = "类型"; // // pnlBottom // this.pnlBottom.Controls.Add(this.btnNo); this.pnlBottom.Controls.Add(this.btnYes); this.pnlBottom.Dock = System.Windows.Forms.DockStyle.Bottom; this.pnlBottom.Location = new System.Drawing.Point(0, 604); this.pnlBottom.Margin = new System.Windows.Forms.Padding(4); this.pnlBottom.Name = "pnlBottom"; this.pnlBottom.Size = new System.Drawing.Size(1424, 63); this.pnlBottom.TabIndex = 2; // // btnNo // this.btnNo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnNo.Location = new System.Drawing.Point(1254, 21); this.btnNo.Margin = new System.Windows.Forms.Padding(4); this.btnNo.Name = "btnNo"; this.btnNo.Size = new System.Drawing.Size(127, 29); this.btnNo.TabIndex = 1; this.btnNo.Text = "放弃"; this.btnNo.UseVisualStyleBackColor = true; this.btnNo.Click += new System.EventHandler(this.btnNo_Click); // // btnYes // this.btnYes.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnYes.Location = new System.Drawing.Point(1099, 21); this.btnYes.Margin = new System.Windows.Forms.Padding(4); this.btnYes.Name = "btnYes"; this.btnYes.Size = new System.Drawing.Size(127, 29); this.btnYes.TabIndex = 0; this.btnYes.Text = "确定"; this.btnYes.UseVisualStyleBackColor = true; this.btnYes.Click += new System.EventHandler(this.btnYes_Click); // // lbCode // this.lbCode.AutoSize = true; this.lbCode.ForeColor = System.Drawing.Color.Red; this.lbCode.Location = new System.Drawing.Point(32, 32); this.lbCode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lbCode.Name = "lbCode"; this.lbCode.Size = new System.Drawing.Size(37, 15); this.lbCode.TabIndex = 0; this.lbCode.Text = "国码"; // // tbCode // this.tbCode.Location = new System.Drawing.Point(103, 26); this.tbCode.Margin = new System.Windows.Forms.Padding(4); this.tbCode.Name = "tbCode"; this.tbCode.Size = new System.Drawing.Size(228, 25); this.tbCode.TabIndex = 1; // // lbName // this.lbName.AutoSize = true; this.lbName.ForeColor = System.Drawing.Color.Red; this.lbName.Location = new System.Drawing.Point(354, 31); this.lbName.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lbName.Name = "lbName"; this.lbName.Size = new System.Drawing.Size(97, 15); this.lbName.TabIndex = 2; this.lbName.Text = "国码对应名称"; // // tbName // this.tbName.Location = new System.Drawing.Point(453, 26); this.tbName.Margin = new System.Windows.Forms.Padding(4); this.tbName.Name = "tbName"; this.tbName.Size = new System.Drawing.Size(225, 25); this.tbName.TabIndex = 3; // // lbLocateCode // this.lbLocateCode.AutoSize = true; this.lbLocateCode.Location = new System.Drawing.Point(700, 31); this.lbLocateCode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lbLocateCode.Name = "lbLocateCode"; this.lbLocateCode.Size = new System.Drawing.Size(37, 15); this.lbLocateCode.TabIndex = 4; this.lbLocateCode.Text = "省码"; // // tbLocateCode // this.tbLocateCode.Location = new System.Drawing.Point(797, 26); this.tbLocateCode.Margin = new System.Windows.Forms.Padding(4); this.tbLocateCode.Name = "tbLocateCode"; this.tbLocateCode.Size = new System.Drawing.Size(225, 25); this.tbLocateCode.TabIndex = 5; // // lbDosageName // this.lbDosageName.AutoSize = true; this.lbDosageName.Location = new System.Drawing.Point(700, 66); this.lbDosageName.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lbDosageName.Name = "lbDosageName"; this.lbDosageName.Size = new System.Drawing.Size(67, 15); this.lbDosageName.TabIndex = 6; this.lbDosageName.Text = "剂型名称"; // // tbDosageName // this.tbDosageName.Location = new System.Drawing.Point(797, 61); this.tbDosageName.Margin = new System.Windows.Forms.Padding(4); this.tbDosageName.Name = "tbDosageName"; this.tbDosageName.Size = new System.Drawing.Size(225, 25); this.tbDosageName.TabIndex = 7; // // lbCategory // this.lbCategory.AutoSize = true; this.lbCategory.Location = new System.Drawing.Point(1042, 61); this.lbCategory.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lbCategory.Name = "lbCategory"; this.lbCategory.Size = new System.Drawing.Size(37, 15); this.lbCategory.TabIndex = 8; this.lbCategory.Text = "类别"; // // tbCategory // this.tbCategory.Location = new System.Drawing.Point(1150, 61); this.tbCategory.Margin = new System.Windows.Forms.Padding(4); this.tbCategory.Name = "tbCategory"; this.tbCategory.Size = new System.Drawing.Size(248, 25); this.tbCategory.TabIndex = 9; // // lbSpecification // this.lbSpecification.AutoSize = true; this.lbSpecification.Location = new System.Drawing.Point(32, 102); this.lbSpecification.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lbSpecification.Name = "lbSpecification"; this.lbSpecification.Size = new System.Drawing.Size(37, 15); this.lbSpecification.TabIndex = 10; this.lbSpecification.Text = "规格"; // // tbSpecification // this.tbSpecification.Location = new System.Drawing.Point(103, 96); this.tbSpecification.Margin = new System.Windows.Forms.Padding(4); this.tbSpecification.Name = "tbSpecification"; this.tbSpecification.Size = new System.Drawing.Size(228, 25); this.tbSpecification.TabIndex = 11; // // lbEndDate // this.lbEndDate.AutoSize = true; this.lbEndDate.Location = new System.Drawing.Point(354, 137); this.lbEndDate.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lbEndDate.Name = "lbEndDate"; this.lbEndDate.Size = new System.Drawing.Size(67, 15); this.lbEndDate.TabIndex = 12; this.lbEndDate.Text = "结束日期"; // // tbEndDate // this.tbEndDate.Location = new System.Drawing.Point(453, 131); this.tbEndDate.Margin = new System.Windows.Forms.Padding(4); this.tbEndDate.Name = "tbEndDate"; this.tbEndDate.Size = new System.Drawing.Size(225, 25); this.tbEndDate.TabIndex = 13; // // lbPinyinSearchCode // this.lbPinyinSearchCode.AutoSize = true; this.lbPinyinSearchCode.Location = new System.Drawing.Point(1042, 96); this.lbPinyinSearchCode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lbPinyinSearchCode.Name = "lbPinyinSearchCode"; this.lbPinyinSearchCode.Size = new System.Drawing.Size(82, 15); this.lbPinyinSearchCode.TabIndex = 14; this.lbPinyinSearchCode.Text = "拼音助记码"; // // tbPinyinSearchCode // this.tbPinyinSearchCode.Location = new System.Drawing.Point(1150, 96); this.tbPinyinSearchCode.Margin = new System.Windows.Forms.Padding(4); this.tbPinyinSearchCode.Name = "tbPinyinSearchCode"; this.tbPinyinSearchCode.Size = new System.Drawing.Size(248, 25); this.tbPinyinSearchCode.TabIndex = 15; // // lbApprovalNO // this.lbApprovalNO.AutoSize = true; this.lbApprovalNO.ForeColor = System.Drawing.Color.Black; this.lbApprovalNO.Location = new System.Drawing.Point(700, 136); this.lbApprovalNO.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lbApprovalNO.Name = "lbApprovalNO"; this.lbApprovalNO.Size = new System.Drawing.Size(67, 15); this.lbApprovalNO.TabIndex = 26; this.lbApprovalNO.Text = "批准文号"; // // tbApprovalNO // this.tbApprovalNO.Location = new System.Drawing.Point(797, 131); this.tbApprovalNO.Margin = new System.Windows.Forms.Padding(4); this.tbApprovalNO.Name = "tbApprovalNO"; this.tbApprovalNO.Size = new System.Drawing.Size(225, 25); this.tbApprovalNO.TabIndex = 27; // // lbVersionNO // this.lbVersionNO.AutoSize = true; this.lbVersionNO.Location = new System.Drawing.Point(32, 170); this.lbVersionNO.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lbVersionNO.Name = "lbVersionNO"; this.lbVersionNO.Size = new System.Drawing.Size(52, 15); this.lbVersionNO.TabIndex = 28; this.lbVersionNO.Text = "版本号"; // // tbVersionNO // this.tbVersionNO.Location = new System.Drawing.Point(103, 166); this.tbVersionNO.Margin = new System.Windows.Forms.Padding(4); this.tbVersionNO.Name = "tbVersionNO"; this.tbVersionNO.Size = new System.Drawing.Size(228, 25); this.tbVersionNO.TabIndex = 29; // // lbVersionName // this.lbVersionName.AutoSize = true; this.lbVersionName.Location = new System.Drawing.Point(354, 171); this.lbVersionName.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lbVersionName.Name = "lbVersionName"; this.lbVersionName.Size = new System.Drawing.Size(67, 15); this.lbVersionName.TabIndex = 30; this.lbVersionName.Text = "版本名称"; // // tbVersionName // this.tbVersionName.Location = new System.Drawing.Point(453, 166); this.tbVersionName.Margin = new System.Windows.Forms.Padding(4); this.tbVersionName.Name = "tbVersionName"; this.tbVersionName.Size = new System.Drawing.Size(225, 25); this.tbVersionName.TabIndex = 31; // // lbUniqueRecordNO // this.lbUniqueRecordNO.AutoSize = true; this.lbUniqueRecordNO.Location = new System.Drawing.Point(354, 205); this.lbUniqueRecordNO.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lbUniqueRecordNO.Name = "lbUniqueRecordNO"; this.lbUniqueRecordNO.Size = new System.Drawing.Size(82, 15); this.lbUniqueRecordNO.TabIndex = 40; this.lbUniqueRecordNO.Text = "唯一记录号"; this.lbUniqueRecordNO.Click += new System.EventHandler(this.lbUniqueRecordNO_Click); // // tbUniqueRecordNO // this.tbUniqueRecordNO.Location = new System.Drawing.Point(453, 201); this.tbUniqueRecordNO.Margin = new System.Windows.Forms.Padding(4); this.tbUniqueRecordNO.Name = "tbUniqueRecordNO"; this.tbUniqueRecordNO.Size = new System.Drawing.Size(225, 25); this.tbUniqueRecordNO.TabIndex = 41; this.tbUniqueRecordNO.TextChanged += new System.EventHandler(this.tbUniqueRecordNO_TextChanged); // // lbManufacturers // this.lbManufacturers.AutoSize = true; this.lbManufacturers.Location = new System.Drawing.Point(32, 204); this.lbManufacturers.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lbManufacturers.Name = "lbManufacturers"; this.lbManufacturers.Size = new System.Drawing.Size(67, 15); this.lbManufacturers.TabIndex = 42; this.lbManufacturers.Text = "生产厂家"; // // tbManufacturers // this.tbManufacturers.Location = new System.Drawing.Point(103, 201); this.tbManufacturers.Margin = new System.Windows.Forms.Padding(4); this.tbManufacturers.Name = "tbManufacturers"; this.tbManufacturers.Size = new System.Drawing.Size(228, 25); this.tbManufacturers.TabIndex = 43; // // lbNationalName // this.lbNationalName.AutoSize = true; this.lbNationalName.Location = new System.Drawing.Point(1042, 166); this.lbNationalName.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lbNationalName.Name = "lbNationalName"; this.lbNationalName.Size = new System.Drawing.Size(97, 15); this.lbNationalName.TabIndex = 44; this.lbNationalName.Text = "国家项目编码"; // // tbNationalName // this.tbNationalName.Location = new System.Drawing.Point(1150, 164); this.tbNationalName.Margin = new System.Windows.Forms.Padding(4); this.tbNationalName.Name = "tbNationalName"; this.tbNationalName.Size = new System.Drawing.Size(248, 25); this.tbNationalName.TabIndex = 45; // // lbNationalCode // this.lbNationalCode.AutoSize = true; this.lbNationalCode.Location = new System.Drawing.Point(700, 171); this.lbNationalCode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lbNationalCode.Name = "lbNationalCode"; this.lbNationalCode.Size = new System.Drawing.Size(97, 15); this.lbNationalCode.TabIndex = 46; this.lbNationalCode.Text = "国家项目名称"; // // tbNationalCode // this.tbNationalCode.Location = new System.Drawing.Point(797, 166); this.tbNationalCode.Margin = new System.Windows.Forms.Padding(4); this.tbNationalCode.Name = "tbNationalCode"; this.tbNationalCode.Size = new System.Drawing.Size(225, 25); this.tbNationalCode.TabIndex = 47; // // lbChargeItemLevel // this.lbChargeItemLevel.AutoSize = true; this.lbChargeItemLevel.Location = new System.Drawing.Point(1042, 131); this.lbChargeItemLevel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lbChargeItemLevel.Name = "lbChargeItemLevel"; this.lbChargeItemLevel.Size = new System.Drawing.Size(97, 15); this.lbChargeItemLevel.TabIndex = 48; this.lbChargeItemLevel.Text = "收费项目等级"; // // lbLocateName // this.lbLocateName.AutoSize = true; this.lbLocateName.Location = new System.Drawing.Point(1042, 26); this.lbLocateName.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lbLocateName.Name = "lbLocateName"; this.lbLocateName.Size = new System.Drawing.Size(97, 15); this.lbLocateName.TabIndex = 60; this.lbLocateName.Text = "省码对应名称"; // // tbLocateName // this.tbLocateName.Location = new System.Drawing.Point(1150, 26); this.tbLocateName.Margin = new System.Windows.Forms.Padding(4); this.tbLocateName.Name = "tbLocateName"; this.tbLocateName.Size = new System.Drawing.Size(248, 25); this.tbLocateName.TabIndex = 61; // // lbSafetyCode // this.lbSafetyCode.AutoSize = true; this.lbSafetyCode.Location = new System.Drawing.Point(32, 68); this.lbSafetyCode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lbSafetyCode.Name = "lbSafetyCode"; this.lbSafetyCode.Size = new System.Drawing.Size(52, 15); this.lbSafetyCode.TabIndex = 62; this.lbSafetyCode.Text = "本位码"; // // tbSafetyCode // this.tbSafetyCode.Location = new System.Drawing.Point(103, 61); this.tbSafetyCode.Margin = new System.Windows.Forms.Padding(4); this.tbSafetyCode.Name = "tbSafetyCode"; this.tbSafetyCode.Size = new System.Drawing.Size(228, 25); this.tbSafetyCode.TabIndex = 63; // // lbDosageCode // this.lbDosageCode.AutoSize = true; this.lbDosageCode.Location = new System.Drawing.Point(354, 69); this.lbDosageCode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lbDosageCode.Name = "lbDosageCode"; this.lbDosageCode.Size = new System.Drawing.Size(67, 15); this.lbDosageCode.TabIndex = 64; this.lbDosageCode.Text = "剂型编码"; // // tbDosageCode // this.tbDosageCode.Location = new System.Drawing.Point(453, 61); this.tbDosageCode.Margin = new System.Windows.Forms.Padding(4); this.tbDosageCode.Name = "tbDosageCode"; this.tbDosageCode.Size = new System.Drawing.Size(225, 25); this.tbDosageCode.TabIndex = 65; // // lbUnitOfPackag // this.lbUnitOfPackag.AutoSize = true; this.lbUnitOfPackag.Location = new System.Drawing.Point(354, 103); this.lbUnitOfPackag.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lbUnitOfPackag.Name = "lbUnitOfPackag"; this.lbUnitOfPackag.Size = new System.Drawing.Size(67, 15); this.lbUnitOfPackag.TabIndex = 66; this.lbUnitOfPackag.Text = "包装单位"; // // tbUnitOfPackag // this.tbUnitOfPackag.Location = new System.Drawing.Point(453, 96); this.tbUnitOfPackag.Margin = new System.Windows.Forms.Padding(4); this.tbUnitOfPackag.Name = "tbUnitOfPackag"; this.tbUnitOfPackag.Size = new System.Drawing.Size(225, 25); this.tbUnitOfPackag.TabIndex = 67; // // lbUnitOfValuation // this.lbUnitOfValuation.AutoSize = true; this.lbUnitOfValuation.Location = new System.Drawing.Point(700, 101); this.lbUnitOfValuation.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lbUnitOfValuation.Name = "lbUnitOfValuation"; this.lbUnitOfValuation.Size = new System.Drawing.Size(67, 15); this.lbUnitOfValuation.TabIndex = 68; this.lbUnitOfValuation.Text = "计价单位"; // // tbUnitOfValuation // this.tbUnitOfValuation.Location = new System.Drawing.Point(797, 96); this.tbUnitOfValuation.Margin = new System.Windows.Forms.Padding(4); this.tbUnitOfValuation.Name = "tbUnitOfValuation"; this.tbUnitOfValuation.Size = new System.Drawing.Size(225, 25); this.tbUnitOfValuation.TabIndex = 69; // // lbStartDate // this.lbStartDate.AutoSize = true; this.lbStartDate.Location = new System.Drawing.Point(32, 136); this.lbStartDate.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lbStartDate.Name = "lbStartDate"; this.lbStartDate.Size = new System.Drawing.Size(67, 15); this.lbStartDate.TabIndex = 70; this.lbStartDate.Text = "开始日期"; // // tbStartDate // this.tbStartDate.Location = new System.Drawing.Point(103, 131); this.tbStartDate.Margin = new System.Windows.Forms.Padding(4); this.tbStartDate.Name = "tbStartDate"; this.tbStartDate.Size = new System.Drawing.Size(228, 25); this.tbStartDate.TabIndex = 71; // // pnlClient // this.pnlClient.Controls.Add(this.cbxChargeItemLevel); this.pnlClient.Controls.Add(this.tbCompany); this.pnlClient.Controls.Add(this.lbCompany); this.pnlClient.Controls.Add(this.tbNote); this.pnlClient.Controls.Add(this.lbNote); this.pnlClient.Controls.Add(this.panel2); this.pnlClient.Controls.Add(this.tbStartDate); this.pnlClient.Controls.Add(this.lbStartDate); this.pnlClient.Controls.Add(this.tbUnitOfValuation); this.pnlClient.Controls.Add(this.lbUnitOfValuation); this.pnlClient.Controls.Add(this.tbUnitOfPackag); this.pnlClient.Controls.Add(this.lbUnitOfPackag); this.pnlClient.Controls.Add(this.tbDosageCode); this.pnlClient.Controls.Add(this.lbDosageCode); this.pnlClient.Controls.Add(this.tbSafetyCode); this.pnlClient.Controls.Add(this.lbSafetyCode); this.pnlClient.Controls.Add(this.tbLocateName); this.pnlClient.Controls.Add(this.lbLocateName); this.pnlClient.Controls.Add(this.lbChargeItemLevel); this.pnlClient.Controls.Add(this.tbNationalCode); this.pnlClient.Controls.Add(this.lbNationalCode); this.pnlClient.Controls.Add(this.tbNationalName); this.pnlClient.Controls.Add(this.lbNationalName); this.pnlClient.Controls.Add(this.tbManufacturers); this.pnlClient.Controls.Add(this.lbManufacturers); this.pnlClient.Controls.Add(this.tbUniqueRecordNO); this.pnlClient.Controls.Add(this.lbUniqueRecordNO); this.pnlClient.Controls.Add(this.tbVersionName); this.pnlClient.Controls.Add(this.lbVersionName); this.pnlClient.Controls.Add(this.tbVersionNO); this.pnlClient.Controls.Add(this.lbVersionNO); this.pnlClient.Controls.Add(this.tbApprovalNO); this.pnlClient.Controls.Add(this.lbApprovalNO); this.pnlClient.Controls.Add(this.tbPinyinSearchCode); this.pnlClient.Controls.Add(this.lbPinyinSearchCode); this.pnlClient.Controls.Add(this.tbEndDate); this.pnlClient.Controls.Add(this.lbEndDate); this.pnlClient.Controls.Add(this.tbSpecification); this.pnlClient.Controls.Add(this.lbSpecification); this.pnlClient.Controls.Add(this.tbCategory); this.pnlClient.Controls.Add(this.lbCategory); this.pnlClient.Controls.Add(this.tbDosageName); this.pnlClient.Controls.Add(this.lbDosageName); this.pnlClient.Controls.Add(this.tbLocateCode); this.pnlClient.Controls.Add(this.lbLocateCode); this.pnlClient.Controls.Add(this.tbName); this.pnlClient.Controls.Add(this.lbName); this.pnlClient.Controls.Add(this.tbCode); this.pnlClient.Controls.Add(this.lbCode); this.pnlClient.Controls.Add(this.panel1); this.pnlClient.Dock = System.Windows.Forms.DockStyle.Fill; this.pnlClient.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.pnlClient.Location = new System.Drawing.Point(0, 51); this.pnlClient.Margin = new System.Windows.Forms.Padding(4); this.pnlClient.Name = "pnlClient"; this.pnlClient.Size = new System.Drawing.Size(1424, 553); this.pnlClient.TabIndex = 1; this.pnlClient.Paint += new System.Windows.Forms.PaintEventHandler(this.pnlClient_Paint); // // cbxChargeItemLevel // this.cbxChargeItemLevel.FormattingEnabled = true; this.cbxChargeItemLevel.Items.AddRange(new object[] { "甲类", "乙类", "丙类"}); this.cbxChargeItemLevel.Location = new System.Drawing.Point(1150, 131); this.cbxChargeItemLevel.Name = "cbxChargeItemLevel"; this.cbxChargeItemLevel.Size = new System.Drawing.Size(248, 23); this.cbxChargeItemLevel.TabIndex = 82; // // tbCompany // this.tbCompany.Location = new System.Drawing.Point(1150, 199); this.tbCompany.Margin = new System.Windows.Forms.Padding(4); this.tbCompany.Name = "tbCompany"; this.tbCompany.Size = new System.Drawing.Size(248, 25); this.tbCompany.TabIndex = 81; // // lbCompany // this.lbCompany.AutoSize = true; this.lbCompany.Location = new System.Drawing.Point(1043, 201); this.lbCompany.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lbCompany.Name = "lbCompany"; this.lbCompany.Size = new System.Drawing.Size(67, 15); this.lbCompany.TabIndex = 80; this.lbCompany.Text = "销售公司"; // // tbNote // this.tbNote.Location = new System.Drawing.Point(797, 201); this.tbNote.Margin = new System.Windows.Forms.Padding(4); this.tbNote.Name = "tbNote"; this.tbNote.Size = new System.Drawing.Size(225, 25); this.tbNote.TabIndex = 79; // // lbNote // this.lbNote.AutoSize = true; this.lbNote.Location = new System.Drawing.Point(700, 206); this.lbNote.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lbNote.Name = "lbNote"; this.lbNote.Size = new System.Drawing.Size(37, 15); this.lbNote.TabIndex = 78; this.lbNote.Text = "备注"; // // panel2 // this.panel2.Controls.Add(this.gbExceptContent); this.panel2.Controls.Add(this.gbInstructions); this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom; this.panel2.Location = new System.Drawing.Point(0, 293); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(1424, 125); this.panel2.TabIndex = 77; // // gbExceptContent // this.gbExceptContent.Controls.Add(this.rtbExceptContent); this.gbExceptContent.Dock = System.Windows.Forms.DockStyle.Right; this.gbExceptContent.Location = new System.Drawing.Point(752, 0); this.gbExceptContent.Name = "gbExceptContent"; this.gbExceptContent.Size = new System.Drawing.Size(672, 125); this.gbExceptContent.TabIndex = 78; this.gbExceptContent.TabStop = false; this.gbExceptContent.Text = "除外内容ExceptContent"; // // rtbExceptContent // this.rtbExceptContent.Dock = System.Windows.Forms.DockStyle.Fill; this.rtbExceptContent.Location = new System.Drawing.Point(3, 21); this.rtbExceptContent.Name = "rtbExceptContent"; this.rtbExceptContent.Size = new System.Drawing.Size(666, 101); this.rtbExceptContent.TabIndex = 0; this.rtbExceptContent.Text = ""; // // gbInstructions // this.gbInstructions.Controls.Add(this.rtbInstructions); this.gbInstructions.Dock = System.Windows.Forms.DockStyle.Fill; this.gbInstructions.Location = new System.Drawing.Point(0, 0); this.gbInstructions.Name = "gbInstructions"; this.gbInstructions.Size = new System.Drawing.Size(1424, 125); this.gbInstructions.TabIndex = 77; this.gbInstructions.TabStop = false; this.gbInstructions.Text = "说明Instructions"; // // rtbInstructions // this.rtbInstructions.Dock = System.Windows.Forms.DockStyle.Fill; this.rtbInstructions.Location = new System.Drawing.Point(3, 21); this.rtbInstructions.Name = "rtbInstructions"; this.rtbInstructions.Size = new System.Drawing.Size(1418, 101); this.rtbInstructions.TabIndex = 0; this.rtbInstructions.Text = ""; // // panel1 // this.panel1.Controls.Add(this.groupBox3); this.panel1.Controls.Add(this.gbConnotation); this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom; this.panel1.Location = new System.Drawing.Point(0, 418); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(1424, 135); this.panel1.TabIndex = 76; // // groupBox3 // this.groupBox3.Controls.Add(this.rtbLimitRange); this.groupBox3.Dock = System.Windows.Forms.DockStyle.Right; this.groupBox3.Location = new System.Drawing.Point(752, 0); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(672, 135); this.groupBox3.TabIndex = 78; this.groupBox3.TabStop = false; this.groupBox3.Text = "限制范围"; // // rtbLimitRange // this.rtbLimitRange.Dock = System.Windows.Forms.DockStyle.Fill; this.rtbLimitRange.Location = new System.Drawing.Point(3, 21); this.rtbLimitRange.Name = "rtbLimitRange"; this.rtbLimitRange.Size = new System.Drawing.Size(666, 111); this.rtbLimitRange.TabIndex = 0; this.rtbLimitRange.Text = ""; // // gbConnotation // this.gbConnotation.Controls.Add(this.rtbConnotation); this.gbConnotation.Dock = System.Windows.Forms.DockStyle.Fill; this.gbConnotation.Location = new System.Drawing.Point(0, 0); this.gbConnotation.Name = "gbConnotation"; this.gbConnotation.Size = new System.Drawing.Size(1424, 135); this.gbConnotation.TabIndex = 77; this.gbConnotation.TabStop = false; this.gbConnotation.Text = "项目内涵"; // // rtbConnotation // this.rtbConnotation.Dock = System.Windows.Forms.DockStyle.Fill; this.rtbConnotation.Location = new System.Drawing.Point(3, 21); this.rtbConnotation.Name = "rtbConnotation"; this.rtbConnotation.Size = new System.Drawing.Size(1418, 111); this.rtbConnotation.TabIndex = 0; this.rtbConnotation.Text = ""; // // AddSingleDirectory // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoValidate = System.Windows.Forms.AutoValidate.EnableAllowFocusChange; this.ClientSize = new System.Drawing.Size(1424, 667); this.Controls.Add(this.pnlClient); this.Controls.Add(this.pnlBottom); this.Controls.Add(this.pnlTop); this.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.HelpButton = true; this.Margin = new System.Windows.Forms.Padding(4); this.Name = "AddSingleDirectory"; this.Text = "单条目录维护"; this.pnlTop.ResumeLayout(false); this.pnlTop.PerformLayout(); this.pnlBottom.ResumeLayout(false); this.pnlClient.ResumeLayout(false); this.pnlClient.PerformLayout(); this.panel2.ResumeLayout(false); this.gbExceptContent.ResumeLayout(false); this.gbInstructions.ResumeLayout(false); this.panel1.ResumeLayout(false); this.groupBox3.ResumeLayout(false); this.gbConnotation.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel pnlTop; private System.Windows.Forms.Label label24; private System.Windows.Forms.Panel pnlBottom; private System.Windows.Forms.Label lbCode; private System.Windows.Forms.TextBox tbCode; private System.Windows.Forms.Label lbName; private System.Windows.Forms.TextBox tbName; private System.Windows.Forms.Label lbLocateCode; private System.Windows.Forms.TextBox tbLocateCode; private System.Windows.Forms.Label lbDosageName; private System.Windows.Forms.TextBox tbDosageName; private System.Windows.Forms.Label lbCategory; private System.Windows.Forms.TextBox tbCategory; private System.Windows.Forms.Label lbSpecification; private System.Windows.Forms.TextBox tbSpecification; private System.Windows.Forms.Label lbEndDate; private System.Windows.Forms.TextBox tbEndDate; private System.Windows.Forms.Label lbPinyinSearchCode; private System.Windows.Forms.TextBox tbPinyinSearchCode; private System.Windows.Forms.Label lbApprovalNO; private System.Windows.Forms.TextBox tbApprovalNO; private System.Windows.Forms.Label lbVersionNO; private System.Windows.Forms.TextBox tbVersionNO; private System.Windows.Forms.Label lbVersionName; private System.Windows.Forms.TextBox tbVersionName; private System.Windows.Forms.Label lbUniqueRecordNO; private System.Windows.Forms.TextBox tbUniqueRecordNO; private System.Windows.Forms.Label lbManufacturers; private System.Windows.Forms.TextBox tbManufacturers; private System.Windows.Forms.Label lbNationalName; private System.Windows.Forms.TextBox tbNationalName; private System.Windows.Forms.Label lbNationalCode; private System.Windows.Forms.TextBox tbNationalCode; private System.Windows.Forms.Label lbChargeItemLevel; private System.Windows.Forms.Label lbLocateName; private System.Windows.Forms.TextBox tbLocateName; private System.Windows.Forms.Label lbSafetyCode; private System.Windows.Forms.TextBox tbSafetyCode; private System.Windows.Forms.Label lbDosageCode; private System.Windows.Forms.TextBox tbDosageCode; private System.Windows.Forms.Label lbUnitOfPackag; private System.Windows.Forms.TextBox tbUnitOfPackag; private System.Windows.Forms.Label lbUnitOfValuation; private System.Windows.Forms.TextBox tbUnitOfValuation; private System.Windows.Forms.Label lbStartDate; private System.Windows.Forms.TextBox tbStartDate; private System.Windows.Forms.Panel pnlClient; private System.Windows.Forms.Button btnNo; private System.Windows.Forms.Button btnYes; private System.Windows.Forms.ComboBox cbxDirecType; private System.Windows.Forms.CheckBox cbLimitFlag; private System.Windows.Forms.CheckBox cbSpecialFlag; private System.Windows.Forms.CheckBox cbUseFlag; private System.Windows.Forms.CheckBox cbValidFlag; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.GroupBox gbExceptContent; private System.Windows.Forms.RichTextBox rtbExceptContent; private System.Windows.Forms.GroupBox gbInstructions; private System.Windows.Forms.RichTextBox rtbInstructions; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.GroupBox groupBox3; private System.Windows.Forms.RichTextBox rtbLimitRange; private System.Windows.Forms.GroupBox gbConnotation; private System.Windows.Forms.RichTextBox rtbConnotation; private System.Windows.Forms.TextBox tbNote; private System.Windows.Forms.Label lbNote; private System.Windows.Forms.TextBox tbCompany; private System.Windows.Forms.Label lbCompany; private System.Windows.Forms.ComboBox cbxChargeItemLevel; } }