|
@@ -0,0 +1,648 @@
|
|
|
+namespace CCunMI.Forms
|
|
|
+{
|
|
|
+ partial class AssistSelect
|
|
|
+ {
|
|
|
+ /// <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 dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
+ this.uiTabControl1 = new Sunny.UI.UITabControl();
|
|
|
+ this.tabPage1 = new System.Windows.Forms.TabPage();
|
|
|
+ this.uiDataGridView1 = new Sunny.UI.UIDataGridView();
|
|
|
+ this.uiPanel1 = new Sunny.UI.UIPanel();
|
|
|
+ this.uiTextBox1 = new Sunny.UI.UITextBox();
|
|
|
+ this.uiButton1 = new Sunny.UI.UIButton();
|
|
|
+ this.uiMbyyButton1 = new Sunny.UI.UIButton();
|
|
|
+ this.uiLabel2 = new Sunny.UI.UILabel();
|
|
|
+ this.uiDatetimePicker2 = new Sunny.UI.UIDatetimePicker();
|
|
|
+ this.uiDatetimePicker1 = new Sunny.UI.UIDatetimePicker();
|
|
|
+ this.uiLabel1 = new Sunny.UI.UILabel();
|
|
|
+ this.tabPage2 = new System.Windows.Forms.TabPage();
|
|
|
+ this.uiPanel2 = new Sunny.UI.UIPanel();
|
|
|
+ this.uiLabel3 = new Sunny.UI.UILabel();
|
|
|
+ this.uiTextBox2 = new Sunny.UI.UITextBox();
|
|
|
+ this.uiLabel4 = new Sunny.UI.UILabel();
|
|
|
+ this.uiLabel5 = new Sunny.UI.UILabel();
|
|
|
+ this.uiLabel6 = new Sunny.UI.UILabel();
|
|
|
+ this.uiDatetimePicker3 = new Sunny.UI.UIDatetimePicker();
|
|
|
+ this.uiDatetimePicker4 = new Sunny.UI.UIDatetimePicker();
|
|
|
+ this.uiLabel7 = new Sunny.UI.UILabel();
|
|
|
+ this.uiLabel8 = new Sunny.UI.UILabel();
|
|
|
+ this.uiComboBox1 = new Sunny.UI.UIComboBox();
|
|
|
+ this.uiComboBox2 = new Sunny.UI.UIComboBox();
|
|
|
+ this.uiLabel9 = new Sunny.UI.UILabel();
|
|
|
+ this.uiButton2 = new Sunny.UI.UIButton();
|
|
|
+ this.uiButton3 = new Sunny.UI.UIButton();
|
|
|
+ this.uiTextBox4 = new Sunny.UI.UITextBox();
|
|
|
+ this.uiComboBox3 = new Sunny.UI.UIComboBox();
|
|
|
+ this.DGrV2001 = new Sunny.UI.UIDataGridView();
|
|
|
+ this.uiTabControl1.SuspendLayout();
|
|
|
+ this.tabPage1.SuspendLayout();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.uiDataGridView1)).BeginInit();
|
|
|
+ this.uiPanel1.SuspendLayout();
|
|
|
+ this.tabPage2.SuspendLayout();
|
|
|
+ this.uiPanel2.SuspendLayout();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.DGrV2001)).BeginInit();
|
|
|
+ this.SuspendLayout();
|
|
|
+ //
|
|
|
+ // uiTabControl1
|
|
|
+ //
|
|
|
+ this.uiTabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
+ | System.Windows.Forms.AnchorStyles.Left)
|
|
|
+ | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
+ this.uiTabControl1.Controls.Add(this.tabPage2);
|
|
|
+ this.uiTabControl1.Controls.Add(this.tabPage1);
|
|
|
+ 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(150, 40);
|
|
|
+ this.uiTabControl1.Location = new System.Drawing.Point(12, 2);
|
|
|
+ this.uiTabControl1.MainPage = "";
|
|
|
+ this.uiTabControl1.Name = "uiTabControl1";
|
|
|
+ this.uiTabControl1.SelectedIndex = 0;
|
|
|
+ this.uiTabControl1.Size = new System.Drawing.Size(1421, 694);
|
|
|
+ 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.uiDataGridView1);
|
|
|
+ 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(1421, 654);
|
|
|
+ this.tabPage1.TabIndex = 0;
|
|
|
+ this.tabPage1.Text = "人员慢病用药历史查询";
|
|
|
+ this.tabPage1.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
+ // uiDataGridView1
|
|
|
+ //
|
|
|
+ dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
|
|
|
+ this.uiDataGridView1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle6;
|
|
|
+ this.uiDataGridView1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
+ | System.Windows.Forms.AnchorStyles.Left)
|
|
|
+ | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
+ this.uiDataGridView1.BackgroundColor = System.Drawing.Color.White;
|
|
|
+ this.uiDataGridView1.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
|
|
|
+ dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
|
+ dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
|
|
|
+ dataGridViewCellStyle7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ dataGridViewCellStyle7.ForeColor = System.Drawing.Color.White;
|
|
|
+ dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
|
+ dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
|
+ dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
+ this.uiDataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7;
|
|
|
+ this.uiDataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
+ dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
|
+ dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Window;
|
|
|
+ dataGridViewCellStyle8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ dataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
|
+ dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
|
+ dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
|
+ dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
|
|
+ this.uiDataGridView1.DefaultCellStyle = dataGridViewCellStyle8;
|
|
|
+ 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(323, 14);
|
|
|
+ this.uiDataGridView1.Name = "uiDataGridView1";
|
|
|
+ dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
|
+ dataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
|
|
|
+ dataGridViewCellStyle9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ dataGridViewCellStyle9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
|
|
+ dataGridViewCellStyle9.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
|
|
|
+ dataGridViewCellStyle9.SelectionForeColor = System.Drawing.Color.White;
|
|
|
+ dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
+ this.uiDataGridView1.RowHeadersDefaultCellStyle = dataGridViewCellStyle9;
|
|
|
+ dataGridViewCellStyle10.BackColor = System.Drawing.Color.White;
|
|
|
+ dataGridViewCellStyle10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.uiDataGridView1.RowsDefaultCellStyle = dataGridViewCellStyle10;
|
|
|
+ this.uiDataGridView1.RowTemplate.Height = 23;
|
|
|
+ this.uiDataGridView1.SelectedIndex = -1;
|
|
|
+ this.uiDataGridView1.Size = new System.Drawing.Size(1095, 635);
|
|
|
+ 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);
|
|
|
+ //
|
|
|
+ // uiPanel1
|
|
|
+ //
|
|
|
+ this.uiPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
+ | System.Windows.Forms.AnchorStyles.Left)
|
|
|
+ | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
+ this.uiPanel1.Controls.Add(this.uiTextBox1);
|
|
|
+ this.uiPanel1.Controls.Add(this.uiButton1);
|
|
|
+ this.uiPanel1.Controls.Add(this.uiMbyyButton1);
|
|
|
+ this.uiPanel1.Controls.Add(this.uiLabel2);
|
|
|
+ this.uiPanel1.Controls.Add(this.uiDatetimePicker2);
|
|
|
+ this.uiPanel1.Controls.Add(this.uiDatetimePicker1);
|
|
|
+ this.uiPanel1.Controls.Add(this.uiLabel1);
|
|
|
+ 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(312, 644);
|
|
|
+ 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);
|
|
|
+ //
|
|
|
+ // 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(14, 98);
|
|
|
+ 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(230, 29);
|
|
|
+ this.uiTextBox1.TabIndex = 7;
|
|
|
+ this.uiTextBox1.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
+ this.uiTextBox1.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(38, 450);
|
|
|
+ this.uiButton1.MinimumSize = new System.Drawing.Size(1, 1);
|
|
|
+ this.uiButton1.Name = "uiButton1";
|
|
|
+ this.uiButton1.Size = new System.Drawing.Size(156, 35);
|
|
|
+ this.uiButton1.TabIndex = 6;
|
|
|
+ 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);
|
|
|
+ //
|
|
|
+ // uiMbyyButton1
|
|
|
+ //
|
|
|
+ this.uiMbyyButton1.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
+ this.uiMbyyButton1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.uiMbyyButton1.Location = new System.Drawing.Point(38, 365);
|
|
|
+ this.uiMbyyButton1.MinimumSize = new System.Drawing.Size(1, 1);
|
|
|
+ this.uiMbyyButton1.Name = "uiMbyyButton1";
|
|
|
+ this.uiMbyyButton1.Size = new System.Drawing.Size(156, 36);
|
|
|
+ this.uiMbyyButton1.TabIndex = 5;
|
|
|
+ this.uiMbyyButton1.Text = "查 询";
|
|
|
+ this.uiMbyyButton1.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.uiMbyyButton1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
|
|
|
+ this.uiMbyyButton1.Click += new System.EventHandler(this.uiMbyyButton1_Click);
|
|
|
+ //
|
|
|
+ // 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(10, 150);
|
|
|
+ this.uiLabel2.Name = "uiLabel2";
|
|
|
+ this.uiLabel2.Size = new System.Drawing.Size(197, 23);
|
|
|
+ this.uiLabel2.TabIndex = 4;
|
|
|
+ this.uiLabel2.Text = "开始-截止时间范围";
|
|
|
+ this.uiLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
+ this.uiLabel2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
|
|
|
+ //
|
|
|
+ // uiDatetimePicker2
|
|
|
+ //
|
|
|
+ this.uiDatetimePicker2.FillColor = System.Drawing.Color.White;
|
|
|
+ this.uiDatetimePicker2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.uiDatetimePicker2.Location = new System.Drawing.Point(7, 254);
|
|
|
+ this.uiDatetimePicker2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
+ this.uiDatetimePicker2.MaxLength = 19;
|
|
|
+ this.uiDatetimePicker2.MinimumSize = new System.Drawing.Size(63, 0);
|
|
|
+ this.uiDatetimePicker2.Name = "uiDatetimePicker2";
|
|
|
+ this.uiDatetimePicker2.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
|
|
|
+ this.uiDatetimePicker2.Size = new System.Drawing.Size(200, 29);
|
|
|
+ this.uiDatetimePicker2.SymbolDropDown = 61555;
|
|
|
+ this.uiDatetimePicker2.SymbolNormal = 61555;
|
|
|
+ this.uiDatetimePicker2.TabIndex = 3;
|
|
|
+ this.uiDatetimePicker2.Text = "2023-09-06 17:16:27";
|
|
|
+ this.uiDatetimePicker2.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
+ this.uiDatetimePicker2.Value = new System.DateTime(2023, 9, 6, 17, 16, 27, 131);
|
|
|
+ this.uiDatetimePicker2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
|
|
|
+ //
|
|
|
+ // uiDatetimePicker1
|
|
|
+ //
|
|
|
+ this.uiDatetimePicker1.FillColor = System.Drawing.Color.White;
|
|
|
+ this.uiDatetimePicker1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.uiDatetimePicker1.Location = new System.Drawing.Point(7, 190);
|
|
|
+ this.uiDatetimePicker1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
+ this.uiDatetimePicker1.MaxLength = 19;
|
|
|
+ this.uiDatetimePicker1.MinimumSize = new System.Drawing.Size(63, 0);
|
|
|
+ this.uiDatetimePicker1.Name = "uiDatetimePicker1";
|
|
|
+ this.uiDatetimePicker1.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
|
|
|
+ this.uiDatetimePicker1.Size = new System.Drawing.Size(200, 29);
|
|
|
+ this.uiDatetimePicker1.SymbolDropDown = 61555;
|
|
|
+ this.uiDatetimePicker1.SymbolNormal = 61555;
|
|
|
+ this.uiDatetimePicker1.TabIndex = 2;
|
|
|
+ this.uiDatetimePicker1.Text = "2023-09-06 17:16:15";
|
|
|
+ this.uiDatetimePicker1.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
+ this.uiDatetimePicker1.Value = new System.DateTime(2023, 9, 6, 17, 16, 15, 0);
|
|
|
+ this.uiDatetimePicker1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
|
|
|
+ //
|
|
|
+ // 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(3, 47);
|
|
|
+ this.uiLabel1.Name = "uiLabel1";
|
|
|
+ this.uiLabel1.Size = new System.Drawing.Size(107, 29);
|
|
|
+ this.uiLabel1.TabIndex = 0;
|
|
|
+ this.uiLabel1.Text = "医保人员编号";
|
|
|
+ this.uiLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
+ this.uiLabel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
|
|
|
+ //
|
|
|
+ // tabPage2
|
|
|
+ //
|
|
|
+ this.tabPage2.Controls.Add(this.DGrV2001);
|
|
|
+ this.tabPage2.Controls.Add(this.uiPanel2);
|
|
|
+ this.tabPage2.Location = new System.Drawing.Point(0, 40);
|
|
|
+ this.tabPage2.Name = "tabPage2";
|
|
|
+ this.tabPage2.Size = new System.Drawing.Size(1421, 654);
|
|
|
+ this.tabPage2.TabIndex = 1;
|
|
|
+ this.tabPage2.Text = "人员待遇检查";
|
|
|
+ this.tabPage2.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
+ // uiPanel2
|
|
|
+ //
|
|
|
+ this.uiPanel2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
+ | System.Windows.Forms.AnchorStyles.Left)
|
|
|
+ | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
+ this.uiPanel2.Controls.Add(this.uiComboBox3);
|
|
|
+ this.uiPanel2.Controls.Add(this.uiTextBox4);
|
|
|
+ this.uiPanel2.Controls.Add(this.uiButton3);
|
|
|
+ this.uiPanel2.Controls.Add(this.uiButton2);
|
|
|
+ this.uiPanel2.Controls.Add(this.uiLabel9);
|
|
|
+ this.uiPanel2.Controls.Add(this.uiComboBox2);
|
|
|
+ this.uiPanel2.Controls.Add(this.uiComboBox1);
|
|
|
+ this.uiPanel2.Controls.Add(this.uiLabel8);
|
|
|
+ this.uiPanel2.Controls.Add(this.uiLabel7);
|
|
|
+ this.uiPanel2.Controls.Add(this.uiDatetimePicker4);
|
|
|
+ this.uiPanel2.Controls.Add(this.uiDatetimePicker3);
|
|
|
+ this.uiPanel2.Controls.Add(this.uiLabel6);
|
|
|
+ this.uiPanel2.Controls.Add(this.uiLabel5);
|
|
|
+ this.uiPanel2.Controls.Add(this.uiLabel4);
|
|
|
+ this.uiPanel2.Controls.Add(this.uiTextBox2);
|
|
|
+ this.uiPanel2.Controls.Add(this.uiLabel3);
|
|
|
+ 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(4, 0);
|
|
|
+ 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(346, 649);
|
|
|
+ this.uiPanel2.TabIndex = 0;
|
|
|
+ this.uiPanel2.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
|
|
+ this.uiPanel2.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(3, 30);
|
|
|
+ this.uiLabel3.Name = "uiLabel3";
|
|
|
+ this.uiLabel3.Size = new System.Drawing.Size(100, 23);
|
|
|
+ this.uiLabel3.TabIndex = 0;
|
|
|
+ this.uiLabel3.Text = "人员编号:";
|
|
|
+ this.uiLabel3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
+ this.uiLabel3.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(106, 30);
|
|
|
+ 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(210, 29);
|
|
|
+ this.uiTextBox2.TabIndex = 1;
|
|
|
+ this.uiTextBox2.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
+ this.uiTextBox2.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(3, 136);
|
|
|
+ this.uiLabel4.Name = "uiLabel4";
|
|
|
+ this.uiLabel4.Size = new System.Drawing.Size(100, 23);
|
|
|
+ this.uiLabel4.TabIndex = 2;
|
|
|
+ this.uiLabel4.Text = "医疗类别:";
|
|
|
+ this.uiLabel4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
+ this.uiLabel4.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(-1, 178);
|
|
|
+ this.uiLabel5.Name = "uiLabel5";
|
|
|
+ this.uiLabel5.Size = new System.Drawing.Size(100, 23);
|
|
|
+ this.uiLabel5.TabIndex = 4;
|
|
|
+ this.uiLabel5.Text = "开始时间:";
|
|
|
+ this.uiLabel5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
+ this.uiLabel5.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(3, 238);
|
|
|
+ this.uiLabel6.Name = "uiLabel6";
|
|
|
+ this.uiLabel6.Size = new System.Drawing.Size(100, 23);
|
|
|
+ this.uiLabel6.TabIndex = 5;
|
|
|
+ this.uiLabel6.Text = "截止时间:";
|
|
|
+ this.uiLabel6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
+ this.uiLabel6.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
|
|
|
+ //
|
|
|
+ // uiDatetimePicker3
|
|
|
+ //
|
|
|
+ this.uiDatetimePicker3.FillColor = System.Drawing.Color.White;
|
|
|
+ this.uiDatetimePicker3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.uiDatetimePicker3.Location = new System.Drawing.Point(106, 178);
|
|
|
+ this.uiDatetimePicker3.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
+ this.uiDatetimePicker3.MaxLength = 19;
|
|
|
+ this.uiDatetimePicker3.MinimumSize = new System.Drawing.Size(63, 0);
|
|
|
+ this.uiDatetimePicker3.Name = "uiDatetimePicker3";
|
|
|
+ this.uiDatetimePicker3.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
|
|
|
+ this.uiDatetimePicker3.Size = new System.Drawing.Size(210, 29);
|
|
|
+ this.uiDatetimePicker3.SymbolDropDown = 61555;
|
|
|
+ this.uiDatetimePicker3.SymbolNormal = 61555;
|
|
|
+ this.uiDatetimePicker3.TabIndex = 6;
|
|
|
+ this.uiDatetimePicker3.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
+ this.uiDatetimePicker3.Value = new System.DateTime(2023, 9, 15, 1, 15, 30, 171);
|
|
|
+ this.uiDatetimePicker3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
|
|
|
+ //
|
|
|
+ // uiDatetimePicker4
|
|
|
+ //
|
|
|
+ this.uiDatetimePicker4.FillColor = System.Drawing.Color.White;
|
|
|
+ this.uiDatetimePicker4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.uiDatetimePicker4.Location = new System.Drawing.Point(106, 238);
|
|
|
+ this.uiDatetimePicker4.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
+ this.uiDatetimePicker4.MaxLength = 19;
|
|
|
+ this.uiDatetimePicker4.MinimumSize = new System.Drawing.Size(63, 0);
|
|
|
+ this.uiDatetimePicker4.Name = "uiDatetimePicker4";
|
|
|
+ this.uiDatetimePicker4.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
|
|
|
+ this.uiDatetimePicker4.Size = new System.Drawing.Size(210, 23);
|
|
|
+ this.uiDatetimePicker4.SymbolDropDown = 61555;
|
|
|
+ this.uiDatetimePicker4.SymbolNormal = 61555;
|
|
|
+ this.uiDatetimePicker4.TabIndex = 7;
|
|
|
+ this.uiDatetimePicker4.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
+ this.uiDatetimePicker4.Value = new System.DateTime(2023, 9, 15, 1, 15, 39, 777);
|
|
|
+ this.uiDatetimePicker4.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
|
|
|
+ //
|
|
|
+ // 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, 297);
|
|
|
+ this.uiLabel7.Name = "uiLabel7";
|
|
|
+ this.uiLabel7.Size = new System.Drawing.Size(100, 23);
|
|
|
+ this.uiLabel7.TabIndex = 8;
|
|
|
+ this.uiLabel7.Text = "病 种:";
|
|
|
+ this.uiLabel7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
+ this.uiLabel7.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
|
|
|
+ //
|
|
|
+ // uiLabel8
|
|
|
+ //
|
|
|
+ this.uiLabel8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.uiLabel8.Location = new System.Drawing.Point(3, 353);
|
|
|
+ this.uiLabel8.Name = "uiLabel8";
|
|
|
+ this.uiLabel8.Size = new System.Drawing.Size(100, 23);
|
|
|
+ this.uiLabel8.TabIndex = 9;
|
|
|
+ this.uiLabel8.Text = "手术操作:";
|
|
|
+ this.uiLabel8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
+ this.uiLabel8.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.Location = new System.Drawing.Point(106, 291);
|
|
|
+ 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(210, 29);
|
|
|
+ this.uiComboBox1.TabIndex = 10;
|
|
|
+ this.uiComboBox1.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
+ this.uiComboBox1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
|
|
|
+ //
|
|
|
+ // uiComboBox2
|
|
|
+ //
|
|
|
+ this.uiComboBox2.DataSource = null;
|
|
|
+ this.uiComboBox2.FillColor = System.Drawing.Color.White;
|
|
|
+ this.uiComboBox2.FilterMaxCount = 50;
|
|
|
+ this.uiComboBox2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.uiComboBox2.Location = new System.Drawing.Point(106, 353);
|
|
|
+ this.uiComboBox2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
+ this.uiComboBox2.MinimumSize = new System.Drawing.Size(63, 0);
|
|
|
+ this.uiComboBox2.Name = "uiComboBox2";
|
|
|
+ this.uiComboBox2.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
|
|
|
+ this.uiComboBox2.Size = new System.Drawing.Size(210, 29);
|
|
|
+ this.uiComboBox2.TabIndex = 11;
|
|
|
+ this.uiComboBox2.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
+ this.uiComboBox2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
|
|
|
+ //
|
|
|
+ // uiLabel9
|
|
|
+ //
|
|
|
+ this.uiLabel9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.uiLabel9.Location = new System.Drawing.Point(3, 81);
|
|
|
+ this.uiLabel9.Name = "uiLabel9";
|
|
|
+ this.uiLabel9.Size = new System.Drawing.Size(100, 23);
|
|
|
+ this.uiLabel9.TabIndex = 12;
|
|
|
+ this.uiLabel9.Text = "险种类型:";
|
|
|
+ this.uiLabel9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
+ this.uiLabel9.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
|
|
|
+ //
|
|
|
+ // uiButton2
|
|
|
+ //
|
|
|
+ this.uiButton2.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
+ this.uiButton2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.uiButton2.Location = new System.Drawing.Point(71, 443);
|
|
|
+ this.uiButton2.MinimumSize = new System.Drawing.Size(1, 1);
|
|
|
+ this.uiButton2.Name = "uiButton2";
|
|
|
+ this.uiButton2.Size = new System.Drawing.Size(164, 35);
|
|
|
+ this.uiButton2.TabIndex = 14;
|
|
|
+ this.uiButton2.Text = "人员待遇检查";
|
|
|
+ this.uiButton2.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.uiButton2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
|
|
|
+ this.uiButton2.Click += new System.EventHandler(this.uiButton2_Click);
|
|
|
+ //
|
|
|
+ // uiButton3
|
|
|
+ //
|
|
|
+ this.uiButton3.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
+ this.uiButton3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.uiButton3.Location = new System.Drawing.Point(71, 511);
|
|
|
+ this.uiButton3.MinimumSize = new System.Drawing.Size(1, 1);
|
|
|
+ this.uiButton3.Name = "uiButton3";
|
|
|
+ this.uiButton3.Size = new System.Drawing.Size(164, 36);
|
|
|
+ this.uiButton3.TabIndex = 15;
|
|
|
+ this.uiButton3.Text = "医保读卡";
|
|
|
+ this.uiButton3.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.uiButton3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
|
|
|
+ this.uiButton3.Click += new System.EventHandler(this.uiButton3_Click);
|
|
|
+ //
|
|
|
+ // uiTextBox4
|
|
|
+ //
|
|
|
+ this.uiTextBox4.Cursor = System.Windows.Forms.Cursors.IBeam;
|
|
|
+ this.uiTextBox4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.uiTextBox4.Location = new System.Drawing.Point(106, 82);
|
|
|
+ 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(210, 29);
|
|
|
+ this.uiTextBox4.TabIndex = 16;
|
|
|
+ this.uiTextBox4.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
+ this.uiTextBox4.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
|
|
|
+ //
|
|
|
+ // uiComboBox3
|
|
|
+ //
|
|
|
+ this.uiComboBox3.DataSource = null;
|
|
|
+ this.uiComboBox3.FillColor = System.Drawing.Color.White;
|
|
|
+ this.uiComboBox3.FilterMaxCount = 50;
|
|
|
+ this.uiComboBox3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.uiComboBox3.Items.AddRange(new object[] {
|
|
|
+ "普通门诊",
|
|
|
+ "普通住院",
|
|
|
+ "单病种住院"});
|
|
|
+ this.uiComboBox3.Location = new System.Drawing.Point(106, 136);
|
|
|
+ this.uiComboBox3.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
+ this.uiComboBox3.MinimumSize = new System.Drawing.Size(63, 0);
|
|
|
+ this.uiComboBox3.Name = "uiComboBox3";
|
|
|
+ this.uiComboBox3.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
|
|
|
+ this.uiComboBox3.Size = new System.Drawing.Size(210, 29);
|
|
|
+ this.uiComboBox3.TabIndex = 17;
|
|
|
+ this.uiComboBox3.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
+ this.uiComboBox3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
|
|
|
+ //
|
|
|
+ // DGrV2001
|
|
|
+ //
|
|
|
+ dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
|
|
|
+ this.DGrV2001.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
|
|
|
+ this.DGrV2001.BackgroundColor = System.Drawing.Color.White;
|
|
|
+ this.DGrV2001.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
|
|
|
+ dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
|
+ dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
|
|
|
+ dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
|
|
|
+ dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
|
+ dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
|
+ dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
+ this.DGrV2001.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
|
|
|
+ this.DGrV2001.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
+ dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
|
+ dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
|
|
|
+ dataGridViewCellStyle3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
|
+ dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
|
+ dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
|
+ dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
|
|
+ this.DGrV2001.DefaultCellStyle = dataGridViewCellStyle3;
|
|
|
+ this.DGrV2001.EnableHeadersVisualStyles = false;
|
|
|
+ this.DGrV2001.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.DGrV2001.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
|
|
|
+ this.DGrV2001.Location = new System.Drawing.Point(347, 0);
|
|
|
+ this.DGrV2001.Name = "DGrV2001";
|
|
|
+ dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
|
+ dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
|
|
|
+ dataGridViewCellStyle4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ dataGridViewCellStyle4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
|
|
+ dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
|
|
|
+ dataGridViewCellStyle4.SelectionForeColor = System.Drawing.Color.White;
|
|
|
+ dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
+ this.DGrV2001.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
|
|
|
+ dataGridViewCellStyle5.BackColor = System.Drawing.Color.White;
|
|
|
+ dataGridViewCellStyle5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.DGrV2001.RowsDefaultCellStyle = dataGridViewCellStyle5;
|
|
|
+ this.DGrV2001.RowTemplate.Height = 23;
|
|
|
+ this.DGrV2001.SelectedIndex = -1;
|
|
|
+ this.DGrV2001.Size = new System.Drawing.Size(1071, 649);
|
|
|
+ this.DGrV2001.StripeOddColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
|
|
|
+ this.DGrV2001.TabIndex = 1;
|
|
|
+ this.DGrV2001.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
|
|
|
+ //
|
|
|
+ // AssistSelect
|
|
|
+ //
|
|
|
+ this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
+ this.ClientSize = new System.Drawing.Size(1432, 694);
|
|
|
+ this.Controls.Add(this.uiTabControl1);
|
|
|
+ this.Name = "AssistSelect";
|
|
|
+ this.Text = "辅助查询";
|
|
|
+ this.Load += new System.EventHandler(this.AssistSelect_Load);
|
|
|
+ this.uiTabControl1.ResumeLayout(false);
|
|
|
+ this.tabPage1.ResumeLayout(false);
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.uiDataGridView1)).EndInit();
|
|
|
+ this.uiPanel1.ResumeLayout(false);
|
|
|
+ this.tabPage2.ResumeLayout(false);
|
|
|
+ this.uiPanel2.ResumeLayout(false);
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.DGrV2001)).EndInit();
|
|
|
+ this.ResumeLayout(false);
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
+ #endregion
|
|
|
+
|
|
|
+ private Sunny.UI.UITabControl uiTabControl1;
|
|
|
+ private System.Windows.Forms.TabPage tabPage1;
|
|
|
+ private Sunny.UI.UIPanel uiPanel1;
|
|
|
+ private System.Windows.Forms.TabPage tabPage2;
|
|
|
+ private Sunny.UI.UIButton uiButton1;
|
|
|
+ private Sunny.UI.UIButton uiMbyyButton1;
|
|
|
+ private Sunny.UI.UILabel uiLabel2;
|
|
|
+ private Sunny.UI.UIDatetimePicker uiDatetimePicker2;
|
|
|
+ private Sunny.UI.UIDatetimePicker uiDatetimePicker1;
|
|
|
+ private Sunny.UI.UILabel uiLabel1;
|
|
|
+ private Sunny.UI.UIDataGridView uiDataGridView1;
|
|
|
+ private Sunny.UI.UITextBox uiTextBox1;
|
|
|
+ private Sunny.UI.UIPanel uiPanel2;
|
|
|
+ private Sunny.UI.UILabel uiLabel8;
|
|
|
+ private Sunny.UI.UILabel uiLabel7;
|
|
|
+ private Sunny.UI.UIDatetimePicker uiDatetimePicker4;
|
|
|
+ private Sunny.UI.UIDatetimePicker uiDatetimePicker3;
|
|
|
+ private Sunny.UI.UILabel uiLabel6;
|
|
|
+ private Sunny.UI.UILabel uiLabel5;
|
|
|
+ private Sunny.UI.UILabel uiLabel4;
|
|
|
+ private Sunny.UI.UITextBox uiTextBox2;
|
|
|
+ private Sunny.UI.UILabel uiLabel3;
|
|
|
+ private Sunny.UI.UIComboBox uiComboBox2;
|
|
|
+ private Sunny.UI.UIComboBox uiComboBox1;
|
|
|
+ private Sunny.UI.UIButton uiButton3;
|
|
|
+ private Sunny.UI.UIButton uiButton2;
|
|
|
+ private Sunny.UI.UILabel uiLabel9;
|
|
|
+ private Sunny.UI.UITextBox uiTextBox4;
|
|
|
+ private Sunny.UI.UIComboBox uiComboBox3;
|
|
|
+ private Sunny.UI.UIDataGridView DGrV2001;
|
|
|
+ }
|
|
|
+}
|