123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391 |
-
- namespace PTMedicalInsurance.Forms.Clearings
- {
- partial class OutOfAreaClearing
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.components = new System.ComponentModel.Container();
- 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.dgvResult = new Sunny.UI.UIDataGridView();
- this.cmsOutOfAreaClearing = new System.Windows.Forms.ContextMenuStrip(this.components);
- this.tsmSingleConfirm = new System.Windows.Forms.ToolStripMenuItem();
- this.tsmRollBack = new System.Windows.Forms.ToolStripMenuItem();
- this.tsmRollBackAll = new System.Windows.Forms.ToolStripMenuItem();
- this.btnQuery = new Sunny.UI.UIButton();
- this.btClose = new Sunny.UI.UIButton();
- this.pnlBottom1 = new Sunny.UI.UIPanel();
- this.uiLabel1 = new Sunny.UI.UILabel();
- this.rbNonConfirm = new System.Windows.Forms.RadioButton();
- this.rbConfirmed = new System.Windows.Forms.RadioButton();
- this.rbAll = new System.Windows.Forms.RadioButton();
- this.btUpload = new Sunny.UI.UIButton();
- this.dpED = new Sunny.UI.UIDatetimePicker();
- this.dpST = new Sunny.UI.UIDatetimePicker();
- this.uiLabel2 = new Sunny.UI.UILabel();
- this.uiLabel3 = new Sunny.UI.UILabel();
- this.dpYearMonth = new Sunny.UI.UIDatetimePicker();
- ((System.ComponentModel.ISupportInitialize)(this.dgvResult)).BeginInit();
- this.cmsOutOfAreaClearing.SuspendLayout();
- this.pnlBottom1.SuspendLayout();
- this.SuspendLayout();
- //
- // dgvResult
- //
- this.dgvResult.AllowUserToAddRows = false;
- this.dgvResult.AllowUserToDeleteRows = false;
- dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
- this.dgvResult.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle6;
- this.dgvResult.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
- this.dgvResult.BorderStyle = System.Windows.Forms.BorderStyle.None;
- this.dgvResult.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.None;
- this.dgvResult.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.dgvResult.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7;
- this.dgvResult.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.dgvResult.ContextMenuStrip = this.cmsOutOfAreaClearing;
- 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.dgvResult.DefaultCellStyle = dataGridViewCellStyle8;
- this.dgvResult.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dgvResult.EnableHeadersVisualStyles = false;
- this.dgvResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgvResult.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(173)))), ((int)(((byte)(255)))));
- this.dgvResult.Location = new System.Drawing.Point(0, 0);
- this.dgvResult.Name = "dgvResult";
- 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.dgvResult.RowHeadersDefaultCellStyle = dataGridViewCellStyle9;
- this.dgvResult.RowHeadersWidth = 51;
- this.dgvResult.RowHeight = 30;
- 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.dgvResult.RowsDefaultCellStyle = dataGridViewCellStyle10;
- this.dgvResult.RowTemplate.Height = 30;
- this.dgvResult.SelectedIndex = -1;
- this.dgvResult.ShowGridLine = false;
- this.dgvResult.ShowRect = false;
- this.dgvResult.Size = new System.Drawing.Size(1590, 311);
- this.dgvResult.TabIndex = 3;
- this.dgvResult.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // cmsOutOfAreaClearing
- //
- this.cmsOutOfAreaClearing.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.tsmSingleConfirm,
- this.tsmRollBack,
- this.tsmRollBackAll});
- this.cmsOutOfAreaClearing.Name = "cmsOutOfAreaClearing";
- this.cmsOutOfAreaClearing.Size = new System.Drawing.Size(197, 70);
- //
- // tsmSingleConfirm
- //
- this.tsmSingleConfirm.Name = "tsmSingleConfirm";
- this.tsmSingleConfirm.Size = new System.Drawing.Size(196, 22);
- this.tsmSingleConfirm.Text = "单条清分确认";
- this.tsmSingleConfirm.Click += new System.EventHandler(this.tsmSingleConfirm_Click);
- //
- // tsmRollBack
- //
- this.tsmRollBack.Name = "tsmRollBack";
- this.tsmRollBack.Size = new System.Drawing.Size(196, 22);
- this.tsmRollBack.Text = "单条清分结果确认回退";
- this.tsmRollBack.Click += new System.EventHandler(this.tsmRollBack_Click);
- //
- // tsmRollBackAll
- //
- this.tsmRollBackAll.Name = "tsmRollBackAll";
- this.tsmRollBackAll.Size = new System.Drawing.Size(196, 22);
- this.tsmRollBackAll.Text = "回退所有当前月份清算";
- this.tsmRollBackAll.Click += new System.EventHandler(this.tsmRollBackAll_Click);
- //
- // btnQuery
- //
- this.btnQuery.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.btnQuery.Cursor = System.Windows.Forms.Cursors.Hand;
- this.btnQuery.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnQuery.Location = new System.Drawing.Point(1171, 20);
- this.btnQuery.Margin = new System.Windows.Forms.Padding(4);
- this.btnQuery.MinimumSize = new System.Drawing.Size(2, 2);
- this.btnQuery.Name = "btnQuery";
- this.btnQuery.Size = new System.Drawing.Size(100, 88);
- this.btnQuery.TabIndex = 15;
- this.btnQuery.Text = "查询";
- this.btnQuery.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnQuery.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- this.btnQuery.Click += new System.EventHandler(this.btnQuery_Click);
- //
- // btClose
- //
- this.btClose.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.btClose.Cursor = System.Windows.Forms.Cursors.Hand;
- this.btClose.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btClose.Location = new System.Drawing.Point(1445, 20);
- this.btClose.Margin = new System.Windows.Forms.Padding(4);
- this.btClose.MinimumSize = new System.Drawing.Size(2, 2);
- this.btClose.Name = "btClose";
- this.btClose.Size = new System.Drawing.Size(100, 88);
- this.btClose.TabIndex = 18;
- this.btClose.Text = "退出";
- this.btClose.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btClose.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- this.btClose.Click += new System.EventHandler(this.btClose_Click);
- //
- // pnlBottom1
- //
- this.pnlBottom1.Controls.Add(this.dpED);
- this.pnlBottom1.Controls.Add(this.dpST);
- this.pnlBottom1.Controls.Add(this.uiLabel3);
- this.pnlBottom1.Controls.Add(this.uiLabel2);
- this.pnlBottom1.Controls.Add(this.dpYearMonth);
- this.pnlBottom1.Controls.Add(this.uiLabel1);
- this.pnlBottom1.Controls.Add(this.rbNonConfirm);
- this.pnlBottom1.Controls.Add(this.rbConfirmed);
- this.pnlBottom1.Controls.Add(this.rbAll);
- this.pnlBottom1.Controls.Add(this.btUpload);
- this.pnlBottom1.Controls.Add(this.btClose);
- this.pnlBottom1.Controls.Add(this.btnQuery);
- this.pnlBottom1.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.pnlBottom1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.pnlBottom1.Location = new System.Drawing.Point(0, 311);
- this.pnlBottom1.Margin = new System.Windows.Forms.Padding(0);
- this.pnlBottom1.MinimumSize = new System.Drawing.Size(1, 1);
- this.pnlBottom1.Name = "pnlBottom1";
- this.pnlBottom1.Radius = 0;
- this.pnlBottom1.Size = new System.Drawing.Size(1590, 126);
- this.pnlBottom1.TabIndex = 2;
- this.pnlBottom1.Text = null;
- this.pnlBottom1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
- this.pnlBottom1.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(25, 80);
- this.uiLabel1.Name = "uiLabel1";
- this.uiLabel1.Size = new System.Drawing.Size(96, 23);
- this.uiLabel1.TabIndex = 2117;
- this.uiLabel1.Text = "清分年月:";
- this.uiLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // rbNonConfirm
- //
- this.rbNonConfirm.AutoSize = true;
- this.rbNonConfirm.Location = new System.Drawing.Point(346, 80);
- this.rbNonConfirm.Name = "rbNonConfirm";
- this.rbNonConfirm.Size = new System.Drawing.Size(76, 25);
- this.rbNonConfirm.TabIndex = 2116;
- this.rbNonConfirm.TabStop = true;
- this.rbNonConfirm.Text = "未确认";
- this.rbNonConfirm.UseVisualStyleBackColor = true;
- //
- // rbConfirmed
- //
- this.rbConfirmed.AutoSize = true;
- this.rbConfirmed.Location = new System.Drawing.Point(346, 49);
- this.rbConfirmed.Name = "rbConfirmed";
- this.rbConfirmed.Size = new System.Drawing.Size(76, 25);
- this.rbConfirmed.TabIndex = 2115;
- this.rbConfirmed.TabStop = true;
- this.rbConfirmed.Text = "已确认";
- this.rbConfirmed.UseVisualStyleBackColor = true;
- //
- // rbAll
- //
- this.rbAll.AutoSize = true;
- this.rbAll.Location = new System.Drawing.Point(346, 18);
- this.rbAll.Name = "rbAll";
- this.rbAll.Size = new System.Drawing.Size(60, 25);
- this.rbAll.TabIndex = 2114;
- this.rbAll.TabStop = true;
- this.rbAll.Text = "全部";
- this.rbAll.UseVisualStyleBackColor = true;
- //
- // btUpload
- //
- this.btUpload.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.btUpload.Cursor = System.Windows.Forms.Cursors.Hand;
- this.btUpload.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btUpload.Location = new System.Drawing.Point(1314, 20);
- this.btUpload.Margin = new System.Windows.Forms.Padding(4);
- this.btUpload.MinimumSize = new System.Drawing.Size(2, 2);
- this.btUpload.Name = "btUpload";
- this.btUpload.Size = new System.Drawing.Size(100, 88);
- this.btUpload.TabIndex = 2112;
- this.btUpload.Text = "上传";
- this.btUpload.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btUpload.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- this.btUpload.Click += new System.EventHandler(this.btUpload_Click);
- //
- // dpED
- //
- this.dpED.DateFormat = "yyyy-MM-dd";
- 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(114, 44);
- this.dpED.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.dpED.MaxLength = 10;
- 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(185, 29);
- this.dpED.SymbolDropDown = 61555;
- this.dpED.SymbolNormal = 61555;
- this.dpED.TabIndex = 2119;
- this.dpED.Text = "2024-10-31";
- this.dpED.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.dpED.Value = new System.DateTime(2024, 10, 31, 0, 0, 0, 0);
- this.dpED.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // dpST
- //
- this.dpST.DateFormat = "yyyy-MM-dd";
- 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(114, 5);
- this.dpST.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.dpST.MaxLength = 10;
- 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(185, 29);
- this.dpST.SymbolDropDown = 61555;
- this.dpST.SymbolNormal = 61555;
- this.dpST.TabIndex = 2118;
- this.dpST.Text = "2024-08-01";
- this.dpST.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.dpST.Value = new System.DateTime(2024, 8, 1, 0, 0, 0, 0);
- this.dpST.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(25, 11);
- this.uiLabel2.Name = "uiLabel2";
- this.uiLabel2.Size = new System.Drawing.Size(96, 23);
- this.uiLabel2.TabIndex = 2120;
- this.uiLabel2.Text = "开始时间:";
- this.uiLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel2.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(25, 48);
- this.uiLabel3.Name = "uiLabel3";
- this.uiLabel3.Size = new System.Drawing.Size(96, 23);
- this.uiLabel3.TabIndex = 2121;
- this.uiLabel3.Text = "截止时间:";
- this.uiLabel3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // dpYearMonth
- //
- this.dpYearMonth.DateFormat = "yyyy-MM";
- this.dpYearMonth.FillColor = System.Drawing.Color.White;
- this.dpYearMonth.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dpYearMonth.Location = new System.Drawing.Point(114, 79);
- this.dpYearMonth.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.dpYearMonth.MaxLength = 7;
- this.dpYearMonth.MinimumSize = new System.Drawing.Size(63, 0);
- this.dpYearMonth.Name = "dpYearMonth";
- this.dpYearMonth.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
- this.dpYearMonth.ShowToday = true;
- this.dpYearMonth.Size = new System.Drawing.Size(185, 29);
- this.dpYearMonth.SymbolDropDown = 61555;
- this.dpYearMonth.SymbolNormal = 61555;
- this.dpYearMonth.TabIndex = 2113;
- this.dpYearMonth.Text = "2024-10";
- this.dpYearMonth.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.dpYearMonth.Value = new System.DateTime(2024, 10, 1, 0, 0, 0, 0);
- this.dpYearMonth.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // OutOfAreaClearing
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1590, 437);
- this.Controls.Add(this.dgvResult);
- this.Controls.Add(this.pnlBottom1);
- this.Name = "OutOfAreaClearing";
- this.Text = "异地清分";
- ((System.ComponentModel.ISupportInitialize)(this.dgvResult)).EndInit();
- this.cmsOutOfAreaClearing.ResumeLayout(false);
- this.pnlBottom1.ResumeLayout(false);
- this.pnlBottom1.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private Sunny.UI.UIDataGridView dgvResult;
- private Sunny.UI.UIButton btnQuery;
- private Sunny.UI.UIButton btClose;
- private Sunny.UI.UIPanel pnlBottom1;
- private System.Windows.Forms.ContextMenuStrip cmsOutOfAreaClearing;
- private System.Windows.Forms.ToolStripMenuItem tsmRollBack;
- private Sunny.UI.UIButton btUpload;
- private Sunny.UI.UILabel uiLabel1;
- private System.Windows.Forms.RadioButton rbNonConfirm;
- private System.Windows.Forms.RadioButton rbConfirmed;
- private System.Windows.Forms.RadioButton rbAll;
- private System.Windows.Forms.ToolStripMenuItem tsmSingleConfirm;
- private System.Windows.Forms.ToolStripMenuItem tsmRollBackAll;
- private Sunny.UI.UILabel uiLabel3;
- private Sunny.UI.UILabel uiLabel2;
- private Sunny.UI.UIDatetimePicker dpED;
- private Sunny.UI.UIDatetimePicker dpST;
- private Sunny.UI.UIDatetimePicker dpYearMonth;
- }
- }
|