| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276 |
- namespace PTMedicalInsurance.Forms
- {
- partial class DiseaseSelectdForm
- {
- /// <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();
- this.uiPanel1 = new Sunny.UI.UIPanel();
- this.uiLabel4 = new Sunny.UI.UILabel();
- this.uiTextBox3 = new Sunny.UI.UITextBox();
- this.uiTextBox2 = new Sunny.UI.UITextBox();
- this.uiLabel3 = new Sunny.UI.UILabel();
- this.uiTextBox1 = new Sunny.UI.UITextBox();
- this.uiLabel2 = new Sunny.UI.UILabel();
- this.uiComboBox1 = new Sunny.UI.UIComboBox();
- this.uiLabel1 = new Sunny.UI.UILabel();
- this.uiButton1 = new Sunny.UI.UIButton();
- this.uiDataGridView1 = new Sunny.UI.UIDataGridView();
- this.uiPanel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.uiDataGridView1)).BeginInit();
- this.SuspendLayout();
- //
- // uiPanel1
- //
- this.uiPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.uiPanel1.Controls.Add(this.uiLabel4);
- this.uiPanel1.Controls.Add(this.uiTextBox3);
- this.uiPanel1.Controls.Add(this.uiTextBox2);
- this.uiPanel1.Controls.Add(this.uiLabel3);
- this.uiPanel1.Controls.Add(this.uiTextBox1);
- this.uiPanel1.Controls.Add(this.uiLabel2);
- this.uiPanel1.Controls.Add(this.uiComboBox1);
- this.uiPanel1.Controls.Add(this.uiLabel1);
- this.uiPanel1.Controls.Add(this.uiButton1);
- 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(-2, 2);
- 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(1469, 128);
- 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);
- //
- // 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(244, 78);
- this.uiLabel4.Name = "uiLabel4";
- this.uiLabel4.Size = new System.Drawing.Size(100, 29);
- this.uiLabel4.TabIndex = 8;
- this.uiLabel4.Text = "单页数量:";
- this.uiLabel4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel4.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiTextBox3
- //
- this.uiTextBox3.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.uiTextBox3.DoubleValue = 30D;
- this.uiTextBox3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiTextBox3.IntValue = 30;
- this.uiTextBox3.Location = new System.Drawing.Point(351, 78);
- 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 = 7;
- this.uiTextBox3.Text = "30";
- this.uiTextBox3.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiTextBox3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiTextBox2
- //
- this.uiTextBox2.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.uiTextBox2.DoubleValue = 1D;
- this.uiTextBox2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiTextBox2.IntValue = 1;
- this.uiTextBox2.Location = new System.Drawing.Point(156, 84);
- 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(72, 23);
- this.uiTextBox2.TabIndex = 6;
- this.uiTextBox2.Text = "1";
- this.uiTextBox2.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiTextBox2.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(99, 84);
- this.uiLabel3.Name = "uiLabel3";
- this.uiLabel3.Size = new System.Drawing.Size(70, 23);
- this.uiLabel3.TabIndex = 5;
- this.uiLabel3.Text = "页数:";
- this.uiLabel3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel3.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(528, 35);
- 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(382, 29);
- this.uiTextBox1.TabIndex = 4;
- this.uiTextBox1.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiTextBox1.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(421, 35);
- this.uiLabel2.Name = "uiLabel2";
- this.uiLabel2.Size = new System.Drawing.Size(100, 23);
- this.uiLabel2.TabIndex = 3;
- this.uiLabel2.Text = "身份证号:";
- this.uiLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiComboBox1
- //
- this.uiComboBox1.DataSource = null;
- this.uiComboBox1.FillColor = System.Drawing.Color.White;
- this.uiComboBox1.FilterMaxCount = 50;
- this.uiComboBox1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiComboBox1.Items.AddRange(new object[] {
- "1.已审核",
- "2.未审核"});
- this.uiComboBox1.Location = new System.Drawing.Point(190, 29);
- this.uiComboBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.uiComboBox1.MinimumSize = new System.Drawing.Size(63, 0);
- this.uiComboBox1.Name = "uiComboBox1";
- this.uiComboBox1.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
- this.uiComboBox1.Size = new System.Drawing.Size(150, 29);
- this.uiComboBox1.TabIndex = 2;
- this.uiComboBox1.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiComboBox1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- this.uiComboBox1.SelectedIndexChanged += new System.EventHandler(this.uiComboBox1_SelectedIndexChanged);
- //
- // 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(99, 29);
- this.uiLabel1.Name = "uiLabel1";
- this.uiLabel1.Size = new System.Drawing.Size(84, 23);
- 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);
- //
- // uiButton1
- //
- this.uiButton1.Cursor = System.Windows.Forms.Cursors.Hand;
- this.uiButton1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiButton1.Location = new System.Drawing.Point(999, 29);
- this.uiButton1.MinimumSize = new System.Drawing.Size(1, 1);
- this.uiButton1.Name = "uiButton1";
- this.uiButton1.Size = new System.Drawing.Size(100, 35);
- this.uiButton1.TabIndex = 0;
- this.uiButton1.Text = "查询";
- this.uiButton1.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiButton1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- this.uiButton1.Click += new System.EventHandler(this.uiButton1_Click);
- //
- // uiDataGridView1
- //
- dataGridViewCellStyle11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
- this.uiDataGridView1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle11;
- this.uiDataGridView1.BackgroundColor = System.Drawing.Color.White;
- this.uiDataGridView1.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.uiDataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle12;
- this.uiDataGridView1.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.uiDataGridView1.DefaultCellStyle = dataGridViewCellStyle13;
- this.uiDataGridView1.EnableHeadersVisualStyles = false;
- this.uiDataGridView1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiDataGridView1.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
- this.uiDataGridView1.Location = new System.Drawing.Point(-2, 127);
- this.uiDataGridView1.Name = "uiDataGridView1";
- 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.uiDataGridView1.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.uiDataGridView1.RowsDefaultCellStyle = dataGridViewCellStyle15;
- this.uiDataGridView1.RowTemplate.Height = 23;
- this.uiDataGridView1.SelectedIndex = -1;
- this.uiDataGridView1.Size = new System.Drawing.Size(1469, 613);
- this.uiDataGridView1.StripeOddColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
- this.uiDataGridView1.TabIndex = 1;
- this.uiDataGridView1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // DiseaseSelectdForm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1466, 741);
- this.Controls.Add(this.uiDataGridView1);
- this.Controls.Add(this.uiPanel1);
- this.Name = "DiseaseSelectdForm";
- this.Text = "重大疾病备案查询";
- this.uiPanel1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.uiDataGridView1)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private Sunny.UI.UIPanel uiPanel1;
- private Sunny.UI.UILabel uiLabel4;
- private Sunny.UI.UITextBox uiTextBox3;
- private Sunny.UI.UITextBox uiTextBox2;
- private Sunny.UI.UILabel uiLabel3;
- private Sunny.UI.UITextBox uiTextBox1;
- private Sunny.UI.UILabel uiLabel2;
- private Sunny.UI.UIComboBox uiComboBox1;
- private Sunny.UI.UILabel uiLabel1;
- private Sunny.UI.UIButton uiButton1;
- private Sunny.UI.UIDataGridView uiDataGridView1;
- }
- }
|