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.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.cbCategoryCode = new System.Windows.Forms.ComboBox(); this.cbChargeItemType = new System.Windows.Forms.ComboBox(); this.label6 = new System.Windows.Forms.Label(); this.tbMinPackagingQuantity = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.tbChargeStandards = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.tbCeilingPrice = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.tbDirectoryPayPercent = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.tbSelfPercent = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); 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(1442, 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, 641); this.pnlBottom.Margin = new System.Windows.Forms.Padding(4); this.pnlBottom.Name = "pnlBottom"; this.pnlBottom.Size = new System.Drawing.Size(1442, 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(1272, 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(1117, 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(67, 15); this.lbCategory.TabIndex = 8; this.lbCategory.Text = "目录类别"; // // 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 = "唯一记录号"; // // 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; // // 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.cbCategoryCode); this.pnlClient.Controls.Add(this.cbChargeItemType); this.pnlClient.Controls.Add(this.label6); this.pnlClient.Controls.Add(this.tbMinPackagingQuantity); this.pnlClient.Controls.Add(this.label5); this.pnlClient.Controls.Add(this.tbChargeStandards); this.pnlClient.Controls.Add(this.label4); this.pnlClient.Controls.Add(this.tbCeilingPrice); this.pnlClient.Controls.Add(this.label3); this.pnlClient.Controls.Add(this.tbDirectoryPayPercent); this.pnlClient.Controls.Add(this.label2); this.pnlClient.Controls.Add(this.tbSelfPercent); this.pnlClient.Controls.Add(this.label1); 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.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(1442, 590); this.pnlClient.TabIndex = 1; this.pnlClient.Paint += new System.Windows.Forms.PaintEventHandler(this.pnlClient_Paint); // // cbCategoryCode // this.cbCategoryCode.AutoCompleteCustomSource.AddRange(new string[] { "101.西药中成药", "102.重要饮片", "103.自制剂", "104.民族药", "201.医疗服务项目", "301.医用耗材"}); this.cbCategoryCode.FormattingEnabled = true; this.cbCategoryCode.Items.AddRange(new object[] { "101.西药中成药", "102.重要饮片", "103.自制剂", "104.民族药", "201.医疗服务项目", "301.医用耗材"}); this.cbCategoryCode.Location = new System.Drawing.Point(1151, 61); this.cbCategoryCode.Name = "cbCategoryCode"; this.cbCategoryCode.Size = new System.Drawing.Size(248, 23); this.cbCategoryCode.TabIndex = 105; // // cbChargeItemType // this.cbChargeItemType.FormattingEnabled = true; this.cbChargeItemType.Items.AddRange(new object[] { "01.床位费", "0101.普通病房床位费", "0102.急诊观察床床位费", "0103.干部病房床位费", "0104.监护病房床位费", "0105.抢救病房床位费", "0106.母婴同室床位费", "0107.血液病房床位费", "0108.等级医院住院床位费加收", "0109.建床费", "0110.三人间床位费", "0111.双人间床位费", "0112.单人间床位费", "0113.特殊防护病房床位费", "02.诊察费", "0201.门(急)诊诊疗费(门诊医事服务费)", "0202.住院诊疗费(住院医事服务费)", "0203.门诊常规输液观察费", "0204.门诊急诊加收", "0205.留观费", "0206.出诊费", "03.检查费", "0300.放射检查", "0301.一般检查", "0302.透视", "0303.照像", "0304.造影", "0305.CT检查", "0306.磁共振检查", "0307.超声波检查", "0308.普通B型(黑白)超声检查", "0309.彩色多普勒超声检查", "0310.超声心动图", "0311.其它超声波检查", "0312.核医学检查", "0313.内镜检查", "0314.电生理动态心电图", "0315.检查用一次材料", "0316.特检特治", "04.化验费", "0401.临床化验费", "0402.普通化验费", "0403.特殊化验费", "0404.临床病理费", "0405.普通病理费", "0406.特殊病理费", "05.治疗费", "0501.一般治疗费", "0502.会诊费", "0503.抢救费", "0504.理疗费", "0505.康复治疗费", "0508.其它一般治疗费", "0509.高压氧治疗费", "0510.激光治疗费", "0511.血液透析治疗费", "0512.放射治疗费", "0513.介入治疗", "0514.导管治疗", "0515.射频治疗", "0516.核素治疗", "0517.口腔修复及正畸", "0518.治疗用一次性医用材料", "0519.进口贵重一次性材料", "0520.一般一次性医用材料", "06.手术费", "0601.其它手术费", "0602.心血管手术", "0603.呼吸系手术", "0604.消化系手术", "0605.骨髓肌肉手术", "0606.泌尿生殖系手术", "0607.神经内分泌手术", "0608.妇科计划生育类手术", "0609.产科手术", "0610.矫形手术", "0611.接生费", "0613.术中一次性材料费", "0614.人工器官", "0615.器官移植", "07.护理费", "0701.心脏体外循环直视术后护理费", "0702.重伤烧伤护理费", "0703.特级护理费", "0704.一级护理费", "0705.二级护理费", "0706.三级护理费", "0707.等级医院住院护理费加收", "0708.专项护理", "08.卫生材料费", "0801.材料费", "0802.内置材料", "09.西药费", "0901.甲类西药", "0902.乙类西药", "0903.其它类西药", "10.中药饮片费", "1001.复方可报", "1002.单方可报", "1003.其它类草药", "11.中成药费", "1101.甲类中成药", "1102.乙类中成药", "1103.其它类中成药", "1104.民族药", "12.一般诊疗费", "13.挂号费", "1301.普通门诊", "1302.急诊", "1303.假日门诊", "1304.特约门诊", "14.其他费", "1401.特殊材料费", "14011.血液及血液制品", "14012.单病种除外内容", "14013.单病种超标准床位费", "14014.单病种定额标准费", "1402.国产材料", "14021.集中带量", "1403.进口材料", "14031.康复项目", "1404.国谈药品", "1405.手术材料费", "1406.中草药及中医适宜技术", "1407.救护车费", "1408.MRI费", "1409.CT费", "1410.彩超费", "1411.输氧费", "1412.输血费", "1413.麻醉费", "1414.麻醉相关项目费", "1415.其他医疗费", "1416.取暖费", "1417.陪住费", "1418.婴幼儿住院材料费", "1419.空调费", "1420.尸体残肢", "1421.伙食费", "1422.住宿费", "1423.交通费", "145301.放射费", "145303.特殊治疗费", "145305.进口特殊材料", "145306.进口人工器官", "145307.国产特殊材料", "145308.国产人工器官", "145309.进口或合资材料", "145310.普通材料费", "145311.辅助器具", "145312.特殊检查费", "145314.诊疗费", "15.氧费", "16.血制品", "17.人工晶体", "18.医事服务费", "19.药品", "20.基本药物", "21.服务及设施", "22.医疗减免项目"}); this.cbChargeItemType.Location = new System.Drawing.Point(452, 275); this.cbChargeItemType.Name = "cbChargeItemType"; this.cbChargeItemType.Size = new System.Drawing.Size(228, 23); this.cbChargeItemType.TabIndex = 104; this.cbChargeItemType.TextUpdate += new System.EventHandler(this.cbChargeItemType_TextUpdate); // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(351, 276); this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(67, 15); this.label6.TabIndex = 103; this.label6.Text = "收费类别"; // // tbMinPackagingQuantity // this.tbMinPackagingQuantity.Location = new System.Drawing.Point(134, 273); this.tbMinPackagingQuantity.Margin = new System.Windows.Forms.Padding(4); this.tbMinPackagingQuantity.Name = "tbMinPackagingQuantity"; this.tbMinPackagingQuantity.Size = new System.Drawing.Size(194, 25); this.tbMinPackagingQuantity.TabIndex = 102; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(29, 276); this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(97, 15); this.label5.TabIndex = 101; this.label5.Text = "最小包装数量"; // // tbChargeStandards // this.tbChargeStandards.Location = new System.Drawing.Point(1150, 230); this.tbChargeStandards.Margin = new System.Windows.Forms.Padding(4); this.tbChargeStandards.Name = "tbChargeStandards"; this.tbChargeStandards.Size = new System.Drawing.Size(245, 25); this.tbChargeStandards.TabIndex = 100; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(1045, 237); this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(67, 15); this.label4.TabIndex = 99; this.label4.Text = "收费标准"; // // tbCeilingPrice // this.tbCeilingPrice.Location = new System.Drawing.Point(794, 237); this.tbCeilingPrice.Margin = new System.Windows.Forms.Padding(4); this.tbCeilingPrice.Name = "tbCeilingPrice"; this.tbCeilingPrice.Size = new System.Drawing.Size(228, 25); this.tbCeilingPrice.TabIndex = 98; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(700, 240); this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(67, 15); this.label3.TabIndex = 97; this.label3.Text = "最高限价"; // // tbDirectoryPayPercent // this.tbDirectoryPayPercent.Location = new System.Drawing.Point(452, 237); this.tbDirectoryPayPercent.Margin = new System.Windows.Forms.Padding(4); this.tbDirectoryPayPercent.Name = "tbDirectoryPayPercent"; this.tbDirectoryPayPercent.Size = new System.Drawing.Size(228, 25); this.tbDirectoryPayPercent.TabIndex = 96; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(351, 240); this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(97, 15); this.label2.TabIndex = 95; this.label2.Text = "目录支付比例"; // // tbSelfPercent // this.tbSelfPercent.Location = new System.Drawing.Point(100, 237); this.tbSelfPercent.Margin = new System.Windows.Forms.Padding(4); this.tbSelfPercent.Name = "tbSelfPercent"; this.tbSelfPercent.Size = new System.Drawing.Size(228, 25); this.tbSelfPercent.TabIndex = 94; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(29, 240); this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(67, 15); this.label1.TabIndex = 93; this.label1.Text = "自付比例"; // // cbxChargeItemLevel // this.cbxChargeItemLevel.FormattingEnabled = true; this.cbxChargeItemLevel.Items.AddRange(new object[] { "01.甲类", "02.乙类", "03.自费"}); 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, 330); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(1442, 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(770, 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(1442, 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(1436, 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, 455); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(1442, 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(770, 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(1442, 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(1436, 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(1442, 704); 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.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; private System.Windows.Forms.ComboBox cbCategoryCode; private System.Windows.Forms.ComboBox cbChargeItemType; private System.Windows.Forms.Label label6; private System.Windows.Forms.TextBox tbMinPackagingQuantity; private System.Windows.Forms.Label label5; private System.Windows.Forms.TextBox tbChargeStandards; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox tbCeilingPrice; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox tbDirectoryPayPercent; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox tbSelfPercent; private System.Windows.Forms.Label label1; } }