123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466 |
- namespace PTMedicalInsurance.Forms
- {
- partial class SettlementChecklist
- {
- /// <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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle15 = new System.Windows.Forms.DataGridViewCellStyle();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SettlementChecklist));
- this.panel1 = new System.Windows.Forms.Panel();
- this.dgvSettlRecord = new Sunny.UI.UIDataGridView();
- this.pgSettlRecod = new Sunny.UI.UIPagination();
- this.uiPanel1 = new Sunny.UI.UIPanel();
- this.btnClose = new Sunny.UI.UIButton();
- this.btnDesign = new Sunny.UI.UIButton();
- this.gbExactLocate = new Sunny.UI.UIGroupBox();
- this.tbHisNO = new Sunny.UI.UITextBox();
- this.tbPatSettlID = new Sunny.UI.UITextBox();
- this.tbName = new Sunny.UI.UITextBox();
- this.gbInterface = new Sunny.UI.UIGroupBox();
- this.cbxInterface = new Sunny.UI.UIComboBox();
- this.btnQuery = new Sunny.UI.UIButton();
- this.btnPrint = new Sunny.UI.UIButton();
- this.rbgBillType = new Sunny.UI.UIRadioButtonGroup();
- this.rbgAdmType = new Sunny.UI.UIRadioButtonGroup();
- this.gbDateTime = new Sunny.UI.UIGroupBox();
- this.dpED = new Sunny.UI.UIDatetimePicker();
- this.dpST = new Sunny.UI.UIDatetimePicker();
- this.report1 = new FastReport.Report();
- this.panel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvSettlRecord)).BeginInit();
- this.uiPanel1.SuspendLayout();
- this.gbExactLocate.SuspendLayout();
- this.gbInterface.SuspendLayout();
- this.gbDateTime.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.report1)).BeginInit();
- this.SuspendLayout();
- //
- // panel1
- //
- this.panel1.Controls.Add(this.dgvSettlRecord);
- this.panel1.Controls.Add(this.pgSettlRecod);
- this.panel1.Controls.Add(this.uiPanel1);
- this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panel1.Location = new System.Drawing.Point(0, 0);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(1194, 535);
- this.panel1.TabIndex = 1;
- //
- // dgvSettlRecord
- //
- this.dgvSettlRecord.AllowUserToAddRows = false;
- this.dgvSettlRecord.AllowUserToDeleteRows = false;
- dataGridViewCellStyle11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
- this.dgvSettlRecord.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle11;
- this.dgvSettlRecord.BackgroundColor = System.Drawing.Color.White;
- this.dgvSettlRecord.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle12.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle12.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle12.ForeColor = System.Drawing.Color.White;
- dataGridViewCellStyle12.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle12.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle12.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgvSettlRecord.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle12;
- this.dgvSettlRecord.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- dataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle13.BackColor = System.Drawing.SystemColors.Window;
- dataGridViewCellStyle13.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle13.ForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle13.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle13.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle13.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dgvSettlRecord.DefaultCellStyle = dataGridViewCellStyle13;
- this.dgvSettlRecord.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dgvSettlRecord.EnableHeadersVisualStyles = false;
- this.dgvSettlRecord.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgvSettlRecord.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
- this.dgvSettlRecord.Location = new System.Drawing.Point(0, 0);
- this.dgvSettlRecord.Name = "dgvSettlRecord";
- dataGridViewCellStyle14.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle14.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle14.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle14.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle14.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle14.SelectionForeColor = System.Drawing.Color.White;
- dataGridViewCellStyle14.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgvSettlRecord.RowHeadersDefaultCellStyle = dataGridViewCellStyle14;
- dataGridViewCellStyle15.BackColor = System.Drawing.Color.White;
- dataGridViewCellStyle15.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgvSettlRecord.RowsDefaultCellStyle = dataGridViewCellStyle15;
- this.dgvSettlRecord.RowTemplate.Height = 23;
- this.dgvSettlRecord.SelectedIndex = -1;
- this.dgvSettlRecord.Size = new System.Drawing.Size(1194, 382);
- this.dgvSettlRecord.StripeOddColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
- this.dgvSettlRecord.TabIndex = 3;
- this.dgvSettlRecord.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // pgSettlRecod
- //
- this.pgSettlRecod.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.pgSettlRecod.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.pgSettlRecod.Location = new System.Drawing.Point(0, 382);
- this.pgSettlRecod.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.pgSettlRecod.MinimumSize = new System.Drawing.Size(1, 1);
- this.pgSettlRecod.Name = "pgSettlRecod";
- this.pgSettlRecod.PagerCount = 13;
- this.pgSettlRecod.RectSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.None;
- this.pgSettlRecod.ShowJumpButton = false;
- this.pgSettlRecod.ShowText = false;
- this.pgSettlRecod.Size = new System.Drawing.Size(1194, 31);
- this.pgSettlRecod.TabIndex = 2;
- this.pgSettlRecod.Text = "uiPagination1";
- this.pgSettlRecod.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
- this.pgSettlRecod.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiPanel1
- //
- this.uiPanel1.Controls.Add(this.btnClose);
- this.uiPanel1.Controls.Add(this.btnDesign);
- this.uiPanel1.Controls.Add(this.gbExactLocate);
- this.uiPanel1.Controls.Add(this.gbInterface);
- this.uiPanel1.Controls.Add(this.btnQuery);
- this.uiPanel1.Controls.Add(this.btnPrint);
- this.uiPanel1.Controls.Add(this.rbgBillType);
- this.uiPanel1.Controls.Add(this.rbgAdmType);
- this.uiPanel1.Controls.Add(this.gbDateTime);
- this.uiPanel1.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.uiPanel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiPanel1.Location = new System.Drawing.Point(0, 413);
- this.uiPanel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.uiPanel1.MinimumSize = new System.Drawing.Size(1, 1);
- this.uiPanel1.Name = "uiPanel1";
- this.uiPanel1.Size = new System.Drawing.Size(1194, 122);
- this.uiPanel1.TabIndex = 4;
- this.uiPanel1.Text = null;
- this.uiPanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
- this.uiPanel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- this.uiPanel1.Click += new System.EventHandler(this.uiPanel1_Click);
- //
- // btnClose
- //
- this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.btnClose.Cursor = System.Windows.Forms.Cursors.Hand;
- this.btnClose.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnClose.Location = new System.Drawing.Point(1009, 78);
- this.btnClose.MinimumSize = new System.Drawing.Size(1, 1);
- this.btnClose.Name = "btnClose";
- this.btnClose.Size = new System.Drawing.Size(134, 32);
- this.btnClose.TabIndex = 26;
- this.btnClose.Text = "退出";
- this.btnClose.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnClose.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- this.btnClose.Click += new System.EventHandler(this.uiButton2_Click);
- //
- // btnDesign
- //
- this.btnDesign.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.btnDesign.Cursor = System.Windows.Forms.Cursors.Hand;
- this.btnDesign.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnDesign.Location = new System.Drawing.Point(850, 78);
- this.btnDesign.MinimumSize = new System.Drawing.Size(1, 1);
- this.btnDesign.Name = "btnDesign";
- this.btnDesign.Size = new System.Drawing.Size(134, 32);
- this.btnDesign.TabIndex = 25;
- this.btnDesign.Text = "报表设计";
- this.btnDesign.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnDesign.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- this.btnDesign.Click += new System.EventHandler(this.btnDesign_Click);
- //
- // gbExactLocate
- //
- this.gbExactLocate.Controls.Add(this.tbHisNO);
- this.gbExactLocate.Controls.Add(this.tbPatSettlID);
- this.gbExactLocate.Controls.Add(this.tbName);
- this.gbExactLocate.Dock = System.Windows.Forms.DockStyle.Left;
- this.gbExactLocate.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.gbExactLocate.Location = new System.Drawing.Point(556, 0);
- this.gbExactLocate.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.gbExactLocate.MinimumSize = new System.Drawing.Size(1, 1);
- this.gbExactLocate.Name = "gbExactLocate";
- this.gbExactLocate.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
- this.gbExactLocate.Size = new System.Drawing.Size(184, 122);
- this.gbExactLocate.TabIndex = 23;
- this.gbExactLocate.Text = "精确定位";
- this.gbExactLocate.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
- this.gbExactLocate.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // tbHisNO
- //
- this.tbHisNO.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.tbHisNO.Font = new System.Drawing.Font("微软雅黑", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tbHisNO.Location = new System.Drawing.Point(8, 93);
- this.tbHisNO.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.tbHisNO.MinimumSize = new System.Drawing.Size(1, 16);
- this.tbHisNO.Name = "tbHisNO";
- this.tbHisNO.ShowText = false;
- this.tbHisNO.Size = new System.Drawing.Size(164, 24);
- this.tbHisNO.TabIndex = 3;
- this.tbHisNO.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.tbHisNO.Watermark = "患者卡号";
- this.tbHisNO.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // tbPatSettlID
- //
- this.tbPatSettlID.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.tbPatSettlID.Font = new System.Drawing.Font("微软雅黑", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tbPatSettlID.Location = new System.Drawing.Point(8, 62);
- this.tbPatSettlID.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.tbPatSettlID.MinimumSize = new System.Drawing.Size(1, 16);
- this.tbPatSettlID.Name = "tbPatSettlID";
- this.tbPatSettlID.ShowText = false;
- this.tbPatSettlID.Size = new System.Drawing.Size(164, 24);
- this.tbPatSettlID.TabIndex = 2;
- this.tbPatSettlID.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.tbPatSettlID.Watermark = "结算编号";
- this.tbPatSettlID.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // tbName
- //
- this.tbName.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.tbName.Font = new System.Drawing.Font("微软雅黑", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tbName.Location = new System.Drawing.Point(8, 31);
- this.tbName.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.tbName.MinimumSize = new System.Drawing.Size(1, 16);
- this.tbName.Name = "tbName";
- this.tbName.ShowText = false;
- this.tbName.Size = new System.Drawing.Size(164, 24);
- this.tbName.TabIndex = 1;
- this.tbName.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.tbName.Watermark = "姓名";
- this.tbName.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // gbInterface
- //
- this.gbInterface.Controls.Add(this.cbxInterface);
- this.gbInterface.Dock = System.Windows.Forms.DockStyle.Left;
- this.gbInterface.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.gbInterface.Location = new System.Drawing.Point(402, 0);
- this.gbInterface.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.gbInterface.MinimumSize = new System.Drawing.Size(1, 1);
- this.gbInterface.Name = "gbInterface";
- this.gbInterface.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
- this.gbInterface.Size = new System.Drawing.Size(154, 122);
- this.gbInterface.TabIndex = 22;
- this.gbInterface.Text = "接口选择";
- this.gbInterface.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
- this.gbInterface.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // cbxInterface
- //
- this.cbxInterface.DataSource = null;
- this.cbxInterface.FillColor = System.Drawing.Color.White;
- this.cbxInterface.FilterMaxCount = 50;
- this.cbxInterface.Font = new System.Drawing.Font("新宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.cbxInterface.Location = new System.Drawing.Point(6, 37);
- this.cbxInterface.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.cbxInterface.MinimumSize = new System.Drawing.Size(63, 0);
- this.cbxInterface.Name = "cbxInterface";
- this.cbxInterface.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
- this.cbxInterface.Size = new System.Drawing.Size(134, 23);
- this.cbxInterface.TabIndex = 0;
- this.cbxInterface.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.cbxInterface.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // btnQuery
- //
- this.btnQuery.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.btnQuery.Cursor = System.Windows.Forms.Cursors.Hand;
- this.btnQuery.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnQuery.Location = new System.Drawing.Point(850, 23);
- this.btnQuery.MinimumSize = new System.Drawing.Size(1, 1);
- this.btnQuery.Name = "btnQuery";
- this.btnQuery.Size = new System.Drawing.Size(134, 32);
- this.btnQuery.TabIndex = 19;
- this.btnQuery.Text = "查询";
- this.btnQuery.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnQuery.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- this.btnQuery.Click += new System.EventHandler(this.btnQuery_Click_1);
- //
- // btnPrint
- //
- this.btnPrint.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.btnPrint.Cursor = System.Windows.Forms.Cursors.Hand;
- this.btnPrint.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnPrint.Location = new System.Drawing.Point(1009, 23);
- this.btnPrint.MinimumSize = new System.Drawing.Size(1, 1);
- this.btnPrint.Name = "btnPrint";
- this.btnPrint.Size = new System.Drawing.Size(134, 32);
- this.btnPrint.TabIndex = 18;
- this.btnPrint.Text = "报表打印";
- this.btnPrint.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnPrint.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click);
- //
- // rbgBillType
- //
- this.rbgBillType.Dock = System.Windows.Forms.DockStyle.Left;
- this.rbgBillType.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.rbgBillType.Items.AddRange(new object[] {
- "全部",
- "正票",
- "负票"});
- this.rbgBillType.Location = new System.Drawing.Point(314, 0);
- this.rbgBillType.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.rbgBillType.MinimumSize = new System.Drawing.Size(1, 1);
- this.rbgBillType.Name = "rbgBillType";
- this.rbgBillType.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
- this.rbgBillType.Size = new System.Drawing.Size(88, 122);
- this.rbgBillType.TabIndex = 24;
- this.rbgBillType.Text = "票据类型";
- this.rbgBillType.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
- this.rbgBillType.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // rbgAdmType
- //
- this.rbgAdmType.Dock = System.Windows.Forms.DockStyle.Left;
- this.rbgAdmType.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.rbgAdmType.Items.AddRange(new object[] {
- "全部",
- "住院",
- "门诊"});
- this.rbgAdmType.Location = new System.Drawing.Point(226, 0);
- this.rbgAdmType.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.rbgAdmType.MinimumSize = new System.Drawing.Size(1, 1);
- this.rbgAdmType.Name = "rbgAdmType";
- this.rbgAdmType.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
- this.rbgAdmType.Size = new System.Drawing.Size(88, 122);
- this.rbgAdmType.TabIndex = 21;
- this.rbgAdmType.Text = "就诊类型";
- this.rbgAdmType.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
- this.rbgAdmType.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // gbDateTime
- //
- this.gbDateTime.Controls.Add(this.dpED);
- this.gbDateTime.Controls.Add(this.dpST);
- this.gbDateTime.Dock = System.Windows.Forms.DockStyle.Left;
- this.gbDateTime.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.gbDateTime.Location = new System.Drawing.Point(0, 0);
- this.gbDateTime.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.gbDateTime.MinimumSize = new System.Drawing.Size(1, 1);
- this.gbDateTime.Name = "gbDateTime";
- this.gbDateTime.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
- this.gbDateTime.Size = new System.Drawing.Size(226, 122);
- this.gbDateTime.TabIndex = 20;
- this.gbDateTime.Text = "起止时间";
- this.gbDateTime.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
- this.gbDateTime.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // dpED
- //
- this.dpED.FillColor = System.Drawing.Color.White;
- this.dpED.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dpED.Location = new System.Drawing.Point(13, 70);
- this.dpED.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.dpED.MaxLength = 19;
- this.dpED.MinimumSize = new System.Drawing.Size(63, 0);
- this.dpED.Name = "dpED";
- this.dpED.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
- this.dpED.Size = new System.Drawing.Size(200, 29);
- this.dpED.SymbolDropDown = 61555;
- this.dpED.SymbolNormal = 61555;
- this.dpED.TabIndex = 1;
- this.dpED.Text = "2022-05-22 14:03:13";
- this.dpED.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.dpED.Value = new System.DateTime(2022, 5, 22, 14, 3, 13, 266);
- this.dpED.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // dpST
- //
- this.dpST.FillColor = System.Drawing.Color.White;
- this.dpST.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dpST.Location = new System.Drawing.Point(13, 31);
- this.dpST.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.dpST.MaxLength = 19;
- this.dpST.MinimumSize = new System.Drawing.Size(63, 0);
- this.dpST.Name = "dpST";
- this.dpST.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
- this.dpST.Size = new System.Drawing.Size(200, 29);
- this.dpST.SymbolDropDown = 61555;
- this.dpST.SymbolNormal = 61555;
- this.dpST.TabIndex = 0;
- this.dpST.Text = "2022-05-22 14:03:13";
- this.dpST.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.dpST.Value = new System.DateTime(2022, 5, 22, 14, 3, 13, 266);
- this.dpST.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // report1
- //
- this.report1.NeedRefresh = false;
- this.report1.ReportResourceString = resources.GetString("report1.ReportResourceString");
- this.report1.Tag = null;
- //
- // SettlementChecklist
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1194, 535);
- this.Controls.Add(this.panel1);
- this.Name = "SettlementChecklist";
- this.Text = "结算单打印";
- this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.SettlementChecklist_FormClosed);
- this.Load += new System.EventHandler(this.SettlementChecklist_Load);
- this.panel1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dgvSettlRecord)).EndInit();
- this.uiPanel1.ResumeLayout(false);
- this.gbExactLocate.ResumeLayout(false);
- this.gbInterface.ResumeLayout(false);
- this.gbDateTime.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.report1)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Panel panel1;
- public Sunny.UI.UIDataGridView dgvSettlRecord;
- private Sunny.UI.UIPagination pgSettlRecod;
- private Sunny.UI.UIPanel uiPanel1;
- private Sunny.UI.UIGroupBox gbExactLocate;
- private Sunny.UI.UITextBox tbHisNO;
- private Sunny.UI.UITextBox tbPatSettlID;
- private Sunny.UI.UITextBox tbName;
- private Sunny.UI.UIGroupBox gbInterface;
- private Sunny.UI.UIComboBox cbxInterface;
- private Sunny.UI.UIButton btnQuery;
- private Sunny.UI.UIButton btnPrint;
- private Sunny.UI.UIRadioButtonGroup rbgAdmType;
- private Sunny.UI.UIGroupBox gbDateTime;
- private Sunny.UI.UIDatetimePicker dpED;
- private Sunny.UI.UIDatetimePicker dpST;
- private Sunny.UI.UIRadioButtonGroup rbgBillType;
- private FastReport.Report report1;
- private Sunny.UI.UIButton btnClose;
- private Sunny.UI.UIButton btnDesign;
- }
- }
|