641 lines
32 KiB
C#
641 lines
32 KiB
C#
namespace DataDictionary.UI
|
|
{
|
|
partial class frmOperationRoom
|
|
{
|
|
/// <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.toolStrip1 = new System.Windows.Forms.ToolStrip();
|
|
this.tsbAdd = new System.Windows.Forms.ToolStripButton();
|
|
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.tsbModify = new System.Windows.Forms.ToolStripButton();
|
|
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.tsbCancel = new System.Windows.Forms.ToolStripButton();
|
|
this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.tsbSave = new System.Windows.Forms.ToolStripButton();
|
|
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.tsbExit = new System.Windows.Forms.ToolStripButton();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.cbotype = new DevComponents.DotNetBar.Controls.ComboBoxEx();
|
|
this.comboItem1 = new DevComponents.Editors.ComboItem();
|
|
this.comboItem2 = new DevComponents.Editors.ComboItem();
|
|
this.txtIp3 = new DevComponents.DotNetBar.Controls.TextBoxX();
|
|
this.txtIp2 = new DevComponents.DotNetBar.Controls.TextBoxX();
|
|
this.txtIp1 = new DevComponents.DotNetBar.Controls.TextBoxX();
|
|
this.txtName = new DevComponents.DotNetBar.Controls.TextBoxX();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.cboDepartment = new System.Windows.Forms.ComboBox();
|
|
this.txtOrderBy = new AIMS.OremrUserControl.NumTextBox();
|
|
this.chkAll = new System.Windows.Forms.CheckBox();
|
|
this.chkIsValid = new System.Windows.Forms.CheckBox();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
this.dgvOperationsRoom = new DevComponents.DotNetBar.Controls.DataGridViewX();
|
|
this.Id = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.Index = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.type = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.oName = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.Ip1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.Ip2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.Ip3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.DepartmentNameColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.OrderBy = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.IsValid = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.comboItem3 = new DevComponents.Editors.ComboItem();
|
|
this.comboItem4 = new DevComponents.Editors.ComboItem();
|
|
this.toolStrip1.SuspendLayout();
|
|
this.panel1.SuspendLayout();
|
|
this.panel2.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvOperationsRoom)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// toolStrip1
|
|
//
|
|
this.toolStrip1.BackColor = System.Drawing.Color.Transparent;
|
|
this.toolStrip1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|
this.toolStrip1.Font = new System.Drawing.Font("微软雅黑", 10.5F);
|
|
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.toolStripSeparator2,
|
|
this.tsbModify,
|
|
this.toolStripSeparator3,
|
|
this.tsbCancel,
|
|
this.toolStripSeparator4,
|
|
this.tsbSave,
|
|
this.toolStripSeparator1,
|
|
this.tsbExit});
|
|
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
|
|
this.toolStrip1.Name = "toolStrip1";
|
|
this.toolStrip1.Size = new System.Drawing.Size(916, 57);
|
|
this.toolStrip1.TabIndex = 5;
|
|
this.toolStrip1.Text = "toolStrip1";
|
|
//
|
|
// tsbAdd
|
|
//
|
|
this.tsbAdd.Image = global::AIMS.UI.Properties.Resources.图标_新增;
|
|
this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.tsbAdd.Name = "tsbAdd";
|
|
this.tsbAdd.Size = new System.Drawing.Size(41, 54);
|
|
this.tsbAdd.Text = "增加";
|
|
this.tsbAdd.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
|
this.tsbAdd.ToolTipText = "增加";
|
|
this.tsbAdd.Click += new System.EventHandler(this.tsbAdd_Click);
|
|
//
|
|
// toolStripSeparator2
|
|
//
|
|
this.toolStripSeparator2.Name = "toolStripSeparator2";
|
|
this.toolStripSeparator2.Size = new System.Drawing.Size(6, 57);
|
|
//
|
|
// tsbModify
|
|
//
|
|
this.tsbModify.Image = global::AIMS.UI.Properties.Resources.图标_编辑;
|
|
this.tsbModify.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.tsbModify.Name = "tsbModify";
|
|
this.tsbModify.Size = new System.Drawing.Size(41, 54);
|
|
this.tsbModify.Text = "修改";
|
|
this.tsbModify.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
|
this.tsbModify.Click += new System.EventHandler(this.tsbModify_Click);
|
|
//
|
|
// toolStripSeparator3
|
|
//
|
|
this.toolStripSeparator3.Name = "toolStripSeparator3";
|
|
this.toolStripSeparator3.Size = new System.Drawing.Size(6, 57);
|
|
//
|
|
// tsbCancel
|
|
//
|
|
this.tsbCancel.Image = global::AIMS.UI.Properties.Resources.图标_取消;
|
|
this.tsbCancel.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.tsbCancel.Name = "tsbCancel";
|
|
this.tsbCancel.Size = new System.Drawing.Size(41, 54);
|
|
this.tsbCancel.Text = "取消";
|
|
this.tsbCancel.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
|
this.tsbCancel.Click += new System.EventHandler(this.tsbCancel_Click);
|
|
//
|
|
// toolStripSeparator4
|
|
//
|
|
this.toolStripSeparator4.Name = "toolStripSeparator4";
|
|
this.toolStripSeparator4.Size = new System.Drawing.Size(6, 57);
|
|
//
|
|
// tsbSave
|
|
//
|
|
this.tsbSave.Image = global::AIMS.UI.Properties.Resources.图标_保存;
|
|
this.tsbSave.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.tsbSave.Name = "tsbSave";
|
|
this.tsbSave.Size = new System.Drawing.Size(41, 54);
|
|
this.tsbSave.Text = "保存";
|
|
this.tsbSave.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
|
this.tsbSave.Click += new System.EventHandler(this.tsbSave_Click);
|
|
//
|
|
// toolStripSeparator1
|
|
//
|
|
this.toolStripSeparator1.Name = "toolStripSeparator1";
|
|
this.toolStripSeparator1.Size = new System.Drawing.Size(6, 57);
|
|
//
|
|
// tsbExit
|
|
//
|
|
this.tsbExit.Image = global::AIMS.UI.Properties.Resources.图标_关闭当前页;
|
|
this.tsbExit.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.tsbExit.Name = "tsbExit";
|
|
this.tsbExit.Size = new System.Drawing.Size(41, 54);
|
|
this.tsbExit.Text = "关闭";
|
|
this.tsbExit.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
|
this.tsbExit.Click += new System.EventHandler(this.tsbExit_Click);
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.BackColor = System.Drawing.Color.White;
|
|
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.panel1.Controls.Add(this.cbotype);
|
|
this.panel1.Controls.Add(this.txtIp3);
|
|
this.panel1.Controls.Add(this.txtIp2);
|
|
this.panel1.Controls.Add(this.txtIp1);
|
|
this.panel1.Controls.Add(this.txtName);
|
|
this.panel1.Controls.Add(this.label6);
|
|
this.panel1.Controls.Add(this.cboDepartment);
|
|
this.panel1.Controls.Add(this.txtOrderBy);
|
|
this.panel1.Controls.Add(this.chkAll);
|
|
this.panel1.Controls.Add(this.chkIsValid);
|
|
this.panel1.Controls.Add(this.label5);
|
|
this.panel1.Controls.Add(this.label1);
|
|
this.panel1.Controls.Add(this.label2);
|
|
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, 57);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(916, 103);
|
|
this.panel1.TabIndex = 6;
|
|
//
|
|
// cbotype
|
|
//
|
|
this.cbotype.DisplayMember = "Text";
|
|
this.cbotype.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
|
|
this.cbotype.ForeColor = System.Drawing.Color.Black;
|
|
this.cbotype.FormattingEnabled = true;
|
|
this.cbotype.ItemHeight = 20;
|
|
this.cbotype.Items.AddRange(new object[] {
|
|
this.comboItem1,
|
|
this.comboItem2,
|
|
this.comboItem3,
|
|
this.comboItem4});
|
|
this.cbotype.Location = new System.Drawing.Point(94, 49);
|
|
this.cbotype.Name = "cbotype";
|
|
this.cbotype.Size = new System.Drawing.Size(167, 26);
|
|
this.cbotype.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
|
|
this.cbotype.TabIndex = 403;
|
|
this.cbotype.Text = "手术室";
|
|
//
|
|
// comboItem1
|
|
//
|
|
this.comboItem1.Text = "手术室";
|
|
//
|
|
// comboItem2
|
|
//
|
|
this.comboItem2.Text = "恢复室";
|
|
//
|
|
// txtIp3
|
|
//
|
|
this.txtIp3.BackColor = System.Drawing.Color.White;
|
|
//
|
|
//
|
|
//
|
|
this.txtIp3.Border.Class = "TextBoxBorder";
|
|
this.txtIp3.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
this.txtIp3.DisabledBackColor = System.Drawing.Color.White;
|
|
this.txtIp3.ForeColor = System.Drawing.Color.Black;
|
|
this.txtIp3.Location = new System.Drawing.Point(673, 10);
|
|
this.txtIp3.Name = "txtIp3";
|
|
this.txtIp3.PreventEnterBeep = true;
|
|
this.txtIp3.Size = new System.Drawing.Size(167, 26);
|
|
this.txtIp3.TabIndex = 402;
|
|
//
|
|
// txtIp2
|
|
//
|
|
this.txtIp2.BackColor = System.Drawing.Color.White;
|
|
//
|
|
//
|
|
//
|
|
this.txtIp2.Border.Class = "TextBoxBorder";
|
|
this.txtIp2.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
this.txtIp2.DisabledBackColor = System.Drawing.Color.White;
|
|
this.txtIp2.ForeColor = System.Drawing.Color.Black;
|
|
this.txtIp2.Location = new System.Drawing.Point(500, 10);
|
|
this.txtIp2.Name = "txtIp2";
|
|
this.txtIp2.PreventEnterBeep = true;
|
|
this.txtIp2.Size = new System.Drawing.Size(167, 26);
|
|
this.txtIp2.TabIndex = 402;
|
|
//
|
|
// txtIp1
|
|
//
|
|
this.txtIp1.BackColor = System.Drawing.Color.White;
|
|
//
|
|
//
|
|
//
|
|
this.txtIp1.Border.Class = "TextBoxBorder";
|
|
this.txtIp1.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
this.txtIp1.DisabledBackColor = System.Drawing.Color.White;
|
|
this.txtIp1.ForeColor = System.Drawing.Color.Black;
|
|
this.txtIp1.Location = new System.Drawing.Point(327, 10);
|
|
this.txtIp1.Name = "txtIp1";
|
|
this.txtIp1.PreventEnterBeep = true;
|
|
this.txtIp1.Size = new System.Drawing.Size(167, 26);
|
|
this.txtIp1.TabIndex = 402;
|
|
//
|
|
// txtName
|
|
//
|
|
this.txtName.BackColor = System.Drawing.Color.White;
|
|
//
|
|
//
|
|
//
|
|
this.txtName.Border.Class = "TextBoxBorder";
|
|
this.txtName.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
this.txtName.DisabledBackColor = System.Drawing.Color.White;
|
|
this.txtName.ForeColor = System.Drawing.Color.Black;
|
|
this.txtName.Location = new System.Drawing.Point(94, 8);
|
|
this.txtName.Name = "txtName";
|
|
this.txtName.PreventEnterBeep = true;
|
|
this.txtName.Size = new System.Drawing.Size(167, 26);
|
|
this.txtName.TabIndex = 402;
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Font = new System.Drawing.Font("微软雅黑", 10.5F);
|
|
this.label6.ForeColor = System.Drawing.Color.Black;
|
|
this.label6.Location = new System.Drawing.Point(40, 51);
|
|
this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(37, 20);
|
|
this.label6.TabIndex = 401;
|
|
this.label6.Text = "地点";
|
|
//
|
|
// cboDepartment
|
|
//
|
|
this.cboDepartment.Font = new System.Drawing.Font("微软雅黑", 10.5F);
|
|
this.cboDepartment.FormattingEnabled = true;
|
|
this.cboDepartment.Location = new System.Drawing.Point(598, 13);
|
|
this.cboDepartment.Margin = new System.Windows.Forms.Padding(2);
|
|
this.cboDepartment.Name = "cboDepartment";
|
|
this.cboDepartment.Size = new System.Drawing.Size(167, 28);
|
|
this.cboDepartment.TabIndex = 400;
|
|
this.cboDepartment.Visible = false;
|
|
this.cboDepartment.TextUpdate += new System.EventHandler(this.cboDepartment_TextUpdate);
|
|
//
|
|
// txtOrderBy
|
|
//
|
|
this.txtOrderBy.Location = new System.Drawing.Point(341, 49);
|
|
this.txtOrderBy.Name = "txtOrderBy";
|
|
this.txtOrderBy.Size = new System.Drawing.Size(51, 26);
|
|
this.txtOrderBy.TabIndex = 365;
|
|
//
|
|
// chkAll
|
|
//
|
|
this.chkAll.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.chkAll.AutoSize = true;
|
|
this.chkAll.Checked = true;
|
|
this.chkAll.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
this.chkAll.Location = new System.Drawing.Point(809, 58);
|
|
this.chkAll.Name = "chkAll";
|
|
this.chkAll.Size = new System.Drawing.Size(84, 24);
|
|
this.chkAll.TabIndex = 8;
|
|
this.chkAll.Text = "显示全部";
|
|
this.chkAll.UseVisualStyleBackColor = true;
|
|
this.chkAll.CheckedChanged += new System.EventHandler(this.chkAll_CheckedChanged);
|
|
//
|
|
// chkIsValid
|
|
//
|
|
this.chkIsValid.AutoSize = true;
|
|
this.chkIsValid.Checked = true;
|
|
this.chkIsValid.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
this.chkIsValid.Location = new System.Drawing.Point(429, 49);
|
|
this.chkIsValid.Name = "chkIsValid";
|
|
this.chkIsValid.Size = new System.Drawing.Size(56, 24);
|
|
this.chkIsValid.TabIndex = 7;
|
|
this.chkIsValid.Text = "有效";
|
|
this.chkIsValid.UseVisualStyleBackColor = true;
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(302, 52);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(37, 20);
|
|
this.label5.TabIndex = 5;
|
|
this.label5.Text = "排序";
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(266, 13);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(50, 20);
|
|
this.label1.TabIndex = 5;
|
|
this.label1.Text = "IP地址";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(40, 13);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(51, 20);
|
|
this.label2.TabIndex = 5;
|
|
this.label2.Text = "手术间";
|
|
//
|
|
// panel2
|
|
//
|
|
this.panel2.Controls.Add(this.dgvOperationsRoom);
|
|
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, 160);
|
|
this.panel2.Name = "panel2";
|
|
this.panel2.Size = new System.Drawing.Size(916, 329);
|
|
this.panel2.TabIndex = 7;
|
|
//
|
|
// dgvOperationsRoom
|
|
//
|
|
this.dgvOperationsRoom.AllowUserToAddRows = false;
|
|
dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(237)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
|
|
this.dgvOperationsRoom.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
|
|
this.dgvOperationsRoom.BackgroundColor = System.Drawing.Color.Snow;
|
|
this.dgvOperationsRoom.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.dgvOperationsRoom.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
|
|
this.dgvOperationsRoom.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.dgvOperationsRoom.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
this.Id,
|
|
this.Index,
|
|
this.type,
|
|
this.oName,
|
|
this.Ip1,
|
|
this.Ip2,
|
|
this.Ip3,
|
|
this.DepartmentNameColumn,
|
|
this.OrderBy,
|
|
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.dgvOperationsRoom.DefaultCellStyle = dataGridViewCellStyle3;
|
|
this.dgvOperationsRoom.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.dgvOperationsRoom.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
|
|
this.dgvOperationsRoom.Location = new System.Drawing.Point(0, 0);
|
|
this.dgvOperationsRoom.MultiSelect = false;
|
|
this.dgvOperationsRoom.Name = "dgvOperationsRoom";
|
|
this.dgvOperationsRoom.RowTemplate.Height = 23;
|
|
this.dgvOperationsRoom.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
this.dgvOperationsRoom.Size = new System.Drawing.Size(916, 329);
|
|
this.dgvOperationsRoom.TabIndex = 0;
|
|
//
|
|
// 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;
|
|
//
|
|
// type
|
|
//
|
|
this.type.HeaderText = "地点";
|
|
this.type.Name = "type";
|
|
//
|
|
// oName
|
|
//
|
|
this.oName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
this.oName.DataPropertyName = "oName";
|
|
this.oName.HeaderText = "名称";
|
|
this.oName.Name = "oName";
|
|
//
|
|
// Ip1
|
|
//
|
|
this.Ip1.DataPropertyName = "Ip";
|
|
this.Ip1.HeaderText = "Ip地址";
|
|
this.Ip1.Name = "Ip1";
|
|
this.Ip1.Width = 140;
|
|
//
|
|
// Ip2
|
|
//
|
|
this.Ip2.DataPropertyName = "Ip2";
|
|
this.Ip2.HeaderText = "IP地址2";
|
|
this.Ip2.Name = "Ip2";
|
|
//
|
|
// Ip3
|
|
//
|
|
this.Ip3.DataPropertyName = "Ip3";
|
|
this.Ip3.HeaderText = "IP地址3";
|
|
this.Ip3.Name = "Ip3";
|
|
//
|
|
// DepartmentNameColumn
|
|
//
|
|
this.DepartmentNameColumn.HeaderText = "所属科室";
|
|
this.DepartmentNameColumn.Name = "DepartmentNameColumn";
|
|
this.DepartmentNameColumn.Visible = false;
|
|
//
|
|
// OrderBy
|
|
//
|
|
this.OrderBy.DataPropertyName = "OrderBy";
|
|
this.OrderBy.HeaderText = "排序顺序";
|
|
this.OrderBy.Name = "OrderBy";
|
|
//
|
|
// IsValid
|
|
//
|
|
this.IsValid.DataPropertyName = "IsValid";
|
|
this.IsValid.HeaderText = "是否有效";
|
|
this.IsValid.Name = "IsValid";
|
|
//
|
|
// dataGridViewTextBoxColumn1
|
|
//
|
|
this.dataGridViewTextBoxColumn1.DataPropertyName = "Id";
|
|
this.dataGridViewTextBoxColumn1.HeaderText = "编号";
|
|
this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
|
|
this.dataGridViewTextBoxColumn1.Visible = false;
|
|
//
|
|
// dataGridViewTextBoxColumn2
|
|
//
|
|
this.dataGridViewTextBoxColumn2.DataPropertyName = "Index";
|
|
this.dataGridViewTextBoxColumn2.HeaderText = "序号";
|
|
this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
|
|
this.dataGridViewTextBoxColumn2.Width = 80;
|
|
//
|
|
// dataGridViewTextBoxColumn3
|
|
//
|
|
this.dataGridViewTextBoxColumn3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
this.dataGridViewTextBoxColumn3.DataPropertyName = "oName";
|
|
this.dataGridViewTextBoxColumn3.HeaderText = "名称";
|
|
this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
|
|
//
|
|
// dataGridViewTextBoxColumn4
|
|
//
|
|
this.dataGridViewTextBoxColumn4.DataPropertyName = "Ip1";
|
|
this.dataGridViewTextBoxColumn4.HeaderText = "Ip地址1";
|
|
this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
|
|
this.dataGridViewTextBoxColumn4.Width = 140;
|
|
//
|
|
// dataGridViewTextBoxColumn5
|
|
//
|
|
this.dataGridViewTextBoxColumn5.DataPropertyName = "Ip2";
|
|
this.dataGridViewTextBoxColumn5.HeaderText = "Ip地址2";
|
|
this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
|
|
this.dataGridViewTextBoxColumn5.Width = 140;
|
|
//
|
|
// dataGridViewTextBoxColumn6
|
|
//
|
|
this.dataGridViewTextBoxColumn6.DataPropertyName = "Ip3";
|
|
this.dataGridViewTextBoxColumn6.HeaderText = "Ip地址3";
|
|
this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
|
|
this.dataGridViewTextBoxColumn6.Width = 140;
|
|
//
|
|
// dataGridViewTextBoxColumn7
|
|
//
|
|
this.dataGridViewTextBoxColumn7.HeaderText = "所属科室";
|
|
this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
|
|
//
|
|
// dataGridViewTextBoxColumn8
|
|
//
|
|
this.dataGridViewTextBoxColumn8.DataPropertyName = "OrderBy";
|
|
this.dataGridViewTextBoxColumn8.HeaderText = "排序顺序";
|
|
this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
|
|
//
|
|
// dataGridViewTextBoxColumn9
|
|
//
|
|
this.dataGridViewTextBoxColumn9.DataPropertyName = "IsValid";
|
|
this.dataGridViewTextBoxColumn9.HeaderText = "是否有效";
|
|
this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9";
|
|
//
|
|
// comboItem3
|
|
//
|
|
this.comboItem3.Text = "内镜室";
|
|
//
|
|
// comboItem4
|
|
//
|
|
this.comboItem4.Text = "介入室";
|
|
//
|
|
// frmOperationRoom
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(916, 489);
|
|
this.Controls.Add(this.panel2);
|
|
this.Controls.Add(this.panel1);
|
|
this.Controls.Add(this.toolStrip1);
|
|
this.Name = "frmOperationRoom";
|
|
this.Text = "手术间管理";
|
|
this.Load += new System.EventHandler(this.frmOperationRoom_Load);
|
|
this.toolStrip1.ResumeLayout(false);
|
|
this.toolStrip1.PerformLayout();
|
|
this.panel1.ResumeLayout(false);
|
|
this.panel1.PerformLayout();
|
|
this.panel2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvOperationsRoom)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.ToolStrip toolStrip1;
|
|
private System.Windows.Forms.ToolStripButton tsbAdd;
|
|
private System.Windows.Forms.ToolStripButton tsbModify;
|
|
private System.Windows.Forms.ToolStripButton tsbCancel;
|
|
private System.Windows.Forms.ToolStripButton tsbSave;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
|
|
private System.Windows.Forms.ToolStripButton tsbExit;
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.CheckBox chkAll;
|
|
private System.Windows.Forms.CheckBox chkIsValid;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Panel panel2;
|
|
private DevComponents.DotNetBar.Controls.DataGridViewX dgvOperationsRoom;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
|
|
private AIMS.OremrUserControl.NumTextBox txtOrderBy;
|
|
public System.Windows.Forms.Label label6;
|
|
public System.Windows.Forms.ComboBox cboDepartment;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn9;
|
|
private DevComponents.DotNetBar.Controls.ComboBoxEx cbotype;
|
|
private DevComponents.Editors.ComboItem comboItem1;
|
|
private DevComponents.Editors.ComboItem comboItem2;
|
|
private DevComponents.DotNetBar.Controls.TextBoxX txtIp1;
|
|
private DevComponents.DotNetBar.Controls.TextBoxX txtName;
|
|
private DevComponents.DotNetBar.Controls.TextBoxX txtIp3;
|
|
private DevComponents.DotNetBar.Controls.TextBoxX txtIp2;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Id;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Index;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn type;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn oName;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Ip1;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Ip2;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Ip3;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn DepartmentNameColumn;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn OrderBy;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn IsValid;
|
|
private DevComponents.Editors.ComboItem comboItem3;
|
|
private DevComponents.Editors.ComboItem comboItem4;
|
|
}
|
|
} |