FrmImportCandidate.Designer.cs 9.37 KB
namespace SunVoteARSPPT
{
    partial class FrmImportCandidate
    {
        /// <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.openFileDialog = new System.Windows.Forms.OpenFileDialog();
            this.btnFile = new System.Windows.Forms.Button();
            this.txtFileName = new System.Windows.Forms.TextBox();
            this.lblFile = new System.Windows.Forms.Label();
            this.cobSheet = new System.Windows.Forms.ComboBox();
            this.grp = new System.Windows.Forms.GroupBox();
            this.cobCandidateName = new System.Windows.Forms.ComboBox();
            this.cobCandidateID = new System.Windows.Forms.ComboBox();
            this.lblCandidateName = new System.Windows.Forms.Label();
            this.lblCandidateID = new System.Windows.Forms.Label();
            this.btnOK = new System.Windows.Forms.Button();
            this.btnCancel = new System.Windows.Forms.Button();
            this.lblSheet = new System.Windows.Forms.Label();
            this.grp.SuspendLayout();
            this.SuspendLayout();
            // 
            // btnFile
            // 
            this.btnFile.AutoSize = true;
            this.btnFile.Location = new System.Drawing.Point(363, 14);
            this.btnFile.Name = "btnFile";
            this.btnFile.Size = new System.Drawing.Size(61, 23);
            this.btnFile.TabIndex = 0;
            this.btnFile.Text = "浏览";
            this.btnFile.UseVisualStyleBackColor = true;
            this.btnFile.Click += new System.EventHandler(this.btnFile_Click);
            // 
            // txtFileName
            // 
            this.txtFileName.BackColor = System.Drawing.Color.White;
            this.txtFileName.Location = new System.Drawing.Point(73, 14);
            this.txtFileName.Name = "txtFileName";
            this.txtFileName.ReadOnly = true;
            this.txtFileName.Size = new System.Drawing.Size(284, 21);
            this.txtFileName.TabIndex = 1;
            // 
            // lblFile
            // 
            this.lblFile.AutoSize = true;
            this.lblFile.Location = new System.Drawing.Point(11, 19);
            this.lblFile.Name = "lblFile";
            this.lblFile.Size = new System.Drawing.Size(65, 12);
            this.lblFile.TabIndex = 2;
            this.lblFile.Text = "选择文件:";
            // 
            // cobSheet
            // 
            this.cobSheet.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cobSheet.FormattingEnabled = true;
            this.cobSheet.Location = new System.Drawing.Point(73, 41);
            this.cobSheet.Name = "cobSheet";
            this.cobSheet.Size = new System.Drawing.Size(284, 20);
            this.cobSheet.TabIndex = 3;
            this.cobSheet.SelectedIndexChanged += new System.EventHandler(this.cobSheet_SelectedIndexChanged);
            // 
            // grp
            // 
            this.grp.Controls.Add(this.cobCandidateName);
            this.grp.Controls.Add(this.cobCandidateID);
            this.grp.Controls.Add(this.lblCandidateName);
            this.grp.Controls.Add(this.lblCandidateID);
            this.grp.Location = new System.Drawing.Point(7, 76);
            this.grp.Name = "grp";
            this.grp.Size = new System.Drawing.Size(411, 70);
            this.grp.TabIndex = 4;
            this.grp.TabStop = false;
            this.grp.Text = "设置对应列";
            // 
            // cobCandidateName
            // 
            this.cobCandidateName.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cobCandidateName.FormattingEnabled = true;
            this.cobCandidateName.Location = new System.Drawing.Point(287, 30);
            this.cobCandidateName.Name = "cobCandidateName";
            this.cobCandidateName.Size = new System.Drawing.Size(108, 20);
            this.cobCandidateName.TabIndex = 3;
            this.cobCandidateName.SelectedIndexChanged += new System.EventHandler(this.cobCandidateName_SelectedIndexChanged);
            // 
            // cobCandidateID
            // 
            this.cobCandidateID.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cobCandidateID.FormattingEnabled = true;
            this.cobCandidateID.Location = new System.Drawing.Point(89, 30);
            this.cobCandidateID.Name = "cobCandidateID";
            this.cobCandidateID.Size = new System.Drawing.Size(108, 20);
            this.cobCandidateID.TabIndex = 2;
            this.cobCandidateID.SelectedIndexChanged += new System.EventHandler(this.cobCandidateID_SelectedIndexChanged);
            // 
            // lblCandidateName
            // 
            this.lblCandidateName.AutoSize = true;
            this.lblCandidateName.Location = new System.Drawing.Point(216, 33);
            this.lblCandidateName.Name = "lblCandidateName";
            this.lblCandidateName.Size = new System.Drawing.Size(77, 12);
            this.lblCandidateName.TabIndex = 1;
            this.lblCandidateName.Text = "候选人名称:";
            this.lblCandidateName.Click += new System.EventHandler(this.lblCandidateName_Click);
            // 
            // lblCandidateID
            // 
            this.lblCandidateID.AutoSize = true;
            this.lblCandidateID.Location = new System.Drawing.Point(18, 33);
            this.lblCandidateID.Name = "lblCandidateID";
            this.lblCandidateID.Size = new System.Drawing.Size(77, 12);
            this.lblCandidateID.TabIndex = 0;
            this.lblCandidateID.Text = "候选人编号:";
            // 
            // btnOK
            // 
            this.btnOK.AutoSize = true;
            this.btnOK.Location = new System.Drawing.Point(252, 165);
            this.btnOK.Name = "btnOK";
            this.btnOK.Size = new System.Drawing.Size(75, 23);
            this.btnOK.TabIndex = 5;
            this.btnOK.Text = "确定";
            this.btnOK.UseVisualStyleBackColor = true;
            this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
            // 
            // btnCancel
            // 
            this.btnCancel.AutoSize = true;
            this.btnCancel.Location = new System.Drawing.Point(343, 165);
            this.btnCancel.Name = "btnCancel";
            this.btnCancel.Size = new System.Drawing.Size(75, 23);
            this.btnCancel.TabIndex = 6;
            this.btnCancel.Text = "取消";
            this.btnCancel.UseVisualStyleBackColor = true;
            this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
            // 
            // lblSheet
            // 
            this.lblSheet.AutoSize = true;
            this.lblSheet.Location = new System.Drawing.Point(13, 48);
            this.lblSheet.Name = "lblSheet";
            this.lblSheet.Size = new System.Drawing.Size(65, 12);
            this.lblSheet.TabIndex = 7;
            this.lblSheet.Text = "工作区间:";
            // 
            // FrmImportCandidate
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
            this.ClientSize = new System.Drawing.Size(430, 214);
            this.Controls.Add(this.btnCancel);
            this.Controls.Add(this.btnOK);
            this.Controls.Add(this.grp);
            this.Controls.Add(this.cobSheet);
            this.Controls.Add(this.txtFileName);
            this.Controls.Add(this.btnFile);
            this.Controls.Add(this.lblFile);
            this.Controls.Add(this.lblSheet);
            this.Name = "FrmImportCandidate";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "FrmImportCandidate";
            this.Load += new System.EventHandler(this.FrmImportCandidate_Load);
            this.grp.ResumeLayout(false);
            this.grp.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.OpenFileDialog openFileDialog;
        private System.Windows.Forms.Button btnFile;
        private System.Windows.Forms.TextBox txtFileName;
        private System.Windows.Forms.Label lblFile;
        private System.Windows.Forms.ComboBox cobSheet;
        private System.Windows.Forms.GroupBox grp;
        private System.Windows.Forms.Button btnOK;
        private System.Windows.Forms.Button btnCancel;
        private System.Windows.Forms.Label lblCandidateName;
        private System.Windows.Forms.Label lblCandidateID;
        private System.Windows.Forms.ComboBox cobCandidateID;
        private System.Windows.Forms.ComboBox cobCandidateName;
        private System.Windows.Forms.Label lblSheet;
    }
}