namespace PTMedicalInsurance.Forms.SettlementWithNopwdApplys { partial class SettlementWithNopwdApply { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { 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(); 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(); this.uiPanel5 = new Sunny.UI.UIPanel(); this.uiGroupBox1 = new Sunny.UI.UIGroupBox(); this.tbInsuRegID = new Sunny.UI.UITextBox(); this.tbName = new Sunny.UI.UITextBox(); this.uiLabel2 = new Sunny.UI.UILabel(); this.uiLabel1 = new Sunny.UI.UILabel(); this.btnClose = new Sunny.UI.UIButton(); this.btnQueryRegInfo = new Sunny.UI.UIButton(); this.uiGroupBox5 = new Sunny.UI.UIGroupBox(); this.dpED = new Sunny.UI.UIDatetimePicker(); this.dpST = new Sunny.UI.UIDatetimePicker(); this.panel1 = new System.Windows.Forms.Panel(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.dgvCenterApplyInfo = new Sunny.UI.UIDataGridView(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.dgvHisRegInfo = new Sunny.UI.UIDataGridView(); this.uiContextMenuStrip1 = new Sunny.UI.UIContextMenuStrip(); this.tsmApply = new System.Windows.Forms.ToolStripMenuItem(); this.tsmQueryCenterInfo = new System.Windows.Forms.ToolStripMenuItem(); this.tsmCancel = new System.Windows.Forms.ToolStripMenuItem(); this.uiPanel5.SuspendLayout(); this.uiGroupBox1.SuspendLayout(); this.uiGroupBox5.SuspendLayout(); this.panel1.SuspendLayout(); this.groupBox2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvCenterApplyInfo)).BeginInit(); this.groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvHisRegInfo)).BeginInit(); this.uiContextMenuStrip1.SuspendLayout(); this.SuspendLayout(); // // uiPanel5 // this.uiPanel5.Controls.Add(this.uiGroupBox1); this.uiPanel5.Controls.Add(this.btnClose); this.uiPanel5.Controls.Add(this.btnQueryRegInfo); this.uiPanel5.Controls.Add(this.uiGroupBox5); this.uiPanel5.Dock = System.Windows.Forms.DockStyle.Bottom; this.uiPanel5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiPanel5.Location = new System.Drawing.Point(0, 464); this.uiPanel5.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.uiPanel5.MinimumSize = new System.Drawing.Size(1, 1); this.uiPanel5.Name = "uiPanel5"; this.uiPanel5.Size = new System.Drawing.Size(1366, 115); this.uiPanel5.TabIndex = 2; this.uiPanel5.Text = null; this.uiPanel5.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter; this.uiPanel5.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // uiGroupBox1 // this.uiGroupBox1.Controls.Add(this.tbInsuRegID); this.uiGroupBox1.Controls.Add(this.tbName); this.uiGroupBox1.Controls.Add(this.uiLabel2); this.uiGroupBox1.Controls.Add(this.uiLabel1); this.uiGroupBox1.Dock = System.Windows.Forms.DockStyle.Left; this.uiGroupBox1.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiGroupBox1.Location = new System.Drawing.Point(178, 0); this.uiGroupBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.uiGroupBox1.MinimumSize = new System.Drawing.Size(1, 1); this.uiGroupBox1.Name = "uiGroupBox1"; this.uiGroupBox1.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0); this.uiGroupBox1.Size = new System.Drawing.Size(347, 115); this.uiGroupBox1.TabIndex = 26; this.uiGroupBox1.Text = null; this.uiGroupBox1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter; this.uiGroupBox1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // tbInsuRegID // this.tbInsuRegID.Cursor = System.Windows.Forms.Cursors.IBeam; this.tbInsuRegID.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tbInsuRegID.Location = new System.Drawing.Point(126, 68); this.tbInsuRegID.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.tbInsuRegID.MinimumSize = new System.Drawing.Size(1, 16); this.tbInsuRegID.Name = "tbInsuRegID"; this.tbInsuRegID.ShowText = false; this.tbInsuRegID.Size = new System.Drawing.Size(195, 29); this.tbInsuRegID.TabIndex = 3; this.tbInsuRegID.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft; this.tbInsuRegID.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // tbName // this.tbName.Cursor = System.Windows.Forms.Cursors.IBeam; this.tbName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tbName.Location = new System.Drawing.Point(126, 29); this.tbName.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.tbName.MinimumSize = new System.Drawing.Size(1, 16); this.tbName.Name = "tbName"; this.tbName.ShowText = false; this.tbName.Size = new System.Drawing.Size(195, 29); this.tbName.TabIndex = 2; this.tbName.Text = "李兵"; this.tbName.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft; this.tbName.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(19, 68); this.uiLabel2.Name = "uiLabel2"; this.uiLabel2.Size = new System.Drawing.Size(100, 23); 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); // // 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(19, 32); this.uiLabel1.Name = "uiLabel1"; this.uiLabel1.Size = new System.Drawing.Size(100, 23); 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); // // btnClose // this.btnClose.Cursor = System.Windows.Forms.Cursors.Hand; this.btnClose.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnClose.Location = new System.Drawing.Point(1148, 24); this.btnClose.MinimumSize = new System.Drawing.Size(1, 1); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(148, 61); this.btnClose.TabIndex = 24; this.btnClose.Text = "退 出"; this.btnClose.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnClose.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); this.btnClose.Click += new System.EventHandler(this.btnClose_Click); // // btnQueryRegInfo // this.btnQueryRegInfo.Cursor = System.Windows.Forms.Cursors.Hand; this.btnQueryRegInfo.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnQueryRegInfo.Location = new System.Drawing.Point(944, 24); this.btnQueryRegInfo.MinimumSize = new System.Drawing.Size(1, 1); this.btnQueryRegInfo.Name = "btnQueryRegInfo"; this.btnQueryRegInfo.Size = new System.Drawing.Size(148, 61); this.btnQueryRegInfo.TabIndex = 23; this.btnQueryRegInfo.Text = "查询HIS登记信息"; this.btnQueryRegInfo.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnQueryRegInfo.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); this.btnQueryRegInfo.Click += new System.EventHandler(this.btnQueryRegInfo_Click); // // uiGroupBox5 // this.uiGroupBox5.Controls.Add(this.dpED); this.uiGroupBox5.Controls.Add(this.dpST); this.uiGroupBox5.Dock = System.Windows.Forms.DockStyle.Left; this.uiGroupBox5.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiGroupBox5.Location = new System.Drawing.Point(0, 0); this.uiGroupBox5.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.uiGroupBox5.MinimumSize = new System.Drawing.Size(1, 1); this.uiGroupBox5.Name = "uiGroupBox5"; this.uiGroupBox5.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0); this.uiGroupBox5.Size = new System.Drawing.Size(178, 115); this.uiGroupBox5.TabIndex = 22; this.uiGroupBox5.Text = null; this.uiGroupBox5.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter; this.uiGroupBox5.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // dpED // this.dpED.FillColor = System.Drawing.Color.White; this.dpED.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dpED.Location = new System.Drawing.Point(13, 68); this.dpED.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.dpED.MaxLength = 19; this.dpED.MinimumSize = new System.Drawing.Size(63, 0); this.dpED.Name = "dpED"; this.dpED.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2); this.dpED.Size = new System.Drawing.Size(150, 29); this.dpED.SymbolDropDown = 61555; this.dpED.SymbolNormal = 61555; this.dpED.TabIndex = 1; this.dpED.Text = "2022-06-01 23:59:59"; this.dpED.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft; this.dpED.Value = new System.DateTime(2022, 6, 1, 23, 59, 59, 0); this.dpED.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // dpST // this.dpST.FillColor = System.Drawing.Color.White; this.dpST.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dpST.Location = new System.Drawing.Point(13, 29); this.dpST.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.dpST.MaxLength = 19; this.dpST.MinimumSize = new System.Drawing.Size(63, 0); this.dpST.Name = "dpST"; this.dpST.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2); this.dpST.Size = new System.Drawing.Size(150, 29); this.dpST.SymbolDropDown = 61555; this.dpST.SymbolNormal = 61555; this.dpST.TabIndex = 0; this.dpST.Text = "2022-06-01 00:00:00"; this.dpST.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft; this.dpST.Value = new System.DateTime(2022, 6, 1, 0, 0, 0, 0); this.dpST.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // panel1 // this.panel1.Controls.Add(this.groupBox2); this.panel1.Controls.Add(this.groupBox1); this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(1366, 464); this.panel1.TabIndex = 3; // // groupBox2 // this.groupBox2.Controls.Add(this.dgvCenterApplyInfo); this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox2.Location = new System.Drawing.Point(0, 314); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(1366, 150); this.groupBox2.TabIndex = 1; this.groupBox2.TabStop = false; this.groupBox2.Text = "中心申请信息"; // // dgvCenterApplyInfo // this.dgvCenterApplyInfo.AllowUserToAddRows = false; dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255))))); this.dgvCenterApplyInfo.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; this.dgvCenterApplyInfo.BackgroundColor = System.Drawing.Color.White; this.dgvCenterApplyInfo.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.dgvCenterApplyInfo.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; this.dgvCenterApplyInfo.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.dgvCenterApplyInfo.DefaultCellStyle = dataGridViewCellStyle3; this.dgvCenterApplyInfo.Dock = System.Windows.Forms.DockStyle.Fill; this.dgvCenterApplyInfo.EnableHeadersVisualStyles = false; this.dgvCenterApplyInfo.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dgvCenterApplyInfo.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255))))); this.dgvCenterApplyInfo.Location = new System.Drawing.Point(3, 17); this.dgvCenterApplyInfo.Name = "dgvCenterApplyInfo"; 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.dgvCenterApplyInfo.RowHeadersDefaultCellStyle = dataGridViewCellStyle4; this.dgvCenterApplyInfo.RowHeadersWidth = 51; dataGridViewCellStyle5.BackColor = System.Drawing.Color.White; dataGridViewCellStyle5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dgvCenterApplyInfo.RowsDefaultCellStyle = dataGridViewCellStyle5; this.dgvCenterApplyInfo.RowTemplate.Height = 23; this.dgvCenterApplyInfo.SelectedIndex = -1; this.dgvCenterApplyInfo.Size = new System.Drawing.Size(1360, 130); this.dgvCenterApplyInfo.StripeOddColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255))))); this.dgvCenterApplyInfo.TabIndex = 3; this.dgvCenterApplyInfo.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // groupBox1 // this.groupBox1.Controls.Add(this.dgvHisRegInfo); 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(1366, 314); this.groupBox1.TabIndex = 0; this.groupBox1.TabStop = false; this.groupBox1.Text = "HIS登记信息"; // // dgvHisRegInfo // this.dgvHisRegInfo.AllowUserToAddRows = false; dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255))))); this.dgvHisRegInfo.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle6; this.dgvHisRegInfo.BackgroundColor = System.Drawing.Color.White; this.dgvHisRegInfo.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.dgvHisRegInfo.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7; this.dgvHisRegInfo.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgvHisRegInfo.ContextMenuStrip = this.uiContextMenuStrip1; 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.dgvHisRegInfo.DefaultCellStyle = dataGridViewCellStyle8; this.dgvHisRegInfo.Dock = System.Windows.Forms.DockStyle.Fill; this.dgvHisRegInfo.EnableHeadersVisualStyles = false; this.dgvHisRegInfo.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dgvHisRegInfo.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255))))); this.dgvHisRegInfo.Location = new System.Drawing.Point(3, 17); this.dgvHisRegInfo.Name = "dgvHisRegInfo"; 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.dgvHisRegInfo.RowHeadersDefaultCellStyle = dataGridViewCellStyle9; this.dgvHisRegInfo.RowHeadersWidth = 51; dataGridViewCellStyle10.BackColor = System.Drawing.Color.White; dataGridViewCellStyle10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dgvHisRegInfo.RowsDefaultCellStyle = dataGridViewCellStyle10; this.dgvHisRegInfo.RowTemplate.Height = 23; this.dgvHisRegInfo.SelectedIndex = -1; this.dgvHisRegInfo.Size = new System.Drawing.Size(1360, 294); this.dgvHisRegInfo.StripeOddColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255))))); this.dgvHisRegInfo.TabIndex = 3; this.dgvHisRegInfo.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // uiContextMenuStrip1 // this.uiContextMenuStrip1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255))))); this.uiContextMenuStrip1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiContextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsmApply, this.tsmQueryCenterInfo, this.tsmCancel}); this.uiContextMenuStrip1.Name = "uiContextMenuStrip1"; this.uiContextMenuStrip1.Size = new System.Drawing.Size(209, 104); this.uiContextMenuStrip1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // tsmApply // this.tsmApply.Name = "tsmApply"; this.tsmApply.Size = new System.Drawing.Size(208, 26); this.tsmApply.Text = "无密码结算申请"; this.tsmApply.Click += new System.EventHandler(this.tsmApply_Click); // // tsmQueryCenterInfo // this.tsmQueryCenterInfo.Name = "tsmQueryCenterInfo"; this.tsmQueryCenterInfo.Size = new System.Drawing.Size(208, 26); this.tsmQueryCenterInfo.Text = "查询中心申请信息"; this.tsmQueryCenterInfo.Click += new System.EventHandler(this.tsmQueryCenterInfo_Click); // // tsmCancel // this.tsmCancel.Name = "tsmCancel"; this.tsmCancel.Size = new System.Drawing.Size(208, 26); this.tsmCancel.Text = "撤销中心申请"; this.tsmCancel.Click += new System.EventHandler(this.tsmCancel_Click); // // SettlementWithNopwdApply // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1366, 579); this.Controls.Add(this.panel1); this.Controls.Add(this.uiPanel5); this.Name = "SettlementWithNopwdApply"; this.Text = "申请"; this.uiPanel5.ResumeLayout(false); this.uiGroupBox1.ResumeLayout(false); this.uiGroupBox5.ResumeLayout(false); this.panel1.ResumeLayout(false); this.groupBox2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dgvCenterApplyInfo)).EndInit(); this.groupBox1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dgvHisRegInfo)).EndInit(); this.uiContextMenuStrip1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private Sunny.UI.UIPanel uiPanel5; private Sunny.UI.UIGroupBox uiGroupBox1; private Sunny.UI.UILabel uiLabel2; private Sunny.UI.UILabel uiLabel1; private Sunny.UI.UIButton btnClose; private Sunny.UI.UIButton btnQueryRegInfo; private Sunny.UI.UIGroupBox uiGroupBox5; private Sunny.UI.UIDatetimePicker dpED; private Sunny.UI.UIDatetimePicker dpST; private Sunny.UI.UITextBox tbInsuRegID; private Sunny.UI.UITextBox tbName; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.GroupBox groupBox2; private Sunny.UI.UIDataGridView dgvCenterApplyInfo; private System.Windows.Forms.GroupBox groupBox1; private Sunny.UI.UIDataGridView dgvHisRegInfo; private Sunny.UI.UIContextMenuStrip uiContextMenuStrip1; private System.Windows.Forms.ToolStripMenuItem tsmApply; private System.Windows.Forms.ToolStripMenuItem tsmQueryCenterInfo; private System.Windows.Forms.ToolStripMenuItem tsmCancel; } }