123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968 |
-
- namespace PTMedicalInsurance.Forms
- {
- partial class CenterQuery
- {
- /// <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 dataGridViewCellStyle21 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle22 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle23 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle24 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle25 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle26 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle27 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle28 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle29 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle30 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle31 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle32 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle33 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle34 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle35 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle36 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle37 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle38 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle39 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle40 = new System.Windows.Forms.DataGridViewCellStyle();
- this.tabQuery = new System.Windows.Forms.TabControl();
- this.tabPage1 = new System.Windows.Forms.TabPage();
- this.dgvResult1 = new Sunny.UI.UIDataGridView();
- this.pnlBottom1 = new Sunny.UI.UIPanel();
- this.cbxCertType_1 = new System.Windows.Forms.ComboBox();
- this.dtBeginDate_1 = new System.Windows.Forms.DateTimePicker();
- this.cbxMedType_1 = new System.Windows.Forms.ComboBox();
- this.label4 = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.tbCertNO_1 = new System.Windows.Forms.TextBox();
- this.label2 = new System.Windows.Forms.Label();
- this.label1 = new System.Windows.Forms.Label();
- this.tbx_PsnNO_1 = new System.Windows.Forms.TextBox();
- this.lab_No = new System.Windows.Forms.Label();
- this.btClose_1 = new Sunny.UI.UIButton();
- this.btnQuery_1 = new Sunny.UI.UIButton();
- this.tabPage2 = new System.Windows.Forms.TabPage();
- this.dgvResult_2 = new Sunny.UI.UIDataGridView();
- this.uiPanel1 = new Sunny.UI.UIPanel();
- this.dpET_2 = new System.Windows.Forms.DateTimePicker();
- this.label10 = new System.Windows.Forms.Label();
- this.btExport_2 = new Sunny.UI.UIButton();
- this.dpST_2 = new System.Windows.Forms.DateTimePicker();
- this.label5 = new System.Windows.Forms.Label();
- this.btClose_2 = new Sunny.UI.UIButton();
- this.btQuery_2 = new Sunny.UI.UIButton();
- this.tabPage3 = new System.Windows.Forms.TabPage();
- this.tabPage4 = new System.Windows.Forms.TabPage();
- this.tabPage5 = new System.Windows.Forms.TabPage();
- this.tabPage6 = new System.Windows.Forms.TabPage();
- this.groupBox1 = new System.Windows.Forms.GroupBox();
- this.groupBox2 = new System.Windows.Forms.GroupBox();
- this.dgvSettlResult_3 = new Sunny.UI.UIDataGridView();
- this.dgvSettlDetailResult_3 = new Sunny.UI.UIDataGridView();
- this.btQuery_3 = new Sunny.UI.UIButton();
- this.btClose_3 = new Sunny.UI.UIButton();
- this.label11 = new System.Windows.Forms.Label();
- this.tbPsnNO_3 = new System.Windows.Forms.TextBox();
- this.label9 = new System.Windows.Forms.Label();
- this.label8 = new System.Windows.Forms.Label();
- this.tbMdtrtID_3 = new System.Windows.Forms.TextBox();
- this.uiPanel2 = new Sunny.UI.UIPanel();
- this.tbSettlID_3 = new System.Windows.Forms.TextBox();
- this.uiRadioButtonGroup1 = new Sunny.UI.UIRadioButtonGroup();
- this.comboBox1 = new System.Windows.Forms.ComboBox();
- this.label6 = new System.Windows.Forms.Label();
- this.tabQuery.SuspendLayout();
- this.tabPage1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvResult1)).BeginInit();
- this.pnlBottom1.SuspendLayout();
- this.tabPage2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvResult_2)).BeginInit();
- this.uiPanel1.SuspendLayout();
- this.tabPage3.SuspendLayout();
- this.groupBox1.SuspendLayout();
- this.groupBox2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvSettlResult_3)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.dgvSettlDetailResult_3)).BeginInit();
- this.uiPanel2.SuspendLayout();
- this.SuspendLayout();
- //
- // tabQuery
- //
- this.tabQuery.Controls.Add(this.tabPage1);
- this.tabQuery.Controls.Add(this.tabPage2);
- this.tabQuery.Controls.Add(this.tabPage3);
- this.tabQuery.Controls.Add(this.tabPage4);
- this.tabQuery.Controls.Add(this.tabPage5);
- this.tabQuery.Controls.Add(this.tabPage6);
- this.tabQuery.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tabQuery.Location = new System.Drawing.Point(0, 0);
- this.tabQuery.Name = "tabQuery";
- this.tabQuery.SelectedIndex = 0;
- this.tabQuery.Size = new System.Drawing.Size(1404, 683);
- this.tabQuery.TabIndex = 0;
- //
- // tabPage1
- //
- this.tabPage1.Controls.Add(this.dgvResult1);
- this.tabPage1.Controls.Add(this.pnlBottom1);
- this.tabPage1.Location = new System.Drawing.Point(4, 22);
- this.tabPage1.Name = "tabPage1";
- this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
- this.tabPage1.Size = new System.Drawing.Size(1396, 657);
- this.tabPage1.TabIndex = 0;
- this.tabPage1.Text = "就诊信息查询";
- this.tabPage1.UseVisualStyleBackColor = true;
- //
- // dgvResult1
- //
- this.dgvResult1.AllowUserToAddRows = false;
- this.dgvResult1.AllowUserToDeleteRows = false;
- dataGridViewCellStyle21.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
- this.dgvResult1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle21;
- this.dgvResult1.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
- this.dgvResult1.BorderStyle = System.Windows.Forms.BorderStyle.None;
- this.dgvResult1.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.None;
- this.dgvResult1.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle22.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle22.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle22.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle22.ForeColor = System.Drawing.Color.White;
- dataGridViewCellStyle22.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle22.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle22.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgvResult1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle22;
- this.dgvResult1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- dataGridViewCellStyle23.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle23.BackColor = System.Drawing.Color.White;
- dataGridViewCellStyle23.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle23.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle23.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle23.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle23.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dgvResult1.DefaultCellStyle = dataGridViewCellStyle23;
- this.dgvResult1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dgvResult1.EnableHeadersVisualStyles = false;
- this.dgvResult1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgvResult1.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(173)))), ((int)(((byte)(255)))));
- this.dgvResult1.Location = new System.Drawing.Point(3, 3);
- this.dgvResult1.Name = "dgvResult1";
- dataGridViewCellStyle24.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle24.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle24.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle24.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle24.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle24.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle24.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgvResult1.RowHeadersDefaultCellStyle = dataGridViewCellStyle24;
- this.dgvResult1.RowHeadersWidth = 51;
- this.dgvResult1.RowHeight = 30;
- dataGridViewCellStyle25.BackColor = System.Drawing.Color.White;
- dataGridViewCellStyle25.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle25.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle25.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle25.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- this.dgvResult1.RowsDefaultCellStyle = dataGridViewCellStyle25;
- this.dgvResult1.RowTemplate.Height = 30;
- this.dgvResult1.SelectedIndex = -1;
- this.dgvResult1.ShowGridLine = false;
- this.dgvResult1.ShowRect = false;
- this.dgvResult1.Size = new System.Drawing.Size(1390, 528);
- this.dgvResult1.TabIndex = 2;
- this.dgvResult1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // pnlBottom1
- //
- this.pnlBottom1.Controls.Add(this.cbxCertType_1);
- this.pnlBottom1.Controls.Add(this.dtBeginDate_1);
- this.pnlBottom1.Controls.Add(this.cbxMedType_1);
- this.pnlBottom1.Controls.Add(this.label4);
- this.pnlBottom1.Controls.Add(this.label3);
- this.pnlBottom1.Controls.Add(this.tbCertNO_1);
- this.pnlBottom1.Controls.Add(this.label2);
- this.pnlBottom1.Controls.Add(this.label1);
- this.pnlBottom1.Controls.Add(this.tbx_PsnNO_1);
- this.pnlBottom1.Controls.Add(this.lab_No);
- this.pnlBottom1.Controls.Add(this.btClose_1);
- this.pnlBottom1.Controls.Add(this.btnQuery_1);
- this.pnlBottom1.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.pnlBottom1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.pnlBottom1.Location = new System.Drawing.Point(3, 531);
- this.pnlBottom1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.pnlBottom1.MinimumSize = new System.Drawing.Size(1, 1);
- this.pnlBottom1.Name = "pnlBottom1";
- this.pnlBottom1.Size = new System.Drawing.Size(1390, 123);
- this.pnlBottom1.TabIndex = 1;
- this.pnlBottom1.Text = null;
- this.pnlBottom1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
- this.pnlBottom1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // cbxCertType_1
- //
- this.cbxCertType_1.FormattingEnabled = true;
- this.cbxCertType_1.Items.AddRange(new object[] {
- "01.居民身份证(户口簿)",
- "02.中国人民解放军军官证",
- "03.中国人民武装警察警官证",
- "04.香港特区护照/港澳居民来往内地通行证",
- "05.澳门特区护照/港澳居民来往内地通行证",
- "06.台湾居民来往大陆通行证",
- "07.外国人永久居留证",
- "08.外国人护照",
- "09.残疾人证",
- "10.军烈属证明",
- "11.外国人就业证",
- "12.外国专家证",
- "13.外国人常驻记者证",
- "14.台港澳人员就业证",
- "15.回国(来华)定居专家证",
- "16.中国护照",
- "17.港澳台居民居住证",
- "90.社会保障卡",
- "99.其他身份证件"});
- this.cbxCertType_1.Location = new System.Drawing.Point(108, 54);
- this.cbxCertType_1.Name = "cbxCertType_1";
- this.cbxCertType_1.Size = new System.Drawing.Size(191, 29);
- this.cbxCertType_1.TabIndex = 2107;
- //
- // dtBeginDate_1
- //
- this.dtBeginDate_1.Location = new System.Drawing.Point(414, 62);
- this.dtBeginDate_1.Name = "dtBeginDate_1";
- this.dtBeginDate_1.Size = new System.Drawing.Size(200, 29);
- this.dtBeginDate_1.TabIndex = 2106;
- //
- // cbxMedType_1
- //
- this.cbxMedType_1.FormattingEnabled = true;
- this.cbxMedType_1.Items.AddRange(new object[] {
- "11.普通门诊",
- "1102.新冠门诊",
- "1106.儿科门诊",
- "12.门诊挂号",
- "13.急诊",
- "14.门诊慢特病",
- "16.中医特色门诊",
- "18.特药购药"});
- this.cbxMedType_1.Location = new System.Drawing.Point(414, 20);
- this.cbxMedType_1.Name = "cbxMedType_1";
- this.cbxMedType_1.Size = new System.Drawing.Size(200, 29);
- this.cbxMedType_1.TabIndex = 2105;
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label4.ForeColor = System.Drawing.Color.Red;
- this.label4.Location = new System.Drawing.Point(342, 65);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(77, 14);
- this.label4.TabIndex = 2103;
- this.label4.Text = "开始时间:";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label3.ForeColor = System.Drawing.Color.Red;
- this.label3.Location = new System.Drawing.Point(342, 28);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(77, 14);
- this.label3.TabIndex = 2101;
- this.label3.Text = "医疗类别:";
- //
- // tbCertNO_1
- //
- this.tbCertNO_1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tbCertNO_1.Location = new System.Drawing.Point(108, 92);
- this.tbCertNO_1.Name = "tbCertNO_1";
- this.tbCertNO_1.Size = new System.Drawing.Size(191, 23);
- this.tbCertNO_1.TabIndex = 2100;
- this.tbCertNO_1.Text = "65010319650306718X";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label2.ForeColor = System.Drawing.Color.Red;
- this.label2.Location = new System.Drawing.Point(36, 95);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(77, 14);
- this.label2.TabIndex = 2099;
- this.label2.Text = "证件号码:";
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label1.ForeColor = System.Drawing.Color.Red;
- this.label1.Location = new System.Drawing.Point(36, 62);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(77, 14);
- this.label1.TabIndex = 2097;
- this.label1.Text = "证件类型:";
- //
- // tbx_PsnNO_1
- //
- this.tbx_PsnNO_1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tbx_PsnNO_1.Location = new System.Drawing.Point(108, 25);
- this.tbx_PsnNO_1.Name = "tbx_PsnNO_1";
- this.tbx_PsnNO_1.Size = new System.Drawing.Size(191, 23);
- this.tbx_PsnNO_1.TabIndex = 2096;
- this.tbx_PsnNO_1.Text = "65000001000000009905895097";
- //
- // lab_No
- //
- this.lab_No.AutoSize = true;
- this.lab_No.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lab_No.ForeColor = System.Drawing.Color.Red;
- this.lab_No.Location = new System.Drawing.Point(36, 28);
- this.lab_No.Name = "lab_No";
- this.lab_No.Size = new System.Drawing.Size(77, 14);
- this.lab_No.TabIndex = 2095;
- this.lab_No.Text = "人员编号:";
- //
- // btClose_1
- //
- this.btClose_1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.btClose_1.Cursor = System.Windows.Forms.Cursors.Hand;
- this.btClose_1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btClose_1.Location = new System.Drawing.Point(1238, 28);
- this.btClose_1.Margin = new System.Windows.Forms.Padding(4);
- this.btClose_1.MinimumSize = new System.Drawing.Size(2, 2);
- this.btClose_1.Name = "btClose_1";
- this.btClose_1.Size = new System.Drawing.Size(100, 48);
- this.btClose_1.TabIndex = 18;
- this.btClose_1.Text = "退出";
- this.btClose_1.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btClose_1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- this.btClose_1.Click += new System.EventHandler(this.btClose_1_Click);
- //
- // btnQuery_1
- //
- this.btnQuery_1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.btnQuery_1.Cursor = System.Windows.Forms.Cursors.Hand;
- this.btnQuery_1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnQuery_1.Location = new System.Drawing.Point(891, 25);
- this.btnQuery_1.Margin = new System.Windows.Forms.Padding(4);
- this.btnQuery_1.MinimumSize = new System.Drawing.Size(2, 2);
- this.btnQuery_1.Name = "btnQuery_1";
- this.btnQuery_1.Size = new System.Drawing.Size(100, 48);
- this.btnQuery_1.TabIndex = 15;
- this.btnQuery_1.Text = "查询";
- this.btnQuery_1.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnQuery_1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- this.btnQuery_1.Click += new System.EventHandler(this.btnQuery_1_Click);
- //
- // tabPage2
- //
- this.tabPage2.Controls.Add(this.dgvResult_2);
- this.tabPage2.Controls.Add(this.uiPanel1);
- this.tabPage2.Location = new System.Drawing.Point(4, 22);
- this.tabPage2.Name = "tabPage2";
- this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
- this.tabPage2.Size = new System.Drawing.Size(1396, 657);
- this.tabPage2.TabIndex = 1;
- this.tabPage2.Text = "诊断信息查询";
- this.tabPage2.UseVisualStyleBackColor = true;
- //
- // dgvResult_2
- //
- this.dgvResult_2.AllowUserToAddRows = false;
- this.dgvResult_2.AllowUserToDeleteRows = false;
- dataGridViewCellStyle26.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
- this.dgvResult_2.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle26;
- this.dgvResult_2.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
- this.dgvResult_2.BorderStyle = System.Windows.Forms.BorderStyle.None;
- this.dgvResult_2.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.None;
- this.dgvResult_2.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle27.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle27.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle27.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle27.ForeColor = System.Drawing.Color.White;
- dataGridViewCellStyle27.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle27.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle27.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgvResult_2.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle27;
- this.dgvResult_2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- dataGridViewCellStyle28.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle28.BackColor = System.Drawing.Color.White;
- dataGridViewCellStyle28.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle28.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle28.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle28.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle28.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dgvResult_2.DefaultCellStyle = dataGridViewCellStyle28;
- this.dgvResult_2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dgvResult_2.EnableHeadersVisualStyles = false;
- this.dgvResult_2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgvResult_2.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(173)))), ((int)(((byte)(255)))));
- this.dgvResult_2.Location = new System.Drawing.Point(3, 3);
- this.dgvResult_2.Name = "dgvResult_2";
- dataGridViewCellStyle29.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle29.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle29.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle29.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle29.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle29.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle29.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgvResult_2.RowHeadersDefaultCellStyle = dataGridViewCellStyle29;
- this.dgvResult_2.RowHeadersWidth = 51;
- this.dgvResult_2.RowHeight = 30;
- dataGridViewCellStyle30.BackColor = System.Drawing.Color.White;
- dataGridViewCellStyle30.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle30.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle30.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle30.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- this.dgvResult_2.RowsDefaultCellStyle = dataGridViewCellStyle30;
- this.dgvResult_2.RowTemplate.Height = 30;
- this.dgvResult_2.SelectedIndex = -1;
- this.dgvResult_2.ShowGridLine = false;
- this.dgvResult_2.ShowRect = false;
- this.dgvResult_2.Size = new System.Drawing.Size(1390, 528);
- this.dgvResult_2.TabIndex = 4;
- this.dgvResult_2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiPanel1
- //
- this.uiPanel1.Controls.Add(this.dpET_2);
- this.uiPanel1.Controls.Add(this.label10);
- this.uiPanel1.Controls.Add(this.btExport_2);
- this.uiPanel1.Controls.Add(this.dpST_2);
- this.uiPanel1.Controls.Add(this.label5);
- this.uiPanel1.Controls.Add(this.btClose_2);
- this.uiPanel1.Controls.Add(this.btQuery_2);
- 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(3, 531);
- 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(1390, 123);
- this.uiPanel1.TabIndex = 3;
- this.uiPanel1.Text = null;
- this.uiPanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
- this.uiPanel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // dpET_2
- //
- this.dpET_2.Location = new System.Drawing.Point(94, 67);
- this.dpET_2.Name = "dpET_2";
- this.dpET_2.Size = new System.Drawing.Size(200, 29);
- this.dpET_2.TabIndex = 2111;
- //
- // label10
- //
- this.label10.AutoSize = true;
- this.label10.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label10.ForeColor = System.Drawing.Color.Red;
- this.label10.Location = new System.Drawing.Point(22, 72);
- this.label10.Name = "label10";
- this.label10.Size = new System.Drawing.Size(77, 14);
- this.label10.TabIndex = 2110;
- this.label10.Text = "结束时间:";
- //
- // btExport_2
- //
- this.btExport_2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.btExport_2.Cursor = System.Windows.Forms.Cursors.Hand;
- this.btExport_2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btExport_2.Location = new System.Drawing.Point(1089, 28);
- this.btExport_2.Margin = new System.Windows.Forms.Padding(4);
- this.btExport_2.MinimumSize = new System.Drawing.Size(2, 2);
- this.btExport_2.Name = "btExport_2";
- this.btExport_2.Size = new System.Drawing.Size(100, 48);
- this.btExport_2.TabIndex = 2109;
- this.btExport_2.Text = "导出";
- this.btExport_2.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btExport_2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- this.btExport_2.Click += new System.EventHandler(this.btExport_2_Click);
- //
- // dpST_2
- //
- this.dpST_2.Location = new System.Drawing.Point(94, 17);
- this.dpST_2.Name = "dpST_2";
- this.dpST_2.Size = new System.Drawing.Size(200, 29);
- this.dpST_2.TabIndex = 2106;
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label5.ForeColor = System.Drawing.Color.Red;
- this.label5.Location = new System.Drawing.Point(22, 28);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(77, 14);
- this.label5.TabIndex = 2103;
- this.label5.Text = "开始时间:";
- //
- // btClose_2
- //
- this.btClose_2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.btClose_2.Cursor = System.Windows.Forms.Cursors.Hand;
- this.btClose_2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btClose_2.Location = new System.Drawing.Point(1238, 28);
- this.btClose_2.Margin = new System.Windows.Forms.Padding(4);
- this.btClose_2.MinimumSize = new System.Drawing.Size(2, 2);
- this.btClose_2.Name = "btClose_2";
- this.btClose_2.Size = new System.Drawing.Size(100, 48);
- this.btClose_2.TabIndex = 18;
- this.btClose_2.Text = "退出";
- this.btClose_2.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btClose_2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- this.btClose_2.Click += new System.EventHandler(this.btClose_2_Click);
- //
- // btQuery_2
- //
- this.btQuery_2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.btQuery_2.Cursor = System.Windows.Forms.Cursors.Hand;
- this.btQuery_2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btQuery_2.Location = new System.Drawing.Point(923, 28);
- this.btQuery_2.Margin = new System.Windows.Forms.Padding(4);
- this.btQuery_2.MinimumSize = new System.Drawing.Size(2, 2);
- this.btQuery_2.Name = "btQuery_2";
- this.btQuery_2.Size = new System.Drawing.Size(100, 48);
- this.btQuery_2.TabIndex = 15;
- this.btQuery_2.Text = "查询";
- this.btQuery_2.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btQuery_2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- this.btQuery_2.Click += new System.EventHandler(this.btQuery_2_Click);
- //
- // tabPage3
- //
- this.tabPage3.Controls.Add(this.groupBox2);
- this.tabPage3.Controls.Add(this.groupBox1);
- this.tabPage3.Controls.Add(this.uiPanel2);
- this.tabPage3.Location = new System.Drawing.Point(4, 22);
- this.tabPage3.Name = "tabPage3";
- this.tabPage3.Size = new System.Drawing.Size(1396, 657);
- this.tabPage3.TabIndex = 2;
- this.tabPage3.Text = "结算信息查询";
- this.tabPage3.UseVisualStyleBackColor = true;
- //
- // tabPage4
- //
- this.tabPage4.Location = new System.Drawing.Point(4, 22);
- this.tabPage4.Name = "tabPage4";
- this.tabPage4.Size = new System.Drawing.Size(1396, 657);
- this.tabPage4.TabIndex = 3;
- this.tabPage4.Text = "费用明细查询";
- this.tabPage4.UseVisualStyleBackColor = true;
- //
- // tabPage5
- //
- this.tabPage5.Location = new System.Drawing.Point(4, 22);
- this.tabPage5.Name = "tabPage5";
- this.tabPage5.Size = new System.Drawing.Size(1396, 657);
- this.tabPage5.TabIndex = 4;
- this.tabPage5.Text = "慢特病用药记录查询";
- this.tabPage5.UseVisualStyleBackColor = true;
- //
- // tabPage6
- //
- this.tabPage6.Location = new System.Drawing.Point(4, 22);
- this.tabPage6.Name = "tabPage6";
- this.tabPage6.Size = new System.Drawing.Size(1396, 657);
- this.tabPage6.TabIndex = 5;
- this.tabPage6.Text = "累计信息查询";
- this.tabPage6.UseVisualStyleBackColor = true;
- //
- // groupBox1
- //
- this.groupBox1.Controls.Add(this.dgvSettlResult_3);
- this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
- this.groupBox1.Location = new System.Drawing.Point(0, 0);
- this.groupBox1.Name = "groupBox1";
- this.groupBox1.Size = new System.Drawing.Size(1396, 394);
- this.groupBox1.TabIndex = 3;
- this.groupBox1.TabStop = false;
- this.groupBox1.Text = "结算信息";
- //
- // groupBox2
- //
- this.groupBox2.Controls.Add(this.dgvSettlDetailResult_3);
- this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.groupBox2.Location = new System.Drawing.Point(0, 394);
- this.groupBox2.Name = "groupBox2";
- this.groupBox2.Size = new System.Drawing.Size(1396, 148);
- this.groupBox2.TabIndex = 4;
- this.groupBox2.TabStop = false;
- this.groupBox2.Text = "基金分项信息";
- //
- // dgvSettlResult_3
- //
- this.dgvSettlResult_3.AllowUserToAddRows = false;
- this.dgvSettlResult_3.AllowUserToDeleteRows = false;
- dataGridViewCellStyle31.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
- this.dgvSettlResult_3.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle31;
- this.dgvSettlResult_3.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
- this.dgvSettlResult_3.BorderStyle = System.Windows.Forms.BorderStyle.None;
- this.dgvSettlResult_3.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.None;
- this.dgvSettlResult_3.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle32.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle32.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle32.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle32.ForeColor = System.Drawing.Color.White;
- dataGridViewCellStyle32.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle32.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle32.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgvSettlResult_3.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle32;
- this.dgvSettlResult_3.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- dataGridViewCellStyle33.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle33.BackColor = System.Drawing.Color.White;
- dataGridViewCellStyle33.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle33.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle33.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle33.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle33.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dgvSettlResult_3.DefaultCellStyle = dataGridViewCellStyle33;
- this.dgvSettlResult_3.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dgvSettlResult_3.EnableHeadersVisualStyles = false;
- this.dgvSettlResult_3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgvSettlResult_3.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(173)))), ((int)(((byte)(255)))));
- this.dgvSettlResult_3.Location = new System.Drawing.Point(3, 17);
- this.dgvSettlResult_3.Name = "dgvSettlResult_3";
- dataGridViewCellStyle34.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle34.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle34.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle34.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle34.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle34.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle34.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgvSettlResult_3.RowHeadersDefaultCellStyle = dataGridViewCellStyle34;
- this.dgvSettlResult_3.RowHeadersWidth = 51;
- this.dgvSettlResult_3.RowHeight = 30;
- dataGridViewCellStyle35.BackColor = System.Drawing.Color.White;
- dataGridViewCellStyle35.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle35.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle35.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle35.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- this.dgvSettlResult_3.RowsDefaultCellStyle = dataGridViewCellStyle35;
- this.dgvSettlResult_3.RowTemplate.Height = 30;
- this.dgvSettlResult_3.SelectedIndex = -1;
- this.dgvSettlResult_3.ShowGridLine = false;
- this.dgvSettlResult_3.ShowRect = false;
- this.dgvSettlResult_3.Size = new System.Drawing.Size(1390, 374);
- this.dgvSettlResult_3.TabIndex = 3;
- this.dgvSettlResult_3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // dgvSettlDetailResult_3
- //
- this.dgvSettlDetailResult_3.AllowUserToAddRows = false;
- this.dgvSettlDetailResult_3.AllowUserToDeleteRows = false;
- dataGridViewCellStyle36.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
- this.dgvSettlDetailResult_3.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle36;
- this.dgvSettlDetailResult_3.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
- this.dgvSettlDetailResult_3.BorderStyle = System.Windows.Forms.BorderStyle.None;
- this.dgvSettlDetailResult_3.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.None;
- this.dgvSettlDetailResult_3.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle37.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle37.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle37.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle37.ForeColor = System.Drawing.Color.White;
- dataGridViewCellStyle37.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle37.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle37.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgvSettlDetailResult_3.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle37;
- this.dgvSettlDetailResult_3.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- dataGridViewCellStyle38.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle38.BackColor = System.Drawing.Color.White;
- dataGridViewCellStyle38.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle38.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle38.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle38.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle38.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dgvSettlDetailResult_3.DefaultCellStyle = dataGridViewCellStyle38;
- this.dgvSettlDetailResult_3.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dgvSettlDetailResult_3.EnableHeadersVisualStyles = false;
- this.dgvSettlDetailResult_3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgvSettlDetailResult_3.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(173)))), ((int)(((byte)(255)))));
- this.dgvSettlDetailResult_3.Location = new System.Drawing.Point(3, 17);
- this.dgvSettlDetailResult_3.Name = "dgvSettlDetailResult_3";
- dataGridViewCellStyle39.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle39.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle39.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle39.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle39.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle39.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle39.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgvSettlDetailResult_3.RowHeadersDefaultCellStyle = dataGridViewCellStyle39;
- this.dgvSettlDetailResult_3.RowHeadersWidth = 51;
- this.dgvSettlDetailResult_3.RowHeight = 30;
- dataGridViewCellStyle40.BackColor = System.Drawing.Color.White;
- dataGridViewCellStyle40.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle40.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle40.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle40.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- this.dgvSettlDetailResult_3.RowsDefaultCellStyle = dataGridViewCellStyle40;
- this.dgvSettlDetailResult_3.RowTemplate.Height = 30;
- this.dgvSettlDetailResult_3.SelectedIndex = -1;
- this.dgvSettlDetailResult_3.ShowGridLine = false;
- this.dgvSettlDetailResult_3.ShowRect = false;
- this.dgvSettlDetailResult_3.Size = new System.Drawing.Size(1390, 128);
- this.dgvSettlDetailResult_3.TabIndex = 3;
- this.dgvSettlDetailResult_3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // btQuery_3
- //
- this.btQuery_3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.btQuery_3.Cursor = System.Windows.Forms.Cursors.Hand;
- this.btQuery_3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btQuery_3.Location = new System.Drawing.Point(1110, 28);
- this.btQuery_3.Margin = new System.Windows.Forms.Padding(4);
- this.btQuery_3.MinimumSize = new System.Drawing.Size(2, 2);
- this.btQuery_3.Name = "btQuery_3";
- this.btQuery_3.Size = new System.Drawing.Size(100, 48);
- this.btQuery_3.TabIndex = 15;
- this.btQuery_3.Text = "查询";
- this.btQuery_3.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btQuery_3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- this.btQuery_3.Click += new System.EventHandler(this.btQuery_3_Click);
- //
- // btClose_3
- //
- this.btClose_3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.btClose_3.Cursor = System.Windows.Forms.Cursors.Hand;
- this.btClose_3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btClose_3.Location = new System.Drawing.Point(1244, 28);
- this.btClose_3.Margin = new System.Windows.Forms.Padding(4);
- this.btClose_3.MinimumSize = new System.Drawing.Size(2, 2);
- this.btClose_3.Name = "btClose_3";
- this.btClose_3.Size = new System.Drawing.Size(100, 48);
- this.btClose_3.TabIndex = 18;
- this.btClose_3.Text = "退出";
- this.btClose_3.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btClose_3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- this.btClose_3.Click += new System.EventHandler(this.btClose_3_Click);
- //
- // label11
- //
- this.label11.AutoSize = true;
- this.label11.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label11.ForeColor = System.Drawing.Color.Red;
- this.label11.Location = new System.Drawing.Point(36, 28);
- this.label11.Name = "label11";
- this.label11.Size = new System.Drawing.Size(77, 14);
- this.label11.TabIndex = 2095;
- this.label11.Text = "人员编号:";
- //
- // tbPsnNO_3
- //
- this.tbPsnNO_3.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tbPsnNO_3.Location = new System.Drawing.Point(108, 25);
- this.tbPsnNO_3.Name = "tbPsnNO_3";
- this.tbPsnNO_3.Size = new System.Drawing.Size(191, 23);
- this.tbPsnNO_3.TabIndex = 2096;
- this.tbPsnNO_3.Text = "44130000000006395440";
- //
- // label9
- //
- this.label9.AutoSize = true;
- this.label9.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label9.ForeColor = System.Drawing.Color.Red;
- this.label9.Location = new System.Drawing.Point(36, 62);
- this.label9.Name = "label9";
- this.label9.Size = new System.Drawing.Size(63, 14);
- this.label9.TabIndex = 2097;
- this.label9.Text = "结算ID:";
- //
- // label8
- //
- this.label8.AutoSize = true;
- this.label8.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label8.ForeColor = System.Drawing.Color.Red;
- this.label8.Location = new System.Drawing.Point(313, 28);
- this.label8.Name = "label8";
- this.label8.Size = new System.Drawing.Size(63, 14);
- this.label8.TabIndex = 2099;
- this.label8.Text = "就诊ID:";
- //
- // tbMdtrtID_3
- //
- this.tbMdtrtID_3.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tbMdtrtID_3.Location = new System.Drawing.Point(385, 25);
- this.tbMdtrtID_3.Name = "tbMdtrtID_3";
- this.tbMdtrtID_3.Size = new System.Drawing.Size(191, 23);
- this.tbMdtrtID_3.TabIndex = 2100;
- this.tbMdtrtID_3.Text = "1040043041";
- //
- // uiPanel2
- //
- this.uiPanel2.Controls.Add(this.comboBox1);
- this.uiPanel2.Controls.Add(this.label6);
- this.uiPanel2.Controls.Add(this.uiRadioButtonGroup1);
- this.uiPanel2.Controls.Add(this.tbSettlID_3);
- this.uiPanel2.Controls.Add(this.tbMdtrtID_3);
- this.uiPanel2.Controls.Add(this.label8);
- this.uiPanel2.Controls.Add(this.label9);
- this.uiPanel2.Controls.Add(this.tbPsnNO_3);
- this.uiPanel2.Controls.Add(this.label11);
- this.uiPanel2.Controls.Add(this.btClose_3);
- this.uiPanel2.Controls.Add(this.btQuery_3);
- this.uiPanel2.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.uiPanel2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiPanel2.Location = new System.Drawing.Point(0, 542);
- this.uiPanel2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.uiPanel2.MinimumSize = new System.Drawing.Size(1, 1);
- this.uiPanel2.Name = "uiPanel2";
- this.uiPanel2.Size = new System.Drawing.Size(1396, 115);
- this.uiPanel2.TabIndex = 2;
- this.uiPanel2.Text = null;
- this.uiPanel2.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
- this.uiPanel2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // tbSettlID_3
- //
- this.tbSettlID_3.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tbSettlID_3.Location = new System.Drawing.Point(108, 59);
- this.tbSettlID_3.Name = "tbSettlID_3";
- this.tbSettlID_3.Size = new System.Drawing.Size(191, 23);
- this.tbSettlID_3.TabIndex = 2101;
- this.tbSettlID_3.Text = "853477069";
- //
- // uiRadioButtonGroup1
- //
- this.uiRadioButtonGroup1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiRadioButtonGroup1.Items.AddRange(new object[] {
- "含基金分项信息",
- "不含基金分项信息"});
- this.uiRadioButtonGroup1.Location = new System.Drawing.Point(593, 12);
- this.uiRadioButtonGroup1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.uiRadioButtonGroup1.MinimumSize = new System.Drawing.Size(1, 1);
- this.uiRadioButtonGroup1.Name = "uiRadioButtonGroup1";
- this.uiRadioButtonGroup1.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
- this.uiRadioButtonGroup1.Size = new System.Drawing.Size(222, 101);
- this.uiRadioButtonGroup1.TabIndex = 2102;
- this.uiRadioButtonGroup1.Text = "查询类型";
- this.uiRadioButtonGroup1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
- this.uiRadioButtonGroup1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // comboBox1
- //
- this.comboBox1.FormattingEnabled = true;
- this.comboBox1.Items.AddRange(new object[] {
- "11.普通门诊",
- "1102.新冠门诊",
- "1106.儿科门诊",
- "12.门诊挂号",
- "13.急诊",
- "14.门诊慢特病",
- "16.中医特色门诊",
- "18.特药购药"});
- this.comboBox1.Location = new System.Drawing.Point(385, 60);
- this.comboBox1.Name = "comboBox1";
- this.comboBox1.Size = new System.Drawing.Size(191, 29);
- this.comboBox1.TabIndex = 2107;
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label6.ForeColor = System.Drawing.Color.Red;
- this.label6.Location = new System.Drawing.Point(313, 68);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(77, 14);
- this.label6.TabIndex = 2106;
- this.label6.Text = "医疗类别:";
- //
- // CenterQuery
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1404, 683);
- this.Controls.Add(this.tabQuery);
- this.Name = "CenterQuery";
- this.Text = "中心查询";
- this.tabQuery.ResumeLayout(false);
- this.tabPage1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dgvResult1)).EndInit();
- this.pnlBottom1.ResumeLayout(false);
- this.pnlBottom1.PerformLayout();
- this.tabPage2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dgvResult_2)).EndInit();
- this.uiPanel1.ResumeLayout(false);
- this.uiPanel1.PerformLayout();
- this.tabPage3.ResumeLayout(false);
- this.groupBox1.ResumeLayout(false);
- this.groupBox2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dgvSettlResult_3)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.dgvSettlDetailResult_3)).EndInit();
- this.uiPanel2.ResumeLayout(false);
- this.uiPanel2.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.TabControl tabQuery;
- private System.Windows.Forms.TabPage tabPage1;
- private System.Windows.Forms.TabPage tabPage2;
- private Sunny.UI.UIPanel pnlBottom1;
- private Sunny.UI.UIButton btClose_1;
- private Sunny.UI.UIButton btnQuery_1;
- private Sunny.UI.UIDataGridView dgvResult1;
- private System.Windows.Forms.DateTimePicker dtBeginDate_1;
- private System.Windows.Forms.ComboBox cbxMedType_1;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.TextBox tbCertNO_1;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.TextBox tbx_PsnNO_1;
- private System.Windows.Forms.Label lab_No;
- private System.Windows.Forms.ComboBox cbxCertType_1;
- private Sunny.UI.UIDataGridView dgvResult_2;
- private Sunny.UI.UIPanel uiPanel1;
- private System.Windows.Forms.DateTimePicker dpST_2;
- private System.Windows.Forms.Label label5;
- private Sunny.UI.UIButton btClose_2;
- private Sunny.UI.UIButton btQuery_2;
- private Sunny.UI.UIButton btExport_2;
- private System.Windows.Forms.DateTimePicker dpET_2;
- private System.Windows.Forms.Label label10;
- private System.Windows.Forms.TabPage tabPage3;
- private System.Windows.Forms.TabPage tabPage4;
- private System.Windows.Forms.TabPage tabPage5;
- private System.Windows.Forms.TabPage tabPage6;
- private System.Windows.Forms.GroupBox groupBox2;
- private Sunny.UI.UIDataGridView dgvSettlDetailResult_3;
- private System.Windows.Forms.GroupBox groupBox1;
- private Sunny.UI.UIDataGridView dgvSettlResult_3;
- private Sunny.UI.UIPanel uiPanel2;
- private System.Windows.Forms.TextBox tbSettlID_3;
- private System.Windows.Forms.TextBox tbMdtrtID_3;
- private System.Windows.Forms.Label label8;
- private System.Windows.Forms.Label label9;
- private System.Windows.Forms.TextBox tbPsnNO_3;
- private System.Windows.Forms.Label label11;
- private Sunny.UI.UIButton btClose_3;
- private Sunny.UI.UIButton btQuery_3;
- private System.Windows.Forms.ComboBox comboBox1;
- private System.Windows.Forms.Label label6;
- private Sunny.UI.UIRadioButtonGroup uiRadioButtonGroup1;
- }
- }
|