123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359 |
- namespace MedicalInsurance.Forms
- {
- partial class MutualAid
- {
- /// <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 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.pnlBottom = new Sunny.UI.UIPanel();
- this.btQuerySettlInfo = new Sunny.UI.UIButton();
- this.tbMainSettlID = new Sunny.UI.UITextBox();
- this.btMutualAid = new Sunny.UI.UIButton();
- this.btCancleMutualAid = new Sunny.UI.UIButton();
- this.btNO = new Sunny.UI.UIButton();
- this.btYes = new Sunny.UI.UIButton();
- this.pnlClient = new Sunny.UI.UIPanel();
- this.uiGroupBox1 = new Sunny.UI.UIGroupBox();
- this.dgvSettlInfo = new Sunny.UI.UIDataGridView();
- this.gbSummatInfo = new Sunny.UI.UIGroupBox();
- this.dgvSumamt = new Sunny.UI.UIDataGridView();
- this.pnlBottom.SuspendLayout();
- this.pnlClient.SuspendLayout();
- this.uiGroupBox1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvSettlInfo)).BeginInit();
- this.gbSummatInfo.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvSumamt)).BeginInit();
- this.SuspendLayout();
- //
- // pnlBottom
- //
- this.pnlBottom.Controls.Add(this.btQuerySettlInfo);
- this.pnlBottom.Controls.Add(this.tbMainSettlID);
- this.pnlBottom.Controls.Add(this.btMutualAid);
- this.pnlBottom.Controls.Add(this.btCancleMutualAid);
- this.pnlBottom.Controls.Add(this.btNO);
- this.pnlBottom.Controls.Add(this.btYes);
- this.pnlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.pnlBottom.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.pnlBottom.Location = new System.Drawing.Point(0, 724);
- this.pnlBottom.Margin = new System.Windows.Forms.Padding(6, 8, 6, 8);
- this.pnlBottom.MinimumSize = new System.Drawing.Size(2, 2);
- this.pnlBottom.Name = "pnlBottom";
- this.pnlBottom.Size = new System.Drawing.Size(2106, 150);
- this.pnlBottom.TabIndex = 0;
- this.pnlBottom.Text = null;
- this.pnlBottom.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
- this.pnlBottom.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // btQuerySettlInfo
- //
- this.btQuerySettlInfo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
- this.btQuerySettlInfo.Cursor = System.Windows.Forms.Cursors.Hand;
- this.btQuerySettlInfo.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btQuerySettlInfo.Location = new System.Drawing.Point(306, 29);
- this.btQuerySettlInfo.MinimumSize = new System.Drawing.Size(1, 1);
- this.btQuerySettlInfo.Name = "btQuerySettlInfo";
- this.btQuerySettlInfo.Size = new System.Drawing.Size(162, 33);
- this.btQuerySettlInfo.TabIndex = 7;
- this.btQuerySettlInfo.Text = "查询结算信息";
- this.btQuerySettlInfo.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btQuerySettlInfo.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- this.btQuerySettlInfo.Click += new System.EventHandler(this.btQuerySettlInfo_Click);
- //
- // tbMainSettlID
- //
- this.tbMainSettlID.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
- this.tbMainSettlID.Cursor = System.Windows.Forms.Cursors.HSplit;
- this.tbMainSettlID.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tbMainSettlID.Location = new System.Drawing.Point(13, 29);
- this.tbMainSettlID.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.tbMainSettlID.MinimumSize = new System.Drawing.Size(1, 16);
- this.tbMainSettlID.Name = "tbMainSettlID";
- this.tbMainSettlID.ShowText = false;
- this.tbMainSettlID.Size = new System.Drawing.Size(286, 29);
- this.tbMainSettlID.TabIndex = 6;
- this.tbMainSettlID.Text = "510100CD000173260263";
- this.tbMainSettlID.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.tbMainSettlID.Watermark = "主结算ID";
- this.tbMainSettlID.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // btMutualAid
- //
- this.btMutualAid.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.btMutualAid.Cursor = System.Windows.Forms.Cursors.Hand;
- this.btMutualAid.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btMutualAid.Location = new System.Drawing.Point(1107, 8);
- this.btMutualAid.MinimumSize = new System.Drawing.Size(1, 1);
- this.btMutualAid.Name = "btMutualAid";
- this.btMutualAid.Size = new System.Drawing.Size(100, 33);
- this.btMutualAid.TabIndex = 5;
- this.btMutualAid.Text = "共济结算";
- this.btMutualAid.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btMutualAid.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- this.btMutualAid.Click += new System.EventHandler(this.btMutualAid_Click);
- //
- // btCancleMutualAid
- //
- this.btCancleMutualAid.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.btCancleMutualAid.Cursor = System.Windows.Forms.Cursors.Hand;
- this.btCancleMutualAid.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btCancleMutualAid.Location = new System.Drawing.Point(1246, 8);
- this.btCancleMutualAid.MinimumSize = new System.Drawing.Size(1, 1);
- this.btCancleMutualAid.Name = "btCancleMutualAid";
- this.btCancleMutualAid.Size = new System.Drawing.Size(100, 33);
- this.btCancleMutualAid.TabIndex = 4;
- this.btCancleMutualAid.Text = "撤销共济";
- this.btCancleMutualAid.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btCancleMutualAid.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- this.btCancleMutualAid.Click += new System.EventHandler(this.btCancleMutualAid_Click);
- //
- // btNO
- //
- this.btNO.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.btNO.Cursor = System.Windows.Forms.Cursors.Hand;
- this.btNO.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btNO.Location = new System.Drawing.Point(1246, 53);
- this.btNO.MinimumSize = new System.Drawing.Size(1, 1);
- this.btNO.Name = "btNO";
- this.btNO.Size = new System.Drawing.Size(100, 35);
- this.btNO.TabIndex = 3;
- this.btNO.Text = "放弃结算";
- this.btNO.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btNO.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- this.btNO.Click += new System.EventHandler(this.btNO_Click);
- //
- // btYes
- //
- this.btYes.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.btYes.Cursor = System.Windows.Forms.Cursors.Hand;
- this.btYes.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btYes.Location = new System.Drawing.Point(1107, 53);
- this.btYes.MinimumSize = new System.Drawing.Size(1, 1);
- this.btYes.Name = "btYes";
- this.btYes.Size = new System.Drawing.Size(100, 33);
- this.btYes.TabIndex = 2;
- this.btYes.Text = "确认完成";
- this.btYes.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btYes.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- this.btYes.Click += new System.EventHandler(this.btYes_Click);
- //
- // pnlClient
- //
- this.pnlClient.Controls.Add(this.uiGroupBox1);
- this.pnlClient.Controls.Add(this.gbSummatInfo);
- this.pnlClient.Dock = System.Windows.Forms.DockStyle.Fill;
- this.pnlClient.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.pnlClient.Location = new System.Drawing.Point(0, 0);
- this.pnlClient.Margin = new System.Windows.Forms.Padding(6, 8, 6, 8);
- this.pnlClient.MinimumSize = new System.Drawing.Size(2, 2);
- this.pnlClient.Name = "pnlClient";
- this.pnlClient.Size = new System.Drawing.Size(2106, 724);
- this.pnlClient.TabIndex = 1;
- this.pnlClient.Text = null;
- this.pnlClient.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
- this.pnlClient.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiGroupBox1
- //
- this.uiGroupBox1.Controls.Add(this.dgvSettlInfo);
- this.uiGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.uiGroupBox1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiGroupBox1.Location = new System.Drawing.Point(0, 223);
- 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(2106, 501);
- this.uiGroupBox1.TabIndex = 1;
- this.uiGroupBox1.Text = "结算详细信息(含本次主结算信息及多次共济结算信息)";
- this.uiGroupBox1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
- this.uiGroupBox1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // dgvSettlInfo
- //
- this.dgvSettlInfo.AllowUserToAddRows = false;
- dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
- this.dgvSettlInfo.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
- this.dgvSettlInfo.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
- this.dgvSettlInfo.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.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgvSettlInfo.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
- this.dgvSettlInfo.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle3.BackColor = System.Drawing.Color.White;
- dataGridViewCellStyle3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dgvSettlInfo.DefaultCellStyle = dataGridViewCellStyle3;
- this.dgvSettlInfo.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dgvSettlInfo.EnableHeadersVisualStyles = false;
- this.dgvSettlInfo.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgvSettlInfo.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(173)))), ((int)(((byte)(255)))));
- this.dgvSettlInfo.Location = new System.Drawing.Point(0, 32);
- this.dgvSettlInfo.Name = "dgvSettlInfo";
- dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((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.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgvSettlInfo.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
- this.dgvSettlInfo.RowHeadersWidth = 62;
- dataGridViewCellStyle5.BackColor = System.Drawing.Color.White;
- dataGridViewCellStyle5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle5.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- this.dgvSettlInfo.RowsDefaultCellStyle = dataGridViewCellStyle5;
- this.dgvSettlInfo.RowTemplate.Height = 23;
- this.dgvSettlInfo.SelectedIndex = -1;
- this.dgvSettlInfo.Size = new System.Drawing.Size(2106, 469);
- this.dgvSettlInfo.TabIndex = 1;
- this.dgvSettlInfo.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // gbSummatInfo
- //
- this.gbSummatInfo.Controls.Add(this.dgvSumamt);
- this.gbSummatInfo.Dock = System.Windows.Forms.DockStyle.Top;
- this.gbSummatInfo.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.gbSummatInfo.Location = new System.Drawing.Point(0, 0);
- this.gbSummatInfo.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.gbSummatInfo.MinimumSize = new System.Drawing.Size(1, 1);
- this.gbSummatInfo.Name = "gbSummatInfo";
- this.gbSummatInfo.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
- this.gbSummatInfo.Size = new System.Drawing.Size(2106, 223);
- this.gbSummatInfo.TabIndex = 0;
- this.gbSummatInfo.Text = "结算汇总信息";
- this.gbSummatInfo.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
- this.gbSummatInfo.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // dgvSumamt
- //
- this.dgvSumamt.AllowUserToAddRows = false;
- dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
- this.dgvSumamt.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle6;
- this.dgvSumamt.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
- this.dgvSumamt.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.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgvSumamt.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7;
- this.dgvSumamt.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle8.BackColor = System.Drawing.Color.White;
- dataGridViewCellStyle8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle8.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle8.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dgvSumamt.DefaultCellStyle = dataGridViewCellStyle8;
- this.dgvSumamt.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dgvSumamt.EnableHeadersVisualStyles = false;
- this.dgvSumamt.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgvSumamt.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(173)))), ((int)(((byte)(255)))));
- this.dgvSumamt.Location = new System.Drawing.Point(0, 32);
- this.dgvSumamt.Name = "dgvSumamt";
- dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((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.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgvSumamt.RowHeadersDefaultCellStyle = dataGridViewCellStyle9;
- this.dgvSumamt.RowHeadersWidth = 62;
- dataGridViewCellStyle10.BackColor = System.Drawing.Color.White;
- dataGridViewCellStyle10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle10.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle10.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- this.dgvSumamt.RowsDefaultCellStyle = dataGridViewCellStyle10;
- this.dgvSumamt.RowTemplate.Height = 23;
- this.dgvSumamt.SelectedIndex = -1;
- this.dgvSumamt.Size = new System.Drawing.Size(2106, 191);
- this.dgvSumamt.TabIndex = 0;
- this.dgvSumamt.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // MutualAid
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(2106, 874);
- this.Controls.Add(this.pnlClient);
- this.Controls.Add(this.pnlBottom);
- this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.Name = "MutualAid";
- this.Text = "共济结算";
- this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MutualAid_FormClosing);
- this.pnlBottom.ResumeLayout(false);
- this.pnlClient.ResumeLayout(false);
- this.uiGroupBox1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dgvSettlInfo)).EndInit();
- this.gbSummatInfo.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dgvSumamt)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private Sunny.UI.UIPanel pnlBottom;
- private Sunny.UI.UIPanel pnlClient;
- private Sunny.UI.UIGroupBox uiGroupBox1;
- private Sunny.UI.UIGroupBox gbSummatInfo;
- private Sunny.UI.UIDataGridView dgvSettlInfo;
- private Sunny.UI.UIDataGridView dgvSumamt;
- private Sunny.UI.UIButton btMutualAid;
- private Sunny.UI.UIButton btCancleMutualAid;
- private Sunny.UI.UIButton btNO;
- private Sunny.UI.UIButton btYes;
- private Sunny.UI.UIButton btQuerySettlInfo;
- private Sunny.UI.UITextBox tbMainSettlID;
- }
- }
|