namespace DataDictionary.UI { partial class frmDrugs { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.Windows.Forms.TreeNode treeNode6 = new System.Windows.Forms.TreeNode("麻醉药"); System.Windows.Forms.TreeNode treeNode7 = new System.Windows.Forms.TreeNode("精神I类"); System.Windows.Forms.TreeNode treeNode8 = new System.Windows.Forms.TreeNode("精神II类"); System.Windows.Forms.TreeNode treeNode9 = new System.Windows.Forms.TreeNode("普通药"); System.Windows.Forms.TreeNode treeNode10 = new System.Windows.Forms.TreeNode("血液制品"); this.toolStrip1 = new System.Windows.Forms.ToolStrip(); this.tsbAdd = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.tsbModify = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.tsbCancel = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); this.tsbSava = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator(); this.tsbExit = new System.Windows.Forms.ToolStripButton(); this.panel4 = new System.Windows.Forms.Panel(); this.txtUseDose3 = new AIMS.OremrUserControl.NumTextBox(); this.txtUseDose2 = new AIMS.OremrUserControl.NumTextBox(); this.txtDosage = new AIMS.OremrUserControl.NumTextBox(); this.txtUseDose1 = new AIMS.OremrUserControl.NumTextBox(); this.txtUseRate = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.txtUnit = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.cboZFBL = new System.Windows.Forms.ComboBox(); this.txtChannel = new System.Windows.Forms.ComboBox(); this.label15 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.cboDosageUnit = new System.Windows.Forms.ComboBox(); this.label16 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.txtComment = new System.Windows.Forms.TextBox(); this.txtStand = new System.Windows.Forms.TextBox(); this.label11 = new System.Windows.Forms.Label(); this.txtHelpCode = new System.Windows.Forms.TextBox(); this.label10 = new System.Windows.Forms.Label(); this.label12 = new System.Windows.Forms.Label(); this.cboDrugKind = new System.Windows.Forms.ComboBox(); this.chkIsValid = new System.Windows.Forms.CheckBox(); this.txtRemark = new System.Windows.Forms.TextBox(); this.txtName = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.label13 = new System.Windows.Forms.Label(); this.label14 = new System.Windows.Forms.Label(); this.panel1 = new System.Windows.Forms.Panel(); this.panel5 = new System.Windows.Forms.Panel(); this.dgv = new System.Windows.Forms.DataGridView(); this.panel3 = new System.Windows.Forms.Panel(); this.treeView1 = new System.Windows.Forms.TreeView(); this.panel2 = new System.Windows.Forms.Panel(); this.panel6 = new System.Windows.Forms.Panel(); this.Id = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Code = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.NameColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.HelpCodeColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.DrugKindColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.StandColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Dosage = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.DosageUnitColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.UseDose1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.UseDose2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.UseDose3 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.UnitColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.UseRate = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Remark = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Channel = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Comment = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ZFBL = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.IsValidColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.toolStrip1.SuspendLayout(); this.panel4.SuspendLayout(); this.panel1.SuspendLayout(); this.panel5.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgv)).BeginInit(); this.panel3.SuspendLayout(); this.panel2.SuspendLayout(); this.panel6.SuspendLayout(); this.SuspendLayout(); // // toolStrip1 // this.toolStrip1.Font = new System.Drawing.Font("微软雅黑", 10.5F); this.toolStrip1.ImageScalingSize = new System.Drawing.Size(25, 25); this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsbAdd, this.toolStripSeparator1, this.tsbModify, this.toolStripSeparator2, this.tsbCancel, this.toolStripSeparator3, this.tsbSava, this.toolStripSeparator4, this.tsbExit}); this.toolStrip1.Location = new System.Drawing.Point(0, 0); this.toolStrip1.Name = "toolStrip1"; this.toolStrip1.Size = new System.Drawing.Size(868, 49); this.toolStrip1.TabIndex = 0; this.toolStrip1.Text = "toolStrip1"; // // tsbAdd // this.tsbAdd.Font = new System.Drawing.Font("微软雅黑", 9F); this.tsbAdd.Image = global::AIMSControls.Properties.Resources.图标_新建; this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbAdd.Name = "tsbAdd"; this.tsbAdd.Size = new System.Drawing.Size(52, 46); this.tsbAdd.Text = " 增加 "; this.tsbAdd.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.tsbAdd.Click += new System.EventHandler(this.tsbAdd_Click); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(6, 49); // // tsbModify // this.tsbModify.Font = new System.Drawing.Font("微软雅黑", 9F); this.tsbModify.Image = global::AIMSControls.Properties.Resources.图标_编辑; this.tsbModify.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbModify.Name = "tsbModify"; this.tsbModify.Size = new System.Drawing.Size(52, 46); this.tsbModify.Text = " 修改 "; this.tsbModify.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.tsbModify.Click += new System.EventHandler(this.tsbModify_Click); // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; this.toolStripSeparator2.Size = new System.Drawing.Size(6, 49); // // tsbCancel // this.tsbCancel.Font = new System.Drawing.Font("微软雅黑", 9F); this.tsbCancel.Image = global::AIMSControls.Properties.Resources.图标_取消; this.tsbCancel.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbCancel.Name = "tsbCancel"; this.tsbCancel.Size = new System.Drawing.Size(52, 46); this.tsbCancel.Text = " 取消 "; this.tsbCancel.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.tsbCancel.Click += new System.EventHandler(this.tsbCancel_Click); // // toolStripSeparator3 // this.toolStripSeparator3.Name = "toolStripSeparator3"; this.toolStripSeparator3.Size = new System.Drawing.Size(6, 49); // // tsbSava // this.tsbSava.Font = new System.Drawing.Font("微软雅黑", 9F); this.tsbSava.Image = global::AIMSControls.Properties.Resources.图标_保存; this.tsbSava.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbSava.Name = "tsbSava"; this.tsbSava.Size = new System.Drawing.Size(52, 46); this.tsbSava.Text = " 保存 "; this.tsbSava.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.tsbSava.Click += new System.EventHandler(this.tsbSava_Click); // // toolStripSeparator4 // this.toolStripSeparator4.Name = "toolStripSeparator4"; this.toolStripSeparator4.Size = new System.Drawing.Size(6, 49); // // tsbExit // this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 9F); this.tsbExit.Image = global::AIMSControls.Properties.Resources.图标_关闭窗口; this.tsbExit.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbExit.Name = "tsbExit"; this.tsbExit.Size = new System.Drawing.Size(52, 46); this.tsbExit.Text = " 关闭 "; this.tsbExit.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.tsbExit.Click += new System.EventHandler(this.tsbExit_Click); // // panel4 // this.panel4.Controls.Add(this.txtUseDose3); this.panel4.Controls.Add(this.txtUseDose2); this.panel4.Controls.Add(this.txtDosage); this.panel4.Controls.Add(this.txtUseDose1); this.panel4.Controls.Add(this.txtUseRate); this.panel4.Controls.Add(this.label6); this.panel4.Controls.Add(this.label4); this.panel4.Controls.Add(this.txtUnit); this.panel4.Controls.Add(this.label2); this.panel4.Controls.Add(this.cboZFBL); this.panel4.Controls.Add(this.txtChannel); this.panel4.Controls.Add(this.label15); this.panel4.Controls.Add(this.label9); this.panel4.Controls.Add(this.label5); this.panel4.Controls.Add(this.label8); this.panel4.Controls.Add(this.cboDosageUnit); this.panel4.Controls.Add(this.label16); this.panel4.Controls.Add(this.label7); this.panel4.Controls.Add(this.label1); this.panel4.Controls.Add(this.txtComment); this.panel4.Controls.Add(this.txtStand); this.panel4.Controls.Add(this.label11); this.panel4.Controls.Add(this.txtHelpCode); this.panel4.Controls.Add(this.label10); this.panel4.Controls.Add(this.label12); this.panel4.Controls.Add(this.cboDrugKind); this.panel4.Controls.Add(this.chkIsValid); this.panel4.Controls.Add(this.txtRemark); this.panel4.Controls.Add(this.txtName); this.panel4.Controls.Add(this.label3); this.panel4.Controls.Add(this.label13); this.panel4.Controls.Add(this.label14); this.panel4.Dock = System.Windows.Forms.DockStyle.Top; this.panel4.Font = new System.Drawing.Font("宋体", 10.5F); this.panel4.Location = new System.Drawing.Point(0, 0); this.panel4.Name = "panel4"; this.panel4.Size = new System.Drawing.Size(691, 179); this.panel4.TabIndex = 0; // // txtUseDose3 // this.txtUseDose3.Location = new System.Drawing.Point(541, 100); this.txtUseDose3.Name = "txtUseDose3"; this.txtUseDose3.Size = new System.Drawing.Size(61, 23); this.txtUseDose3.TabIndex = 564; // // txtUseDose2 // this.txtUseDose2.Location = new System.Drawing.Point(396, 100); this.txtUseDose2.Name = "txtUseDose2"; this.txtUseDose2.Size = new System.Drawing.Size(57, 23); this.txtUseDose2.TabIndex = 564; // // txtDosage // this.txtDosage.Location = new System.Drawing.Point(103, 100); this.txtDosage.Name = "txtDosage"; this.txtDosage.Size = new System.Drawing.Size(59, 23); this.txtDosage.TabIndex = 564; // // txtUseDose1 // this.txtUseDose1.Location = new System.Drawing.Point(243, 102); this.txtUseDose1.Name = "txtUseDose1"; this.txtUseDose1.Size = new System.Drawing.Size(65, 23); this.txtUseDose1.TabIndex = 564; // // txtUseRate // this.txtUseRate.Location = new System.Drawing.Point(492, 129); this.txtUseRate.Name = "txtUseRate"; this.txtUseRate.Size = new System.Drawing.Size(45, 23); this.txtUseRate.TabIndex = 563; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(451, 134); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(35, 14); this.label6.TabIndex = 562; this.label6.Text = "频次"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(543, 129); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(0, 14); this.label4.TabIndex = 561; // // txtUnit // this.txtUnit.Location = new System.Drawing.Point(287, 72); this.txtUnit.Name = "txtUnit"; this.txtUnit.Size = new System.Drawing.Size(123, 23); this.txtUnit.TabIndex = 560; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(246, 77); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(35, 14); this.label2.TabIndex = 559; this.label2.Text = "单位"; // // cboZFBL // this.cboZFBL.FormattingEnabled = true; this.cboZFBL.Items.AddRange(new object[] { "", "10%", "20%", "30%", "40%", "50%", "60%", "70%", "80%", "90%", "100%"}); this.cboZFBL.Location = new System.Drawing.Point(381, 132); this.cboZFBL.Name = "cboZFBL"; this.cboZFBL.Size = new System.Drawing.Size(64, 22); this.cboZFBL.TabIndex = 558; // // txtChannel // this.txtChannel.FormattingEnabled = true; this.txtChannel.Location = new System.Drawing.Point(484, 73); this.txtChannel.Name = "txtChannel"; this.txtChannel.Size = new System.Drawing.Size(121, 22); this.txtChannel.TabIndex = 558; // // label15 // this.label15.AutoSize = true; this.label15.Location = new System.Drawing.Point(312, 134); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(63, 14); this.label15.TabIndex = 557; this.label15.Text = "自付比例"; // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(462, 105); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(70, 14); this.label9.TabIndex = 557; this.label9.Text = "常用剂量3"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(431, 77); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(35, 14); this.label5.TabIndex = 557; this.label5.Text = "途径"; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(317, 105); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(70, 14); this.label8.TabIndex = 557; this.label8.Text = "常用剂量2"; // // cboDosageUnit // this.cboDosageUnit.FormattingEnabled = true; this.cboDosageUnit.Location = new System.Drawing.Point(102, 73); this.cboDosageUnit.Name = "cboDosageUnit"; this.cboDosageUnit.Size = new System.Drawing.Size(121, 22); this.cboDosageUnit.TabIndex = 558; // // label16 // this.label16.AutoSize = true; this.label16.Location = new System.Drawing.Point(31, 105); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(63, 14); this.label16.TabIndex = 557; this.label16.Text = "最小剂量"; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(171, 107); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(63, 14); this.label7.TabIndex = 557; this.label7.Text = "常用剂量"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(31, 79); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(63, 14); this.label1.TabIndex = 557; this.label1.Text = "剂量单位"; // // txtComment // this.txtComment.Location = new System.Drawing.Point(484, 46); this.txtComment.Name = "txtComment"; this.txtComment.Size = new System.Drawing.Size(123, 23); this.txtComment.TabIndex = 554; // // txtStand // this.txtStand.Location = new System.Drawing.Point(287, 43); this.txtStand.Name = "txtStand"; this.txtStand.Size = new System.Drawing.Size(123, 23); this.txtStand.TabIndex = 554; // // label11 // this.label11.AutoSize = true; this.label11.Location = new System.Drawing.Point(246, 49); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(35, 14); this.label11.TabIndex = 553; this.label11.Text = "规格"; // // txtHelpCode // this.txtHelpCode.Location = new System.Drawing.Point(484, 15); this.txtHelpCode.Name = "txtHelpCode"; this.txtHelpCode.Size = new System.Drawing.Size(123, 23); this.txtHelpCode.TabIndex = 552; // // label10 // this.label10.AutoSize = true; this.label10.Location = new System.Drawing.Point(424, 49); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(49, 14); this.label10.TabIndex = 551; this.label10.Text = "表达式"; // // label12 // this.label12.AutoSize = true; this.label12.Location = new System.Drawing.Point(424, 24); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(49, 14); this.label12.TabIndex = 551; this.label12.Text = "助记码"; // // cboDrugKind // this.cboDrugKind.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cboDrugKind.FormattingEnabled = true; this.cboDrugKind.Items.AddRange(new object[] { "麻醉药", "精神I类", "精神II类", "普通药", "血液制品"}); this.cboDrugKind.Location = new System.Drawing.Point(102, 44); this.cboDrugKind.Name = "cboDrugKind"; this.cboDrugKind.Size = new System.Drawing.Size(121, 22); this.cboDrugKind.TabIndex = 550; // // chkIsValid // this.chkIsValid.AutoSize = true; this.chkIsValid.Location = new System.Drawing.Point(549, 134); this.chkIsValid.Name = "chkIsValid"; this.chkIsValid.Size = new System.Drawing.Size(68, 18); this.chkIsValid.TabIndex = 549; this.chkIsValid.Text = "有效性"; this.chkIsValid.UseVisualStyleBackColor = true; // // txtRemark // this.txtRemark.Location = new System.Drawing.Point(100, 129); this.txtRemark.Name = "txtRemark"; this.txtRemark.Size = new System.Drawing.Size(206, 23); this.txtRemark.TabIndex = 548; this.txtRemark.TextChanged += new System.EventHandler(this.txtName_TextChanged); // // txtName // this.txtName.Location = new System.Drawing.Point(102, 15); this.txtName.Name = "txtName"; this.txtName.Size = new System.Drawing.Size(308, 23); this.txtName.TabIndex = 548; this.txtName.TextChanged += new System.EventHandler(this.txtName_TextChanged); // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(31, 134); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(63, 14); this.label3.TabIndex = 546; this.label3.Text = "药品备注"; // // label13 // this.label13.AutoSize = true; this.label13.Location = new System.Drawing.Point(31, 51); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(63, 14); this.label13.TabIndex = 547; this.label13.Text = "药品类型"; // // label14 // this.label14.AutoSize = true; this.label14.Location = new System.Drawing.Point(31, 24); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(63, 14); this.label14.TabIndex = 546; this.label14.Text = "药品名称"; // // panel1 // this.panel1.Controls.Add(this.toolStrip1); this.panel1.Location = new System.Drawing.Point(3, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(868, 49); this.panel1.TabIndex = 3; // // panel5 // this.panel5.Controls.Add(this.dgv); this.panel5.Dock = System.Windows.Forms.DockStyle.Fill; this.panel5.Location = new System.Drawing.Point(0, 179); this.panel5.Name = "panel5"; this.panel5.Size = new System.Drawing.Size(691, 248); this.panel5.TabIndex = 1; // // dgv // this.dgv.AllowUserToAddRows = false; this.dgv.BackgroundColor = System.Drawing.Color.White; this.dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgv.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.Id, this.Code, this.NameColumn, this.HelpCodeColumn, this.DrugKindColumn, this.StandColumn, this.Dosage, this.DosageUnitColumn, this.UseDose1, this.UseDose2, this.UseDose3, this.UnitColumn, this.UseRate, this.Remark, this.Channel, this.Comment, this.ZFBL, this.IsValidColumn}); this.dgv.Dock = System.Windows.Forms.DockStyle.Fill; this.dgv.Location = new System.Drawing.Point(0, 0); this.dgv.Name = "dgv"; this.dgv.RowHeadersVisible = false; this.dgv.RowTemplate.Height = 23; this.dgv.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgv.Size = new System.Drawing.Size(691, 248); this.dgv.TabIndex = 1; // // panel3 // this.panel3.Controls.Add(this.panel5); this.panel3.Controls.Add(this.panel4); this.panel3.Dock = System.Windows.Forms.DockStyle.Fill; this.panel3.Location = new System.Drawing.Point(181, 47); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(691, 427); this.panel3.TabIndex = 8; // // treeView1 // this.treeView1.Dock = System.Windows.Forms.DockStyle.Fill; this.treeView1.Font = new System.Drawing.Font("宋体", 11F); this.treeView1.Location = new System.Drawing.Point(0, 0); this.treeView1.Name = "treeView1"; treeNode6.Name = "麻醉药"; treeNode6.Text = "麻醉药"; treeNode6.ToolTipText = "麻醉药"; treeNode7.Name = "精神I类"; treeNode7.Text = "精神I类"; treeNode7.ToolTipText = "精神I类"; treeNode8.Name = "精神II类"; treeNode8.Text = "精神II类"; treeNode8.ToolTipText = "精神II类"; treeNode9.Name = "普通药"; treeNode9.Text = "普通药"; treeNode9.ToolTipText = "普通药"; treeNode10.Name = "血液制品"; treeNode10.Text = "血液制品"; treeNode10.ToolTipText = "血液制品"; this.treeView1.Nodes.AddRange(new System.Windows.Forms.TreeNode[] { treeNode6, treeNode7, treeNode8, treeNode9, treeNode10}); this.treeView1.Size = new System.Drawing.Size(181, 427); this.treeView1.TabIndex = 0; this.treeView1.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.treeView1_MouseDoubleClick); // // panel2 // this.panel2.Controls.Add(this.treeView1); this.panel2.Dock = System.Windows.Forms.DockStyle.Left; this.panel2.Location = new System.Drawing.Point(0, 47); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(181, 427); this.panel2.TabIndex = 7; // // panel6 // this.panel6.Controls.Add(this.panel1); this.panel6.Dock = System.Windows.Forms.DockStyle.Top; this.panel6.Location = new System.Drawing.Point(0, 0); this.panel6.Name = "panel6"; this.panel6.Size = new System.Drawing.Size(872, 47); this.panel6.TabIndex = 9; // // Id // this.Id.DataPropertyName = "Id"; this.Id.Frozen = true; this.Id.HeaderText = "Id"; this.Id.Name = "Id"; this.Id.ReadOnly = true; this.Id.Visible = false; // // Code // this.Code.DataPropertyName = "Code"; this.Code.HeaderText = "编码"; this.Code.Name = "Code"; this.Code.Width = 80; // // NameColumn // this.NameColumn.DataPropertyName = "Name"; this.NameColumn.HeaderText = "名称"; this.NameColumn.Name = "NameColumn"; this.NameColumn.ReadOnly = true; this.NameColumn.Width = 200; // // HelpCodeColumn // this.HelpCodeColumn.DataPropertyName = "HelpCode"; this.HelpCodeColumn.HeaderText = "助记码"; this.HelpCodeColumn.Name = "HelpCodeColumn"; this.HelpCodeColumn.ReadOnly = true; this.HelpCodeColumn.Visible = false; // // DrugKindColumn // this.DrugKindColumn.DataPropertyName = "DrugKind"; this.DrugKindColumn.HeaderText = "药品类别"; this.DrugKindColumn.Name = "DrugKindColumn"; this.DrugKindColumn.ReadOnly = true; // // StandColumn // this.StandColumn.DataPropertyName = "Stand"; this.StandColumn.HeaderText = "规格"; this.StandColumn.Name = "StandColumn"; // // Dosage // this.Dosage.DataPropertyName = "Dosage"; this.Dosage.HeaderText = "剂量"; this.Dosage.Name = "Dosage"; this.Dosage.Width = 60; // // DosageUnitColumn // this.DosageUnitColumn.DataPropertyName = "DosageUnit"; this.DosageUnitColumn.HeaderText = "剂量单位"; this.DosageUnitColumn.Name = "DosageUnitColumn"; // // UseDose1 // this.UseDose1.DataPropertyName = "UseDose1"; this.UseDose1.HeaderText = "常用剂量1"; this.UseDose1.Name = "UseDose1"; this.UseDose1.Width = 70; // // UseDose2 // this.UseDose2.DataPropertyName = "UseDose2"; this.UseDose2.HeaderText = "常用剂量2"; this.UseDose2.Name = "UseDose2"; this.UseDose2.Width = 70; // // UseDose3 // this.UseDose3.DataPropertyName = "UseDose3"; this.UseDose3.HeaderText = "常用剂量3"; this.UseDose3.Name = "UseDose3"; this.UseDose3.Width = 70; // // UnitColumn // this.UnitColumn.DataPropertyName = "Unit"; this.UnitColumn.HeaderText = "单位"; this.UnitColumn.Name = "UnitColumn"; this.UnitColumn.ReadOnly = true; this.UnitColumn.Width = 80; // // UseRate // this.UseRate.DataPropertyName = "UseRate"; this.UseRate.HeaderText = "频次"; this.UseRate.Name = "UseRate"; this.UseRate.Width = 80; // // Remark // this.Remark.DataPropertyName = "Remark"; this.Remark.HeaderText = "备注"; this.Remark.Name = "Remark"; // // Channel // this.Channel.DataPropertyName = "Channel"; this.Channel.HeaderText = "途径"; this.Channel.Name = "Channel"; // // Comment // this.Comment.HeaderText = "表达式"; this.Comment.Name = "Comment"; // // ZFBL // this.ZFBL.DataPropertyName = "ZFBL"; this.ZFBL.HeaderText = "自付比例"; this.ZFBL.Name = "ZFBL"; // // IsValidColumn // this.IsValidColumn.DataPropertyName = "IsValid"; this.IsValidColumn.HeaderText = "有效性"; this.IsValidColumn.Name = "IsValidColumn"; this.IsValidColumn.ReadOnly = true; this.IsValidColumn.Width = 75; // // frmDrugs // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(872, 474); this.ControlBox = false; this.Controls.Add(this.panel3); this.Controls.Add(this.panel2); this.Controls.Add(this.panel6); this.Name = "frmDrugs"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Load += new System.EventHandler(this.frmDrugs_Load); this.toolStrip1.ResumeLayout(false); this.toolStrip1.PerformLayout(); this.panel4.ResumeLayout(false); this.panel4.PerformLayout(); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.panel5.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dgv)).EndInit(); this.panel3.ResumeLayout(false); this.panel2.ResumeLayout(false); this.panel6.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.ToolStrip toolStrip1; private System.Windows.Forms.ToolStripButton tsbAdd; private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; private System.Windows.Forms.ToolStripButton tsbModify; private System.Windows.Forms.ToolStripSeparator toolStripSeparator2; private System.Windows.Forms.ToolStripButton tsbCancel; private System.Windows.Forms.ToolStripSeparator toolStripSeparator3; private System.Windows.Forms.ToolStripButton tsbSava; private System.Windows.Forms.ToolStripSeparator toolStripSeparator4; private System.Windows.Forms.ToolStripButton tsbExit; private System.Windows.Forms.Panel panel4; private System.Windows.Forms.TextBox txtUnit; private System.Windows.Forms.Label label2; private System.Windows.Forms.ComboBox cboDosageUnit; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox txtStand; private System.Windows.Forms.Label label11; private System.Windows.Forms.TextBox txtHelpCode; private System.Windows.Forms.Label label12; private System.Windows.Forms.ComboBox cboDrugKind; private System.Windows.Forms.CheckBox chkIsValid; private System.Windows.Forms.TextBox txtName; private System.Windows.Forms.Label label13; private System.Windows.Forms.Label label14; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Panel panel5; private System.Windows.Forms.DataGridView dgv; private System.Windows.Forms.Panel panel3; private System.Windows.Forms.TreeView treeView1; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.Panel panel6; private System.Windows.Forms.TextBox txtUseRate; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label4; private System.Windows.Forms.ComboBox txtChannel; private System.Windows.Forms.Label label5; private System.Windows.Forms.TextBox txtRemark; private System.Windows.Forms.Label label3; private AIMS.OremrUserControl.NumTextBox txtUseDose3; private AIMS.OremrUserControl.NumTextBox txtUseDose2; private AIMS.OremrUserControl.NumTextBox txtUseDose1; private System.Windows.Forms.Label label9; private System.Windows.Forms.Label label8; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label label10; private System.Windows.Forms.TextBox txtComment; private System.Windows.Forms.ComboBox cboZFBL; private System.Windows.Forms.Label label15; private AIMS.OremrUserControl.NumTextBox txtDosage; private System.Windows.Forms.Label label16; private System.Windows.Forms.DataGridViewTextBoxColumn Id; private System.Windows.Forms.DataGridViewTextBoxColumn Code; private System.Windows.Forms.DataGridViewTextBoxColumn NameColumn; private System.Windows.Forms.DataGridViewTextBoxColumn HelpCodeColumn; private System.Windows.Forms.DataGridViewTextBoxColumn DrugKindColumn; private System.Windows.Forms.DataGridViewTextBoxColumn StandColumn; private System.Windows.Forms.DataGridViewTextBoxColumn Dosage; private System.Windows.Forms.DataGridViewTextBoxColumn DosageUnitColumn; private System.Windows.Forms.DataGridViewTextBoxColumn UseDose1; private System.Windows.Forms.DataGridViewTextBoxColumn UseDose2; private System.Windows.Forms.DataGridViewTextBoxColumn UseDose3; private System.Windows.Forms.DataGridViewTextBoxColumn UnitColumn; private System.Windows.Forms.DataGridViewTextBoxColumn UseRate; private System.Windows.Forms.DataGridViewTextBoxColumn Remark; private System.Windows.Forms.DataGridViewTextBoxColumn Channel; private System.Windows.Forms.DataGridViewTextBoxColumn Comment; private System.Windows.Forms.DataGridViewTextBoxColumn ZFBL; private System.Windows.Forms.DataGridViewTextBoxColumn IsValidColumn; } }