771 lines
45 KiB
C#
771 lines
45 KiB
C#
namespace AIMS.OperationAanesthesia
|
|
{
|
|
partial class frmOperationInfoNew2
|
|
{
|
|
/// <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(frmOperationInfoNew2));
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|
this.panelOpeDate = new System.Windows.Forms.Panel();
|
|
this.panel5 = new System.Windows.Forms.Panel();
|
|
this.txtruleNurse = new System.Windows.Forms.ComboBox();
|
|
this.txtexperts = new System.Windows.Forms.ComboBox();
|
|
this.txtruleAnesthesiaDoctor = new System.Windows.Forms.ComboBox();
|
|
this.label9 = new System.Windows.Forms.Label();
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.dtpInstrumentNurseSucceed = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
|
|
this.dtpTourNurseSucceed = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
|
|
this.dtpAnesthesiaByDoctor = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
|
|
this.label26 = new System.Windows.Forms.Label();
|
|
this.label28 = new System.Windows.Forms.Label();
|
|
this.label27 = new System.Windows.Forms.Label();
|
|
this.label49 = new System.Windows.Forms.Label();
|
|
this.label50 = new System.Windows.Forms.Label();
|
|
this.label51 = new System.Windows.Forms.Label();
|
|
this.txtAnesthesiaByDoctor = new DevComponents.DotNetBar.Controls.TextBoxX();
|
|
this.txtTourNurseSucceed = new DevComponents.DotNetBar.Controls.TextBoxX();
|
|
this.txtInstrumentNurseSucceed = new DevComponents.DotNetBar.Controls.TextBoxX();
|
|
this.label19 = new System.Windows.Forms.Label();
|
|
this.txtOperationCut = new System.Windows.Forms.ComboBox();
|
|
this.cboOperationLevel = new System.Windows.Forms.ComboBox();
|
|
this.label20 = new System.Windows.Forms.Label();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.groupBox8 = new System.Windows.Forms.GroupBox();
|
|
this.lblIsCompound = new System.Windows.Forms.Label();
|
|
this.txtCause = new DevComponents.DotNetBar.Controls.TextBoxX();
|
|
this.rdoNo = new System.Windows.Forms.RadioButton();
|
|
this.txtAnaesthesiaMethod = new DevComponents.DotNetBar.Controls.TextBoxX();
|
|
this.dtpTime = new System.Windows.Forms.DateTimePicker();
|
|
this.label15 = new System.Windows.Forms.Label();
|
|
this.rdoYes = new System.Windows.Forms.RadioButton();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.label10 = new System.Windows.Forms.Label();
|
|
this.label16 = new System.Windows.Forms.Label();
|
|
this.groupBox2.SuspendLayout();
|
|
this.panelOpeDate.SuspendLayout();
|
|
this.panel5.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.dtpInstrumentNurseSucceed)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.dtpTourNurseSucceed)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.dtpAnesthesiaByDoctor)).BeginInit();
|
|
this.panel1.SuspendLayout();
|
|
this.groupBox8.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// groupBox2
|
|
//
|
|
this.groupBox2.BackColor = System.Drawing.Color.White;
|
|
this.groupBox2.Controls.Add(this.panelOpeDate);
|
|
this.groupBox2.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Bold);
|
|
this.groupBox2.Location = new System.Drawing.Point(0, 0);
|
|
this.groupBox2.Name = "groupBox2";
|
|
this.groupBox2.Size = new System.Drawing.Size(555, 275);
|
|
this.groupBox2.TabIndex = 1;
|
|
this.groupBox2.TabStop = false;
|
|
this.groupBox2.Text = "手术信息";
|
|
//
|
|
// panelOpeDate
|
|
//
|
|
this.panelOpeDate.BackColor = System.Drawing.Color.White;
|
|
this.panelOpeDate.Controls.Add(this.panel5);
|
|
this.panelOpeDate.Controls.Add(this.label19);
|
|
this.panelOpeDate.Controls.Add(this.txtOperationCut);
|
|
this.panelOpeDate.Controls.Add(this.cboOperationLevel);
|
|
this.panelOpeDate.Controls.Add(this.label20);
|
|
this.panelOpeDate.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panelOpeDate.Location = new System.Drawing.Point(3, 21);
|
|
this.panelOpeDate.Name = "panelOpeDate";
|
|
this.panelOpeDate.Size = new System.Drawing.Size(549, 251);
|
|
this.panelOpeDate.TabIndex = 728;
|
|
//
|
|
// panel5
|
|
//
|
|
this.panel5.Controls.Add(this.txtruleNurse);
|
|
this.panel5.Controls.Add(this.txtexperts);
|
|
this.panel5.Controls.Add(this.txtruleAnesthesiaDoctor);
|
|
this.panel5.Controls.Add(this.label9);
|
|
this.panel5.Controls.Add(this.label8);
|
|
this.panel5.Controls.Add(this.label7);
|
|
this.panel5.Controls.Add(this.dtpInstrumentNurseSucceed);
|
|
this.panel5.Controls.Add(this.dtpTourNurseSucceed);
|
|
this.panel5.Controls.Add(this.dtpAnesthesiaByDoctor);
|
|
this.panel5.Controls.Add(this.label26);
|
|
this.panel5.Controls.Add(this.label28);
|
|
this.panel5.Controls.Add(this.label27);
|
|
this.panel5.Controls.Add(this.label49);
|
|
this.panel5.Controls.Add(this.label50);
|
|
this.panel5.Controls.Add(this.label51);
|
|
this.panel5.Controls.Add(this.txtAnesthesiaByDoctor);
|
|
this.panel5.Controls.Add(this.txtTourNurseSucceed);
|
|
this.panel5.Controls.Add(this.txtInstrumentNurseSucceed);
|
|
this.panel5.Font = new System.Drawing.Font("微软雅黑", 9.75F);
|
|
this.panel5.Location = new System.Drawing.Point(10, 38);
|
|
this.panel5.Name = "panel5";
|
|
this.panel5.Size = new System.Drawing.Size(533, 200);
|
|
this.panel5.TabIndex = 874;
|
|
//
|
|
// txtruleNurse
|
|
//
|
|
this.txtruleNurse.Font = new System.Drawing.Font("微软雅黑", 10.5F);
|
|
this.txtruleNurse.Location = new System.Drawing.Point(84, 165);
|
|
this.txtruleNurse.Name = "txtruleNurse";
|
|
this.txtruleNurse.Size = new System.Drawing.Size(140, 28);
|
|
this.txtruleNurse.TabIndex = 856;
|
|
this.txtruleNurse.TextUpdate += new System.EventHandler(this.txtruleNurse_TextUpdate);
|
|
//
|
|
// txtexperts
|
|
//
|
|
this.txtexperts.Font = new System.Drawing.Font("微软雅黑", 10.5F);
|
|
this.txtexperts.Location = new System.Drawing.Point(84, 93);
|
|
this.txtexperts.Name = "txtexperts";
|
|
this.txtexperts.Size = new System.Drawing.Size(140, 28);
|
|
this.txtexperts.TabIndex = 856;
|
|
this.txtexperts.TextUpdate += new System.EventHandler(this.txtexperts_TextUpdate);
|
|
//
|
|
// txtruleAnesthesiaDoctor
|
|
//
|
|
this.txtruleAnesthesiaDoctor.Font = new System.Drawing.Font("微软雅黑", 10.5F);
|
|
this.txtruleAnesthesiaDoctor.Location = new System.Drawing.Point(107, 129);
|
|
this.txtruleAnesthesiaDoctor.Name = "txtruleAnesthesiaDoctor";
|
|
this.txtruleAnesthesiaDoctor.Size = new System.Drawing.Size(140, 28);
|
|
this.txtruleAnesthesiaDoctor.TabIndex = 856;
|
|
this.txtruleAnesthesiaDoctor.TextUpdate += new System.EventHandler(this.cboODepartment_TextUpdate);
|
|
//
|
|
// label9
|
|
//
|
|
this.label9.AutoSize = true;
|
|
this.label9.Font = new System.Drawing.Font("微软雅黑", 10.5F);
|
|
this.label9.Location = new System.Drawing.Point(9, 166);
|
|
this.label9.Name = "label9";
|
|
this.label9.Size = new System.Drawing.Size(65, 20);
|
|
this.label9.TabIndex = 855;
|
|
this.label9.Text = "规培护士";
|
|
//
|
|
// label8
|
|
//
|
|
this.label8.AutoSize = true;
|
|
this.label8.Font = new System.Drawing.Font("微软雅黑", 10.5F);
|
|
this.label8.Location = new System.Drawing.Point(9, 134);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(93, 20);
|
|
this.label8.TabIndex = 855;
|
|
this.label8.Text = "规培麻醉医生";
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.AutoSize = true;
|
|
this.label7.Font = new System.Drawing.Font("微软雅黑", 10.5F);
|
|
this.label7.Location = new System.Drawing.Point(9, 102);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(65, 20);
|
|
this.label7.TabIndex = 855;
|
|
this.label7.Text = "外请专家";
|
|
//
|
|
// dtpInstrumentNurseSucceed
|
|
//
|
|
this.dtpInstrumentNurseSucceed.AutoAdvance = true;
|
|
//
|
|
//
|
|
//
|
|
this.dtpInstrumentNurseSucceed.BackgroundStyle.Class = "DateTimeInputBackground";
|
|
this.dtpInstrumentNurseSucceed.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
this.dtpInstrumentNurseSucceed.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
|
|
this.dtpInstrumentNurseSucceed.CustomFormat = " ";
|
|
this.dtpInstrumentNurseSucceed.FocusHighlightColor = System.Drawing.Color.White;
|
|
this.dtpInstrumentNurseSucceed.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
this.dtpInstrumentNurseSucceed.Format = DevComponents.Editors.eDateTimePickerFormat.Custom;
|
|
this.dtpInstrumentNurseSucceed.InputHorizontalAlignment = DevComponents.Editors.eHorizontalAlignment.Center;
|
|
this.dtpInstrumentNurseSucceed.IsPopupCalendarOpen = false;
|
|
this.dtpInstrumentNurseSucceed.Location = new System.Drawing.Point(320, 63);
|
|
this.dtpInstrumentNurseSucceed.Margin = new System.Windows.Forms.Padding(6, 0, 6, 6);
|
|
//
|
|
//
|
|
//
|
|
//
|
|
//
|
|
//
|
|
this.dtpInstrumentNurseSucceed.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
this.dtpInstrumentNurseSucceed.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1);
|
|
this.dtpInstrumentNurseSucceed.MonthCalendar.ClearButtonVisible = true;
|
|
//
|
|
//
|
|
//
|
|
this.dtpInstrumentNurseSucceed.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
|
|
this.dtpInstrumentNurseSucceed.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
|
|
this.dtpInstrumentNurseSucceed.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
|
|
this.dtpInstrumentNurseSucceed.MonthCalendar.CommandsBackgroundStyle.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
|
this.dtpInstrumentNurseSucceed.MonthCalendar.CommandsBackgroundStyle.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
|
this.dtpInstrumentNurseSucceed.MonthCalendar.CommandsBackgroundStyle.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
|
this.dtpInstrumentNurseSucceed.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
|
this.dtpInstrumentNurseSucceed.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
|
|
this.dtpInstrumentNurseSucceed.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
|
|
this.dtpInstrumentNurseSucceed.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
this.dtpInstrumentNurseSucceed.MonthCalendar.DaySize = new System.Drawing.Size(20, 15);
|
|
this.dtpInstrumentNurseSucceed.MonthCalendar.DisplayMonth = new System.DateTime(2017, 11, 1, 0, 0, 0, 0);
|
|
this.dtpInstrumentNurseSucceed.MonthCalendar.FirstDayOfWeek = System.DayOfWeek.Monday;
|
|
//
|
|
//
|
|
//
|
|
this.dtpInstrumentNurseSucceed.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
|
|
this.dtpInstrumentNurseSucceed.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
|
|
this.dtpInstrumentNurseSucceed.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
|
|
this.dtpInstrumentNurseSucceed.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
this.dtpInstrumentNurseSucceed.Name = "dtpInstrumentNurseSucceed";
|
|
this.dtpInstrumentNurseSucceed.Size = new System.Drawing.Size(120, 23);
|
|
this.dtpInstrumentNurseSucceed.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
|
|
this.dtpInstrumentNurseSucceed.TabIndex = 851;
|
|
//
|
|
// dtpTourNurseSucceed
|
|
//
|
|
this.dtpTourNurseSucceed.AutoAdvance = true;
|
|
//
|
|
//
|
|
//
|
|
this.dtpTourNurseSucceed.BackgroundStyle.Class = "DateTimeInputBackground";
|
|
this.dtpTourNurseSucceed.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
this.dtpTourNurseSucceed.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
|
|
this.dtpTourNurseSucceed.CustomFormat = " ";
|
|
this.dtpTourNurseSucceed.FocusHighlightColor = System.Drawing.Color.White;
|
|
this.dtpTourNurseSucceed.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
this.dtpTourNurseSucceed.Format = DevComponents.Editors.eDateTimePickerFormat.Custom;
|
|
this.dtpTourNurseSucceed.InputHorizontalAlignment = DevComponents.Editors.eHorizontalAlignment.Center;
|
|
this.dtpTourNurseSucceed.IsPopupCalendarOpen = false;
|
|
this.dtpTourNurseSucceed.Location = new System.Drawing.Point(320, 34);
|
|
this.dtpTourNurseSucceed.Margin = new System.Windows.Forms.Padding(6, 0, 6, 6);
|
|
//
|
|
//
|
|
//
|
|
//
|
|
//
|
|
//
|
|
this.dtpTourNurseSucceed.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
this.dtpTourNurseSucceed.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1);
|
|
this.dtpTourNurseSucceed.MonthCalendar.ClearButtonVisible = true;
|
|
//
|
|
//
|
|
//
|
|
this.dtpTourNurseSucceed.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
|
|
this.dtpTourNurseSucceed.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
|
|
this.dtpTourNurseSucceed.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
|
|
this.dtpTourNurseSucceed.MonthCalendar.CommandsBackgroundStyle.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
|
this.dtpTourNurseSucceed.MonthCalendar.CommandsBackgroundStyle.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
|
this.dtpTourNurseSucceed.MonthCalendar.CommandsBackgroundStyle.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
|
this.dtpTourNurseSucceed.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
|
this.dtpTourNurseSucceed.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
|
|
this.dtpTourNurseSucceed.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
|
|
this.dtpTourNurseSucceed.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
this.dtpTourNurseSucceed.MonthCalendar.DaySize = new System.Drawing.Size(20, 15);
|
|
this.dtpTourNurseSucceed.MonthCalendar.DisplayMonth = new System.DateTime(2017, 11, 1, 0, 0, 0, 0);
|
|
this.dtpTourNurseSucceed.MonthCalendar.FirstDayOfWeek = System.DayOfWeek.Monday;
|
|
//
|
|
//
|
|
//
|
|
this.dtpTourNurseSucceed.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
|
|
this.dtpTourNurseSucceed.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
|
|
this.dtpTourNurseSucceed.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
|
|
this.dtpTourNurseSucceed.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
this.dtpTourNurseSucceed.Name = "dtpTourNurseSucceed";
|
|
this.dtpTourNurseSucceed.Size = new System.Drawing.Size(120, 23);
|
|
this.dtpTourNurseSucceed.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
|
|
this.dtpTourNurseSucceed.TabIndex = 852;
|
|
//
|
|
// dtpAnesthesiaByDoctor
|
|
//
|
|
this.dtpAnesthesiaByDoctor.AutoAdvance = true;
|
|
//
|
|
//
|
|
//
|
|
this.dtpAnesthesiaByDoctor.BackgroundStyle.Class = "DateTimeInputBackground";
|
|
this.dtpAnesthesiaByDoctor.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
this.dtpAnesthesiaByDoctor.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
|
|
this.dtpAnesthesiaByDoctor.CustomFormat = " ";
|
|
this.dtpAnesthesiaByDoctor.FocusHighlightColor = System.Drawing.Color.White;
|
|
this.dtpAnesthesiaByDoctor.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
this.dtpAnesthesiaByDoctor.Format = DevComponents.Editors.eDateTimePickerFormat.Custom;
|
|
this.dtpAnesthesiaByDoctor.InputHorizontalAlignment = DevComponents.Editors.eHorizontalAlignment.Center;
|
|
this.dtpAnesthesiaByDoctor.IsPopupCalendarOpen = false;
|
|
this.dtpAnesthesiaByDoctor.Location = new System.Drawing.Point(320, 5);
|
|
this.dtpAnesthesiaByDoctor.Margin = new System.Windows.Forms.Padding(6, 0, 6, 6);
|
|
//
|
|
//
|
|
//
|
|
//
|
|
//
|
|
//
|
|
this.dtpAnesthesiaByDoctor.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
this.dtpAnesthesiaByDoctor.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1);
|
|
this.dtpAnesthesiaByDoctor.MonthCalendar.ClearButtonVisible = true;
|
|
//
|
|
//
|
|
//
|
|
this.dtpAnesthesiaByDoctor.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
|
|
this.dtpAnesthesiaByDoctor.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
|
|
this.dtpAnesthesiaByDoctor.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
|
|
this.dtpAnesthesiaByDoctor.MonthCalendar.CommandsBackgroundStyle.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
|
this.dtpAnesthesiaByDoctor.MonthCalendar.CommandsBackgroundStyle.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
|
this.dtpAnesthesiaByDoctor.MonthCalendar.CommandsBackgroundStyle.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
|
this.dtpAnesthesiaByDoctor.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
|
this.dtpAnesthesiaByDoctor.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
|
|
this.dtpAnesthesiaByDoctor.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
|
|
this.dtpAnesthesiaByDoctor.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
this.dtpAnesthesiaByDoctor.MonthCalendar.DaySize = new System.Drawing.Size(20, 15);
|
|
this.dtpAnesthesiaByDoctor.MonthCalendar.DisplayMonth = new System.DateTime(2017, 11, 1, 0, 0, 0, 0);
|
|
this.dtpAnesthesiaByDoctor.MonthCalendar.FirstDayOfWeek = System.DayOfWeek.Monday;
|
|
//
|
|
//
|
|
//
|
|
this.dtpAnesthesiaByDoctor.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
|
|
this.dtpAnesthesiaByDoctor.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
|
|
this.dtpAnesthesiaByDoctor.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
|
|
this.dtpAnesthesiaByDoctor.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
this.dtpAnesthesiaByDoctor.Name = "dtpAnesthesiaByDoctor";
|
|
this.dtpAnesthesiaByDoctor.Size = new System.Drawing.Size(120, 23);
|
|
this.dtpAnesthesiaByDoctor.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
|
|
this.dtpAnesthesiaByDoctor.TabIndex = 853;
|
|
//
|
|
// label26
|
|
//
|
|
this.label26.AutoSize = true;
|
|
this.label26.Font = new System.Drawing.Font("微软雅黑", 10.5F);
|
|
this.label26.Location = new System.Drawing.Point(9, 38);
|
|
this.label26.Name = "label26";
|
|
this.label26.Size = new System.Drawing.Size(65, 20);
|
|
this.label26.TabIndex = 846;
|
|
this.label26.Text = "巡回接台";
|
|
//
|
|
// label28
|
|
//
|
|
this.label28.AutoSize = true;
|
|
this.label28.Font = new System.Drawing.Font("微软雅黑", 10.5F);
|
|
this.label28.Location = new System.Drawing.Point(9, 6);
|
|
this.label28.Name = "label28";
|
|
this.label28.Size = new System.Drawing.Size(65, 20);
|
|
this.label28.TabIndex = 844;
|
|
this.label28.Text = "麻醉接台";
|
|
//
|
|
// label27
|
|
//
|
|
this.label27.AutoSize = true;
|
|
this.label27.Font = new System.Drawing.Font("微软雅黑", 10.5F);
|
|
this.label27.Location = new System.Drawing.Point(9, 70);
|
|
this.label27.Name = "label27";
|
|
this.label27.Size = new System.Drawing.Size(65, 20);
|
|
this.label27.TabIndex = 845;
|
|
this.label27.Text = "器械接台";
|
|
//
|
|
// label49
|
|
//
|
|
this.label49.AutoSize = true;
|
|
this.label49.Font = new System.Drawing.Font("微软雅黑", 10.5F);
|
|
this.label49.Location = new System.Drawing.Point(251, 6);
|
|
this.label49.Name = "label49";
|
|
this.label49.Size = new System.Drawing.Size(65, 20);
|
|
this.label49.TabIndex = 846;
|
|
this.label49.Text = "接台时间";
|
|
//
|
|
// label50
|
|
//
|
|
this.label50.AutoSize = true;
|
|
this.label50.Font = new System.Drawing.Font("微软雅黑", 10.5F);
|
|
this.label50.Location = new System.Drawing.Point(251, 35);
|
|
this.label50.Name = "label50";
|
|
this.label50.Size = new System.Drawing.Size(65, 20);
|
|
this.label50.TabIndex = 846;
|
|
this.label50.Text = "接台时间";
|
|
//
|
|
// label51
|
|
//
|
|
this.label51.AutoSize = true;
|
|
this.label51.Font = new System.Drawing.Font("微软雅黑", 10.5F);
|
|
this.label51.Location = new System.Drawing.Point(251, 64);
|
|
this.label51.Name = "label51";
|
|
this.label51.Size = new System.Drawing.Size(65, 20);
|
|
this.label51.TabIndex = 846;
|
|
this.label51.Text = "接台时间";
|
|
//
|
|
// txtAnesthesiaByDoctor
|
|
//
|
|
this.txtAnesthesiaByDoctor.BackColor = System.Drawing.Color.White;
|
|
//
|
|
//
|
|
//
|
|
this.txtAnesthesiaByDoctor.Border.BackColor = System.Drawing.SystemColors.Desktop;
|
|
this.txtAnesthesiaByDoctor.Border.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
|
this.txtAnesthesiaByDoctor.Border.BorderBottomColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(227)))), ((int)(((byte)(231)))));
|
|
this.txtAnesthesiaByDoctor.Border.BorderBottomWidth = 1;
|
|
this.txtAnesthesiaByDoctor.Border.BorderColor = System.Drawing.SystemColors.Desktop;
|
|
this.txtAnesthesiaByDoctor.Border.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
|
this.txtAnesthesiaByDoctor.Border.BorderLeftWidth = 1;
|
|
this.txtAnesthesiaByDoctor.Border.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
|
this.txtAnesthesiaByDoctor.Border.BorderRightWidth = 1;
|
|
this.txtAnesthesiaByDoctor.Border.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
|
this.txtAnesthesiaByDoctor.Border.BorderTopWidth = 1;
|
|
this.txtAnesthesiaByDoctor.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
this.txtAnesthesiaByDoctor.DisabledBackColor = System.Drawing.Color.White;
|
|
this.txtAnesthesiaByDoctor.ForeColor = System.Drawing.Color.Black;
|
|
this.txtAnesthesiaByDoctor.Location = new System.Drawing.Point(84, 6);
|
|
this.txtAnesthesiaByDoctor.Name = "txtAnesthesiaByDoctor";
|
|
this.txtAnesthesiaByDoctor.Size = new System.Drawing.Size(140, 21);
|
|
this.txtAnesthesiaByDoctor.TabIndex = 21;
|
|
this.txtAnesthesiaByDoctor.Click += new System.EventHandler(this.txtAnesthesiaByDoctor_TextChanged);
|
|
//
|
|
// txtTourNurseSucceed
|
|
//
|
|
this.txtTourNurseSucceed.BackColor = System.Drawing.Color.White;
|
|
//
|
|
//
|
|
//
|
|
this.txtTourNurseSucceed.Border.BackColor = System.Drawing.SystemColors.Desktop;
|
|
this.txtTourNurseSucceed.Border.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
|
this.txtTourNurseSucceed.Border.BorderBottomColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(227)))), ((int)(((byte)(231)))));
|
|
this.txtTourNurseSucceed.Border.BorderBottomWidth = 1;
|
|
this.txtTourNurseSucceed.Border.BorderColor = System.Drawing.SystemColors.Desktop;
|
|
this.txtTourNurseSucceed.Border.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
|
this.txtTourNurseSucceed.Border.BorderLeftWidth = 1;
|
|
this.txtTourNurseSucceed.Border.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
|
this.txtTourNurseSucceed.Border.BorderRightWidth = 1;
|
|
this.txtTourNurseSucceed.Border.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
|
this.txtTourNurseSucceed.Border.BorderTopWidth = 1;
|
|
this.txtTourNurseSucceed.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
this.txtTourNurseSucceed.DisabledBackColor = System.Drawing.Color.White;
|
|
this.txtTourNurseSucceed.ForeColor = System.Drawing.Color.Black;
|
|
this.txtTourNurseSucceed.Location = new System.Drawing.Point(84, 35);
|
|
this.txtTourNurseSucceed.Name = "txtTourNurseSucceed";
|
|
this.txtTourNurseSucceed.Size = new System.Drawing.Size(140, 21);
|
|
this.txtTourNurseSucceed.TabIndex = 23;
|
|
this.txtTourNurseSucceed.Click += new System.EventHandler(this.txtTourNurseSucceed_TextChanged);
|
|
//
|
|
// txtInstrumentNurseSucceed
|
|
//
|
|
this.txtInstrumentNurseSucceed.BackColor = System.Drawing.Color.White;
|
|
//
|
|
//
|
|
//
|
|
this.txtInstrumentNurseSucceed.Border.BackColor = System.Drawing.SystemColors.Desktop;
|
|
this.txtInstrumentNurseSucceed.Border.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
|
this.txtInstrumentNurseSucceed.Border.BorderBottomColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(227)))), ((int)(((byte)(231)))));
|
|
this.txtInstrumentNurseSucceed.Border.BorderBottomWidth = 1;
|
|
this.txtInstrumentNurseSucceed.Border.BorderColor = System.Drawing.SystemColors.Desktop;
|
|
this.txtInstrumentNurseSucceed.Border.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
|
this.txtInstrumentNurseSucceed.Border.BorderLeftWidth = 1;
|
|
this.txtInstrumentNurseSucceed.Border.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
|
this.txtInstrumentNurseSucceed.Border.BorderRightWidth = 1;
|
|
this.txtInstrumentNurseSucceed.Border.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
|
this.txtInstrumentNurseSucceed.Border.BorderTopWidth = 1;
|
|
this.txtInstrumentNurseSucceed.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
this.txtInstrumentNurseSucceed.DisabledBackColor = System.Drawing.Color.White;
|
|
this.txtInstrumentNurseSucceed.ForeColor = System.Drawing.Color.Black;
|
|
this.txtInstrumentNurseSucceed.Location = new System.Drawing.Point(84, 64);
|
|
this.txtInstrumentNurseSucceed.Name = "txtInstrumentNurseSucceed";
|
|
this.txtInstrumentNurseSucceed.Size = new System.Drawing.Size(140, 21);
|
|
this.txtInstrumentNurseSucceed.TabIndex = 25;
|
|
this.txtInstrumentNurseSucceed.Click += new System.EventHandler(this.txtInstrumentNurseSucceed_TextChanged);
|
|
//
|
|
// label19
|
|
//
|
|
this.label19.AutoSize = true;
|
|
this.label19.Font = new System.Drawing.Font("微软雅黑", 10.5F);
|
|
this.label19.Location = new System.Drawing.Point(22, 10);
|
|
this.label19.Name = "label19";
|
|
this.label19.Size = new System.Drawing.Size(65, 20);
|
|
this.label19.TabIndex = 864;
|
|
this.label19.Text = "手术分级";
|
|
//
|
|
// txtOperationCut
|
|
//
|
|
this.txtOperationCut.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.txtOperationCut.Font = new System.Drawing.Font("微软雅黑", 10.5F);
|
|
this.txtOperationCut.FormattingEnabled = true;
|
|
this.txtOperationCut.Location = new System.Drawing.Point(281, 6);
|
|
this.txtOperationCut.Name = "txtOperationCut";
|
|
this.txtOperationCut.Size = new System.Drawing.Size(169, 28);
|
|
this.txtOperationCut.TabIndex = 13;
|
|
//
|
|
// cboOperationLevel
|
|
//
|
|
this.cboOperationLevel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.cboOperationLevel.Font = new System.Drawing.Font("微软雅黑", 10.5F);
|
|
this.cboOperationLevel.FormattingEnabled = true;
|
|
this.cboOperationLevel.Location = new System.Drawing.Point(95, 6);
|
|
this.cboOperationLevel.Name = "cboOperationLevel";
|
|
this.cboOperationLevel.Size = new System.Drawing.Size(110, 28);
|
|
this.cboOperationLevel.TabIndex = 13;
|
|
//
|
|
// label20
|
|
//
|
|
this.label20.AutoSize = true;
|
|
this.label20.Font = new System.Drawing.Font("微软雅黑", 10.5F);
|
|
this.label20.Location = new System.Drawing.Point(211, 10);
|
|
this.label20.Name = "label20";
|
|
this.label20.Size = new System.Drawing.Size(65, 20);
|
|
this.label20.TabIndex = 866;
|
|
this.label20.Text = "切口类型";
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.Controls.Add(this.groupBox2);
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.panel1.Location = new System.Drawing.Point(0, 0);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(555, 275);
|
|
this.panel1.TabIndex = 10;
|
|
//
|
|
// groupBox8
|
|
//
|
|
this.groupBox8.BackColor = System.Drawing.Color.White;
|
|
this.groupBox8.Controls.Add(this.lblIsCompound);
|
|
this.groupBox8.Controls.Add(this.txtCause);
|
|
this.groupBox8.Controls.Add(this.rdoNo);
|
|
this.groupBox8.Controls.Add(this.txtAnaesthesiaMethod);
|
|
this.groupBox8.Controls.Add(this.dtpTime);
|
|
this.groupBox8.Controls.Add(this.label15);
|
|
this.groupBox8.Controls.Add(this.rdoYes);
|
|
this.groupBox8.Controls.Add(this.label1);
|
|
this.groupBox8.Controls.Add(this.label10);
|
|
this.groupBox8.Controls.Add(this.label16);
|
|
this.groupBox8.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.groupBox8.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.groupBox8.Location = new System.Drawing.Point(0, 275);
|
|
this.groupBox8.Name = "groupBox8";
|
|
this.groupBox8.Size = new System.Drawing.Size(555, 96);
|
|
this.groupBox8.TabIndex = 874;
|
|
this.groupBox8.TabStop = false;
|
|
this.groupBox8.Text = "麻醉方式变更";
|
|
//
|
|
// lblIsCompound
|
|
//
|
|
this.lblIsCompound.AutoSize = true;
|
|
this.lblIsCompound.Location = new System.Drawing.Point(530, 31);
|
|
this.lblIsCompound.Name = "lblIsCompound";
|
|
this.lblIsCompound.Size = new System.Drawing.Size(0, 19);
|
|
this.lblIsCompound.TabIndex = 42;
|
|
this.lblIsCompound.Visible = false;
|
|
//
|
|
// txtCause
|
|
//
|
|
this.txtCause.BackColor = System.Drawing.Color.White;
|
|
//
|
|
//
|
|
//
|
|
this.txtCause.Border.BackColor = System.Drawing.SystemColors.Desktop;
|
|
this.txtCause.Border.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
|
this.txtCause.Border.BorderBottomColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(227)))), ((int)(((byte)(231)))));
|
|
this.txtCause.Border.BorderBottomWidth = 1;
|
|
this.txtCause.Border.BorderColor = System.Drawing.SystemColors.Desktop;
|
|
this.txtCause.Border.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
|
this.txtCause.Border.BorderLeftWidth = 1;
|
|
this.txtCause.Border.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
|
this.txtCause.Border.BorderRightWidth = 1;
|
|
this.txtCause.Border.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
|
this.txtCause.Border.BorderTopWidth = 1;
|
|
this.txtCause.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
this.txtCause.DisabledBackColor = System.Drawing.Color.White;
|
|
this.txtCause.Font = new System.Drawing.Font("微软雅黑", 10.5F);
|
|
this.txtCause.ForeColor = System.Drawing.Color.Black;
|
|
this.txtCause.Location = new System.Drawing.Point(295, 59);
|
|
this.txtCause.Name = "txtCause";
|
|
this.txtCause.Size = new System.Drawing.Size(238, 22);
|
|
this.txtCause.TabIndex = 41;
|
|
this.txtCause.Visible = false;
|
|
//
|
|
// rdoNo
|
|
//
|
|
this.rdoNo.AutoSize = true;
|
|
this.rdoNo.Checked = true;
|
|
this.rdoNo.Location = new System.Drawing.Point(89, 31);
|
|
this.rdoNo.Name = "rdoNo";
|
|
this.rdoNo.Size = new System.Drawing.Size(40, 23);
|
|
this.rdoNo.TabIndex = 0;
|
|
this.rdoNo.TabStop = true;
|
|
this.rdoNo.Text = "否";
|
|
this.rdoNo.UseVisualStyleBackColor = true;
|
|
//
|
|
// txtAnaesthesiaMethod
|
|
//
|
|
this.txtAnaesthesiaMethod.BackColor = System.Drawing.Color.White;
|
|
//
|
|
//
|
|
//
|
|
this.txtAnaesthesiaMethod.Border.BackColor = System.Drawing.SystemColors.Desktop;
|
|
this.txtAnaesthesiaMethod.Border.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
|
this.txtAnaesthesiaMethod.Border.BorderBottomColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(227)))), ((int)(((byte)(231)))));
|
|
this.txtAnaesthesiaMethod.Border.BorderBottomWidth = 1;
|
|
this.txtAnaesthesiaMethod.Border.BorderColor = System.Drawing.SystemColors.Desktop;
|
|
this.txtAnaesthesiaMethod.Border.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
|
this.txtAnaesthesiaMethod.Border.BorderLeftWidth = 1;
|
|
this.txtAnaesthesiaMethod.Border.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
|
this.txtAnaesthesiaMethod.Border.BorderRightWidth = 1;
|
|
this.txtAnaesthesiaMethod.Border.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
|
this.txtAnaesthesiaMethod.Border.BorderTopWidth = 1;
|
|
this.txtAnaesthesiaMethod.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
this.txtAnaesthesiaMethod.DisabledBackColor = System.Drawing.Color.White;
|
|
this.txtAnaesthesiaMethod.Font = new System.Drawing.Font("微软雅黑", 10.5F);
|
|
this.txtAnaesthesiaMethod.ForeColor = System.Drawing.Color.Black;
|
|
this.txtAnaesthesiaMethod.Location = new System.Drawing.Point(295, 30);
|
|
this.txtAnaesthesiaMethod.Name = "txtAnaesthesiaMethod";
|
|
this.txtAnaesthesiaMethod.Size = new System.Drawing.Size(238, 22);
|
|
this.txtAnaesthesiaMethod.TabIndex = 38;
|
|
this.txtAnaesthesiaMethod.Visible = false;
|
|
this.txtAnaesthesiaMethod.Click += new System.EventHandler(this.txtAnaesthesiaMethod_Click);
|
|
//
|
|
// dtpTime
|
|
//
|
|
this.dtpTime.CustomFormat = "MM-dd HH:mm";
|
|
this.dtpTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
|
this.dtpTime.Location = new System.Drawing.Point(86, 59);
|
|
this.dtpTime.Name = "dtpTime";
|
|
this.dtpTime.Size = new System.Drawing.Size(115, 25);
|
|
this.dtpTime.TabIndex = 40;
|
|
this.dtpTime.Visible = false;
|
|
//
|
|
// label15
|
|
//
|
|
this.label15.AutoSize = true;
|
|
this.label15.Font = new System.Drawing.Font("微软雅黑", 10.5F);
|
|
this.label15.Location = new System.Drawing.Point(17, 60);
|
|
this.label15.Name = "label15";
|
|
this.label15.Size = new System.Drawing.Size(65, 20);
|
|
this.label15.TabIndex = 39;
|
|
this.label15.Text = "变更时间";
|
|
this.label15.Visible = false;
|
|
//
|
|
// rdoYes
|
|
//
|
|
this.rdoYes.AutoSize = true;
|
|
this.rdoYes.Location = new System.Drawing.Point(134, 31);
|
|
this.rdoYes.Name = "rdoYes";
|
|
this.rdoYes.Size = new System.Drawing.Size(40, 23);
|
|
this.rdoYes.TabIndex = 0;
|
|
this.rdoYes.Text = "是";
|
|
this.rdoYes.UseVisualStyleBackColor = true;
|
|
this.rdoYes.CheckedChanged += new System.EventHandler(this.rdoYes_CheckedChanged);
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Font = new System.Drawing.Font("微软雅黑", 10.5F);
|
|
this.label1.Location = new System.Drawing.Point(17, 30);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(65, 20);
|
|
this.label1.TabIndex = 37;
|
|
this.label1.Text = "是否变更";
|
|
//
|
|
// label10
|
|
//
|
|
this.label10.AutoSize = true;
|
|
this.label10.Font = new System.Drawing.Font("微软雅黑", 10.5F);
|
|
this.label10.Location = new System.Drawing.Point(184, 31);
|
|
this.label10.Name = "label10";
|
|
this.label10.Size = new System.Drawing.Size(107, 20);
|
|
this.label10.TabIndex = 37;
|
|
this.label10.Text = "变更后麻醉方式";
|
|
this.label10.Visible = false;
|
|
//
|
|
// label16
|
|
//
|
|
this.label16.AutoSize = true;
|
|
this.label16.Font = new System.Drawing.Font("微软雅黑", 10.5F);
|
|
this.label16.Location = new System.Drawing.Point(226, 60);
|
|
this.label16.Name = "label16";
|
|
this.label16.Size = new System.Drawing.Size(65, 20);
|
|
this.label16.TabIndex = 39;
|
|
this.label16.Text = "变更原因";
|
|
this.label16.Visible = false;
|
|
//
|
|
// frmOperationInfoNew2
|
|
//
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
|
this.AutoScroll = true;
|
|
this.BackColor = System.Drawing.Color.AliceBlue;
|
|
this.ClientSize = new System.Drawing.Size(555, 374);
|
|
this.Controls.Add(this.groupBox8);
|
|
this.Controls.Add(this.panel1);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "frmOperationInfoNew2";
|
|
this.ShowIcon = false;
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmOperationInfoNew2_FormClosing);
|
|
this.Load += new System.EventHandler(this.frmOperationInfoNew2_Load);
|
|
this.groupBox2.ResumeLayout(false);
|
|
this.panelOpeDate.ResumeLayout(false);
|
|
this.panelOpeDate.PerformLayout();
|
|
this.panel5.ResumeLayout(false);
|
|
this.panel5.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.dtpInstrumentNurseSucceed)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.dtpTourNurseSucceed)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.dtpAnesthesiaByDoctor)).EndInit();
|
|
this.panel1.ResumeLayout(false);
|
|
this.groupBox8.ResumeLayout(false);
|
|
this.groupBox8.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
public System.Windows.Forms.GroupBox groupBox2;
|
|
private System.Windows.Forms.Panel panelOpeDate;
|
|
public System.Windows.Forms.Label label19;
|
|
public System.Windows.Forms.ComboBox cboOperationLevel;
|
|
private System.Windows.Forms.Label label20;
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.GroupBox groupBox8;
|
|
private System.Windows.Forms.Panel panel5;
|
|
public System.Windows.Forms.Label label26;
|
|
public System.Windows.Forms.Label label28;
|
|
public System.Windows.Forms.Label label27;
|
|
public System.Windows.Forms.Label label49;
|
|
public System.Windows.Forms.Label label50;
|
|
public System.Windows.Forms.Label label51;
|
|
private DevComponents.DotNetBar.Controls.TextBoxX txtAnesthesiaByDoctor;
|
|
private DevComponents.DotNetBar.Controls.TextBoxX txtTourNurseSucceed;
|
|
private DevComponents.DotNetBar.Controls.TextBoxX txtInstrumentNurseSucceed;
|
|
private DevComponents.Editors.DateTimeAdv.DateTimeInput dtpInstrumentNurseSucceed;
|
|
private DevComponents.Editors.DateTimeAdv.DateTimeInput dtpTourNurseSucceed;
|
|
private DevComponents.Editors.DateTimeAdv.DateTimeInput dtpAnesthesiaByDoctor;
|
|
public System.Windows.Forms.Label label9;
|
|
public System.Windows.Forms.Label label8;
|
|
public System.Windows.Forms.Label label7;
|
|
public System.Windows.Forms.ComboBox txtruleAnesthesiaDoctor;
|
|
public System.Windows.Forms.ComboBox txtruleNurse;
|
|
public System.Windows.Forms.ComboBox txtexperts;
|
|
private DevComponents.DotNetBar.Controls.TextBoxX txtCause;
|
|
private System.Windows.Forms.DateTimePicker dtpTime;
|
|
private System.Windows.Forms.Label label16;
|
|
private System.Windows.Forms.Label label15;
|
|
private DevComponents.DotNetBar.Controls.TextBoxX txtAnaesthesiaMethod;
|
|
private System.Windows.Forms.Label label10;
|
|
private System.Windows.Forms.RadioButton rdoYes;
|
|
private System.Windows.Forms.RadioButton rdoNo;
|
|
private System.Windows.Forms.Label lblIsCompound;
|
|
public System.Windows.Forms.ComboBox txtOperationCut;
|
|
private System.Windows.Forms.Label label1;
|
|
}
|
|
} |