namespace DrugManagement.UI { partial class frmDosageUnit { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmDosageUnit)); this.label12 = new System.Windows.Forms.Label(); this.chkIsValid = new System.Windows.Forms.CheckBox(); this.txtName = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.dgvDosageUnit = new System.Windows.Forms.DataGridView(); this.Id = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.NameColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.UnitTypeColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.HelpCodeColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.IsValidColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.txtHelpCode = new System.Windows.Forms.TextBox(); this.panel2 = new System.Windows.Forms.Panel(); this.label2 = new System.Windows.Forms.Label(); this.cboUnitType = new System.Windows.Forms.ComboBox(); this.tsbExit = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator(); this.tsbAdd = new System.Windows.Forms.ToolStripButton(); this.tsbModify = new System.Windows.Forms.ToolStripButton(); this.toolStrip1 = new System.Windows.Forms.ToolStrip(); 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(); ((System.ComponentModel.ISupportInitialize)(this.dgvDosageUnit)).BeginInit(); this.panel2.SuspendLayout(); this.toolStrip1.SuspendLayout(); this.SuspendLayout(); // // label12 // this.label12.AutoSize = true; this.label12.Location = new System.Drawing.Point(490, 22); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(49, 14); this.label12.TabIndex = 553; this.label12.Text = "助记码"; // // chkIsValid // this.chkIsValid.AutoSize = true; this.chkIsValid.Location = new System.Drawing.Point(695, 19); this.chkIsValid.Name = "chkIsValid"; this.chkIsValid.Size = new System.Drawing.Size(68, 18); this.chkIsValid.TabIndex = 5; this.chkIsValid.Text = "有效性"; this.chkIsValid.UseVisualStyleBackColor = true; // // txtName // this.txtName.Location = new System.Drawing.Point(121, 15); this.txtName.Name = "txtName"; this.txtName.Size = new System.Drawing.Size(123, 23); this.txtName.TabIndex = 4; this.txtName.TextChanged += new System.EventHandler(this.txtName_TextChanged); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(28, 23); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(91, 14); this.label1.TabIndex = 3; this.label1.Text = "药品单位名称"; // // dgvDosageUnit // this.dgvDosageUnit.AllowUserToAddRows = false; this.dgvDosageUnit.BackgroundColor = System.Drawing.Color.White; this.dgvDosageUnit.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgvDosageUnit.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.Id, this.NameColumn, this.UnitTypeColumn, this.HelpCodeColumn, this.IsValidColumn}); this.dgvDosageUnit.Dock = System.Windows.Forms.DockStyle.Fill; this.dgvDosageUnit.Location = new System.Drawing.Point(0, 96); this.dgvDosageUnit.Name = "dgvDosageUnit"; this.dgvDosageUnit.RowHeadersVisible = false; this.dgvDosageUnit.RowTemplate.Height = 23; this.dgvDosageUnit.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgvDosageUnit.Size = new System.Drawing.Size(862, 400); this.dgvDosageUnit.TabIndex = 10; // // 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; // // NameColumn // this.NameColumn.DataPropertyName = "Name"; this.NameColumn.HeaderText = "药品单位名称"; this.NameColumn.Name = "NameColumn"; this.NameColumn.ReadOnly = true; this.NameColumn.Width = 400; // // UnitTypeColumn // this.UnitTypeColumn.DataPropertyName = "UnitType"; this.UnitTypeColumn.HeaderText = "单位剂型"; this.UnitTypeColumn.Name = "UnitTypeColumn"; this.UnitTypeColumn.ReadOnly = true; this.UnitTypeColumn.Width = 150; // // HelpCodeColumn // this.HelpCodeColumn.DataPropertyName = "HelpCode"; this.HelpCodeColumn.HeaderText = "助记码"; this.HelpCodeColumn.Name = "HelpCodeColumn"; this.HelpCodeColumn.ReadOnly = true; // // IsValidColumn // this.IsValidColumn.DataPropertyName = "IsValid"; this.IsValidColumn.HeaderText = "有效性"; this.IsValidColumn.Name = "IsValidColumn"; this.IsValidColumn.ReadOnly = true; this.IsValidColumn.Width = 75; // // txtHelpCode // this.txtHelpCode.Location = new System.Drawing.Point(545, 13); this.txtHelpCode.Name = "txtHelpCode"; this.txtHelpCode.Size = new System.Drawing.Size(123, 23); this.txtHelpCode.TabIndex = 554; // // panel2 // this.panel2.Controls.Add(this.label2); this.panel2.Controls.Add(this.cboUnitType); this.panel2.Controls.Add(this.txtHelpCode); this.panel2.Controls.Add(this.label12); this.panel2.Controls.Add(this.chkIsValid); this.panel2.Controls.Add(this.txtName); this.panel2.Controls.Add(this.label1); this.panel2.Dock = System.Windows.Forms.DockStyle.Top; this.panel2.Font = new System.Drawing.Font("宋体", 10.5F); this.panel2.Location = new System.Drawing.Point(0, 49); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(862, 47); this.panel2.TabIndex = 9; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(280, 23); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(63, 14); this.label2.TabIndex = 556; this.label2.Text = "单位类型"; // // cboUnitType // this.cboUnitType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cboUnitType.FormattingEnabled = true; this.cboUnitType.Items.AddRange(new object[] { "剂量单位", "包装单位"}); this.cboUnitType.Location = new System.Drawing.Point(348, 16); this.cboUnitType.Name = "cboUnitType"; this.cboUnitType.Size = new System.Drawing.Size(121, 22); this.cboUnitType.TabIndex = 555; // // tsbExit // this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 9F); this.tsbExit.Image = global::AIMS.UI.Properties.Resources.图标_关闭当前页; this.tsbExit.ImageTransparentColor = System.Drawing.Color.Transparent; 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); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(6, 49); // // toolStripSeparator4 // this.toolStripSeparator4.Name = "toolStripSeparator4"; this.toolStripSeparator4.Size = new System.Drawing.Size(6, 49); // // tsbAdd // this.tsbAdd.Font = new System.Drawing.Font("微软雅黑", 9F); this.tsbAdd.Image = global::AIMS.UI.Properties.Resources.图标_手术申请; this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Transparent; 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); // // tsbModify // this.tsbModify.Font = new System.Drawing.Font("微软雅黑", 9F); this.tsbModify.Image = global::AIMS.UI.Properties.Resources.图标_申请修改; this.tsbModify.ImageTransparentColor = System.Drawing.Color.Transparent; 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); // // 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(862, 49); this.toolStrip1.TabIndex = 8; this.toolStrip1.Text = "toolStrip1"; // // 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::AIMS.UI.Properties.Resources.图标_取消; this.tsbCancel.ImageTransparentColor = System.Drawing.Color.Transparent; 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::AIMS.UI.Properties.Resources.图标_保存; this.tsbSava.ImageTransparentColor = System.Drawing.Color.Transparent; 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); // // frmDosageUnit // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(862, 496); this.ControlBox = false; this.Controls.Add(this.dgvDosageUnit); this.Controls.Add(this.panel2); this.Controls.Add(this.toolStrip1); this.Name = "frmDosageUnit"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Load += new System.EventHandler(this.frmDosageUnit_Load); ((System.ComponentModel.ISupportInitialize)(this.dgvDosageUnit)).EndInit(); this.panel2.ResumeLayout(false); this.panel2.PerformLayout(); this.toolStrip1.ResumeLayout(false); this.toolStrip1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label12; private System.Windows.Forms.CheckBox chkIsValid; private System.Windows.Forms.TextBox txtName; private System.Windows.Forms.Label label1; private System.Windows.Forms.DataGridView dgvDosageUnit; private System.Windows.Forms.TextBox txtHelpCode; private System.Windows.Forms.Panel panel2; public System.Windows.Forms.ToolStripButton tsbExit; private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; private System.Windows.Forms.ToolStripSeparator toolStripSeparator4; private System.Windows.Forms.ToolStripButton tsbAdd; private System.Windows.Forms.ToolStripButton tsbModify; public System.Windows.Forms.ToolStrip toolStrip1; 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.Label label2; private System.Windows.Forms.ComboBox cboUnitType; private System.Windows.Forms.DataGridViewTextBoxColumn Id; private System.Windows.Forms.DataGridViewTextBoxColumn NameColumn; private System.Windows.Forms.DataGridViewTextBoxColumn UnitTypeColumn; private System.Windows.Forms.DataGridViewTextBoxColumn HelpCodeColumn; private System.Windows.Forms.DataGridViewTextBoxColumn IsValidColumn; } }