namespace SunVoteARSPPT { partial class FrmPollList { /// /// 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.panel1 = new System.Windows.Forms.Panel(); this.btnInsert = new System.Windows.Forms.Button(); this.btnDelete = new System.Windows.Forms.Button(); this.btnSave = new System.Windows.Forms.Button(); this.lblExcel = new System.Windows.Forms.Label(); this.lblExportSuccess = new System.Windows.Forms.Label(); this.btnExport = new System.Windows.Forms.Button(); this.dgvVoterList = new System.Windows.Forms.DataGridView(); this.colPollID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.colPollName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.btnClose = new System.Windows.Forms.Button(); this.btnImport = new System.Windows.Forms.Button(); this.openFileDialog = new System.Windows.Forms.OpenFileDialog(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvVoterList)).BeginInit(); this.SuspendLayout(); // // panel1 // this.panel1.Controls.Add(this.btnInsert); this.panel1.Controls.Add(this.btnDelete); this.panel1.Controls.Add(this.btnSave); this.panel1.Controls.Add(this.lblExcel); this.panel1.Controls.Add(this.lblExportSuccess); this.panel1.Controls.Add(this.btnExport); this.panel1.Controls.Add(this.dgvVoterList); this.panel1.Controls.Add(this.btnClose); this.panel1.Controls.Add(this.btnImport); this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(792, 573); this.panel1.TabIndex = 28; // // btnInsert // this.btnInsert.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnInsert.AutoSize = true; this.btnInsert.Location = new System.Drawing.Point(276, 534); this.btnInsert.Name = "btnInsert"; this.btnInsert.Size = new System.Drawing.Size(80, 23); this.btnInsert.TabIndex = 32; this.btnInsert.Text = "插入"; this.btnInsert.UseVisualStyleBackColor = true; this.btnInsert.Visible = false; this.btnInsert.Click += new System.EventHandler(this.btnInsert_Click); // // btnDelete // this.btnDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnDelete.AutoSize = true; this.btnDelete.Location = new System.Drawing.Point(362, 534); this.btnDelete.Name = "btnDelete"; this.btnDelete.Size = new System.Drawing.Size(80, 23); this.btnDelete.TabIndex = 33; this.btnDelete.Text = "删除"; this.btnDelete.UseVisualStyleBackColor = true; this.btnDelete.Visible = false; this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click); // // btnSave // this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnSave.AutoSize = true; this.btnSave.Location = new System.Drawing.Point(448, 534); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(80, 23); this.btnSave.TabIndex = 34; this.btnSave.Text = "保存"; this.btnSave.UseVisualStyleBackColor = true; this.btnSave.Visible = false; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // lblExcel // this.lblExcel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.lblExcel.AutoSize = true; this.lblExcel.Location = new System.Drawing.Point(6, 558); this.lblExcel.Name = "lblExcel"; this.lblExcel.Size = new System.Drawing.Size(311, 12); this.lblExcel.TabIndex = 35; this.lblExcel.Text = "注:您确保您的Excel表格第一行为表头,且第一列为数字"; // // lblExportSuccess // this.lblExportSuccess.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.lblExportSuccess.AutoSize = true; this.lblExportSuccess.Location = new System.Drawing.Point(7, 521); this.lblExportSuccess.Name = "lblExportSuccess"; this.lblExportSuccess.Size = new System.Drawing.Size(95, 12); this.lblExportSuccess.TabIndex = 36; this.lblExportSuccess.Text = "正在加载数据..."; // // btnExport // this.btnExport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnExport.AutoSize = true; this.btnExport.Location = new System.Drawing.Point(620, 534); this.btnExport.Name = "btnExport"; this.btnExport.Size = new System.Drawing.Size(80, 23); this.btnExport.TabIndex = 30; this.btnExport.Text = "导出"; this.btnExport.UseVisualStyleBackColor = true; this.btnExport.Click += new System.EventHandler(this.btnExport_Click); // // dgvVoterList // this.dgvVoterList.AllowUserToAddRows = false; this.dgvVoterList.AllowUserToDeleteRows = false; this.dgvVoterList.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.dgvVoterList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgvVoterList.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.colPollID, this.colPollName}); this.dgvVoterList.Location = new System.Drawing.Point(9, 7); this.dgvVoterList.Name = "dgvVoterList"; this.dgvVoterList.ReadOnly = true; this.dgvVoterList.RowTemplate.Height = 23; this.dgvVoterList.Size = new System.Drawing.Size(773, 511); this.dgvVoterList.TabIndex = 28; this.dgvVoterList.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvVoterList_CellEndEdit); // // colPollID // this.colPollID.HeaderText = "编号"; this.colPollID.Name = "colPollID"; this.colPollID.ReadOnly = true; // // colPollName // this.colPollName.HeaderText = "候选对象"; this.colPollName.Name = "colPollName"; this.colPollName.ReadOnly = true; // // btnClose // this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnClose.AutoSize = true; this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnClose.Location = new System.Drawing.Point(706, 534); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(80, 23); this.btnClose.TabIndex = 31; this.btnClose.Text = "退出"; this.btnClose.UseVisualStyleBackColor = true; this.btnClose.Click += new System.EventHandler(this.btnExit_Click); // // btnImport // this.btnImport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnImport.AutoSize = true; this.btnImport.Location = new System.Drawing.Point(534, 534); this.btnImport.Name = "btnImport"; this.btnImport.Size = new System.Drawing.Size(80, 23); this.btnImport.TabIndex = 29; this.btnImport.Text = "导入"; this.btnImport.UseVisualStyleBackColor = true; this.btnImport.Click += new System.EventHandler(this.btnImport_Click); // // FrmPollList // this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.ClientSize = new System.Drawing.Size(792, 573); this.Controls.Add(this.panel1); this.Name = "FrmPollList"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "候选对象名单"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmPollList_FormClosing); this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FrmPollList_FormClosed); this.Load += new System.EventHandler(this.FrmPollList_Load); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvVoterList)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Button btnInsert; private System.Windows.Forms.Button btnDelete; private System.Windows.Forms.Button btnSave; private System.Windows.Forms.Label lblExcel; private System.Windows.Forms.Label lblExportSuccess; private System.Windows.Forms.Button btnExport; private System.Windows.Forms.DataGridView dgvVoterList; private System.Windows.Forms.DataGridViewTextBoxColumn colPollID; private System.Windows.Forms.DataGridViewTextBoxColumn colPollName; private System.Windows.Forms.Button btnClose; private System.Windows.Forms.Button btnImport; private System.Windows.Forms.OpenFileDialog openFileDialog; } }