namespace PTMedicalInsurance.Forms { 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.dblkcbxMedicalType = new PTControl.DBLookupCombox(); this.dblkcbxInsuranceType = new PTControl.DBLookupCombox(); this.label4 = 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.diag_type_name = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.maindiag_flag = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.diag_srt_no = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.diag_name = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.diag_code = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.diag_dept = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.adm_cond = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dise_dor_no = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dise_dor_name = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.diag_time = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.panel3 = new System.Windows.Forms.Panel(); this.cbxQrCodePay = new Sunny.UI.UICheckBox(); this.button2 = new System.Windows.Forms.Button(); this.button1 = new System.Windows.Forms.Button(); this.cbMutualAid = new Sunny.UI.UICheckBox(); this.panel1.SuspendLayout(); this.panel2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvDiagnose)).BeginInit(); this.panel3.SuspendLayout(); this.SuspendLayout(); // // panel1 // this.panel1.Controls.Add(this.dblkcbxMedicalType); this.panel1.Controls.Add(this.dblkcbxInsuranceType); this.panel1.Controls.Add(this.label4); 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(1238, 82); this.panel1.TabIndex = 12; // // dblkcbxMedicalType // this.dblkcbxMedicalType.FormattingEnabled = true; this.dblkcbxMedicalType.Location = new System.Drawing.Point(561, 27); 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.Enabled = false; this.dblkcbxInsuranceType.FormattingEnabled = true; this.dblkcbxInsuranceType.Location = new System.Drawing.Point(188, 28); 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); // // 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 = "医疗类别"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(64, 31); this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(103, 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, 82); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(1238, 343); this.panel2.TabIndex = 13; // // dgvDiagnose // this.dgvDiagnose.AllowUserToAddRows = false; this.dgvDiagnose.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgvDiagnose.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.diag_type_name, this.maindiag_flag, this.diag_srt_no, this.diag_name, this.diag_code, this.diag_dept, this.adm_cond, this.dise_dor_no, this.dise_dor_name, this.diag_time}); 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(1238, 343); this.dgvDiagnose.TabIndex = 0; // // diag_type_name // this.diag_type_name.DataPropertyName = "diag_type_name"; this.diag_type_name.HeaderText = "诊断类别"; this.diag_type_name.Name = "diag_type_name"; this.diag_type_name.Width = 120; // // maindiag_flag // this.maindiag_flag.DataPropertyName = "maindiag_flag"; this.maindiag_flag.HeaderText = "主诊断标志"; this.maindiag_flag.Name = "maindiag_flag"; this.maindiag_flag.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.maindiag_flag.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; this.maindiag_flag.Width = 75; // // diag_srt_no // this.diag_srt_no.DataPropertyName = "diag_srt_no"; this.diag_srt_no.HeaderText = "序号"; this.diag_srt_no.Name = "diag_srt_no"; this.diag_srt_no.Width = 76; // // diag_name // this.diag_name.DataPropertyName = "diag_name"; this.diag_name.HeaderText = "诊断名称"; this.diag_name.Name = "diag_name"; this.diag_name.Width = 180; // // diag_code // this.diag_code.DataPropertyName = "diag_code"; this.diag_code.HeaderText = "诊断编码"; this.diag_code.Name = "diag_code"; // // diag_dept // this.diag_dept.DataPropertyName = "diag_dept"; this.diag_dept.HeaderText = "科室"; this.diag_dept.Name = "diag_dept"; // // adm_cond // this.adm_cond.DataPropertyName = "adm_cond"; this.adm_cond.HeaderText = "入院病情"; this.adm_cond.Name = "adm_cond"; // // dise_dor_no // this.dise_dor_no.DataPropertyName = "dise_dor_no"; this.dise_dor_no.HeaderText = "医生编号"; this.dise_dor_no.Name = "dise_dor_no"; this.dise_dor_no.Width = 150; // // dise_dor_name // this.dise_dor_name.DataPropertyName = "dise_dor_name"; this.dise_dor_name.HeaderText = "医生姓名"; this.dise_dor_name.Name = "dise_dor_name"; // // diag_time // this.diag_time.DataPropertyName = "diag_time"; this.diag_time.HeaderText = "诊断时间"; this.diag_time.Name = "diag_time"; this.diag_time.Width = 180; // // panel3 // this.panel3.Controls.Add(this.cbMutualAid); this.panel3.Controls.Add(this.cbxQrCodePay); 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, 361); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(1238, 64); this.panel3.TabIndex = 14; // // cbxQrCodePay // this.cbxQrCodePay.Cursor = System.Windows.Forms.Cursors.Hand; this.cbxQrCodePay.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.cbxQrCodePay.Location = new System.Drawing.Point(26, 23); this.cbxQrCodePay.MinimumSize = new System.Drawing.Size(1, 1); this.cbxQrCodePay.Name = "cbxQrCodePay"; this.cbxQrCodePay.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0); this.cbxQrCodePay.Size = new System.Drawing.Size(172, 29); this.cbxQrCodePay.TabIndex = 3; this.cbxQrCodePay.Text = "是否二维码支付"; this.cbxQrCodePay.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // button2 // this.button2.Location = new System.Drawing.Point(1114, 20); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(90, 28); 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(995, 17); 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); // // cbMutualAid // this.cbMutualAid.Cursor = System.Windows.Forms.Cursors.Hand; this.cbMutualAid.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.cbMutualAid.Location = new System.Drawing.Point(204, 23); this.cbMutualAid.MinimumSize = new System.Drawing.Size(1, 1); this.cbMutualAid.Name = "cbMutualAid"; this.cbMutualAid.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0); this.cbMutualAid.Size = new System.Drawing.Size(150, 29); this.cbMutualAid.TabIndex = 4; this.cbMutualAid.Text = "启用共济支付"; this.cbMutualAid.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // OutpatientRegistration // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1238, 425); 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 = "OutpatientRegistration"; 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; public PTControl.DBLookupCombox dblkcbxMedicalType; public PTControl.DBLookupCombox dblkcbxInsuranceType; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label1; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.Panel panel3; private System.Windows.Forms.Button button2; private System.Windows.Forms.Button button1; private System.Windows.Forms.DataGridView dgvDiagnose; private System.Windows.Forms.DataGridViewTextBoxColumn diag_type_name; private System.Windows.Forms.DataGridViewCheckBoxColumn maindiag_flag; private System.Windows.Forms.DataGridViewTextBoxColumn diag_srt_no; private System.Windows.Forms.DataGridViewTextBoxColumn diag_name; private System.Windows.Forms.DataGridViewTextBoxColumn diag_code; private System.Windows.Forms.DataGridViewTextBoxColumn diag_dept; private System.Windows.Forms.DataGridViewTextBoxColumn adm_cond; private System.Windows.Forms.DataGridViewTextBoxColumn dise_dor_no; private System.Windows.Forms.DataGridViewTextBoxColumn dise_dor_name; private System.Windows.Forms.DataGridViewTextBoxColumn diag_time; private Sunny.UI.UICheckBox cbxQrCodePay; public Sunny.UI.UICheckBox cbMutualAid; } }