namespace AIMS.PublicUI.UI { partial class frmAppliance { /// /// 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.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); this.panel1 = new System.Windows.Forms.Panel(); this.cboUseType = new DevComponents.DotNetBar.Controls.ComboBoxEx(); this.label2 = new System.Windows.Forms.Label(); this.chkIsValid = new System.Windows.Forms.CheckBox(); this.cboType = new DevComponents.DotNetBar.Controls.ComboBoxEx(); this.txtHCode = new DevComponents.DotNetBar.Controls.TextBoxX(); this.txtName = new DevComponents.DotNetBar.Controls.TextBoxX(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.chkAll = new System.Windows.Forms.CheckBox(); this.toolStrip1 = new System.Windows.Forms.ToolStrip(); this.panel3 = new System.Windows.Forms.Panel(); this.dgvAppliance = new DevComponents.DotNetBar.Controls.DataGridViewX(); this.Id = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Index = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.oName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.HCode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Type = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.UseRate = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.IsValid = new System.Windows.Forms.DataGridViewTextBoxColumn(); 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.panel1.SuspendLayout(); this.toolStrip1.SuspendLayout(); this.panel3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvAppliance)).BeginInit(); this.SuspendLayout(); // // panel1 // this.panel1.BackColor = System.Drawing.SystemColors.Control; this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel1.Controls.Add(this.cboUseType); this.panel1.Controls.Add(this.label2); this.panel1.Controls.Add(this.chkIsValid); this.panel1.Controls.Add(this.cboType); this.panel1.Controls.Add(this.txtHCode); this.panel1.Controls.Add(this.txtName); this.panel1.Controls.Add(this.label3); this.panel1.Controls.Add(this.label4); this.panel1.Controls.Add(this.label1); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.panel1.Location = new System.Drawing.Point(0, 54); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(915, 74); this.panel1.TabIndex = 12; // // cboUseType // this.cboUseType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cboUseType.FormattingEnabled = true; this.cboUseType.Items.AddRange(new object[] { "普通事件", "特殊事件", "其它事件"}); this.cboUseType.Location = new System.Drawing.Point(491, 39); this.cboUseType.Name = "cboUseType"; this.cboUseType.Size = new System.Drawing.Size(250, 28); this.cboUseType.TabIndex = 4; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(393, 42); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(93, 20); this.label2.TabIndex = 366; this.label2.Text = "器械使用类型"; // // chkIsValid // this.chkIsValid.AutoSize = true; this.chkIsValid.Checked = true; this.chkIsValid.CheckState = System.Windows.Forms.CheckState.Checked; this.chkIsValid.Location = new System.Drawing.Point(757, 11); this.chkIsValid.Name = "chkIsValid"; this.chkIsValid.Size = new System.Drawing.Size(56, 24); this.chkIsValid.TabIndex = 8; this.chkIsValid.Text = "有效"; this.chkIsValid.UseVisualStyleBackColor = true; // // cboType // this.cboType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cboType.FormattingEnabled = true; this.cboType.Items.AddRange(new object[] { "器械", "敷料", "其它"}); this.cboType.Location = new System.Drawing.Point(96, 39); this.cboType.Name = "cboType"; this.cboType.Size = new System.Drawing.Size(250, 28); this.cboType.TabIndex = 3; // // txtHCode // // // // this.txtHCode.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.txtHCode.Location = new System.Drawing.Point(491, 10); this.txtHCode.Name = "txtHCode"; this.txtHCode.Size = new System.Drawing.Size(250, 20); this.txtHCode.TabIndex = 2; // // txtName // // // // this.txtName.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.txtName.Location = new System.Drawing.Point(96, 10); this.txtName.Name = "txtName"; this.txtName.Size = new System.Drawing.Size(250, 20); this.txtName.TabIndex = 1; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(27, 42); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(65, 20); this.label3.TabIndex = 0; this.label3.Text = "器械类别"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(435, 13); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(51, 20); this.label4.TabIndex = 0; this.label4.Text = "助记码"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(27, 12); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(65, 20); this.label1.TabIndex = 0; this.label1.Text = "器械名称"; // // chkAll // this.chkAll.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.chkAll.AutoSize = true; this.chkAll.Location = new System.Drawing.Point(779, 6); this.chkAll.Name = "chkAll"; this.chkAll.Size = new System.Drawing.Size(72, 16); this.chkAll.TabIndex = 365; this.chkAll.Text = "显示全部"; this.chkAll.UseVisualStyleBackColor = true; this.chkAll.CheckedChanged += new System.EventHandler(this.chkAll_CheckedChanged); // // toolStrip1 // this.toolStrip1.BackColor = System.Drawing.Color.Transparent; this.toolStrip1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.toolStrip1.Font = new System.Drawing.Font("微软雅黑", 12F); this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; this.toolStrip1.ImageScalingSize = new System.Drawing.Size(30, 30); 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(915, 54); this.toolStrip1.TabIndex = 11; this.toolStrip1.Text = "toolStrip1"; // // panel3 // this.panel3.Controls.Add(this.dgvAppliance); this.panel3.Dock = System.Windows.Forms.DockStyle.Fill; this.panel3.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.panel3.Location = new System.Drawing.Point(0, 128); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(915, 369); this.panel3.TabIndex = 16; // // dgvAppliance // this.dgvAppliance.AllowUserToAddRows = false; dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(239)))), ((int)(((byte)(247)))), ((int)(((byte)(255))))); this.dgvAppliance.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; this.dgvAppliance.BackgroundColor = System.Drawing.Color.Snow; this.dgvAppliance.BorderStyle = System.Windows.Forms.BorderStyle.None; dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgvAppliance.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; this.dgvAppliance.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgvAppliance.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.Id, this.Index, this.oName, this.HCode, this.Type, this.UseRate, this.IsValid}); dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle3.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dgvAppliance.DefaultCellStyle = dataGridViewCellStyle3; this.dgvAppliance.Dock = System.Windows.Forms.DockStyle.Fill; this.dgvAppliance.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229))))); this.dgvAppliance.Location = new System.Drawing.Point(0, 0); this.dgvAppliance.MultiSelect = false; this.dgvAppliance.Name = "dgvAppliance"; this.dgvAppliance.RowTemplate.Height = 23; this.dgvAppliance.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgvAppliance.Size = new System.Drawing.Size(915, 369); this.dgvAppliance.TabIndex = 1; // // Id // this.Id.DataPropertyName = "Id"; this.Id.HeaderText = "编号"; this.Id.Name = "Id"; this.Id.Visible = false; // // Index // this.Index.DataPropertyName = "Index"; this.Index.HeaderText = "序号"; this.Index.Name = "Index"; this.Index.Width = 80; // // oName // this.oName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.oName.DataPropertyName = "oName"; this.oName.HeaderText = "名称"; this.oName.Name = "oName"; // // HCode // this.HCode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.HCode.DataPropertyName = "HCode"; this.HCode.HeaderText = "助记码"; this.HCode.Name = "HCode"; // // Type // this.Type.DataPropertyName = "Type"; this.Type.HeaderText = "器械类别"; this.Type.Name = "Type"; // // UseRate // this.UseRate.HeaderText = "使用频次"; this.UseRate.Name = "UseRate"; // // IsValid // this.IsValid.DataPropertyName = "IsValid"; this.IsValid.HeaderText = "是否有效"; this.IsValid.Name = "IsValid"; // // tsbAdd // this.tsbAdd.Font = new System.Drawing.Font("微软雅黑", 9F); this.tsbAdd.Image = global::AIMSControls.Properties.Resources.图标_新建; this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Transparent; this.tsbAdd.Name = "tsbAdd"; this.tsbAdd.Size = new System.Drawing.Size(52, 51); 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, 54); // // tsbModify // this.tsbModify.Font = new System.Drawing.Font("微软雅黑", 9F); this.tsbModify.Image = global::AIMSControls.Properties.Resources.图标_编辑; this.tsbModify.ImageTransparentColor = System.Drawing.Color.Transparent; this.tsbModify.Name = "tsbModify"; this.tsbModify.Size = new System.Drawing.Size(52, 51); 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, 54); // // tsbCancel // this.tsbCancel.Font = new System.Drawing.Font("微软雅黑", 9F); this.tsbCancel.Image = global::AIMSControls.Properties.Resources.图标_取消; this.tsbCancel.ImageTransparentColor = System.Drawing.Color.Transparent; this.tsbCancel.Name = "tsbCancel"; this.tsbCancel.Size = new System.Drawing.Size(52, 51); 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, 54); // // tsbSava // this.tsbSava.Font = new System.Drawing.Font("微软雅黑", 9F); this.tsbSava.Image = global::AIMSControls.Properties.Resources.图标_保存; this.tsbSava.ImageTransparentColor = System.Drawing.Color.Transparent; this.tsbSava.Name = "tsbSava"; this.tsbSava.Size = new System.Drawing.Size(52, 51); this.tsbSava.Text = " 保存 "; this.tsbSava.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.tsbSava.Click += new System.EventHandler(this.tsbSave_Click); // // toolStripSeparator4 // this.toolStripSeparator4.Name = "toolStripSeparator4"; this.toolStripSeparator4.Size = new System.Drawing.Size(6, 54); // // tsbExit // this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 9F); this.tsbExit.Image = global::AIMSControls.Properties.Resources.图标_关闭窗口; this.tsbExit.ImageTransparentColor = System.Drawing.Color.Transparent; this.tsbExit.Name = "tsbExit"; this.tsbExit.Size = new System.Drawing.Size(52, 51); this.tsbExit.Text = " 关闭 "; this.tsbExit.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.tsbExit.Click += new System.EventHandler(this.tsbExit_Click); // // frmAppliance // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.ClientSize = new System.Drawing.Size(915, 497); this.Controls.Add(this.panel3); this.Controls.Add(this.panel1); this.Controls.Add(this.chkAll); this.Controls.Add(this.toolStrip1); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "frmAppliance"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "器械管理"; this.Load += new System.EventHandler(this.frmAppliance_Load); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.toolStrip1.ResumeLayout(false); this.toolStrip1.PerformLayout(); this.panel3.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dgvAppliance)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Panel panel1; private System.Windows.Forms.CheckBox chkIsValid; private DevComponents.DotNetBar.Controls.TextBoxX txtHCode; private DevComponents.DotNetBar.Controls.TextBoxX txtName; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label1; private System.Windows.Forms.ToolStrip toolStrip1; private DevComponents.DotNetBar.Controls.ComboBoxEx cboType; private System.Windows.Forms.Label label3; private System.Windows.Forms.CheckBox chkAll; private System.Windows.Forms.Panel panel3; private DevComponents.DotNetBar.Controls.ComboBoxEx cboUseType; private System.Windows.Forms.Label label2; private DevComponents.DotNetBar.Controls.DataGridViewX dgvAppliance; private System.Windows.Forms.DataGridViewTextBoxColumn Id; private System.Windows.Forms.DataGridViewTextBoxColumn Index; private System.Windows.Forms.DataGridViewTextBoxColumn oName; private System.Windows.Forms.DataGridViewTextBoxColumn HCode; private System.Windows.Forms.DataGridViewTextBoxColumn Type; private System.Windows.Forms.DataGridViewTextBoxColumn UseRate; private System.Windows.Forms.DataGridViewTextBoxColumn IsValid; 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; public System.Windows.Forms.ToolStripButton tsbExit; } }