123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397 |
- namespace HuBeiMI.Forms
- {
- partial class HopitalAppeal
- {
- /// <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()
- {
- this.uiTabControl1 = new Sunny.UI.UITabControl();
- this.tabPage1 = new System.Windows.Forms.TabPage();
- this.uiPanel1 = new Sunny.UI.UIPanel();
- this.aButton1 = new Sunny.UI.UIButton();
- this.uiLabel7 = new Sunny.UI.UILabel();
- this.acbx1 = new Sunny.UI.UIComboBox();
- this.uiTextBox4 = new Sunny.UI.UITextBox();
- this.uiLabel6 = new Sunny.UI.UILabel();
- this.uiTextBox3 = new Sunny.UI.UITextBox();
- this.uiLabel5 = new Sunny.UI.UILabel();
- this.uiLabel4 = new Sunny.UI.UILabel();
- this.uiTextBox2 = new Sunny.UI.UITextBox();
- this.uiTextBox1 = new Sunny.UI.UITextBox();
- this.uiLabel3 = new Sunny.UI.UILabel();
- this.uiLabel2 = new Sunny.UI.UILabel();
- this.adate2 = new Sunny.UI.UIDatetimePicker();
- this.uiLabel1 = new Sunny.UI.UILabel();
- this.adate1 = new Sunny.UI.UIDatetimePicker();
- this.tabPage2 = new System.Windows.Forms.TabPage();
- this.tabPage3 = new System.Windows.Forms.TabPage();
- this.tabPage4 = new System.Windows.Forms.TabPage();
- this.uiTabControl1.SuspendLayout();
- this.tabPage1.SuspendLayout();
- this.uiPanel1.SuspendLayout();
- this.SuspendLayout();
- //
- // uiTabControl1
- //
- this.uiTabControl1.Controls.Add(this.tabPage1);
- this.uiTabControl1.Controls.Add(this.tabPage2);
- this.uiTabControl1.Controls.Add(this.tabPage3);
- this.uiTabControl1.Controls.Add(this.tabPage4);
- this.uiTabControl1.DrawMode = System.Windows.Forms.TabDrawMode.OwnerDrawFixed;
- this.uiTabControl1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiTabControl1.ItemSize = new System.Drawing.Size(200, 40);
- this.uiTabControl1.Location = new System.Drawing.Point(3, -1);
- this.uiTabControl1.MainPage = "";
- this.uiTabControl1.Name = "uiTabControl1";
- this.uiTabControl1.SelectedIndex = 0;
- this.uiTabControl1.Size = new System.Drawing.Size(1283, 725);
- this.uiTabControl1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
- this.uiTabControl1.TabIndex = 0;
- this.uiTabControl1.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiTabControl1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // tabPage1
- //
- this.tabPage1.Controls.Add(this.uiPanel1);
- this.tabPage1.Location = new System.Drawing.Point(0, 40);
- this.tabPage1.Name = "tabPage1";
- this.tabPage1.Size = new System.Drawing.Size(1283, 685);
- this.tabPage1.TabIndex = 0;
- this.tabPage1.Text = "审核申诉/扣款节点查询";
- this.tabPage1.UseVisualStyleBackColor = true;
- //
- // uiPanel1
- //
- this.uiPanel1.Controls.Add(this.aButton1);
- this.uiPanel1.Controls.Add(this.uiLabel7);
- this.uiPanel1.Controls.Add(this.acbx1);
- this.uiPanel1.Controls.Add(this.uiTextBox4);
- this.uiPanel1.Controls.Add(this.uiLabel6);
- this.uiPanel1.Controls.Add(this.uiTextBox3);
- this.uiPanel1.Controls.Add(this.uiLabel5);
- this.uiPanel1.Controls.Add(this.uiLabel4);
- this.uiPanel1.Controls.Add(this.uiTextBox2);
- this.uiPanel1.Controls.Add(this.uiTextBox1);
- this.uiPanel1.Controls.Add(this.uiLabel3);
- this.uiPanel1.Controls.Add(this.uiLabel2);
- this.uiPanel1.Controls.Add(this.adate2);
- this.uiPanel1.Controls.Add(this.uiLabel1);
- this.uiPanel1.Controls.Add(this.adate1);
- 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(4, 5);
- 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(279, 675);
- this.uiPanel1.TabIndex = 0;
- 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);
- //
- // aButton1
- //
- this.aButton1.Cursor = System.Windows.Forms.Cursors.Hand;
- this.aButton1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.aButton1.Location = new System.Drawing.Point(39, 510);
- this.aButton1.MinimumSize = new System.Drawing.Size(1, 1);
- this.aButton1.Name = "aButton1";
- this.aButton1.Size = new System.Drawing.Size(182, 45);
- this.aButton1.TabIndex = 1;
- this.aButton1.Text = "查询";
- this.aButton1.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.aButton1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- this.aButton1.Click += new System.EventHandler(this.aButton1_Click);
- //
- // uiLabel7
- //
- this.uiLabel7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel7.Location = new System.Drawing.Point(3, 386);
- this.uiLabel7.Name = "uiLabel7";
- this.uiLabel7.Size = new System.Drawing.Size(100, 46);
- this.uiLabel7.TabIndex = 1;
- this.uiLabel7.Text = "申诉/合议申诉";
- this.uiLabel7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel7.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // acbx1
- //
- this.acbx1.DataSource = null;
- this.acbx1.FillColor = System.Drawing.Color.White;
- this.acbx1.FilterMaxCount = 50;
- this.acbx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.acbx1.Items.AddRange(new object[] {
- "1申诉",
- "2合议申诉"});
- this.acbx1.Location = new System.Drawing.Point(104, 386);
- this.acbx1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.acbx1.MinimumSize = new System.Drawing.Size(63, 0);
- this.acbx1.Name = "acbx1";
- this.acbx1.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
- this.acbx1.Size = new System.Drawing.Size(150, 29);
- this.acbx1.TabIndex = 1;
- this.acbx1.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.acbx1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiTextBox4
- //
- this.uiTextBox4.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.uiTextBox4.DoubleValue = 200D;
- this.uiTextBox4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiTextBox4.IntValue = 200;
- this.uiTextBox4.Location = new System.Drawing.Point(104, 331);
- this.uiTextBox4.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.uiTextBox4.MinimumSize = new System.Drawing.Size(1, 16);
- this.uiTextBox4.Name = "uiTextBox4";
- this.uiTextBox4.ShowText = false;
- this.uiTextBox4.Size = new System.Drawing.Size(150, 29);
- this.uiTextBox4.TabIndex = 1;
- this.uiTextBox4.Text = "200";
- this.uiTextBox4.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiTextBox4.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiLabel6
- //
- this.uiLabel6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel6.Location = new System.Drawing.Point(12, 331);
- this.uiLabel6.Name = "uiLabel6";
- this.uiLabel6.Size = new System.Drawing.Size(85, 27);
- this.uiLabel6.TabIndex = 1;
- this.uiLabel6.Text = "页记录数";
- this.uiLabel6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel6.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiTextBox3
- //
- this.uiTextBox3.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.uiTextBox3.DoubleValue = 1D;
- this.uiTextBox3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiTextBox3.IntValue = 1;
- this.uiTextBox3.Location = new System.Drawing.Point(104, 282);
- this.uiTextBox3.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.uiTextBox3.MinimumSize = new System.Drawing.Size(1, 16);
- this.uiTextBox3.Name = "uiTextBox3";
- this.uiTextBox3.ShowText = false;
- this.uiTextBox3.Size = new System.Drawing.Size(150, 29);
- this.uiTextBox3.TabIndex = 1;
- this.uiTextBox3.Text = "1";
- this.uiTextBox3.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiTextBox3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiLabel5
- //
- this.uiLabel5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel5.Location = new System.Drawing.Point(12, 282);
- this.uiLabel5.Name = "uiLabel5";
- this.uiLabel5.Size = new System.Drawing.Size(85, 29);
- this.uiLabel5.TabIndex = 1;
- this.uiLabel5.Text = "当前页数";
- this.uiLabel5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel5.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiLabel4
- //
- this.uiLabel4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel4.Location = new System.Drawing.Point(5, 183);
- this.uiLabel4.Name = "uiLabel4";
- this.uiLabel4.Size = new System.Drawing.Size(216, 24);
- this.uiLabel4.TabIndex = 1;
- this.uiLabel4.Text = "医疗机构名称";
- this.uiLabel4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel4.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiTextBox2
- //
- this.uiTextBox2.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.uiTextBox2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiTextBox2.Location = new System.Drawing.Point(9, 212);
- this.uiTextBox2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.uiTextBox2.MinimumSize = new System.Drawing.Size(1, 16);
- this.uiTextBox2.Name = "uiTextBox2";
- this.uiTextBox2.ShowText = false;
- this.uiTextBox2.Size = new System.Drawing.Size(221, 34);
- this.uiTextBox2.TabIndex = 1;
- this.uiTextBox2.Text = "湖北普瑞眼科医院";
- this.uiTextBox2.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiTextBox2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiTextBox1
- //
- this.uiTextBox1.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.uiTextBox1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiTextBox1.Location = new System.Drawing.Point(9, 132);
- this.uiTextBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.uiTextBox1.MinimumSize = new System.Drawing.Size(1, 16);
- this.uiTextBox1.Name = "uiTextBox1";
- this.uiTextBox1.ShowText = false;
- this.uiTextBox1.Size = new System.Drawing.Size(221, 29);
- this.uiTextBox1.TabIndex = 1;
- this.uiTextBox1.Text = "H42010000162";
- this.uiTextBox1.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiTextBox1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiLabel3
- //
- this.uiLabel3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel3.Location = new System.Drawing.Point(5, 104);
- this.uiLabel3.Name = "uiLabel3";
- this.uiLabel3.Size = new System.Drawing.Size(107, 23);
- this.uiLabel3.TabIndex = 1;
- this.uiLabel3.Text = "医疗机构编码";
- this.uiLabel3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiLabel2
- //
- this.uiLabel2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel2.Location = new System.Drawing.Point(5, 44);
- this.uiLabel2.Name = "uiLabel2";
- this.uiLabel2.Size = new System.Drawing.Size(79, 29);
- this.uiLabel2.TabIndex = 1;
- this.uiLabel2.Text = "结束时间";
- this.uiLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // adate2
- //
- this.adate2.FillColor = System.Drawing.Color.White;
- this.adate2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.adate2.Location = new System.Drawing.Point(91, 44);
- this.adate2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.adate2.MaxLength = 19;
- this.adate2.MinimumSize = new System.Drawing.Size(63, 0);
- this.adate2.Name = "adate2";
- this.adate2.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
- this.adate2.ShowToday = true;
- this.adate2.Size = new System.Drawing.Size(184, 29);
- this.adate2.SymbolDropDown = 61555;
- this.adate2.SymbolNormal = 61555;
- this.adate2.TabIndex = 1;
- this.adate2.Text = "2023-07-31 00:00:00";
- this.adate2.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.adate2.Value = new System.DateTime(2023, 7, 31, 0, 0, 0, 0);
- this.adate2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- this.adate2.ValueChanged += new Sunny.UI.UIDatetimePicker.OnDateTimeChanged(this.adate2_ValueChanged);
- //
- // uiLabel1
- //
- this.uiLabel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel1.Location = new System.Drawing.Point(5, 5);
- this.uiLabel1.Name = "uiLabel1";
- this.uiLabel1.Size = new System.Drawing.Size(79, 29);
- this.uiLabel1.TabIndex = 1;
- this.uiLabel1.Text = "开始时间";
- this.uiLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // adate1
- //
- this.adate1.FillColor = System.Drawing.Color.White;
- this.adate1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.adate1.Location = new System.Drawing.Point(91, 5);
- this.adate1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.adate1.MaxLength = 19;
- this.adate1.MinimumSize = new System.Drawing.Size(63, 0);
- this.adate1.Name = "adate1";
- this.adate1.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
- this.adate1.Size = new System.Drawing.Size(184, 29);
- this.adate1.SymbolDropDown = 61555;
- this.adate1.SymbolNormal = 61555;
- this.adate1.TabIndex = 1;
- this.adate1.Text = "2023-07-01 00:00:00";
- this.adate1.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.adate1.Value = new System.DateTime(2023, 7, 1, 0, 0, 0, 0);
- this.adate1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- this.adate1.ValueChanged += new Sunny.UI.UIDatetimePicker.OnDateTimeChanged(this.adate1_ValueChanged);
- //
- // tabPage2
- //
- this.tabPage2.Location = new System.Drawing.Point(0, 40);
- this.tabPage2.Name = "tabPage2";
- this.tabPage2.Size = new System.Drawing.Size(1283, 685);
- this.tabPage2.TabIndex = 1;
- this.tabPage2.Text = "申诉提交";
- this.tabPage2.UseVisualStyleBackColor = true;
- //
- // tabPage3
- //
- this.tabPage3.Location = new System.Drawing.Point(0, 40);
- this.tabPage3.Name = "tabPage3";
- this.tabPage3.Size = new System.Drawing.Size(1283, 685);
- this.tabPage3.TabIndex = 2;
- this.tabPage3.Text = "申诉合议提交";
- this.tabPage3.UseVisualStyleBackColor = true;
- //
- // tabPage4
- //
- this.tabPage4.Location = new System.Drawing.Point(0, 40);
- this.tabPage4.Name = "tabPage4";
- this.tabPage4.Size = new System.Drawing.Size(1283, 685);
- this.tabPage4.TabIndex = 3;
- this.tabPage4.Text = "附件上传";
- this.tabPage4.UseVisualStyleBackColor = true;
- //
- // HopitalAppeal
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1287, 727);
- this.Controls.Add(this.uiTabControl1);
- this.Name = "HopitalAppeal";
- this.Text = "医保申诉";
- this.Load += new System.EventHandler(this.HopitalAppeal_Load);
- this.uiTabControl1.ResumeLayout(false);
- this.tabPage1.ResumeLayout(false);
- this.uiPanel1.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private Sunny.UI.UITabControl uiTabControl1;
- private System.Windows.Forms.TabPage tabPage1;
- private Sunny.UI.UIPanel uiPanel1;
- private Sunny.UI.UIDatetimePicker adate1;
- private System.Windows.Forms.TabPage tabPage2;
- private System.Windows.Forms.TabPage tabPage3;
- private System.Windows.Forms.TabPage tabPage4;
- private Sunny.UI.UILabel uiLabel2;
- private Sunny.UI.UIDatetimePicker adate2;
- private Sunny.UI.UILabel uiLabel1;
- private Sunny.UI.UILabel uiLabel7;
- private Sunny.UI.UIComboBox acbx1;
- private Sunny.UI.UITextBox uiTextBox4;
- private Sunny.UI.UILabel uiLabel6;
- private Sunny.UI.UITextBox uiTextBox3;
- private Sunny.UI.UILabel uiLabel5;
- private Sunny.UI.UILabel uiLabel4;
- private Sunny.UI.UITextBox uiTextBox2;
- private Sunny.UI.UITextBox uiTextBox1;
- private Sunny.UI.UILabel uiLabel3;
- private Sunny.UI.UIButton aButton1;
- }
- }
|