AIMS/AIMSControls/OperationAanesthesia/oldSystemCode/frmInstrumentRegistration.designer.cs
2023-08-16 22:32:16 +08:00

751 lines
42 KiB
C#

namespace AIMS.OperationAanesthesia
{
partial class frmInstrumentRegistration
{
/// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmInstrumentRegistration));
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle15 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle16 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle17 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle18 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle19 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle20 = new System.Windows.Forms.DataGridViewCellStyle();
this.tsbSave = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.tsbExit = new System.Windows.Forms.ToolStripButton();
this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
this.tspPrint = new System.Windows.Forms.ToolStripButton();
this.dgvInstrumentType = new DevComponents.DotNetBar.Controls.DataGridViewX();
this.IRName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.IRNumber = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dgvInstrument = new DevComponents.DotNetBar.Controls.DataGridViewX();
this.Id = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Index = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.irnanme = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.numbers = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Performance = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Intact = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.IsClean = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.OperatorName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.OperatorTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Remark = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.panel1 = new System.Windows.Forms.Panel();
this.cboClean = new System.Windows.Forms.ComboBox();
this.label8 = new System.Windows.Forms.Label();
this.dtpOperatorTime = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
this.txtRemark = new DevComponents.DotNetBar.Controls.TextBoxX();
this.txtOperatorName = new DevComponents.DotNetBar.Controls.TextBoxX();
this.cboNumbers = new DevComponents.DotNetBar.Controls.TextBoxX();
this.cboName = new DevComponents.DotNetBar.Controls.TextBoxX();
this.cboIntact = new System.Windows.Forms.ComboBox();
this.cboPerformance = new System.Windows.Forms.ComboBox();
this.label6 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
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.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn12 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.toolStrip1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvInstrumentType)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dgvInstrument)).BeginInit();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dtpOperatorTime)).BeginInit();
this.SuspendLayout();
//
// tsbSave
//
this.tsbSave.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.tsbSave.Font = new System.Drawing.Font("微软雅黑", 12F);
this.tsbSave.Image = ((System.Drawing.Image)(resources.GetObject("tsbSave.Image")));
this.tsbSave.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbSave.Name = "tsbSave";
this.tsbSave.Size = new System.Drawing.Size(76, 25);
this.tsbSave.Text = " 保存 ";
this.tsbSave.Click += new System.EventHandler(this.tsbSave_Click);
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(6, 28);
//
// tsbExit
//
this.tsbExit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 12F);
this.tsbExit.Image = ((System.Drawing.Image)(resources.GetObject("tsbExit.Image")));
this.tsbExit.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbExit.Name = "tsbExit";
this.tsbExit.Size = new System.Drawing.Size(76, 25);
this.tsbExit.Text = " 删除 ";
this.tsbExit.Click += new System.EventHandler(this.tsbExit_Click);
//
// toolStripButton1
//
this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.toolStripButton1.Font = new System.Drawing.Font("微软雅黑", 12F);
this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton1.Name = "toolStripButton1";
this.toolStripButton1.Size = new System.Drawing.Size(76, 25);
this.toolStripButton1.Text = " 关闭 ";
this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
//
// 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, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
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.tsbSave,
this.toolStripSeparator1,
this.tsbExit,
this.toolStripSeparator6,
this.toolStripButton1,
this.tspPrint});
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Size = new System.Drawing.Size(1283, 28);
this.toolStrip1.TabIndex = 404;
this.toolStrip1.Text = "toolStrip1";
//
// toolStripSeparator6
//
this.toolStripSeparator6.Name = "toolStripSeparator6";
this.toolStripSeparator6.Size = new System.Drawing.Size(6, 28);
//
// tspPrint
//
this.tspPrint.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
this.tspPrint.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.tspPrint.Font = new System.Drawing.Font("微软雅黑", 12F);
this.tspPrint.Image = ((System.Drawing.Image)(resources.GetObject("tspPrint.Image")));
this.tspPrint.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tspPrint.Name = "tspPrint";
this.tspPrint.Size = new System.Drawing.Size(76, 25);
this.tspPrint.Text = " 打印 ";
this.tspPrint.Visible = false;
this.tspPrint.Click += new System.EventHandler(this.tspPrint_Click);
//
// dgvInstrumentType
//
this.dgvInstrumentType.AllowUserToAddRows = false;
this.dgvInstrumentType.AllowUserToDeleteRows = false;
this.dgvInstrumentType.BackgroundColor = System.Drawing.Color.White;
this.dgvInstrumentType.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle11.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle11.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle11.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle11.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle11.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle11.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgvInstrumentType.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle11;
this.dgvInstrumentType.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvInstrumentType.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.IRName,
this.IRNumber});
dataGridViewCellStyle14.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle14.BackColor = System.Drawing.SystemColors.Window;
dataGridViewCellStyle14.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle14.ForeColor = System.Drawing.SystemColors.ControlText;
dataGridViewCellStyle14.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle14.SelectionForeColor = System.Drawing.SystemColors.ControlText;
dataGridViewCellStyle14.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dgvInstrumentType.DefaultCellStyle = dataGridViewCellStyle14;
this.dgvInstrumentType.Dock = System.Windows.Forms.DockStyle.Left;
this.dgvInstrumentType.EnableHeadersVisualStyles = false;
this.dgvInstrumentType.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
this.dgvInstrumentType.Location = new System.Drawing.Point(0, 28);
this.dgvInstrumentType.Name = "dgvInstrumentType";
this.dgvInstrumentType.RowHeadersVisible = false;
dataGridViewCellStyle15.Font = new System.Drawing.Font("微软雅黑", 10F);
this.dgvInstrumentType.RowsDefaultCellStyle = dataGridViewCellStyle15;
this.dgvInstrumentType.RowTemplate.Height = 23;
this.dgvInstrumentType.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvInstrumentType.Size = new System.Drawing.Size(264, 559);
this.dgvInstrumentType.TabIndex = 405;
this.dgvInstrumentType.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvInstrumentType_CellClick);
//
// IRName
//
this.IRName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
this.IRName.DataPropertyName = "Name";
dataGridViewCellStyle12.Font = new System.Drawing.Font("微软雅黑", 10F);
this.IRName.DefaultCellStyle = dataGridViewCellStyle12;
this.IRName.HeaderText = "设备仪器名称";
this.IRName.Name = "IRName";
//
// IRNumber
//
this.IRNumber.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
this.IRNumber.DataPropertyName = "Numbers";
dataGridViewCellStyle13.Font = new System.Drawing.Font("微软雅黑", 10F);
this.IRNumber.DefaultCellStyle = dataGridViewCellStyle13;
this.IRNumber.HeaderText = "设备编号";
this.IRNumber.Name = "IRNumber";
//
// dgvInstrument
//
this.dgvInstrument.AllowUserToAddRows = false;
this.dgvInstrument.AllowUserToDeleteRows = false;
dataGridViewCellStyle16.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(237)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
this.dgvInstrument.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle16;
this.dgvInstrument.BackgroundColor = System.Drawing.Color.Snow;
this.dgvInstrument.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
dataGridViewCellStyle17.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle17.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle17.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle17.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle17.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle17.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle17.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgvInstrument.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle17;
this.dgvInstrument.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvInstrument.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.Id,
this.Index,
this.irnanme,
this.numbers,
this.Performance,
this.Intact,
this.IsClean,
this.OperatorName,
this.OperatorTime,
this.Remark});
dataGridViewCellStyle18.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle18.BackColor = System.Drawing.SystemColors.Window;
dataGridViewCellStyle18.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle18.ForeColor = System.Drawing.SystemColors.ControlText;
dataGridViewCellStyle18.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle18.SelectionForeColor = System.Drawing.SystemColors.ControlText;
dataGridViewCellStyle18.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dgvInstrument.DefaultCellStyle = dataGridViewCellStyle18;
this.dgvInstrument.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgvInstrument.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
this.dgvInstrument.Location = new System.Drawing.Point(264, 150);
this.dgvInstrument.MultiSelect = false;
this.dgvInstrument.Name = "dgvInstrument";
this.dgvInstrument.ReadOnly = true;
this.dgvInstrument.RowHeadersVisible = false;
this.dgvInstrument.RowTemplate.Height = 23;
this.dgvInstrument.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvInstrument.Size = new System.Drawing.Size(1019, 437);
this.dgvInstrument.TabIndex = 409;
this.dgvInstrument.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvInstrument_CellClick);
//
// Id
//
this.Id.DataPropertyName = "Id";
this.Id.HeaderText = "Id";
this.Id.Name = "Id";
this.Id.ReadOnly = true;
this.Id.Visible = false;
//
// Index
//
this.Index.DataPropertyName = "ID";
this.Index.HeaderText = "序号";
this.Index.Name = "Index";
this.Index.ReadOnly = true;
this.Index.Visible = false;
this.Index.Width = 65;
//
// irnanme
//
this.irnanme.DataPropertyName = "name";
this.irnanme.HeaderText = "设备名称";
this.irnanme.Name = "irnanme";
this.irnanme.ReadOnly = true;
//
// numbers
//
this.numbers.DataPropertyName = "Numbers";
this.numbers.HeaderText = "设备编码";
this.numbers.Name = "numbers";
this.numbers.ReadOnly = true;
//
// Performance
//
this.Performance.DataPropertyName = "Performance";
this.Performance.HeaderText = "性能检测";
this.Performance.Name = "Performance";
this.Performance.ReadOnly = true;
this.Performance.Width = 110;
//
// Intact
//
this.Intact.DataPropertyName = "Intact";
this.Intact.HeaderText = "是否完好备用";
this.Intact.Name = "Intact";
this.Intact.ReadOnly = true;
this.Intact.Width = 120;
//
// IsClean
//
this.IsClean.DataPropertyName = "IsClean";
this.IsClean.HeaderText = "是否清洁";
this.IsClean.Name = "IsClean";
this.IsClean.ReadOnly = true;
//
// OperatorName
//
this.OperatorName.DataPropertyName = "OperatorName";
this.OperatorName.HeaderText = "操作人";
this.OperatorName.Name = "OperatorName";
this.OperatorName.ReadOnly = true;
//
// OperatorTime
//
this.OperatorTime.DataPropertyName = "OperatorTime";
this.OperatorTime.HeaderText = "日期";
this.OperatorTime.Name = "OperatorTime";
this.OperatorTime.ReadOnly = true;
//
// Remark
//
this.Remark.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
this.Remark.DataPropertyName = "Remark";
this.Remark.HeaderText = "备注";
this.Remark.Name = "Remark";
this.Remark.ReadOnly = true;
//
// panel1
//
this.panel1.BackColor = System.Drawing.Color.WhiteSmoke;
this.panel1.Controls.Add(this.cboClean);
this.panel1.Controls.Add(this.label8);
this.panel1.Controls.Add(this.dtpOperatorTime);
this.panel1.Controls.Add(this.txtRemark);
this.panel1.Controls.Add(this.txtOperatorName);
this.panel1.Controls.Add(this.cboNumbers);
this.panel1.Controls.Add(this.cboName);
this.panel1.Controls.Add(this.cboIntact);
this.panel1.Controls.Add(this.cboPerformance);
this.panel1.Controls.Add(this.label6);
this.panel1.Controls.Add(this.label5);
this.panel1.Controls.Add(this.label4);
this.panel1.Controls.Add(this.label3);
this.panel1.Controls.Add(this.label2);
this.panel1.Controls.Add(this.label7);
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(264, 28);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(1019, 122);
this.panel1.TabIndex = 410;
//
// cboClean
//
this.cboClean.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboClean.Font = new System.Drawing.Font("微软雅黑", 10.5F);
this.cboClean.FormattingEnabled = true;
this.cboClean.Location = new System.Drawing.Point(571, 41);
this.cboClean.Name = "cboClean";
this.cboClean.Size = new System.Drawing.Size(127, 28);
this.cboClean.TabIndex = 459;
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(500, 47);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(65, 20);
this.label8.TabIndex = 458;
this.label8.Text = "是否清洁";
//
// dtpOperatorTime
//
//
//
//
this.dtpOperatorTime.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.dtpOperatorTime.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
this.dtpOperatorTime.ButtonDropDown.Visible = true;
this.dtpOperatorTime.FocusHighlightColor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(186)))), ((int)(((byte)(179)))));
this.dtpOperatorTime.IsPopupCalendarOpen = false;
this.dtpOperatorTime.Location = new System.Drawing.Point(82, 9);
//
//
//
//
//
//
this.dtpOperatorTime.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
//
//
//
this.dtpOperatorTime.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.dtpOperatorTime.MonthCalendar.DisplayMonth = new System.DateTime(2017, 11, 1, 0, 0, 0, 0);
//
//
//
this.dtpOperatorTime.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.dtpOperatorTime.Name = "dtpOperatorTime";
this.dtpOperatorTime.Size = new System.Drawing.Size(138, 26);
this.dtpOperatorTime.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.dtpOperatorTime.TabIndex = 457;
//
// txtRemark
//
//
//
//
this.txtRemark.Border.Class = "TextBoxBorder";
this.txtRemark.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.txtRemark.Location = new System.Drawing.Point(82, 73);
this.txtRemark.Name = "txtRemark";
this.txtRemark.PreventEnterBeep = true;
this.txtRemark.Size = new System.Drawing.Size(616, 26);
this.txtRemark.TabIndex = 408;
//
// txtOperatorName
//
//
//
//
this.txtOperatorName.Border.Class = "TextBoxBorder";
this.txtOperatorName.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.txtOperatorName.Location = new System.Drawing.Point(793, 41);
this.txtOperatorName.Name = "txtOperatorName";
this.txtOperatorName.PreventEnterBeep = true;
this.txtOperatorName.Size = new System.Drawing.Size(150, 26);
this.txtOperatorName.TabIndex = 408;
//
// cboNumbers
//
//
//
//
this.cboNumbers.Border.Class = "TextBoxBorder";
this.cboNumbers.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.cboNumbers.Location = new System.Drawing.Point(571, 12);
this.cboNumbers.Name = "cboNumbers";
this.cboNumbers.PreventEnterBeep = true;
this.cboNumbers.Size = new System.Drawing.Size(127, 26);
this.cboNumbers.TabIndex = 408;
//
// cboName
//
//
//
//
this.cboName.Border.Class = "TextBoxBorder";
this.cboName.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.cboName.Location = new System.Drawing.Point(331, 9);
this.cboName.Name = "cboName";
this.cboName.PreventEnterBeep = true;
this.cboName.Size = new System.Drawing.Size(127, 26);
this.cboName.TabIndex = 408;
//
// cboIntact
//
this.cboIntact.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboIntact.Font = new System.Drawing.Font("微软雅黑", 10.5F);
this.cboIntact.FormattingEnabled = true;
this.cboIntact.Location = new System.Drawing.Point(331, 40);
this.cboIntact.Name = "cboIntact";
this.cboIntact.Size = new System.Drawing.Size(127, 28);
this.cboIntact.TabIndex = 407;
//
// cboPerformance
//
this.cboPerformance.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboPerformance.Font = new System.Drawing.Font("微软雅黑", 10.5F);
this.cboPerformance.FormattingEnabled = true;
this.cboPerformance.Location = new System.Drawing.Point(82, 40);
this.cboPerformance.Name = "cboPerformance";
this.cboPerformance.Size = new System.Drawing.Size(138, 28);
this.cboPerformance.TabIndex = 407;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(9, 12);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(65, 20);
this.label6.TabIndex = 7;
this.label6.Text = "维护日期";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(725, 41);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(51, 20);
this.label5.TabIndex = 0;
this.label5.Text = "操作人";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(500, 12);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(65, 20);
this.label4.TabIndex = 0;
this.label4.Text = "设备编号";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(238, 43);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(93, 20);
this.label3.TabIndex = 0;
this.label3.Text = "是否完好备用";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(9, 43);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(65, 20);
this.label2.TabIndex = 0;
this.label2.Text = "性能检测";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(9, 75);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(65, 20);
this.label7.TabIndex = 0;
this.label7.Text = "维护备注";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(237, 12);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(71, 20);
this.label1.TabIndex = 0;
this.label1.Text = "名称/型号";
//
// dataGridViewTextBoxColumn1
//
this.dataGridViewTextBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
this.dataGridViewTextBoxColumn1.DataPropertyName = "Id";
dataGridViewCellStyle19.Font = new System.Drawing.Font("微软雅黑", 10F);
this.dataGridViewTextBoxColumn1.DefaultCellStyle = dataGridViewCellStyle19;
this.dataGridViewTextBoxColumn1.HeaderText = "Id";
this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
this.dataGridViewTextBoxColumn1.ReadOnly = true;
this.dataGridViewTextBoxColumn1.Visible = false;
//
// dataGridViewTextBoxColumn2
//
this.dataGridViewTextBoxColumn2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
this.dataGridViewTextBoxColumn2.DataPropertyName = "Name";
dataGridViewCellStyle20.Font = new System.Drawing.Font("微软雅黑", 10F);
this.dataGridViewTextBoxColumn2.DefaultCellStyle = dataGridViewCellStyle20;
this.dataGridViewTextBoxColumn2.HeaderText = "名称/型号";
this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
this.dataGridViewTextBoxColumn2.ReadOnly = true;
//
// dataGridViewTextBoxColumn3
//
this.dataGridViewTextBoxColumn3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
this.dataGridViewTextBoxColumn3.DataPropertyName = "Numbers";
this.dataGridViewTextBoxColumn3.HeaderText = "编号";
this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
this.dataGridViewTextBoxColumn3.ReadOnly = true;
this.dataGridViewTextBoxColumn3.Visible = false;
//
// dataGridViewTextBoxColumn4
//
this.dataGridViewTextBoxColumn4.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
this.dataGridViewTextBoxColumn4.DataPropertyName = "Performance";
this.dataGridViewTextBoxColumn4.HeaderText = "性能检测";
this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
this.dataGridViewTextBoxColumn4.ReadOnly = true;
this.dataGridViewTextBoxColumn4.Visible = false;
//
// dataGridViewTextBoxColumn5
//
this.dataGridViewTextBoxColumn5.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
this.dataGridViewTextBoxColumn5.DataPropertyName = "Intact";
this.dataGridViewTextBoxColumn5.HeaderText = "是否完好备用";
this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
this.dataGridViewTextBoxColumn5.ReadOnly = true;
//
// dataGridViewTextBoxColumn6
//
this.dataGridViewTextBoxColumn6.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
this.dataGridViewTextBoxColumn6.DataPropertyName = "OperatorName";
this.dataGridViewTextBoxColumn6.HeaderText = "操作人";
this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
this.dataGridViewTextBoxColumn6.ReadOnly = true;
//
// dataGridViewTextBoxColumn7
//
this.dataGridViewTextBoxColumn7.DataPropertyName = "OperatorTime";
this.dataGridViewTextBoxColumn7.HeaderText = "日期";
this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
this.dataGridViewTextBoxColumn7.ReadOnly = true;
this.dataGridViewTextBoxColumn7.Width = 65;
//
// dataGridViewTextBoxColumn8
//
this.dataGridViewTextBoxColumn8.DataPropertyName = "Remark";
this.dataGridViewTextBoxColumn8.HeaderText = "备注";
this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
this.dataGridViewTextBoxColumn8.ReadOnly = true;
this.dataGridViewTextBoxColumn8.Width = 400;
//
// dataGridViewTextBoxColumn9
//
this.dataGridViewTextBoxColumn9.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
this.dataGridViewTextBoxColumn9.DataPropertyName = "Remark";
this.dataGridViewTextBoxColumn9.HeaderText = "备注";
this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9";
this.dataGridViewTextBoxColumn9.ReadOnly = true;
//
// dataGridViewTextBoxColumn10
//
this.dataGridViewTextBoxColumn10.DataPropertyName = "OperatorTime";
this.dataGridViewTextBoxColumn10.HeaderText = "日期";
this.dataGridViewTextBoxColumn10.Name = "dataGridViewTextBoxColumn10";
this.dataGridViewTextBoxColumn10.ReadOnly = true;
//
// dataGridViewTextBoxColumn11
//
this.dataGridViewTextBoxColumn11.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
this.dataGridViewTextBoxColumn11.DataPropertyName = "Remark";
this.dataGridViewTextBoxColumn11.HeaderText = "备注";
this.dataGridViewTextBoxColumn11.Name = "dataGridViewTextBoxColumn11";
this.dataGridViewTextBoxColumn11.ReadOnly = true;
//
// dataGridViewTextBoxColumn12
//
this.dataGridViewTextBoxColumn12.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
this.dataGridViewTextBoxColumn12.DataPropertyName = "Remark";
this.dataGridViewTextBoxColumn12.HeaderText = "备注";
this.dataGridViewTextBoxColumn12.Name = "dataGridViewTextBoxColumn12";
//
// frmInstrumentRegistration
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1283, 587);
this.Controls.Add(this.dgvInstrument);
this.Controls.Add(this.panel1);
this.Controls.Add(this.dgvInstrumentType);
this.Controls.Add(this.toolStrip1);
this.Name = "frmInstrumentRegistration";
this.ShowIcon = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "仪器、设备使用(维护)登记";
this.Load += new System.EventHandler(this.frmInstrumentRegistration_Load);
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvInstrumentType)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dgvInstrument)).EndInit();
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dtpOperatorTime)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
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 System.Windows.Forms.ToolStripButton tsbSave;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripButton tsbExit;
private System.Windows.Forms.ToolStripButton toolStripButton1;
private System.Windows.Forms.ToolStrip toolStrip1;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator6;
private DevComponents.DotNetBar.Controls.DataGridViewX dgvInstrument;
private System.Windows.Forms.Panel panel1;
public System.Windows.Forms.ComboBox cboIntact;
public System.Windows.Forms.ComboBox cboPerformance;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn10;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn11;
private DevComponents.DotNetBar.Controls.TextBoxX cboNumbers;
private DevComponents.DotNetBar.Controls.TextBoxX cboName;
private DevComponents.Editors.DateTimeAdv.DateTimeInput dtpOperatorTime;
private DevComponents.DotNetBar.Controls.TextBoxX txtRemark;
private DevComponents.DotNetBar.Controls.TextBoxX txtOperatorName;
private System.Windows.Forms.DataGridViewTextBoxColumn IRName;
private System.Windows.Forms.DataGridViewTextBoxColumn IRNumber;
private DevComponents.DotNetBar.Controls.DataGridViewX dgvInstrumentType;
private System.Windows.Forms.ToolStripButton tspPrint;
public System.Windows.Forms.ComboBox cboClean;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn12;
private System.Windows.Forms.DataGridViewTextBoxColumn Id;
private System.Windows.Forms.DataGridViewTextBoxColumn Index;
private System.Windows.Forms.DataGridViewTextBoxColumn irnanme;
private System.Windows.Forms.DataGridViewTextBoxColumn numbers;
private System.Windows.Forms.DataGridViewTextBoxColumn Performance;
private System.Windows.Forms.DataGridViewTextBoxColumn Intact;
private System.Windows.Forms.DataGridViewTextBoxColumn IsClean;
private System.Windows.Forms.DataGridViewTextBoxColumn OperatorName;
private System.Windows.Forms.DataGridViewTextBoxColumn OperatorTime;
private System.Windows.Forms.DataGridViewTextBoxColumn Remark;
}
}