namespace PTMedicalInsurance.Forms.ElectronicSettlementCertificates
{
partial class EcSettlCertUpload
{
///
/// 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()
{
this.components = new System.ComponentModel.Container();
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.uiPanel5 = new Sunny.UI.UIPanel();
this.btnBatchUpload = new Sunny.UI.UIButton();
this.uiGroupBox6 = new Sunny.UI.UIGroupBox();
this.tbInvNO = new Sunny.UI.UITextBox();
this.tbName = new Sunny.UI.UITextBox();
this.uiLabel13 = new Sunny.UI.UILabel();
this.uiLabel17 = new Sunny.UI.UILabel();
this.btnClose_3 = new Sunny.UI.UIButton();
this.btnQuery = new Sunny.UI.UIButton();
this.uiGroupBox5 = new Sunny.UI.UIGroupBox();
this.dpED = new Sunny.UI.UIDatetimePicker();
this.dpST = new Sunny.UI.UIDatetimePicker();
this.dgvEcSettlCertList = new Sunny.UI.UIDataGridView();
this.cmsUpload = new System.Windows.Forms.ContextMenuStrip(this.components);
this.tsmUploadSingle = new System.Windows.Forms.ToolStripMenuItem();
this.tsmQueryStatus = new System.Windows.Forms.ToolStripMenuItem();
this.tsReUpload = new System.Windows.Forms.ToolStripMenuItem();
this.tsmQueryUploadResult = new System.Windows.Forms.ToolStripMenuItem();
this.uiPanel5.SuspendLayout();
this.uiGroupBox6.SuspendLayout();
this.uiGroupBox5.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvEcSettlCertList)).BeginInit();
this.cmsUpload.SuspendLayout();
this.SuspendLayout();
//
// uiPanel5
//
this.uiPanel5.Controls.Add(this.btnBatchUpload);
this.uiPanel5.Controls.Add(this.uiGroupBox6);
this.uiPanel5.Controls.Add(this.btnClose_3);
this.uiPanel5.Controls.Add(this.btnQuery);
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, 392);
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(1357, 107);
this.uiPanel5.TabIndex = 1;
this.uiPanel5.Text = null;
this.uiPanel5.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
this.uiPanel5.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
//
// btnBatchUpload
//
this.btnBatchUpload.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnBatchUpload.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnBatchUpload.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnBatchUpload.Location = new System.Drawing.Point(1109, 24);
this.btnBatchUpload.MinimumSize = new System.Drawing.Size(1, 1);
this.btnBatchUpload.Name = "btnBatchUpload";
this.btnBatchUpload.Size = new System.Drawing.Size(116, 61);
this.btnBatchUpload.TabIndex = 27;
this.btnBatchUpload.Text = "批量上传";
this.btnBatchUpload.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnBatchUpload.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
this.btnBatchUpload.Click += new System.EventHandler(this.btnBatchUpload_Click);
//
// uiGroupBox6
//
this.uiGroupBox6.Controls.Add(this.tbInvNO);
this.uiGroupBox6.Controls.Add(this.tbName);
this.uiGroupBox6.Controls.Add(this.uiLabel13);
this.uiGroupBox6.Controls.Add(this.uiLabel17);
this.uiGroupBox6.Dock = System.Windows.Forms.DockStyle.Left;
this.uiGroupBox6.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiGroupBox6.Location = new System.Drawing.Point(178, 0);
this.uiGroupBox6.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.uiGroupBox6.MinimumSize = new System.Drawing.Size(1, 1);
this.uiGroupBox6.Name = "uiGroupBox6";
this.uiGroupBox6.Padding = new System.Windows.Forms.Padding(0, 26, 0, 0);
this.uiGroupBox6.Size = new System.Drawing.Size(346, 107);
this.uiGroupBox6.TabIndex = 26;
this.uiGroupBox6.TabStop = false;
this.uiGroupBox6.Text = null;
this.uiGroupBox6.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
this.uiGroupBox6.TitleTop = 10;
this.uiGroupBox6.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
//
// tbInvNO
//
this.tbInvNO.Cursor = System.Windows.Forms.Cursors.IBeam;
this.tbInvNO.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tbInvNO.Location = new System.Drawing.Point(100, 68);
this.tbInvNO.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.tbInvNO.MinimumSize = new System.Drawing.Size(1, 16);
this.tbInvNO.Name = "tbInvNO";
this.tbInvNO.ShowText = false;
this.tbInvNO.Size = new System.Drawing.Size(213, 29);
this.tbInvNO.TabIndex = 10;
this.tbInvNO.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
this.tbInvNO.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(100, 30);
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(213, 29);
this.tbName.TabIndex = 9;
this.tbName.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
this.tbName.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
//
// uiLabel13
//
this.uiLabel13.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiLabel13.Location = new System.Drawing.Point(12, 66);
this.uiLabel13.Name = "uiLabel13";
this.uiLabel13.Size = new System.Drawing.Size(63, 23);
this.uiLabel13.TabIndex = 8;
this.uiLabel13.Text = "数电号码";
this.uiLabel13.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.uiLabel13.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
//
// uiLabel17
//
this.uiLabel17.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiLabel17.Location = new System.Drawing.Point(14, 33);
this.uiLabel17.Name = "uiLabel17";
this.uiLabel17.Size = new System.Drawing.Size(63, 23);
this.uiLabel17.TabIndex = 0;
this.uiLabel17.Text = "姓名";
this.uiLabel17.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.uiLabel17.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
//
// btnClose_3
//
this.btnClose_3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnClose_3.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnClose_3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnClose_3.Location = new System.Drawing.Point(1229, 24);
this.btnClose_3.MinimumSize = new System.Drawing.Size(1, 1);
this.btnClose_3.Name = "btnClose_3";
this.btnClose_3.Size = new System.Drawing.Size(100, 61);
this.btnClose_3.TabIndex = 24;
this.btnClose_3.Text = "退 出";
this.btnClose_3.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnClose_3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
this.btnClose_3.Click += new System.EventHandler(this.btnClose_3_Click);
//
// btnQuery
//
this.btnQuery.Anchor = ((System.Windows.Forms.AnchorStyles)((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(957, 24);
this.btnQuery.MinimumSize = new System.Drawing.Size(1, 1);
this.btnQuery.Name = "btnQuery";
this.btnQuery.Size = new System.Drawing.Size(148, 61);
this.btnQuery.TabIndex = 23;
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);
//
// 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, 107);
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.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(13, 68);
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(150, 29);
this.dpED.SymbolDropDown = 61555;
this.dpED.SymbolNormal = 61555;
this.dpED.TabIndex = 1;
this.dpED.Text = "2024-10-05";
this.dpED.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
this.dpED.Value = new System.DateTime(2024, 10, 5, 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(13, 29);
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(150, 29);
this.dpST.SymbolDropDown = 61555;
this.dpST.SymbolNormal = 61555;
this.dpST.TabIndex = 0;
this.dpST.Text = "2024-10-01";
this.dpST.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
this.dpST.Value = new System.DateTime(2024, 10, 1, 0, 0, 0, 0);
this.dpST.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
//
// dgvEcSettlCertList
//
this.dgvEcSettlCertList.AllowUserToAddRows = false;
dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
this.dgvEcSettlCertList.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
this.dgvEcSettlCertList.BackgroundColor = System.Drawing.Color.White;
this.dgvEcSettlCertList.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.dgvEcSettlCertList.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
this.dgvEcSettlCertList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvEcSettlCertList.ContextMenuStrip = this.cmsUpload;
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.dgvEcSettlCertList.DefaultCellStyle = dataGridViewCellStyle3;
this.dgvEcSettlCertList.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgvEcSettlCertList.EnableHeadersVisualStyles = false;
this.dgvEcSettlCertList.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dgvEcSettlCertList.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
this.dgvEcSettlCertList.Location = new System.Drawing.Point(0, 0);
this.dgvEcSettlCertList.Name = "dgvEcSettlCertList";
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.dgvEcSettlCertList.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
this.dgvEcSettlCertList.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.dgvEcSettlCertList.RowsDefaultCellStyle = dataGridViewCellStyle5;
this.dgvEcSettlCertList.RowTemplate.Height = 23;
this.dgvEcSettlCertList.SelectedIndex = -1;
this.dgvEcSettlCertList.Size = new System.Drawing.Size(1357, 392);
this.dgvEcSettlCertList.StripeOddColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
this.dgvEcSettlCertList.TabIndex = 2;
this.dgvEcSettlCertList.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
//
// cmsUpload
//
this.cmsUpload.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsmUploadSingle,
this.tsmQueryStatus,
this.tsReUpload,
this.tsmQueryUploadResult});
this.cmsUpload.Name = "cmsUpload";
this.cmsUpload.Size = new System.Drawing.Size(149, 92);
//
// tsmUploadSingle
//
this.tsmUploadSingle.Name = "tsmUploadSingle";
this.tsmUploadSingle.Size = new System.Drawing.Size(148, 22);
this.tsmUploadSingle.Text = "单条上传";
this.tsmUploadSingle.Click += new System.EventHandler(this.tsmUploadSingle_Click);
//
// tsmQueryStatus
//
this.tsmQueryStatus.Name = "tsmQueryStatus";
this.tsmQueryStatus.Size = new System.Drawing.Size(148, 22);
this.tsmQueryStatus.Text = "上传状态查询";
this.tsmQueryStatus.Click += new System.EventHandler(this.tsmQueryStatus_Click);
//
// tsReUpload
//
this.tsReUpload.Name = "tsReUpload";
this.tsReUpload.Size = new System.Drawing.Size(148, 22);
this.tsReUpload.Text = "重传";
this.tsReUpload.Click += new System.EventHandler(this.tsReUpload_Click);
//
// tsmQueryUploadResult
//
this.tsmQueryUploadResult.Name = "tsmQueryUploadResult";
this.tsmQueryUploadResult.Size = new System.Drawing.Size(148, 22);
this.tsmQueryUploadResult.Text = "上传结果查询";
this.tsmQueryUploadResult.Click += new System.EventHandler(this.tsmQueryUploadResult_Click);
//
// EcSettlCertUpload
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1357, 499);
this.Controls.Add(this.dgvEcSettlCertList);
this.Controls.Add(this.uiPanel5);
this.Name = "EcSettlCertUpload";
this.Text = "电子结算凭证上传";
this.uiPanel5.ResumeLayout(false);
this.uiGroupBox6.ResumeLayout(false);
this.uiGroupBox5.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgvEcSettlCertList)).EndInit();
this.cmsUpload.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private Sunny.UI.UIPanel uiPanel5;
private Sunny.UI.UIButton btnBatchUpload;
private Sunny.UI.UIGroupBox uiGroupBox6;
private Sunny.UI.UITextBox tbInvNO;
private Sunny.UI.UITextBox tbName;
private Sunny.UI.UILabel uiLabel13;
private Sunny.UI.UILabel uiLabel17;
private Sunny.UI.UIButton btnClose_3;
private Sunny.UI.UIButton btnQuery;
private Sunny.UI.UIGroupBox uiGroupBox5;
private Sunny.UI.UIDatetimePicker dpED;
private Sunny.UI.UIDatetimePicker dpST;
private Sunny.UI.UIDataGridView dgvEcSettlCertList;
private System.Windows.Forms.ContextMenuStrip cmsUpload;
private System.Windows.Forms.ToolStripMenuItem tsmUploadSingle;
private System.Windows.Forms.ToolStripMenuItem tsmQueryStatus;
private System.Windows.Forms.ToolStripMenuItem tsReUpload;
private System.Windows.Forms.ToolStripMenuItem tsmQueryUploadResult;
}
}