| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788 | namespace PTMedicalInsurance.Forms.ElectronicSettlementCertificates{    partial class EcSettlCertMainForm    {        /// <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.tabControl1 = new System.Windows.Forms.TabControl();            this.tpUpload = new System.Windows.Forms.TabPage();            this.tpQueryUploadResult = new System.Windows.Forms.TabPage();            this.tabControl1.SuspendLayout();            this.SuspendLayout();            //             // tabControl1            //             this.tabControl1.Controls.Add(this.tpUpload);            this.tabControl1.Controls.Add(this.tpQueryUploadResult);            this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;            this.tabControl1.Location = new System.Drawing.Point(0, 0);            this.tabControl1.Name = "tabControl1";            this.tabControl1.SelectedIndex = 0;            this.tabControl1.Size = new System.Drawing.Size(1433, 542);            this.tabControl1.TabIndex = 0;            //             // tpUpload            //             this.tpUpload.Location = new System.Drawing.Point(4, 22);            this.tpUpload.Name = "tpUpload";            this.tpUpload.Padding = new System.Windows.Forms.Padding(3);            this.tpUpload.Size = new System.Drawing.Size(1425, 516);            this.tpUpload.TabIndex = 0;            this.tpUpload.Text = "上传";            this.tpUpload.UseVisualStyleBackColor = true;            //             // tpQueryUploadResult            //             this.tpQueryUploadResult.Location = new System.Drawing.Point(4, 22);            this.tpQueryUploadResult.Name = "tpQueryUploadResult";            this.tpQueryUploadResult.Padding = new System.Windows.Forms.Padding(3);            this.tpQueryUploadResult.Size = new System.Drawing.Size(1425, 516);            this.tpQueryUploadResult.TabIndex = 1;            this.tpQueryUploadResult.Text = "查询";            this.tpQueryUploadResult.UseVisualStyleBackColor = true;            //             // EcSettlCertMainForm            //             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;            this.ClientSize = new System.Drawing.Size(1433, 542);            this.Controls.Add(this.tabControl1);            this.Name = "EcSettlCertMainForm";            this.Text = "EcSettlCertMainForm";            this.tabControl1.ResumeLayout(false);            this.ResumeLayout(false);        }        #endregion        private System.Windows.Forms.TabControl tabControl1;        private System.Windows.Forms.TabPage tpQueryUploadResult;        private System.Windows.Forms.TabPage tpUpload;    }}
 |