namespace AIMS.OperationFront.UI { partial class frmExeOperationPlan { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.toolStrip1 = new System.Windows.Forms.ToolStrip(); this.tsbExe = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.tsbExit = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator(); this.tsbSet = new System.Windows.Forms.ToolStripButton(); this.dgv1 = new System.Windows.Forms.DataGridView(); this.CheckBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.ApplyIdColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.MdrecNoColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ArchivesNoColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ApplyDepNameColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.PatientKindColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.PatientNameColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.SexColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.BirthDayColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.HeightColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.WeightColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.BloodTypeColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.RHBloodTypeColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.IlldistrictColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.SickBedColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.OperationTypeColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.OrderOperationTimeColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.OperationTimeLeightColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.StateColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.IsReturnOperationColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.IsPlanReturnOperationColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ApplyDiagnoseInfoNameColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.DiagnoseRemarkColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ApplyOperationInfoNameColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.OperationRemarkColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.OperationLevelNameColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ApplyOperationCutTypeNameColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ApplyOperationPositionNameColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.AnaesthesiaMethodNameColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ContagionColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.OperationDoctorColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Assistant1Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Assistant2Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Assistant3Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.InternColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.OtherColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ApplyTimeColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ApplyOperatorNameColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.VerifyTimeColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.VerifyOperatorNameColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.PlanOperationTimeColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.OperationRoomColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.AnesthesiaDoctorColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.InstrumentNurseColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.TourNurseColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.AnesthesiaDoctorSucceedColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.InstrumentNurseSucceedColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.TourNurseSucceedColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.RemarkColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.panel1 = new System.Windows.Forms.Panel(); this.btnFind = new System.Windows.Forms.Button(); this.dtpBegInDate = new System.Windows.Forms.DateTimePicker(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.dtpEndDate = new System.Windows.Forms.DateTimePicker(); this.panel2 = new System.Windows.Forms.Panel(); this.toolStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgv1)).BeginInit(); this.panel1.SuspendLayout(); this.panel2.SuspendLayout(); this.SuspendLayout(); // // toolStrip1 // this.toolStrip1.BackColor = System.Drawing.Color.AliceBlue; this.toolStrip1.Font = new System.Drawing.Font("微软雅黑", 10.5F); this.toolStrip1.ImageScalingSize = new System.Drawing.Size(25, 25); this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsbExe, this.toolStripSeparator1, this.tsbExit, this.toolStripSeparator5, this.tsbSet}); this.toolStrip1.Location = new System.Drawing.Point(0, 0); this.toolStrip1.Name = "toolStrip1"; this.toolStrip1.Size = new System.Drawing.Size(877, 49); this.toolStrip1.TabIndex = 3; this.toolStrip1.Text = "toolStrip1"; // // tsbExe // this.tsbExe.Font = new System.Drawing.Font("微软雅黑", 9F); this.tsbExe.Image = global::AIMS.UI.Properties.Resources.图标_手术申请; this.tsbExe.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbExe.Name = "tsbExe"; this.tsbExe.Size = new System.Drawing.Size(68, 46); this.tsbExe.Text = " 执行排程"; this.tsbExe.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.tsbExe.Click += new System.EventHandler(this.tsbExe_Click); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(6, 49); // // tsbExit // this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 9F); this.tsbExit.Image = global::AIMS.UI.Properties.Resources.图标_关闭当前页; this.tsbExit.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbExit.Name = "tsbExit"; this.tsbExit.Size = new System.Drawing.Size(52, 46); this.tsbExit.Text = " 关闭 "; this.tsbExit.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.tsbExit.Click += new System.EventHandler(this.tsbExit_Click); // // toolStripSeparator5 // this.toolStripSeparator5.Name = "toolStripSeparator5"; this.toolStripSeparator5.Size = new System.Drawing.Size(6, 49); // // tsbSet // this.tsbSet.Font = new System.Drawing.Font("微软雅黑", 9F); this.tsbSet.Image = global::AIMS.UI.Properties.Resources.图标_设置; this.tsbSet.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbSet.Name = "tsbSet"; this.tsbSet.Size = new System.Drawing.Size(44, 46); this.tsbSet.Text = " 设置 "; this.tsbSet.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.tsbSet.Click += new System.EventHandler(this.tsbSet_Click); // // dgv1 // this.dgv1.AllowUserToAddRows = false; this.dgv1.BackgroundColor = System.Drawing.Color.White; this.dgv1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgv1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.CheckBoxColumn, this.ApplyIdColumn1, this.MdrecNoColumn1, this.ArchivesNoColumn1, this.ApplyDepNameColumn1, this.PatientKindColumn1, this.PatientNameColumn1, this.SexColumn1, this.BirthDayColumn1, this.HeightColumn1, this.WeightColumn1, this.BloodTypeColumn1, this.RHBloodTypeColumn1, this.IlldistrictColumn1, this.SickBedColumn1, this.OperationTypeColumn1, this.OrderOperationTimeColumn1, this.OperationTimeLeightColumn1, this.StateColumn1, this.IsReturnOperationColumn1, this.IsPlanReturnOperationColumn1, this.ApplyDiagnoseInfoNameColumn1, this.DiagnoseRemarkColumn1, this.ApplyOperationInfoNameColumn1, this.OperationRemarkColumn1, this.OperationLevelNameColumn1, this.ApplyOperationCutTypeNameColumn1, this.ApplyOperationPositionNameColumn1, this.AnaesthesiaMethodNameColumn1, this.ContagionColumn1, this.OperationDoctorColumn1, this.Assistant1Column1, this.Assistant2Column1, this.Assistant3Column1, this.InternColumn1, this.OtherColumn1, this.ApplyTimeColumn1, this.ApplyOperatorNameColumn1, this.VerifyTimeColumn1, this.VerifyOperatorNameColumn1, this.PlanOperationTimeColumn1, this.OperationRoomColumn1, this.AnesthesiaDoctorColumn1, this.InstrumentNurseColumn1, this.TourNurseColumn1, this.AnesthesiaDoctorSucceedColumn1, this.InstrumentNurseSucceedColumn1, this.TourNurseSucceedColumn1, this.RemarkColumn}); this.dgv1.Dock = System.Windows.Forms.DockStyle.Fill; this.dgv1.Location = new System.Drawing.Point(0, 0); this.dgv1.Name = "dgv1"; this.dgv1.RowTemplate.Height = 23; this.dgv1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect; this.dgv1.Size = new System.Drawing.Size(877, 457); this.dgv1.TabIndex = 7; // // CheckBoxColumn // this.CheckBoxColumn.HeaderText = "选择"; this.CheckBoxColumn.Name = "CheckBoxColumn"; this.CheckBoxColumn.ReadOnly = true; this.CheckBoxColumn.Width = 45; // // ApplyIdColumn1 // this.ApplyIdColumn1.DataPropertyName = "ApplyId"; this.ApplyIdColumn1.HeaderText = "ApplyId"; this.ApplyIdColumn1.Name = "ApplyIdColumn1"; this.ApplyIdColumn1.ReadOnly = true; this.ApplyIdColumn1.Visible = false; // // MdrecNoColumn1 // this.MdrecNoColumn1.DataPropertyName = "MdrecNo"; this.MdrecNoColumn1.HeaderText = "住院号"; this.MdrecNoColumn1.Name = "MdrecNoColumn1"; this.MdrecNoColumn1.ReadOnly = true; this.MdrecNoColumn1.Width = 80; // // ArchivesNoColumn1 // this.ArchivesNoColumn1.DataPropertyName = "ArchivesNo"; this.ArchivesNoColumn1.HeaderText = "病历号"; this.ArchivesNoColumn1.Name = "ArchivesNoColumn1"; this.ArchivesNoColumn1.ReadOnly = true; this.ArchivesNoColumn1.Width = 80; // // ApplyDepNameColumn1 // this.ApplyDepNameColumn1.DataPropertyName = "ApplyDepName"; this.ApplyDepNameColumn1.HeaderText = "申请科室"; this.ApplyDepNameColumn1.Name = "ApplyDepNameColumn1"; this.ApplyDepNameColumn1.ReadOnly = true; this.ApplyDepNameColumn1.Width = 80; // // PatientKindColumn1 // this.PatientKindColumn1.DataPropertyName = "PatientKind"; this.PatientKindColumn1.HeaderText = "医保类别"; this.PatientKindColumn1.Name = "PatientKindColumn1"; this.PatientKindColumn1.ReadOnly = true; this.PatientKindColumn1.Width = 80; // // PatientNameColumn1 // this.PatientNameColumn1.DataPropertyName = "PatientName"; this.PatientNameColumn1.HeaderText = "患者姓名"; this.PatientNameColumn1.Name = "PatientNameColumn1"; this.PatientNameColumn1.Width = 80; // // SexColumn1 // this.SexColumn1.DataPropertyName = "Sex"; this.SexColumn1.HeaderText = "性别"; this.SexColumn1.Name = "SexColumn1"; this.SexColumn1.ReadOnly = true; this.SexColumn1.Width = 60; // // BirthDayColumn1 // this.BirthDayColumn1.DataPropertyName = "BirthDay"; this.BirthDayColumn1.HeaderText = "出生日期"; this.BirthDayColumn1.Name = "BirthDayColumn1"; this.BirthDayColumn1.Width = 80; // // HeightColumn1 // this.HeightColumn1.DataPropertyName = "Height"; this.HeightColumn1.HeaderText = "身高"; this.HeightColumn1.Name = "HeightColumn1"; this.HeightColumn1.Width = 70; // // WeightColumn1 // this.WeightColumn1.DataPropertyName = "Weight"; this.WeightColumn1.HeaderText = "体重"; this.WeightColumn1.Name = "WeightColumn1"; this.WeightColumn1.ReadOnly = true; this.WeightColumn1.Width = 70; // // BloodTypeColumn1 // this.BloodTypeColumn1.DataPropertyName = "BloodType"; this.BloodTypeColumn1.HeaderText = "血型"; this.BloodTypeColumn1.Name = "BloodTypeColumn1"; this.BloodTypeColumn1.ReadOnly = true; this.BloodTypeColumn1.Width = 70; // // RHBloodTypeColumn1 // this.RHBloodTypeColumn1.DataPropertyName = "RHBloodType"; this.RHBloodTypeColumn1.HeaderText = "RH血型"; this.RHBloodTypeColumn1.Name = "RHBloodTypeColumn1"; this.RHBloodTypeColumn1.Width = 70; // // IlldistrictColumn1 // this.IlldistrictColumn1.DataPropertyName = "Illdistrict"; this.IlldistrictColumn1.HeaderText = "病区"; this.IlldistrictColumn1.Name = "IlldistrictColumn1"; this.IlldistrictColumn1.Width = 70; // // SickBedColumn1 // this.SickBedColumn1.DataPropertyName = "SickBed"; this.SickBedColumn1.HeaderText = "床位"; this.SickBedColumn1.Name = "SickBedColumn1"; this.SickBedColumn1.ReadOnly = true; this.SickBedColumn1.Width = 70; // // OperationTypeColumn1 // this.OperationTypeColumn1.DataPropertyName = "OperationType"; this.OperationTypeColumn1.HeaderText = "手术类型"; this.OperationTypeColumn1.Name = "OperationTypeColumn1"; this.OperationTypeColumn1.ReadOnly = true; this.OperationTypeColumn1.Width = 80; // // OrderOperationTimeColumn1 // this.OrderOperationTimeColumn1.DataPropertyName = "OrderOperationTime"; this.OrderOperationTimeColumn1.HeaderText = "预约时间"; this.OrderOperationTimeColumn1.Name = "OrderOperationTimeColumn1"; this.OrderOperationTimeColumn1.ReadOnly = true; this.OrderOperationTimeColumn1.Width = 80; // // OperationTimeLeightColumn1 // this.OperationTimeLeightColumn1.DataPropertyName = "OperationTimeLeight"; this.OperationTimeLeightColumn1.HeaderText = "手术时长"; this.OperationTimeLeightColumn1.Name = "OperationTimeLeightColumn1"; this.OperationTimeLeightColumn1.ReadOnly = true; this.OperationTimeLeightColumn1.Width = 80; // // StateColumn1 // this.StateColumn1.DataPropertyName = "State"; this.StateColumn1.HeaderText = "状态"; this.StateColumn1.Name = "StateColumn1"; this.StateColumn1.ReadOnly = true; // // IsReturnOperationColumn1 // this.IsReturnOperationColumn1.DataPropertyName = "IsReturnOperation"; this.IsReturnOperationColumn1.HeaderText = "是否重返"; this.IsReturnOperationColumn1.Name = "IsReturnOperationColumn1"; this.IsReturnOperationColumn1.ReadOnly = true; // // IsPlanReturnOperationColumn1 // this.IsPlanReturnOperationColumn1.DataPropertyName = "IsPlanReturnOperation"; this.IsPlanReturnOperationColumn1.HeaderText = "是否计划"; this.IsPlanReturnOperationColumn1.Name = "IsPlanReturnOperationColumn1"; // // ApplyDiagnoseInfoNameColumn1 // this.ApplyDiagnoseInfoNameColumn1.DataPropertyName = "ApplyDiagnoseInfoName"; this.ApplyDiagnoseInfoNameColumn1.HeaderText = "术前诊断"; this.ApplyDiagnoseInfoNameColumn1.Name = "ApplyDiagnoseInfoNameColumn1"; this.ApplyDiagnoseInfoNameColumn1.ReadOnly = true; // // DiagnoseRemarkColumn1 // this.DiagnoseRemarkColumn1.DataPropertyName = "DiagnoseRemark"; this.DiagnoseRemarkColumn1.HeaderText = "诊断备注"; this.DiagnoseRemarkColumn1.Name = "DiagnoseRemarkColumn1"; this.DiagnoseRemarkColumn1.ReadOnly = true; // // ApplyOperationInfoNameColumn1 // this.ApplyOperationInfoNameColumn1.DataPropertyName = "ApplyOperationInfoName"; this.ApplyOperationInfoNameColumn1.HeaderText = "拟实手术"; this.ApplyOperationInfoNameColumn1.Name = "ApplyOperationInfoNameColumn1"; this.ApplyOperationInfoNameColumn1.ReadOnly = true; // // OperationRemarkColumn1 // this.OperationRemarkColumn1.DataPropertyName = "OperationRemark"; this.OperationRemarkColumn1.HeaderText = "手术备注"; this.OperationRemarkColumn1.Name = "OperationRemarkColumn1"; this.OperationRemarkColumn1.ReadOnly = true; // // OperationLevelNameColumn1 // this.OperationLevelNameColumn1.DataPropertyName = "OperationLevelName"; this.OperationLevelNameColumn1.HeaderText = "手术分级"; this.OperationLevelNameColumn1.Name = "OperationLevelNameColumn1"; this.OperationLevelNameColumn1.ReadOnly = true; // // ApplyOperationCutTypeNameColumn1 // this.ApplyOperationCutTypeNameColumn1.DataPropertyName = "ApplyOperationCutTypeName"; this.ApplyOperationCutTypeNameColumn1.HeaderText = "切口类型"; this.ApplyOperationCutTypeNameColumn1.Name = "ApplyOperationCutTypeNameColumn1"; this.ApplyOperationCutTypeNameColumn1.ReadOnly = true; // // ApplyOperationPositionNameColumn1 // this.ApplyOperationPositionNameColumn1.DataPropertyName = "ApplyOperationPositionName"; this.ApplyOperationPositionNameColumn1.HeaderText = "手术部位"; this.ApplyOperationPositionNameColumn1.Name = "ApplyOperationPositionNameColumn1"; // // AnaesthesiaMethodNameColumn1 // this.AnaesthesiaMethodNameColumn1.DataPropertyName = "AnaesthesiaMethodName"; this.AnaesthesiaMethodNameColumn1.HeaderText = "拟施麻醉"; this.AnaesthesiaMethodNameColumn1.Name = "AnaesthesiaMethodNameColumn1"; this.AnaesthesiaMethodNameColumn1.ReadOnly = true; // // ContagionColumn1 // this.ContagionColumn1.DataPropertyName = "Contagion"; this.ContagionColumn1.HeaderText = "术前感染筛查"; this.ContagionColumn1.Name = "ContagionColumn1"; // // OperationDoctorColumn1 // this.OperationDoctorColumn1.DataPropertyName = "OperationDoctor"; this.OperationDoctorColumn1.HeaderText = "术者"; this.OperationDoctorColumn1.Name = "OperationDoctorColumn1"; this.OperationDoctorColumn1.ReadOnly = true; // // Assistant1Column1 // this.Assistant1Column1.DataPropertyName = "Assistant1"; this.Assistant1Column1.HeaderText = "一助"; this.Assistant1Column1.Name = "Assistant1Column1"; // // Assistant2Column1 // this.Assistant2Column1.DataPropertyName = "Assistant2"; this.Assistant2Column1.HeaderText = "二助"; this.Assistant2Column1.Name = "Assistant2Column1"; this.Assistant2Column1.ReadOnly = true; // // Assistant3Column1 // this.Assistant3Column1.DataPropertyName = "Assistant3"; this.Assistant3Column1.HeaderText = "三助"; this.Assistant3Column1.Name = "Assistant3Column1"; // // InternColumn1 // this.InternColumn1.DataPropertyName = "Intern"; this.InternColumn1.HeaderText = "进修实习生"; this.InternColumn1.Name = "InternColumn1"; // // OtherColumn1 // this.OtherColumn1.DataPropertyName = "Other"; this.OtherColumn1.HeaderText = "其他人员"; this.OtherColumn1.Name = "OtherColumn1"; this.OtherColumn1.ReadOnly = true; // // ApplyTimeColumn1 // this.ApplyTimeColumn1.DataPropertyName = "ApplyTime"; this.ApplyTimeColumn1.HeaderText = "申请时间"; this.ApplyTimeColumn1.Name = "ApplyTimeColumn1"; // // ApplyOperatorNameColumn1 // this.ApplyOperatorNameColumn1.DataPropertyName = "ApplyOperatorName"; this.ApplyOperatorNameColumn1.HeaderText = "申请人"; this.ApplyOperatorNameColumn1.Name = "ApplyOperatorNameColumn1"; this.ApplyOperatorNameColumn1.ReadOnly = true; // // VerifyTimeColumn1 // this.VerifyTimeColumn1.DataPropertyName = "VerifyTime"; this.VerifyTimeColumn1.HeaderText = "审核时间"; this.VerifyTimeColumn1.Name = "VerifyTimeColumn1"; this.VerifyTimeColumn1.ReadOnly = true; // // VerifyOperatorNameColumn1 // this.VerifyOperatorNameColumn1.DataPropertyName = "VerifyOperatorName"; this.VerifyOperatorNameColumn1.HeaderText = "审核医生"; this.VerifyOperatorNameColumn1.Name = "VerifyOperatorNameColumn1"; this.VerifyOperatorNameColumn1.ReadOnly = true; // // PlanOperationTimeColumn1 // this.PlanOperationTimeColumn1.DataPropertyName = "PlanOperationTime"; this.PlanOperationTimeColumn1.HeaderText = "拟定手术时间"; this.PlanOperationTimeColumn1.Name = "PlanOperationTimeColumn1"; this.PlanOperationTimeColumn1.ReadOnly = true; // // OperationRoomColumn1 // this.OperationRoomColumn1.DataPropertyName = "OperationRoom"; this.OperationRoomColumn1.HeaderText = "手术间"; this.OperationRoomColumn1.Name = "OperationRoomColumn1"; this.OperationRoomColumn1.ReadOnly = true; // // AnesthesiaDoctorColumn1 // this.AnesthesiaDoctorColumn1.DataPropertyName = "AnesthesiaDoctor"; this.AnesthesiaDoctorColumn1.HeaderText = "麻醉医生"; this.AnesthesiaDoctorColumn1.Name = "AnesthesiaDoctorColumn1"; // // InstrumentNurseColumn1 // this.InstrumentNurseColumn1.DataPropertyName = "InstrumentNurse"; this.InstrumentNurseColumn1.HeaderText = "器械护士"; this.InstrumentNurseColumn1.Name = "InstrumentNurseColumn1"; // // TourNurseColumn1 // this.TourNurseColumn1.DataPropertyName = "TourNurse"; this.TourNurseColumn1.HeaderText = "巡回护士"; this.TourNurseColumn1.Name = "TourNurseColumn1"; // // AnesthesiaDoctorSucceedColumn1 // this.AnesthesiaDoctorSucceedColumn1.DataPropertyName = "AnesthesiaDoctorSucceed"; this.AnesthesiaDoctorSucceedColumn1.HeaderText = "麻醉接台"; this.AnesthesiaDoctorSucceedColumn1.Name = "AnesthesiaDoctorSucceedColumn1"; this.AnesthesiaDoctorSucceedColumn1.ReadOnly = true; // // InstrumentNurseSucceedColumn1 // this.InstrumentNurseSucceedColumn1.DataPropertyName = "InstrumentNurseSucceed"; this.InstrumentNurseSucceedColumn1.HeaderText = "器械接台"; this.InstrumentNurseSucceedColumn1.Name = "InstrumentNurseSucceedColumn1"; this.InstrumentNurseSucceedColumn1.ReadOnly = true; // // TourNurseSucceedColumn1 // this.TourNurseSucceedColumn1.DataPropertyName = "TourNurseSucceed"; this.TourNurseSucceedColumn1.HeaderText = "巡回接台"; this.TourNurseSucceedColumn1.Name = "TourNurseSucceedColumn1"; this.TourNurseSucceedColumn1.ReadOnly = true; // // RemarkColumn // this.RemarkColumn.DataPropertyName = "Remark"; this.RemarkColumn.HeaderText = "备注"; this.RemarkColumn.Name = "RemarkColumn"; // // panel1 // this.panel1.BackColor = System.Drawing.Color.AliceBlue; this.panel1.Controls.Add(this.btnFind); this.panel1.Controls.Add(this.dtpBegInDate); this.panel1.Controls.Add(this.label2); this.panel1.Controls.Add(this.label3); this.panel1.Controls.Add(this.dtpEndDate); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.Location = new System.Drawing.Point(0, 49); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(877, 41); this.panel1.TabIndex = 8; // // btnFind // this.btnFind.Location = new System.Drawing.Point(348, 9); this.btnFind.Name = "btnFind"; this.btnFind.Size = new System.Drawing.Size(66, 23); this.btnFind.TabIndex = 32; this.btnFind.Text = "查询"; this.btnFind.UseVisualStyleBackColor = true; this.btnFind.Click += new System.EventHandler(this.btnFind_Click); // // dtpBegInDate // this.dtpBegInDate.CustomFormat = "yyyy-MM-dd"; this.dtpBegInDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dtpBegInDate.Location = new System.Drawing.Point(90, 9); this.dtpBegInDate.Name = "dtpBegInDate"; this.dtpBegInDate.Size = new System.Drawing.Size(97, 23); this.dtpBegInDate.TabIndex = 27; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(26, 16); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(63, 14); this.label2.TabIndex = 26; this.label2.Text = "预约时间"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(189, 16); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(21, 14); this.label3.TabIndex = 28; this.label3.Text = "至"; // // dtpEndDate // this.dtpEndDate.CustomFormat = "yyyy-MM-dd"; this.dtpEndDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dtpEndDate.Location = new System.Drawing.Point(212, 9); this.dtpEndDate.Name = "dtpEndDate"; this.dtpEndDate.Size = new System.Drawing.Size(97, 23); this.dtpEndDate.TabIndex = 29; // // panel2 // this.panel2.Controls.Add(this.dgv1); this.panel2.Dock = System.Windows.Forms.DockStyle.Fill; this.panel2.Location = new System.Drawing.Point(0, 90); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(877, 457); this.panel2.TabIndex = 9; // // frmExeOperationPlan // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(877, 547); this.ControlBox = false; this.Controls.Add(this.panel2); this.Controls.Add(this.panel1); this.Controls.Add(this.toolStrip1); this.Font = new System.Drawing.Font("宋体", 10.5F); this.Name = "frmExeOperationPlan"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Load += new System.EventHandler(this.frmExeOperationPlan_Load); this.toolStrip1.ResumeLayout(false); this.toolStrip1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgv1)).EndInit(); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.panel2.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.ToolStrip toolStrip1; private System.Windows.Forms.ToolStripButton tsbExe; private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; private System.Windows.Forms.ToolStripButton tsbExit; private System.Windows.Forms.ToolStripSeparator toolStripSeparator5; private System.Windows.Forms.ToolStripButton tsbSet; private System.Windows.Forms.DataGridView dgv1; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.Button btnFind; private System.Windows.Forms.DateTimePicker dtpBegInDate; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.DateTimePicker dtpEndDate; private System.Windows.Forms.DataGridViewCheckBoxColumn CheckBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn ApplyIdColumn1; private System.Windows.Forms.DataGridViewTextBoxColumn MdrecNoColumn1; private System.Windows.Forms.DataGridViewTextBoxColumn ArchivesNoColumn1; private System.Windows.Forms.DataGridViewTextBoxColumn ApplyDepNameColumn1; private System.Windows.Forms.DataGridViewTextBoxColumn PatientKindColumn1; private System.Windows.Forms.DataGridViewTextBoxColumn PatientNameColumn1; private System.Windows.Forms.DataGridViewTextBoxColumn SexColumn1; private System.Windows.Forms.DataGridViewTextBoxColumn BirthDayColumn1; private System.Windows.Forms.DataGridViewTextBoxColumn HeightColumn1; private System.Windows.Forms.DataGridViewTextBoxColumn WeightColumn1; private System.Windows.Forms.DataGridViewTextBoxColumn BloodTypeColumn1; private System.Windows.Forms.DataGridViewTextBoxColumn RHBloodTypeColumn1; private System.Windows.Forms.DataGridViewTextBoxColumn IlldistrictColumn1; private System.Windows.Forms.DataGridViewTextBoxColumn SickBedColumn1; private System.Windows.Forms.DataGridViewTextBoxColumn OperationTypeColumn1; private System.Windows.Forms.DataGridViewTextBoxColumn OrderOperationTimeColumn1; private System.Windows.Forms.DataGridViewTextBoxColumn OperationTimeLeightColumn1; private System.Windows.Forms.DataGridViewTextBoxColumn StateColumn1; private System.Windows.Forms.DataGridViewTextBoxColumn IsReturnOperationColumn1; private System.Windows.Forms.DataGridViewTextBoxColumn IsPlanReturnOperationColumn1; private System.Windows.Forms.DataGridViewTextBoxColumn ApplyDiagnoseInfoNameColumn1; private System.Windows.Forms.DataGridViewTextBoxColumn DiagnoseRemarkColumn1; private System.Windows.Forms.DataGridViewTextBoxColumn ApplyOperationInfoNameColumn1; private System.Windows.Forms.DataGridViewTextBoxColumn OperationRemarkColumn1; private System.Windows.Forms.DataGridViewTextBoxColumn OperationLevelNameColumn1; private System.Windows.Forms.DataGridViewTextBoxColumn ApplyOperationCutTypeNameColumn1; private System.Windows.Forms.DataGridViewTextBoxColumn ApplyOperationPositionNameColumn1; private System.Windows.Forms.DataGridViewTextBoxColumn AnaesthesiaMethodNameColumn1; private System.Windows.Forms.DataGridViewTextBoxColumn ContagionColumn1; private System.Windows.Forms.DataGridViewTextBoxColumn OperationDoctorColumn1; private System.Windows.Forms.DataGridViewTextBoxColumn Assistant1Column1; private System.Windows.Forms.DataGridViewTextBoxColumn Assistant2Column1; private System.Windows.Forms.DataGridViewTextBoxColumn Assistant3Column1; private System.Windows.Forms.DataGridViewTextBoxColumn InternColumn1; private System.Windows.Forms.DataGridViewTextBoxColumn OtherColumn1; private System.Windows.Forms.DataGridViewTextBoxColumn ApplyTimeColumn1; private System.Windows.Forms.DataGridViewTextBoxColumn ApplyOperatorNameColumn1; private System.Windows.Forms.DataGridViewTextBoxColumn VerifyTimeColumn1; private System.Windows.Forms.DataGridViewTextBoxColumn VerifyOperatorNameColumn1; private System.Windows.Forms.DataGridViewTextBoxColumn PlanOperationTimeColumn1; private System.Windows.Forms.DataGridViewTextBoxColumn OperationRoomColumn1; private System.Windows.Forms.DataGridViewTextBoxColumn AnesthesiaDoctorColumn1; private System.Windows.Forms.DataGridViewTextBoxColumn InstrumentNurseColumn1; private System.Windows.Forms.DataGridViewTextBoxColumn TourNurseColumn1; private System.Windows.Forms.DataGridViewTextBoxColumn AnesthesiaDoctorSucceedColumn1; private System.Windows.Forms.DataGridViewTextBoxColumn InstrumentNurseSucceedColumn1; private System.Windows.Forms.DataGridViewTextBoxColumn TourNurseSucceedColumn1; private System.Windows.Forms.DataGridViewTextBoxColumn RemarkColumn; } }