namespace ChengDuMedInsu2 { partial class OutpatientRegistration { /// /// 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.panel1 = new System.Windows.Forms.Panel(); this.dblkcbxDiseaseType = new PTControl.DBLookupCombox(); this.dblkcbxSettelmentWay = new PTControl.DBLookupCombox(); this.dblkcbxOperation = new PTControl.DBLookupCombox(); this.dblkcbxDisease = new PTControl.DBLookupCombox(); this.dblkcbxMedicalType = new PTControl.DBLookupCombox(); this.dblkcbxInsuranceType = new PTControl.DBLookupCombox(); this.label6 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.panel2 = new System.Windows.Forms.Panel(); this.dgvDiagnose = new System.Windows.Forms.DataGridView(); this.DiagnoseType = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.MainDiagnoseFlag = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.SortNO = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.DiagnoseName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.DiagnoseCode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Department = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.AdmissionCondition = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.DoctorNO = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.DoctorName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.DiagnoseDate = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.panel3 = new System.Windows.Forms.Panel(); this.button2 = new System.Windows.Forms.Button(); this.button1 = new System.Windows.Forms.Button(); this.panel1.SuspendLayout(); this.panel2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvDiagnose)).BeginInit(); this.panel3.SuspendLayout(); this.SuspendLayout(); // // panel1 // this.panel1.Controls.Add(this.dblkcbxDiseaseType); this.panel1.Controls.Add(this.dblkcbxSettelmentWay); this.panel1.Controls.Add(this.dblkcbxOperation); this.panel1.Controls.Add(this.dblkcbxDisease); this.panel1.Controls.Add(this.dblkcbxMedicalType); this.panel1.Controls.Add(this.dblkcbxInsuranceType); this.panel1.Controls.Add(this.label6); this.panel1.Controls.Add(this.label5); this.panel1.Controls.Add(this.label4); this.panel1.Controls.Add(this.label3); this.panel1.Controls.Add(this.label2); this.panel1.Controls.Add(this.label1); 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(1162, 190); this.panel1.TabIndex = 12; // // dblkcbxDiseaseType // this.dblkcbxDiseaseType.FormattingEnabled = true; this.dblkcbxDiseaseType.Location = new System.Drawing.Point(578, 144); this.dblkcbxDiseaseType.Name = "dblkcbxDiseaseType"; this.dblkcbxDiseaseType.NullValue = ""; this.dblkcbxDiseaseType.PopupGridAutoSize = false; this.dblkcbxDiseaseType.RowFilterVisible = false; this.dblkcbxDiseaseType.sDisplayField = ""; this.dblkcbxDiseaseType.sDisplayMember = ""; this.dblkcbxDiseaseType.SeparatorChar = "|"; this.dblkcbxDiseaseType.Size = new System.Drawing.Size(185, 23); this.dblkcbxDiseaseType.sKeyWords = ""; this.dblkcbxDiseaseType.sValueMember = ""; this.dblkcbxDiseaseType.TabIndex = 23; this.dblkcbxDiseaseType.Value = ""; this.dblkcbxDiseaseType.AfterSelector += new PTControl.AfterSelectorEventHandler(this.dblkcbxDiseaseType_AfterSelector); // // dblkcbxSettelmentWay // this.dblkcbxSettelmentWay.FormattingEnabled = true; this.dblkcbxSettelmentWay.Location = new System.Drawing.Point(213, 144); this.dblkcbxSettelmentWay.Name = "dblkcbxSettelmentWay"; this.dblkcbxSettelmentWay.NullValue = ""; this.dblkcbxSettelmentWay.PopupGridAutoSize = false; this.dblkcbxSettelmentWay.RowFilterVisible = false; this.dblkcbxSettelmentWay.sDisplayField = ""; this.dblkcbxSettelmentWay.sDisplayMember = ""; this.dblkcbxSettelmentWay.SeparatorChar = "|"; this.dblkcbxSettelmentWay.Size = new System.Drawing.Size(185, 23); this.dblkcbxSettelmentWay.sKeyWords = ""; this.dblkcbxSettelmentWay.sValueMember = ""; this.dblkcbxSettelmentWay.TabIndex = 22; this.dblkcbxSettelmentWay.Value = ""; this.dblkcbxSettelmentWay.AfterSelector += new PTControl.AfterSelectorEventHandler(this.dblkcbxSettelmentWay_AfterSelector); // // dblkcbxOperation // this.dblkcbxOperation.FormattingEnabled = true; this.dblkcbxOperation.Location = new System.Drawing.Point(578, 87); this.dblkcbxOperation.Name = "dblkcbxOperation"; this.dblkcbxOperation.NullValue = ""; this.dblkcbxOperation.PopupGridAutoSize = false; this.dblkcbxOperation.RowFilterVisible = false; this.dblkcbxOperation.sDisplayField = ""; this.dblkcbxOperation.sDisplayMember = ""; this.dblkcbxOperation.SeparatorChar = "|"; this.dblkcbxOperation.Size = new System.Drawing.Size(185, 23); this.dblkcbxOperation.sKeyWords = ""; this.dblkcbxOperation.sValueMember = ""; this.dblkcbxOperation.TabIndex = 21; this.dblkcbxOperation.Value = ""; this.dblkcbxOperation.AfterSelector += new PTControl.AfterSelectorEventHandler(this.dblkcbxOperation_AfterSelector); // // dblkcbxDisease // this.dblkcbxDisease.FormattingEnabled = true; this.dblkcbxDisease.Location = new System.Drawing.Point(213, 84); this.dblkcbxDisease.Name = "dblkcbxDisease"; this.dblkcbxDisease.NullValue = ""; this.dblkcbxDisease.PopupGridAutoSize = false; this.dblkcbxDisease.RowFilterVisible = false; this.dblkcbxDisease.sDisplayField = ""; this.dblkcbxDisease.sDisplayMember = ""; this.dblkcbxDisease.SeparatorChar = "|"; this.dblkcbxDisease.Size = new System.Drawing.Size(185, 23); this.dblkcbxDisease.sKeyWords = ""; this.dblkcbxDisease.sValueMember = ""; this.dblkcbxDisease.TabIndex = 20; this.dblkcbxDisease.Value = ""; this.dblkcbxDisease.AfterSelector += new PTControl.AfterSelectorEventHandler(this.dblkcbxDisease_AfterSelector); // // dblkcbxMedicalType // this.dblkcbxMedicalType.FormattingEnabled = true; this.dblkcbxMedicalType.Location = new System.Drawing.Point(578, 25); this.dblkcbxMedicalType.Name = "dblkcbxMedicalType"; this.dblkcbxMedicalType.NullValue = ""; this.dblkcbxMedicalType.PopupGridAutoSize = false; this.dblkcbxMedicalType.RowFilterVisible = false; this.dblkcbxMedicalType.sDisplayField = ""; this.dblkcbxMedicalType.sDisplayMember = ""; this.dblkcbxMedicalType.SeparatorChar = "|"; this.dblkcbxMedicalType.Size = new System.Drawing.Size(185, 23); this.dblkcbxMedicalType.sKeyWords = ""; this.dblkcbxMedicalType.sValueMember = ""; this.dblkcbxMedicalType.TabIndex = 19; this.dblkcbxMedicalType.Value = ""; this.dblkcbxMedicalType.AfterSelector += new PTControl.AfterSelectorEventHandler(this.dblkcbxMedicalType_AfterSelector); // // dblkcbxInsuranceType // this.dblkcbxInsuranceType.FormattingEnabled = true; this.dblkcbxInsuranceType.Location = new System.Drawing.Point(213, 30); this.dblkcbxInsuranceType.Name = "dblkcbxInsuranceType"; this.dblkcbxInsuranceType.NullValue = ""; this.dblkcbxInsuranceType.PopupGridAutoSize = false; this.dblkcbxInsuranceType.RowFilterVisible = false; this.dblkcbxInsuranceType.sDisplayField = ""; this.dblkcbxInsuranceType.sDisplayMember = ""; this.dblkcbxInsuranceType.SeparatorChar = "|"; this.dblkcbxInsuranceType.Size = new System.Drawing.Size(185, 23); this.dblkcbxInsuranceType.sKeyWords = ""; this.dblkcbxInsuranceType.sValueMember = ""; this.dblkcbxInsuranceType.TabIndex = 18; this.dblkcbxInsuranceType.Value = ""; this.dblkcbxInsuranceType.AfterSelector += new PTControl.AfterSelectorEventHandler(this.dblkcbxInsuranceType_AfterSelector); // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(463, 152); this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(71, 15); this.label6.TabIndex = 17; this.label6.Text = "病种类型"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(463, 87); this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(71, 15); this.label5.TabIndex = 16; this.label5.Text = "手术操作"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(463, 33); this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(71, 15); this.label4.TabIndex = 15; this.label4.Text = "医疗类别"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(87, 152); this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(71, 15); this.label3.TabIndex = 14; this.label3.Text = "结算方式"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(87, 87); this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(71, 15); this.label2.TabIndex = 13; this.label2.Text = "病种名称\r\n"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(87, 33); this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(71, 15); this.label1.TabIndex = 12; this.label1.Text = "险种类型"; // // panel2 // this.panel2.Controls.Add(this.dgvDiagnose); this.panel2.Dock = System.Windows.Forms.DockStyle.Fill; this.panel2.Location = new System.Drawing.Point(0, 190); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(1162, 360); this.panel2.TabIndex = 13; // // dgvDiagnose // this.dgvDiagnose.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgvDiagnose.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.DiagnoseType, this.MainDiagnoseFlag, this.SortNO, this.DiagnoseName, this.DiagnoseCode, this.Department, this.AdmissionCondition, this.DoctorNO, this.DoctorName, this.DiagnoseDate}); this.dgvDiagnose.Dock = System.Windows.Forms.DockStyle.Fill; this.dgvDiagnose.Location = new System.Drawing.Point(0, 0); this.dgvDiagnose.Name = "dgvDiagnose"; this.dgvDiagnose.RowTemplate.Height = 30; this.dgvDiagnose.Size = new System.Drawing.Size(1162, 360); this.dgvDiagnose.TabIndex = 0; this.dgvDiagnose.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick); // // DiagnoseType // this.DiagnoseType.HeaderText = "诊断类别"; this.DiagnoseType.Name = "DiagnoseType"; this.DiagnoseType.Width = 120; // // MainDiagnoseFlag // this.MainDiagnoseFlag.HeaderText = "主诊断标志"; this.MainDiagnoseFlag.Name = "MainDiagnoseFlag"; this.MainDiagnoseFlag.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.MainDiagnoseFlag.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; // // SortNO // this.SortNO.HeaderText = "序号"; this.SortNO.Name = "SortNO"; // // DiagnoseName // this.DiagnoseName.HeaderText = "诊断名称"; this.DiagnoseName.Name = "DiagnoseName"; // // DiagnoseCode // this.DiagnoseCode.HeaderText = "诊断编码"; this.DiagnoseCode.Name = "DiagnoseCode"; // // Department // this.Department.HeaderText = "科室"; this.Department.Name = "Department"; // // AdmissionCondition // this.AdmissionCondition.HeaderText = "入院病情"; this.AdmissionCondition.Name = "AdmissionCondition"; // // DoctorNO // this.DoctorNO.HeaderText = "医生编号"; this.DoctorNO.Name = "DoctorNO"; // // DoctorName // this.DoctorName.HeaderText = "医生姓名"; this.DoctorName.Name = "DoctorName"; // // DiagnoseDate // this.DiagnoseDate.HeaderText = "诊断时间"; this.DiagnoseDate.Name = "DiagnoseDate"; // // panel3 // this.panel3.Controls.Add(this.button2); this.panel3.Controls.Add(this.button1); this.panel3.Dock = System.Windows.Forms.DockStyle.Bottom; this.panel3.Location = new System.Drawing.Point(0, 486); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(1162, 64); this.panel3.TabIndex = 14; // // button2 // this.button2.Location = new System.Drawing.Point(1021, 18); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(90, 34); this.button2.TabIndex = 1; this.button2.Text = "放弃"; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.button2_Click); // // button1 // this.button1.Location = new System.Drawing.Point(901, 21); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(97, 31); this.button1.TabIndex = 0; this.button1.Text = "确定"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click_1); // // OutpatientRegistration // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1162, 550); this.Controls.Add(this.panel3); this.Controls.Add(this.panel2); this.Controls.Add(this.panel1); this.Font = new System.Drawing.Font("新宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.Margin = new System.Windows.Forms.Padding(4); this.Name = "OutpatientRegistration"; this.Text = "就诊登记"; this.Load += new System.EventHandler(this.OutpatientRegistration_Load); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dgvDiagnose)).EndInit(); this.panel3.ResumeLayout(false); this.ResumeLayout(false); } #endregion public string DiseaseTypeValue { get { return dtDisease.Columns[""].ToString(); } } private System.Windows.Forms.Panel panel1; private PTControl.DBLookupCombox dblkcbxDiseaseType; private PTControl.DBLookupCombox dblkcbxSettelmentWay; private PTControl.DBLookupCombox dblkcbxOperation; private PTControl.DBLookupCombox dblkcbxDisease; private PTControl.DBLookupCombox dblkcbxMedicalType; private PTControl.DBLookupCombox dblkcbxInsuranceType; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.DataGridView dgvDiagnose; private System.Windows.Forms.DataGridViewTextBoxColumn DiagnoseType; private System.Windows.Forms.DataGridViewCheckBoxColumn MainDiagnoseFlag; private System.Windows.Forms.DataGridViewTextBoxColumn SortNO; private System.Windows.Forms.DataGridViewTextBoxColumn DiagnoseName; private System.Windows.Forms.DataGridViewTextBoxColumn DiagnoseCode; private System.Windows.Forms.DataGridViewTextBoxColumn Department; private System.Windows.Forms.DataGridViewTextBoxColumn AdmissionCondition; private System.Windows.Forms.DataGridViewTextBoxColumn DoctorNO; private System.Windows.Forms.DataGridViewTextBoxColumn DoctorName; private System.Windows.Forms.DataGridViewTextBoxColumn DiagnoseDate; private System.Windows.Forms.Panel panel3; private System.Windows.Forms.Button button2; private System.Windows.Forms.Button button1; } }