namespace PTMedicalInsurance.Forms
{
partial class PreAndInProcessAnalysisLogQueryForm
{
///
/// 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()
{
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
this.panelQuery = new System.Windows.Forms.Panel();
this.gbQueryCondition = new System.Windows.Forms.GroupBox();
this.txtItemName = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.txtPatientName = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.txtOperatorName = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.dtpEndDate = new System.Windows.Forms.DateTimePicker();
this.label2 = new System.Windows.Forms.Label();
this.dtpStartDate = new System.Windows.Forms.DateTimePicker();
this.label1 = new System.Windows.Forms.Label();
this.panelButtons = new System.Windows.Forms.Panel();
this.btnClose = new System.Windows.Forms.Button();
this.btnExport = new System.Windows.Forms.Button();
this.btnClear = new System.Windows.Forms.Button();
this.btnQuery = new System.Windows.Forms.Button();
this.panelResult = new System.Windows.Forms.Panel();
this.dgvLogs = new System.Windows.Forms.DataGridView();
this.panelStatus = new System.Windows.Forms.Panel();
this.lblTotalViolationAmount = new System.Windows.Forms.Label();
this.lblTotalAmount = new System.Windows.Forms.Label();
this.lblRecordCount = new System.Windows.Forms.Label();
this.panelQuery.SuspendLayout();
this.gbQueryCondition.SuspendLayout();
this.panelButtons.SuspendLayout();
this.panelResult.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvLogs)).BeginInit();
this.panelStatus.SuspendLayout();
this.SuspendLayout();
//
// panelQuery
//
this.panelQuery.Controls.Add(this.gbQueryCondition);
this.panelQuery.Controls.Add(this.panelButtons);
this.panelQuery.Dock = System.Windows.Forms.DockStyle.Top;
this.panelQuery.Location = new System.Drawing.Point(0, 0);
this.panelQuery.Name = "panelQuery";
this.panelQuery.Size = new System.Drawing.Size(1400, 150);
this.panelQuery.TabIndex = 0;
//
// gbQueryCondition
//
this.gbQueryCondition.Controls.Add(this.txtItemName);
this.gbQueryCondition.Controls.Add(this.label5);
this.gbQueryCondition.Controls.Add(this.txtPatientName);
this.gbQueryCondition.Controls.Add(this.label4);
this.gbQueryCondition.Controls.Add(this.txtOperatorName);
this.gbQueryCondition.Controls.Add(this.label3);
this.gbQueryCondition.Controls.Add(this.dtpEndDate);
this.gbQueryCondition.Controls.Add(this.label2);
this.gbQueryCondition.Controls.Add(this.dtpStartDate);
this.gbQueryCondition.Controls.Add(this.label1);
this.gbQueryCondition.Dock = System.Windows.Forms.DockStyle.Fill;
this.gbQueryCondition.Location = new System.Drawing.Point(0, 0);
this.gbQueryCondition.Name = "gbQueryCondition";
this.gbQueryCondition.Size = new System.Drawing.Size(1000, 150);
this.gbQueryCondition.TabIndex = 0;
this.gbQueryCondition.TabStop = false;
this.gbQueryCondition.Text = "查询条件";
//
// txtItemName
//
this.txtItemName.Location = new System.Drawing.Point(780, 35);
this.txtItemName.Name = "txtItemName";
this.txtItemName.Size = new System.Drawing.Size(200, 25);
this.txtItemName.TabIndex = 9;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(680, 40);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(82, 15);
this.label5.TabIndex = 8;
this.label5.Text = "项目名称:";
//
// txtPatientName
//
this.txtPatientName.Location = new System.Drawing.Point(780, 75);
this.txtPatientName.Name = "txtPatientName";
this.txtPatientName.Size = new System.Drawing.Size(200, 25);
this.txtPatientName.TabIndex = 7;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(680, 80);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(82, 15);
this.label4.TabIndex = 6;
this.label4.Text = "病人姓名:";
//
// txtOperatorName
//
this.txtOperatorName.Location = new System.Drawing.Point(440, 75);
this.txtOperatorName.Name = "txtOperatorName";
this.txtOperatorName.Size = new System.Drawing.Size(200, 25);
this.txtOperatorName.TabIndex = 5;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(340, 80);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(82, 15);
this.label3.TabIndex = 4;
this.label3.Text = "操作员名:";
//
// dtpEndDate
//
this.dtpEndDate.Location = new System.Drawing.Point(440, 35);
this.dtpEndDate.Name = "dtpEndDate";
this.dtpEndDate.Size = new System.Drawing.Size(200, 25);
this.dtpEndDate.TabIndex = 3;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(340, 40);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(82, 15);
this.label2.TabIndex = 2;
this.label2.Text = "结束日期:";
//
// dtpStartDate
//
this.dtpStartDate.Location = new System.Drawing.Point(100, 35);
this.dtpStartDate.Name = "dtpStartDate";
this.dtpStartDate.Size = new System.Drawing.Size(200, 25);
this.dtpStartDate.TabIndex = 1;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(20, 40);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(82, 15);
this.label1.TabIndex = 0;
this.label1.Text = "开始日期:";
//
// panelButtons
//
this.panelButtons.Controls.Add(this.btnClose);
this.panelButtons.Controls.Add(this.btnExport);
this.panelButtons.Controls.Add(this.btnClear);
this.panelButtons.Controls.Add(this.btnQuery);
this.panelButtons.Dock = System.Windows.Forms.DockStyle.Right;
this.panelButtons.Location = new System.Drawing.Point(1000, 0);
this.panelButtons.Name = "panelButtons";
this.panelButtons.Size = new System.Drawing.Size(400, 150);
this.panelButtons.TabIndex = 1;
//
// btnClose
//
this.btnClose.Location = new System.Drawing.Point(280, 90);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(100, 40);
this.btnClose.TabIndex = 3;
this.btnClose.Text = "关闭(&C)";
this.btnClose.UseVisualStyleBackColor = true;
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
//
// btnExport
//
this.btnExport.Location = new System.Drawing.Point(150, 90);
this.btnExport.Name = "btnExport";
this.btnExport.Size = new System.Drawing.Size(100, 40);
this.btnExport.TabIndex = 2;
this.btnExport.Text = "导出(&E)";
this.btnExport.UseVisualStyleBackColor = true;
this.btnExport.Click += new System.EventHandler(this.btnExport_Click);
//
// btnClear
//
this.btnClear.Location = new System.Drawing.Point(280, 30);
this.btnClear.Name = "btnClear";
this.btnClear.Size = new System.Drawing.Size(100, 40);
this.btnClear.TabIndex = 1;
this.btnClear.Text = "清空(&L)";
this.btnClear.UseVisualStyleBackColor = true;
this.btnClear.Click += new System.EventHandler(this.btnClear_Click);
//
// btnQuery
//
this.btnQuery.Location = new System.Drawing.Point(150, 30);
this.btnQuery.Name = "btnQuery";
this.btnQuery.Size = new System.Drawing.Size(100, 40);
this.btnQuery.TabIndex = 0;
this.btnQuery.Text = "查询(&Q)";
this.btnQuery.UseVisualStyleBackColor = true;
this.btnQuery.Click += new System.EventHandler(this.btnQuery_Click);
//
// panelResult
//
this.panelResult.Controls.Add(this.dgvLogs);
this.panelResult.Controls.Add(this.panelStatus);
this.panelResult.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelResult.Location = new System.Drawing.Point(0, 150);
this.panelResult.Name = "panelResult";
this.panelResult.Size = new System.Drawing.Size(1400, 550);
this.panelResult.TabIndex = 1;
//
// dgvLogs
//
this.dgvLogs.AllowUserToAddRows = false;
this.dgvLogs.AllowUserToDeleteRows = false;
dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
this.dgvLogs.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
this.dgvLogs.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
this.dgvLogs.BackgroundColor = System.Drawing.Color.White;
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgvLogs.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
this.dgvLogs.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvLogs.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgvLogs.Location = new System.Drawing.Point(0, 0);
this.dgvLogs.Name = "dgvLogs";
this.dgvLogs.ReadOnly = true;
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgvLogs.RowHeadersDefaultCellStyle = dataGridViewCellStyle3;
this.dgvLogs.RowHeadersWidth = 51;
this.dgvLogs.RowTemplate.Height = 27;
this.dgvLogs.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvLogs.Size = new System.Drawing.Size(1400, 500);
this.dgvLogs.TabIndex = 0;
this.dgvLogs.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvLogs_CellClick);
//
// panelStatus
//
this.panelStatus.Controls.Add(this.lblTotalViolationAmount);
this.panelStatus.Controls.Add(this.lblTotalAmount);
this.panelStatus.Controls.Add(this.lblRecordCount);
this.panelStatus.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panelStatus.Location = new System.Drawing.Point(0, 500);
this.panelStatus.Name = "panelStatus";
this.panelStatus.Size = new System.Drawing.Size(1400, 50);
this.panelStatus.TabIndex = 1;
//
// lblTotalViolationAmount
//
this.lblTotalViolationAmount.AutoSize = true;
this.lblTotalViolationAmount.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Bold);
this.lblTotalViolationAmount.ForeColor = System.Drawing.Color.Red;
this.lblTotalViolationAmount.Location = new System.Drawing.Point(600, 15);
this.lblTotalViolationAmount.Name = "lblTotalViolationAmount";
this.lblTotalViolationAmount.Size = new System.Drawing.Size(120, 17);
this.lblTotalViolationAmount.TabIndex = 2;
this.lblTotalViolationAmount.Text = "违规金额:0元";
//
// lblTotalAmount
//
this.lblTotalAmount.AutoSize = true;
this.lblTotalAmount.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Bold);
this.lblTotalAmount.ForeColor = System.Drawing.Color.Blue;
this.lblTotalAmount.Location = new System.Drawing.Point(300, 15);
this.lblTotalAmount.Name = "lblTotalAmount";
this.lblTotalAmount.Size = new System.Drawing.Size(102, 17);
this.lblTotalAmount.TabIndex = 1;
this.lblTotalAmount.Text = "总金额:0元";
//
// lblRecordCount
//
this.lblRecordCount.AutoSize = true;
this.lblRecordCount.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Bold);
this.lblRecordCount.Location = new System.Drawing.Point(20, 15);
this.lblRecordCount.Name = "lblRecordCount";
this.lblRecordCount.Size = new System.Drawing.Size(144, 17);
this.lblRecordCount.TabIndex = 0;
this.lblRecordCount.Text = "查询结果:0条记录";
//
// PreAndInProcessAnalysisLogQueryForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1400, 700);
this.Controls.Add(this.panelResult);
this.Controls.Add(this.panelQuery);
this.Name = "PreAndInProcessAnalysisLogQueryForm";
this.Text = "事前事中分析日志查询";
this.Load += new System.EventHandler(this.PreAndInProcessAnalysisLogQueryForm_Load);
this.panelQuery.ResumeLayout(false);
this.gbQueryCondition.ResumeLayout(false);
this.gbQueryCondition.PerformLayout();
this.panelButtons.ResumeLayout(false);
this.panelResult.ResumeLayout(false);
this.panelStatus.ResumeLayout(false);
this.panelStatus.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panelQuery;
private System.Windows.Forms.GroupBox gbQueryCondition;
private System.Windows.Forms.TextBox txtItemName;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox txtPatientName;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox txtOperatorName;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.DateTimePicker dtpEndDate;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.DateTimePicker dtpStartDate;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Panel panelButtons;
private System.Windows.Forms.Button btnClose;
private System.Windows.Forms.Button btnExport;
private System.Windows.Forms.Button btnClear;
private System.Windows.Forms.Button btnQuery;
private System.Windows.Forms.Panel panelResult;
private System.Windows.Forms.DataGridView dgvLogs;
private System.Windows.Forms.Panel panelStatus;
private System.Windows.Forms.Label lblTotalViolationAmount;
private System.Windows.Forms.Label lblTotalAmount;
private System.Windows.Forms.Label lblRecordCount;
}
}