AIMS/AIMSControls/OperationAanesthesia/frmFactEventsNew.Designer.cs
2023-08-30 22:49:16 +08:00

614 lines
34 KiB
C#

namespace AIMS.PublicUI.UI
{
partial class frmFactEventsNew
{
/// <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();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
this.panel2 = new System.Windows.Forms.Panel();
this.txtQuery = new DevComponents.DotNetBar.Controls.TextBoxX();
this.labelX2 = new DevComponents.DotNetBar.LabelX();
this.btnDelete = new DevComponents.DotNetBar.ButtonX();
this.btnTypeManager = new DevComponents.DotNetBar.ButtonX();
this.btnAdd = new DevComponents.DotNetBar.ButtonX();
this.btnSave = new DevComponents.DotNetBar.ButtonX();
this.dgvEvents = new DevComponents.DotNetBar.Controls.DataGridViewX();
this.panel1 = new System.Windows.Forms.Panel();
this.TabSelEvents = new DevComponents.DotNetBar.SuperTabControl();
this.superTabControlPanel1 = new DevComponents.DotNetBar.SuperTabControlPanel();
this.tab1 = new DevComponents.DotNetBar.SuperTabItem();
this.superTabControlPanel8 = new DevComponents.DotNetBar.SuperTabControlPanel();
this.superTabControlPanel7 = new DevComponents.DotNetBar.SuperTabControlPanel();
this.superTabControlPanel6 = new DevComponents.DotNetBar.SuperTabControlPanel();
this.superTabControlPanel5 = new DevComponents.DotNetBar.SuperTabControlPanel();
this.superTabControlPanel4 = new DevComponents.DotNetBar.SuperTabControlPanel();
this.superTabControlPanel3 = new DevComponents.DotNetBar.SuperTabControlPanel();
this.superTabControlPanel2 = new DevComponents.DotNetBar.SuperTabControlPanel();
this.AnesPanel = new DevComponents.DotNetBar.SuperTabControlPanel();
this.DrugsPanel = new DevComponents.DotNetBar.SuperTabControlPanel();
this.XuePanel = new DevComponents.DotNetBar.SuperTabControlPanel();
this.SapPanel = new DevComponents.DotNetBar.SuperTabControlPanel();
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.dataGridViewComboEditTipBoxColumn1 = new AIMS.PublicUI.UI.DataGridViewComboEditTipBoxColumn();
this.dataGridViewComboEditBoxColumn1 = new AIMS.PublicUI.UI.DataGridViewComboEditBoxColumn();
this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.TypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.EventName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.BeginTime = new DevComponents.DotNetBar.Controls.DataGridViewDateTimeInputColumn();
this.Continue = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.EndTime = new DevComponents.DotNetBar.Controls.DataGridViewDateTimeInputColumn();
this.EventValue = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Remark = new AIMS.PublicUI.UI.DataGridViewComboEditTipBoxColumn();
this.panel2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvEvents)).BeginInit();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.TabSelEvents)).BeginInit();
this.TabSelEvents.SuspendLayout();
this.SuspendLayout();
//
// panel2
//
this.panel2.BackColor = System.Drawing.Color.White;
this.panel2.Controls.Add(this.txtQuery);
this.panel2.Controls.Add(this.labelX2);
this.panel2.Controls.Add(this.btnDelete);
this.panel2.Controls.Add(this.btnTypeManager);
this.panel2.Controls.Add(this.btnAdd);
this.panel2.Controls.Add(this.btnSave);
this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
this.panel2.Location = new System.Drawing.Point(0, 0);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(1184, 42);
this.panel2.TabIndex = 0;
//
// txtQuery
//
//
//
//
this.txtQuery.Border.Class = "TextBoxBorder";
this.txtQuery.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.txtQuery.Font = new System.Drawing.Font("微软雅黑", 13F);
this.txtQuery.Location = new System.Drawing.Point(131, 11);
this.txtQuery.Name = "txtQuery";
this.txtQuery.PreventEnterBeep = true;
this.txtQuery.Size = new System.Drawing.Size(135, 30);
this.txtQuery.TabIndex = 4;
this.txtQuery.Click += new System.EventHandler(this.txtQuery_Click);
this.txtQuery.TextChanged += new System.EventHandler(this.textBoxX1_TextChanged);
//
// labelX2
//
//
//
//
this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.labelX2.Font = new System.Drawing.Font("微软雅黑", 13.5F);
this.labelX2.Location = new System.Drawing.Point(10, 11);
this.labelX2.Name = "labelX2";
this.labelX2.Size = new System.Drawing.Size(120, 30);
this.labelX2.TabIndex = 3;
this.labelX2.Text = "事件快速检索";
//
// btnDelete
//
this.btnDelete.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnDelete.Location = new System.Drawing.Point(861, 6);
this.btnDelete.Name = "btnDelete";
this.btnDelete.Size = new System.Drawing.Size(106, 30);
this.btnDelete.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.btnDelete.TabIndex = 2;
this.btnDelete.Text = "删除";
this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
//
// btnTypeManager
//
this.btnTypeManager.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnTypeManager.Location = new System.Drawing.Point(723, 6);
this.btnTypeManager.Name = "btnTypeManager";
this.btnTypeManager.Size = new System.Drawing.Size(132, 30);
this.btnTypeManager.TabIndex = 1;
this.btnTypeManager.Text = "事件类别维护";
this.btnTypeManager.Visible = false;
this.btnTypeManager.Click += new System.EventHandler(this.btnTypeManager_Click);
//
// btnAdd
//
this.btnAdd.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnAdd.Enabled = false;
this.btnAdd.Location = new System.Drawing.Point(585, 6);
this.btnAdd.Name = "btnAdd";
this.btnAdd.Size = new System.Drawing.Size(132, 30);
this.btnAdd.TabIndex = 1;
this.btnAdd.Text = "增加为新事件";
this.btnAdd.Visible = false;
this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
//
// btnSave
//
this.btnSave.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnSave.Location = new System.Drawing.Point(973, 6);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(106, 30);
this.btnSave.TabIndex = 1;
this.btnSave.Text = "保存";
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
//
// dgvEvents
//
this.dgvEvents.AllowUserToResizeColumns = false;
this.dgvEvents.AllowUserToResizeRows = false;
dataGridViewCellStyle1.BackColor = System.Drawing.Color.MintCream;
this.dgvEvents.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
this.dgvEvents.BackgroundColor = System.Drawing.Color.White;
this.dgvEvents.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.WindowText;
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgvEvents.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
this.dgvEvents.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvEvents.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.TypeName,
this.EventName,
this.BeginTime,
this.Continue,
this.EndTime,
this.EventValue,
this.Remark});
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.WindowText;
dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dgvEvents.DefaultCellStyle = dataGridViewCellStyle3;
this.dgvEvents.Dock = System.Windows.Forms.DockStyle.Right;
this.dgvEvents.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
this.dgvEvents.EnableHeadersVisualStyles = false;
this.dgvEvents.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
this.dgvEvents.Location = new System.Drawing.Point(352, 42);
this.dgvEvents.Name = "dgvEvents";
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle4.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgvEvents.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
this.dgvEvents.RowHeadersVisible = false;
this.dgvEvents.RowTemplate.Height = 23;
this.dgvEvents.ShowCellErrors = false;
this.dgvEvents.Size = new System.Drawing.Size(832, 519);
this.dgvEvents.TabIndex = 3;
this.dgvEvents.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvEvents_CellClick);
this.dgvEvents.CurrentCellDirtyStateChanged += new System.EventHandler(this.dgvEvents_CurrentCellDirtyStateChanged);
this.dgvEvents.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.dgvEvents_DataError);
this.dgvEvents.EditingControlShowing += new System.Windows.Forms.DataGridViewEditingControlShowingEventHandler(this.dgvEvents_EditingControlShowing);
this.dgvEvents.RowsAdded += new System.Windows.Forms.DataGridViewRowsAddedEventHandler(this.dgvEvents_RowsAdded);
//
// panel1
//
this.panel1.BackColor = System.Drawing.Color.PaleTurquoise;
this.panel1.Controls.Add(this.TabSelEvents);
this.panel1.Controls.Add(this.dgvEvents);
this.panel1.Controls.Add(this.panel2);
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
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, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(1184, 561);
this.panel1.TabIndex = 0;
//
// TabSelEvents
//
//
//
//
//
//
//
this.TabSelEvents.ControlBox.CloseBox.Name = "";
//
//
//
this.TabSelEvents.ControlBox.MenuBox.Name = "";
this.TabSelEvents.ControlBox.Name = "";
this.TabSelEvents.ControlBox.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
this.TabSelEvents.ControlBox.MenuBox,
this.TabSelEvents.ControlBox.CloseBox});
this.TabSelEvents.Controls.Add(this.superTabControlPanel1);
this.TabSelEvents.Controls.Add(this.superTabControlPanel8);
this.TabSelEvents.Controls.Add(this.superTabControlPanel7);
this.TabSelEvents.Controls.Add(this.superTabControlPanel6);
this.TabSelEvents.Controls.Add(this.superTabControlPanel5);
this.TabSelEvents.Controls.Add(this.superTabControlPanel4);
this.TabSelEvents.Controls.Add(this.superTabControlPanel3);
this.TabSelEvents.Controls.Add(this.superTabControlPanel2);
this.TabSelEvents.Controls.Add(this.AnesPanel);
this.TabSelEvents.Controls.Add(this.DrugsPanel);
this.TabSelEvents.Controls.Add(this.XuePanel);
this.TabSelEvents.Controls.Add(this.SapPanel);
this.TabSelEvents.Dock = System.Windows.Forms.DockStyle.Fill;
this.TabSelEvents.Location = new System.Drawing.Point(0, 42);
this.TabSelEvents.Name = "TabSelEvents";
this.TabSelEvents.ReorderTabsEnabled = true;
this.TabSelEvents.SelectedTabFont = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold);
this.TabSelEvents.SelectedTabIndex = 0;
this.TabSelEvents.Size = new System.Drawing.Size(352, 519);
this.TabSelEvents.TabAlignment = DevComponents.DotNetBar.eTabStripAlignment.Left;
this.TabSelEvents.TabFont = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.TabSelEvents.TabIndex = 4;
this.TabSelEvents.Tabs.AddRange(new DevComponents.DotNetBar.BaseItem[] {
this.tab1});
this.TabSelEvents.TabStyle = DevComponents.DotNetBar.eSuperTabStyle.Office2010BackstageBlue;
this.TabSelEvents.Text = "常用事件";
this.TabSelEvents.SelectedTabChanged += new System.EventHandler<DevComponents.DotNetBar.SuperTabStripSelectedTabChangedEventArgs>(this.TabSelEvents_SelectedTabChanged_1);
//
// superTabControlPanel1
//
this.superTabControlPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.superTabControlPanel1.Location = new System.Drawing.Point(42, 0);
this.superTabControlPanel1.Name = "superTabControlPanel1";
this.superTabControlPanel1.Size = new System.Drawing.Size(310, 519);
this.superTabControlPanel1.TabIndex = 0;
this.superTabControlPanel1.TabItem = this.tab1;
//
// tab1
//
this.tab1.AttachedControl = this.superTabControlPanel1;
this.tab1.GlobalItem = false;
this.tab1.Name = "tab1";
this.tab1.SymbolColor = System.Drawing.Color.White;
this.tab1.Text = "常\r\n用\r\n事\r\n件";
//
// superTabControlPanel8
//
this.superTabControlPanel8.Dock = System.Windows.Forms.DockStyle.Fill;
this.superTabControlPanel8.Location = new System.Drawing.Point(42, 0);
this.superTabControlPanel8.Name = "superTabControlPanel8";
this.superTabControlPanel8.Size = new System.Drawing.Size(310, 519);
this.superTabControlPanel8.TabIndex = 0;
//
// superTabControlPanel7
//
this.superTabControlPanel7.Dock = System.Windows.Forms.DockStyle.Fill;
this.superTabControlPanel7.Location = new System.Drawing.Point(42, 0);
this.superTabControlPanel7.Name = "superTabControlPanel7";
this.superTabControlPanel7.Size = new System.Drawing.Size(310, 519);
this.superTabControlPanel7.TabIndex = 0;
//
// superTabControlPanel6
//
this.superTabControlPanel6.Dock = System.Windows.Forms.DockStyle.Fill;
this.superTabControlPanel6.Location = new System.Drawing.Point(42, 0);
this.superTabControlPanel6.Name = "superTabControlPanel6";
this.superTabControlPanel6.Size = new System.Drawing.Size(310, 519);
this.superTabControlPanel6.TabIndex = 0;
//
// superTabControlPanel5
//
this.superTabControlPanel5.Dock = System.Windows.Forms.DockStyle.Fill;
this.superTabControlPanel5.Location = new System.Drawing.Point(42, 0);
this.superTabControlPanel5.Name = "superTabControlPanel5";
this.superTabControlPanel5.Size = new System.Drawing.Size(310, 519);
this.superTabControlPanel5.TabIndex = 0;
//
// superTabControlPanel4
//
this.superTabControlPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
this.superTabControlPanel4.Location = new System.Drawing.Point(42, 0);
this.superTabControlPanel4.Name = "superTabControlPanel4";
this.superTabControlPanel4.Size = new System.Drawing.Size(310, 519);
this.superTabControlPanel4.TabIndex = 0;
//
// superTabControlPanel3
//
this.superTabControlPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
this.superTabControlPanel3.Location = new System.Drawing.Point(42, 0);
this.superTabControlPanel3.Name = "superTabControlPanel3";
this.superTabControlPanel3.Size = new System.Drawing.Size(310, 519);
this.superTabControlPanel3.TabIndex = 0;
//
// superTabControlPanel2
//
this.superTabControlPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.superTabControlPanel2.Location = new System.Drawing.Point(42, 0);
this.superTabControlPanel2.Name = "superTabControlPanel2";
this.superTabControlPanel2.Size = new System.Drawing.Size(310, 519);
this.superTabControlPanel2.TabIndex = 0;
//
// AnesPanel
//
this.AnesPanel.Dock = System.Windows.Forms.DockStyle.Fill;
this.AnesPanel.Location = new System.Drawing.Point(42, 0);
this.AnesPanel.Name = "AnesPanel";
this.AnesPanel.Size = new System.Drawing.Size(310, 519);
this.AnesPanel.TabIndex = 0;
//
// DrugsPanel
//
this.DrugsPanel.Dock = System.Windows.Forms.DockStyle.Fill;
this.DrugsPanel.Location = new System.Drawing.Point(42, 0);
this.DrugsPanel.Name = "DrugsPanel";
this.DrugsPanel.Size = new System.Drawing.Size(310, 519);
this.DrugsPanel.TabIndex = 1;
this.DrugsPanel.Text = " ";
//
// XuePanel
//
this.XuePanel.Dock = System.Windows.Forms.DockStyle.Fill;
this.XuePanel.Location = new System.Drawing.Point(42, 0);
this.XuePanel.Name = "XuePanel";
this.XuePanel.Size = new System.Drawing.Size(310, 519);
this.XuePanel.TabIndex = 0;
this.XuePanel.Text = " ";
//
// SapPanel
//
this.SapPanel.Dock = System.Windows.Forms.DockStyle.Fill;
this.SapPanel.Location = new System.Drawing.Point(42, 0);
this.SapPanel.Name = "SapPanel";
this.SapPanel.Size = new System.Drawing.Size(310, 519);
this.SapPanel.TabIndex = 0;
this.SapPanel.Text = " ";
//
// dataGridViewTextBoxColumn1
//
this.dataGridViewTextBoxColumn1.HeaderText = "类型";
this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
this.dataGridViewTextBoxColumn1.Visible = false;
this.dataGridViewTextBoxColumn1.Width = 60;
//
// dataGridViewTextBoxColumn2
//
this.dataGridViewTextBoxColumn2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
this.dataGridViewTextBoxColumn2.HeaderText = "事件名称";
this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
//
// dataGridViewTextBoxColumn3
//
this.dataGridViewTextBoxColumn3.HeaderText = "持续";
this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
this.dataGridViewTextBoxColumn3.Width = 60;
//
// dataGridViewTextBoxColumn4
//
this.dataGridViewTextBoxColumn4.HeaderText = "值";
this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
this.dataGridViewTextBoxColumn4.Width = 200;
//
// dataGridViewComboEditTipBoxColumn1
//
this.dataGridViewComboEditTipBoxColumn1.AutoComplete = false;
this.dataGridViewComboEditTipBoxColumn1.DisplayStyle = System.Windows.Forms.DataGridViewComboBoxDisplayStyle.ComboBox;
this.dataGridViewComboEditTipBoxColumn1.HeaderText = "备注";
this.dataGridViewComboEditTipBoxColumn1.Name = "dataGridViewComboEditTipBoxColumn1";
this.dataGridViewComboEditTipBoxColumn1.Resizable = System.Windows.Forms.DataGridViewTriState.True;
this.dataGridViewComboEditTipBoxColumn1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
this.dataGridViewComboEditTipBoxColumn1.Width = 235;
//
// dataGridViewComboEditBoxColumn1
//
this.dataGridViewComboEditBoxColumn1.DisplayStyle = System.Windows.Forms.DataGridViewComboBoxDisplayStyle.Nothing;
this.dataGridViewComboEditBoxColumn1.HeaderText = "备注";
this.dataGridViewComboEditBoxColumn1.Name = "dataGridViewComboEditBoxColumn1";
this.dataGridViewComboEditBoxColumn1.Resizable = System.Windows.Forms.DataGridViewTriState.True;
this.dataGridViewComboEditBoxColumn1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
this.dataGridViewComboEditBoxColumn1.Width = 235;
//
// dataGridViewTextBoxColumn5
//
this.dataGridViewTextBoxColumn5.HeaderText = "备注";
this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
this.dataGridViewTextBoxColumn5.Width = 200;
//
// TypeName
//
this.TypeName.HeaderText = "类型";
this.TypeName.Name = "TypeName";
this.TypeName.Visible = false;
this.TypeName.Width = 60;
//
// EventName
//
this.EventName.HeaderText = "事件名称";
this.EventName.Name = "EventName";
this.EventName.Width = 290;
//
// BeginTime
//
this.BeginTime.AutoAdvance = true;
//
//
//
this.BeginTime.BackgroundStyle.BackColor = System.Drawing.SystemColors.Window;
this.BeginTime.BackgroundStyle.Class = "DataGridViewDateTimeBorder";
this.BeginTime.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.BeginTime.BackgroundStyle.TextColor = System.Drawing.SystemColors.WindowText;
this.BeginTime.ButtonDropDown.Visible = true;
this.BeginTime.Format = DevComponents.Editors.eDateTimePickerFormat.ShortTime;
this.BeginTime.HeaderText = "开始时间";
this.BeginTime.InputHorizontalAlignment = DevComponents.Editors.eHorizontalAlignment.Left;
//
//
//
//
//
//
this.BeginTime.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.BeginTime.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1);
//
//
//
this.BeginTime.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.BeginTime.MonthCalendar.DisplayMonth = new System.DateTime(2018, 1, 1, 0, 0, 0, 0);
this.BeginTime.MonthCalendar.FirstDayOfWeek = System.DayOfWeek.Monday;
//
//
//
this.BeginTime.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.BeginTime.MonthCalendar.Visible = false;
this.BeginTime.Name = "BeginTime";
this.BeginTime.Resizable = System.Windows.Forms.DataGridViewTriState.False;
this.BeginTime.Width = 90;
//
// Continue
//
this.Continue.HeaderText = "持续";
this.Continue.Name = "Continue";
this.Continue.Width = 60;
//
// EndTime
//
this.EndTime.AutoAdvance = true;
//
//
//
this.EndTime.BackgroundStyle.BackColor = System.Drawing.SystemColors.Window;
this.EndTime.BackgroundStyle.Class = "DataGridViewDateTimeBorder";
this.EndTime.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.EndTime.BackgroundStyle.TextColor = System.Drawing.SystemColors.WindowText;
this.EndTime.ButtonDropDown.Visible = true;
this.EndTime.Format = DevComponents.Editors.eDateTimePickerFormat.ShortTime;
this.EndTime.HeaderText = "结束时间";
this.EndTime.InputHorizontalAlignment = DevComponents.Editors.eHorizontalAlignment.Left;
//
//
//
//
//
//
this.EndTime.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.EndTime.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1);
//
//
//
this.EndTime.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.EndTime.MonthCalendar.DisplayMonth = new System.DateTime(2018, 1, 1, 0, 0, 0, 0);
this.EndTime.MonthCalendar.FirstDayOfWeek = System.DayOfWeek.Monday;
//
//
//
this.EndTime.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.EndTime.MonthCalendar.Visible = false;
this.EndTime.Name = "EndTime";
this.EndTime.Resizable = System.Windows.Forms.DataGridViewTriState.False;
this.EndTime.Width = 90;
//
// EventValue
//
this.EventValue.HeaderText = "值";
this.EventValue.Name = "EventValue";
this.EventValue.Width = 65;
//
// Remark
//
this.Remark.DisplayStyle = System.Windows.Forms.DataGridViewComboBoxDisplayStyle.ComboBox;
this.Remark.HeaderText = "备注";
this.Remark.Name = "Remark";
this.Remark.Resizable = System.Windows.Forms.DataGridViewTriState.True;
this.Remark.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
this.Remark.Width = 235;
//
// frmFactEventsNew
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1184, 561);
this.Controls.Add(this.panel1);
this.DoubleBuffered = true;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "frmFactEventsNew";
this.ShowIcon = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "事件管理";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmFactEventsNew_FormClosing);
this.Load += new System.EventHandler(this.frmFactEventsNew_Load);
this.panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgvEvents)).EndInit();
this.panel1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.TabSelEvents)).EndInit();
this.TabSelEvents.ResumeLayout(false);
this.ResumeLayout(false);
}
#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.Panel panel2;
private DevComponents.DotNetBar.Controls.TextBoxX txtQuery;
private DevComponents.DotNetBar.LabelX labelX2;
private DevComponents.DotNetBar.ButtonX btnDelete;
private DevComponents.DotNetBar.ButtonX btnAdd;
private DevComponents.DotNetBar.ButtonX btnSave;
private DevComponents.DotNetBar.Controls.DataGridViewX dgvEvents;
private System.Windows.Forms.Panel panel1;
private DevComponents.DotNetBar.ButtonX btnTypeManager;
private DevComponents.DotNetBar.SuperTabControl TabSelEvents;
private DevComponents.DotNetBar.SuperTabControlPanel superTabControlPanel1;
private DevComponents.DotNetBar.SuperTabItem tab1;
private DevComponents.DotNetBar.SuperTabControlPanel superTabControlPanel8;
private DevComponents.DotNetBar.SuperTabControlPanel superTabControlPanel7;
private DevComponents.DotNetBar.SuperTabControlPanel superTabControlPanel6;
private DevComponents.DotNetBar.SuperTabControlPanel superTabControlPanel5;
private DevComponents.DotNetBar.SuperTabControlPanel superTabControlPanel4;
private DevComponents.DotNetBar.SuperTabControlPanel superTabControlPanel3;
private DevComponents.DotNetBar.SuperTabControlPanel superTabControlPanel2;
private DevComponents.DotNetBar.SuperTabControlPanel AnesPanel;
private DevComponents.DotNetBar.SuperTabControlPanel DrugsPanel;
private DevComponents.DotNetBar.SuperTabControlPanel XuePanel;
private DevComponents.DotNetBar.SuperTabControlPanel SapPanel;
private DataGridViewComboEditBoxColumn dataGridViewComboEditBoxColumn1;
private DataGridViewComboEditTipBoxColumn dataGridViewComboEditTipBoxColumn1;
private System.Windows.Forms.DataGridViewTextBoxColumn TypeName;
private System.Windows.Forms.DataGridViewTextBoxColumn EventName;
private DevComponents.DotNetBar.Controls.DataGridViewDateTimeInputColumn BeginTime;
private System.Windows.Forms.DataGridViewTextBoxColumn Continue;
private DevComponents.DotNetBar.Controls.DataGridViewDateTimeInputColumn EndTime;
private System.Windows.Forms.DataGridViewTextBoxColumn EventValue;
private DataGridViewComboEditTipBoxColumn Remark;
}
}