404 lines
21 KiB
C#
404 lines
21 KiB
C#
namespace AIMS.PublicUI.UI
|
|
{
|
|
partial class frmApplianceUseType
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
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.chkAll = new System.Windows.Forms.CheckBox();
|
|
this.chkIsValid = new System.Windows.Forms.CheckBox();
|
|
this.txtHCode = new DevComponents.DotNetBar.Controls.TextBoxX();
|
|
this.txtName = new DevComponents.DotNetBar.Controls.TextBoxX();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
this.dgvApplianceUseType = 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.AppType = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.HNumber = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.HCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.IsValid = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.Selectcol = new System.Windows.Forms.DataGridViewButtonColumn();
|
|
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.panel2.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvApplianceUseType)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.BackColor = System.Drawing.SystemColors.Control;
|
|
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.panel1.Controls.Add(this.chkAll);
|
|
this.panel1.Controls.Add(this.chkIsValid);
|
|
this.panel1.Controls.Add(this.txtHCode);
|
|
this.panel1.Controls.Add(this.txtName);
|
|
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, 59);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(968, 42);
|
|
this.panel1.TabIndex = 12;
|
|
//
|
|
// 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(800, 8);
|
|
this.chkAll.Name = "chkAll";
|
|
this.chkAll.Size = new System.Drawing.Size(84, 24);
|
|
this.chkAll.TabIndex = 364;
|
|
this.chkAll.Text = "显示全部";
|
|
this.chkAll.UseVisualStyleBackColor = true;
|
|
this.chkAll.CheckedChanged += new System.EventHandler(this.chkAll_CheckedChanged);
|
|
//
|
|
// chkIsValid
|
|
//
|
|
this.chkIsValid.AutoSize = true;
|
|
this.chkIsValid.Location = new System.Drawing.Point(716, 8);
|
|
this.chkIsValid.Name = "chkIsValid";
|
|
this.chkIsValid.Size = new System.Drawing.Size(56, 24);
|
|
this.chkIsValid.TabIndex = 8;
|
|
this.chkIsValid.Text = "有效";
|
|
this.chkIsValid.UseVisualStyleBackColor = true;
|
|
//
|
|
// txtHCode
|
|
//
|
|
//
|
|
//
|
|
//
|
|
this.txtHCode.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
this.txtHCode.Location = new System.Drawing.Point(456, 9);
|
|
this.txtHCode.Name = "txtHCode";
|
|
this.txtHCode.Size = new System.Drawing.Size(254, 20);
|
|
this.txtHCode.TabIndex = 2;
|
|
//
|
|
// txtName
|
|
//
|
|
//
|
|
//
|
|
//
|
|
this.txtName.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
this.txtName.Location = new System.Drawing.Point(83, 9);
|
|
this.txtName.Name = "txtName";
|
|
this.txtName.Size = new System.Drawing.Size(297, 20);
|
|
this.txtName.TabIndex = 1;
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(402, 11);
|
|
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(15, 11);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(65, 20);
|
|
this.label1.TabIndex = 0;
|
|
this.label1.Text = "类型名称";
|
|
//
|
|
// 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(35, 35);
|
|
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(968, 59);
|
|
this.toolStrip1.TabIndex = 11;
|
|
this.toolStrip1.Text = "toolStrip1";
|
|
//
|
|
// panel2
|
|
//
|
|
this.panel2.Controls.Add(this.dgvApplianceUseType);
|
|
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panel2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.panel2.Location = new System.Drawing.Point(0, 101);
|
|
this.panel2.Name = "panel2";
|
|
this.panel2.Size = new System.Drawing.Size(968, 398);
|
|
this.panel2.TabIndex = 13;
|
|
//
|
|
// dgvApplianceUseType
|
|
//
|
|
this.dgvApplianceUseType.AllowUserToAddRows = false;
|
|
dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(239)))), ((int)(((byte)(247)))), ((int)(((byte)(255)))));
|
|
this.dgvApplianceUseType.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
|
|
this.dgvApplianceUseType.BackgroundColor = System.Drawing.Color.Snow;
|
|
this.dgvApplianceUseType.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.dgvApplianceUseType.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
|
|
this.dgvApplianceUseType.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.dgvApplianceUseType.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
this.Id,
|
|
this.Index,
|
|
this.oName,
|
|
this.AppType,
|
|
this.HNumber,
|
|
this.HCode,
|
|
this.IsValid,
|
|
this.Selectcol});
|
|
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.dgvApplianceUseType.DefaultCellStyle = dataGridViewCellStyle3;
|
|
this.dgvApplianceUseType.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.dgvApplianceUseType.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
|
|
this.dgvApplianceUseType.Location = new System.Drawing.Point(0, 0);
|
|
this.dgvApplianceUseType.MultiSelect = false;
|
|
this.dgvApplianceUseType.Name = "dgvApplianceUseType";
|
|
this.dgvApplianceUseType.RowTemplate.Height = 23;
|
|
this.dgvApplianceUseType.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
this.dgvApplianceUseType.Size = new System.Drawing.Size(968, 398);
|
|
this.dgvApplianceUseType.TabIndex = 0;
|
|
this.dgvApplianceUseType.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvApplianceUseType_CellContentClick);
|
|
//
|
|
// Id
|
|
//
|
|
this.Id.DataPropertyName = "Id";
|
|
this.Id.HeaderText = "编号";
|
|
this.Id.Name = "Id";
|
|
this.Id.Visible = false;
|
|
this.Id.Width = 60;
|
|
//
|
|
// 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";
|
|
//
|
|
// AppType
|
|
//
|
|
this.AppType.HeaderText = "种类";
|
|
this.AppType.Name = "AppType";
|
|
//
|
|
// HNumber
|
|
//
|
|
this.HNumber.HeaderText = "数量(件)";
|
|
this.HNumber.Name = "HNumber";
|
|
//
|
|
// HCode
|
|
//
|
|
this.HCode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
this.HCode.DataPropertyName = "HCode";
|
|
this.HCode.HeaderText = "助记码";
|
|
this.HCode.Name = "HCode";
|
|
//
|
|
// IsValid
|
|
//
|
|
this.IsValid.DataPropertyName = "IsValid";
|
|
this.IsValid.HeaderText = "是否有效";
|
|
this.IsValid.Name = "IsValid";
|
|
//
|
|
// Selectcol
|
|
//
|
|
this.Selectcol.HeaderText = "选择";
|
|
this.Selectcol.Name = "Select";
|
|
this.Selectcol.Text = "选择器械";
|
|
this.Selectcol.UseColumnTextForButtonValue = true;
|
|
this.Selectcol.Width = 150;
|
|
//
|
|
// 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, 56);
|
|
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, 59);
|
|
//
|
|
// 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, 56);
|
|
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, 59);
|
|
//
|
|
// 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, 56);
|
|
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, 59);
|
|
//
|
|
// 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, 56);
|
|
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, 59);
|
|
//
|
|
// 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, 56);
|
|
this.tsbExit.Text = " 关闭 ";
|
|
this.tsbExit.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
|
this.tsbExit.Click += new System.EventHandler(this.tsbExit_Click);
|
|
//
|
|
// frmApplianceUseType
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(968, 499);
|
|
this.Controls.Add(this.panel2);
|
|
this.Controls.Add(this.panel1);
|
|
this.Controls.Add(this.toolStrip1);
|
|
this.Name = "frmApplianceUseType";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "器械使用类型管理";
|
|
this.Load += new System.EventHandler(this.frmApplianceUseType_Load);
|
|
this.panel1.ResumeLayout(false);
|
|
this.panel1.PerformLayout();
|
|
this.toolStrip1.ResumeLayout(false);
|
|
this.toolStrip1.PerformLayout();
|
|
this.panel2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvApplianceUseType)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.CheckBox chkAll;
|
|
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 System.Windows.Forms.Panel panel2;
|
|
private DevComponents.DotNetBar.Controls.DataGridViewX dgvApplianceUseType;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Id;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Index;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn oName;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn AppType;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn HNumber;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn HCode;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn IsValid;
|
|
private System.Windows.Forms.DataGridViewButtonColumn Selectcol;
|
|
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;
|
|
}
|
|
} |