namespace SunVoteARSPPT { partial class FrmFTPServer { /// /// 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() { System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.panel1 = new System.Windows.Forms.Panel(); this.btnRefresh = new System.Windows.Forms.Button(); this.txtSearch = new System.Windows.Forms.TextBox(); this.lstExamList = new System.Windows.Forms.ListBox(); this.lblExamList = new System.Windows.Forms.Label(); this.lblSearch = new System.Windows.Forms.Label(); this.panel2 = new System.Windows.Forms.Panel(); this.grpDownFilePPT = new System.Windows.Forms.GroupBox(); this.btnDownloadPPT = new System.Windows.Forms.Button(); this.txtFilePPT = new System.Windows.Forms.TextBox(); this.grpDownFileRoster = new System.Windows.Forms.GroupBox(); this.btnDownloadRoster = new System.Windows.Forms.Button(); this.txtFileRoster = new System.Windows.Forms.TextBox(); this.grpExamInfo = new System.Windows.Forms.GroupBox(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.dgvExamSelect = new System.Windows.Forms.DataGridView(); this.colKey = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.colValue = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.lblSaveExam = new System.Windows.Forms.Label(); this.dgvExamSave = new System.Windows.Forms.DataGridView(); this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.lblExamSelect = new System.Windows.Forms.Label(); this.btnSaveExamInfo = new System.Windows.Forms.Button(); this.tabFTP = new System.Windows.Forms.TabControl(); this.tabFtpServerDown = new System.Windows.Forms.TabPage(); this.btnDownSet = new System.Windows.Forms.Button(); this.lblFtpDownServerFail = new System.Windows.Forms.Label(); this.txtFTPServerDown = new System.Windows.Forms.TextBox(); this.lblFtpDownServer = new System.Windows.Forms.Label(); this.tabFtpServerUp = new System.Windows.Forms.TabPage(); this.btnUpSet = new System.Windows.Forms.Button(); this.grpUpFiles = new System.Windows.Forms.GroupBox(); this.txtUpReportPart = new System.Windows.Forms.TextBox(); this.txtUpReportDetail = new System.Windows.Forms.TextBox(); this.txtUpReportQues = new System.Windows.Forms.TextBox(); this.txtUpReportResult = new System.Windows.Forms.TextBox(); this.lblUpResult = new System.Windows.Forms.Label(); this.button3 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); this.button1 = new System.Windows.Forms.Button(); this.button5 = new System.Windows.Forms.Button(); this.chkUpReportDetail = new System.Windows.Forms.CheckBox(); this.progressBar = new System.Windows.Forms.ProgressBar(); this.chkUpReportQues = new System.Windows.Forms.CheckBox(); this.chkAutoUpload = new System.Windows.Forms.CheckBox(); this.btnUpload = new System.Windows.Forms.Button(); this.chkUpReportPart = new System.Windows.Forms.CheckBox(); this.lblFtpUpServerFail = new System.Windows.Forms.Label(); this.txtFtpServerUp = new System.Windows.Forms.TextBox(); this.lblFtpUpServer = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); this.panel1.SuspendLayout(); this.panel2.SuspendLayout(); this.grpDownFilePPT.SuspendLayout(); this.grpDownFileRoster.SuspendLayout(); this.grpExamInfo.SuspendLayout(); this.tableLayoutPanel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvExamSelect)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dgvExamSave)).BeginInit(); this.tabFTP.SuspendLayout(); this.tabFtpServerDown.SuspendLayout(); this.tabFtpServerUp.SuspendLayout(); this.grpUpFiles.SuspendLayout(); this.SuspendLayout(); // // splitContainer1 // this.splitContainer1.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.splitContainer1.Location = new System.Drawing.Point(10, 55); this.splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.panel1); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.panel2); this.splitContainer1.Size = new System.Drawing.Size(915, 590); this.splitContainer1.SplitterDistance = 277; this.splitContainer1.SplitterWidth = 8; this.splitContainer1.TabIndex = 0; // // panel1 // this.panel1.Controls.Add(this.btnRefresh); this.panel1.Controls.Add(this.txtSearch); this.panel1.Controls.Add(this.lstExamList); this.panel1.Controls.Add(this.lblExamList); this.panel1.Controls.Add(this.lblSearch); 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(277, 590); this.panel1.TabIndex = 0; // // btnRefresh // this.btnRefresh.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.btnRefresh.Location = new System.Drawing.Point(5, 552); this.btnRefresh.Name = "btnRefresh"; this.btnRefresh.Size = new System.Drawing.Size(111, 31); this.btnRefresh.TabIndex = 6; this.btnRefresh.Text = "Refresh"; this.btnRefresh.UseVisualStyleBackColor = true; // // txtSearch // this.txtSearch.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtSearch.Location = new System.Drawing.Point(1, 22); this.txtSearch.Name = "txtSearch"; this.txtSearch.Size = new System.Drawing.Size(275, 21); this.txtSearch.TabIndex = 4; // // lstExamList // this.lstExamList.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.lstExamList.FormattingEnabled = true; this.lstExamList.ItemHeight = 12; this.lstExamList.Location = new System.Drawing.Point(1, 65); this.lstExamList.Name = "lstExamList"; this.lstExamList.Size = new System.Drawing.Size(275, 472); this.lstExamList.TabIndex = 3; // // lblExamList // this.lblExamList.AutoSize = true; this.lblExamList.Location = new System.Drawing.Point(6, 50); this.lblExamList.Name = "lblExamList"; this.lblExamList.Size = new System.Drawing.Size(77, 12); this.lblExamList.TabIndex = 7; this.lblExamList.Text = "Exam ID List"; // // lblSearch // this.lblSearch.AutoSize = true; this.lblSearch.Location = new System.Drawing.Point(3, 7); this.lblSearch.Name = "lblSearch"; this.lblSearch.Size = new System.Drawing.Size(41, 12); this.lblSearch.TabIndex = 8; this.lblSearch.Text = "Search"; // // panel2 // this.panel2.Controls.Add(this.grpDownFilePPT); this.panel2.Controls.Add(this.grpDownFileRoster); this.panel2.Controls.Add(this.grpExamInfo); this.panel2.Dock = System.Windows.Forms.DockStyle.Fill; this.panel2.Location = new System.Drawing.Point(0, 0); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(630, 590); this.panel2.TabIndex = 0; // // grpDownFilePPT // this.grpDownFilePPT.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.grpDownFilePPT.Controls.Add(this.btnDownloadPPT); this.grpDownFilePPT.Controls.Add(this.txtFilePPT); this.grpDownFilePPT.Location = new System.Drawing.Point(24, 480); this.grpDownFilePPT.Name = "grpDownFilePPT"; this.grpDownFilePPT.Size = new System.Drawing.Size(584, 83); this.grpDownFilePPT.TabIndex = 8; this.grpDownFilePPT.TabStop = false; this.grpDownFilePPT.Text = "PPT File"; // // btnDownloadPPT // this.btnDownloadPPT.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnDownloadPPT.Location = new System.Drawing.Point(466, 46); this.btnDownloadPPT.Name = "btnDownloadPPT"; this.btnDownloadPPT.Size = new System.Drawing.Size(111, 31); this.btnDownloadPPT.TabIndex = 2; this.btnDownloadPPT.Text = "Download"; this.btnDownloadPPT.UseVisualStyleBackColor = true; // // txtFilePPT // this.txtFilePPT.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtFilePPT.Location = new System.Drawing.Point(8, 20); this.txtFilePPT.Name = "txtFilePPT"; this.txtFilePPT.ReadOnly = true; this.txtFilePPT.Size = new System.Drawing.Size(569, 21); this.txtFilePPT.TabIndex = 1; this.txtFilePPT.Text = "Test.pptx"; // // grpDownFileRoster // this.grpDownFileRoster.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.grpDownFileRoster.Controls.Add(this.btnDownloadRoster); this.grpDownFileRoster.Controls.Add(this.txtFileRoster); this.grpDownFileRoster.Location = new System.Drawing.Point(24, 391); this.grpDownFileRoster.Name = "grpDownFileRoster"; this.grpDownFileRoster.Size = new System.Drawing.Size(584, 83); this.grpDownFileRoster.TabIndex = 7; this.grpDownFileRoster.TabStop = false; this.grpDownFileRoster.Text = "Name List File"; // // btnDownloadRoster // this.btnDownloadRoster.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnDownloadRoster.Location = new System.Drawing.Point(466, 46); this.btnDownloadRoster.Name = "btnDownloadRoster"; this.btnDownloadRoster.Size = new System.Drawing.Size(111, 31); this.btnDownloadRoster.TabIndex = 2; this.btnDownloadRoster.Text = "Download"; this.btnDownloadRoster.UseVisualStyleBackColor = true; // // txtFileRoster // this.txtFileRoster.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtFileRoster.Location = new System.Drawing.Point(8, 20); this.txtFileRoster.Name = "txtFileRoster"; this.txtFileRoster.ReadOnly = true; this.txtFileRoster.Size = new System.Drawing.Size(569, 21); this.txtFileRoster.TabIndex = 1; this.txtFileRoster.Text = "Roster.xlsx"; // // grpExamInfo // this.grpExamInfo.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.grpExamInfo.Controls.Add(this.tableLayoutPanel1); this.grpExamInfo.Location = new System.Drawing.Point(24, 8); this.grpExamInfo.Name = "grpExamInfo"; this.grpExamInfo.Size = new System.Drawing.Size(584, 377); this.grpExamInfo.TabIndex = 6; this.grpExamInfo.TabStop = false; this.grpExamInfo.Text = "Exam Details"; // // tableLayoutPanel1 // this.tableLayoutPanel1.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.tableLayoutPanel1.ColumnCount = 3; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 60F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel1.Controls.Add(this.dgvExamSelect, 0, 1); this.tableLayoutPanel1.Controls.Add(this.lblSaveExam, 2, 0); this.tableLayoutPanel1.Controls.Add(this.dgvExamSave, 2, 1); this.tableLayoutPanel1.Controls.Add(this.lblExamSelect, 0, 0); this.tableLayoutPanel1.Controls.Add(this.btnSaveExamInfo, 1, 1); this.tableLayoutPanel1.Location = new System.Drawing.Point(8, 20); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 2; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 16F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel1.Size = new System.Drawing.Size(571, 351); this.tableLayoutPanel1.TabIndex = 8; // // dgvExamSelect // this.dgvExamSelect.AllowUserToAddRows = false; this.dgvExamSelect.AllowUserToDeleteRows = false; this.dgvExamSelect.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.dgvExamSelect.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells; this.dgvExamSelect.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgvExamSelect.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.colKey, this.colValue}); dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, 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.True; this.dgvExamSelect.DefaultCellStyle = dataGridViewCellStyle3; this.dgvExamSelect.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically; this.dgvExamSelect.Location = new System.Drawing.Point(3, 19); this.dgvExamSelect.Name = "dgvExamSelect"; this.dgvExamSelect.RowHeadersVisible = false; this.dgvExamSelect.RowTemplate.Height = 23; this.dgvExamSelect.Size = new System.Drawing.Size(249, 329); this.dgvExamSelect.TabIndex = 0; // // colKey // this.colKey.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells; this.colKey.HeaderText = "Key"; this.colKey.Name = "colKey"; this.colKey.ReadOnly = true; this.colKey.Width = 48; // // colValue // this.colValue.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.colValue.HeaderText = "Value"; this.colValue.Name = "colValue"; this.colValue.ReadOnly = true; // // lblSaveExam // this.lblSaveExam.AutoSize = true; this.lblSaveExam.Location = new System.Drawing.Point(318, 0); this.lblSaveExam.Name = "lblSaveExam"; this.lblSaveExam.Size = new System.Drawing.Size(149, 12); this.lblSaveExam.TabIndex = 9; this.lblSaveExam.Text = "Local Exam Set(Can Edit)"; // // dgvExamSave // this.dgvExamSave.AllowUserToAddRows = false; this.dgvExamSave.AllowUserToDeleteRows = false; this.dgvExamSave.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.dgvExamSave.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells; this.dgvExamSave.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgvExamSave.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.dataGridViewTextBoxColumn1, this.dataGridViewTextBoxColumn2}); dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgvExamSave.DefaultCellStyle = dataGridViewCellStyle4; this.dgvExamSave.Location = new System.Drawing.Point(318, 19); this.dgvExamSave.Name = "dgvExamSave"; this.dgvExamSave.RowHeadersVisible = false; this.dgvExamSave.RowTemplate.Height = 23; this.dgvExamSave.Size = new System.Drawing.Size(250, 329); this.dgvExamSave.TabIndex = 0; // // dataGridViewTextBoxColumn1 // this.dataGridViewTextBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells; this.dataGridViewTextBoxColumn1.HeaderText = "Key"; this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1"; this.dataGridViewTextBoxColumn1.ReadOnly = true; this.dataGridViewTextBoxColumn1.Width = 48; // // dataGridViewTextBoxColumn2 // this.dataGridViewTextBoxColumn2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.dataGridViewTextBoxColumn2.HeaderText = "Value"; this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2"; // // lblExamSelect // this.lblExamSelect.AutoSize = true; this.lblExamSelect.Location = new System.Drawing.Point(3, 0); this.lblExamSelect.Name = "lblExamSelect"; this.lblExamSelect.Size = new System.Drawing.Size(95, 12); this.lblExamSelect.TabIndex = 9; this.lblExamSelect.Text = "Select Exam Set"; // // btnSaveExamInfo // this.btnSaveExamInfo.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.btnSaveExamInfo.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Bold); this.btnSaveExamInfo.Location = new System.Drawing.Point(258, 19); this.btnSaveExamInfo.Name = "btnSaveExamInfo"; this.btnSaveExamInfo.Size = new System.Drawing.Size(54, 329); this.btnSaveExamInfo.TabIndex = 1; this.btnSaveExamInfo.Text = "Save To\r\n\r\n>>"; this.btnSaveExamInfo.UseVisualStyleBackColor = true; // // tabFTP // this.tabFTP.Controls.Add(this.tabFtpServerDown); this.tabFTP.Controls.Add(this.tabFtpServerUp); this.tabFTP.Dock = System.Windows.Forms.DockStyle.Fill; this.tabFTP.Location = new System.Drawing.Point(0, 0); this.tabFTP.Name = "tabFTP"; this.tabFTP.SelectedIndex = 0; this.tabFTP.Size = new System.Drawing.Size(944, 681); this.tabFTP.TabIndex = 8; // // tabFtpServerDown // this.tabFtpServerDown.Controls.Add(this.btnDownSet); this.tabFtpServerDown.Controls.Add(this.lblFtpDownServerFail); this.tabFtpServerDown.Controls.Add(this.txtFTPServerDown); this.tabFtpServerDown.Controls.Add(this.splitContainer1); this.tabFtpServerDown.Controls.Add(this.lblFtpDownServer); this.tabFtpServerDown.Location = new System.Drawing.Point(4, 22); this.tabFtpServerDown.Name = "tabFtpServerDown"; this.tabFtpServerDown.Padding = new System.Windows.Forms.Padding(3); this.tabFtpServerDown.Size = new System.Drawing.Size(936, 655); this.tabFtpServerDown.TabIndex = 0; this.tabFtpServerDown.Text = "Download Set"; this.tabFtpServerDown.UseVisualStyleBackColor = true; // // btnDownSet // this.btnDownSet.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnDownSet.Location = new System.Drawing.Point(814, 18); this.btnDownSet.Name = "btnDownSet"; this.btnDownSet.Size = new System.Drawing.Size(111, 31); this.btnDownSet.TabIndex = 2; this.btnDownSet.Text = "Apply"; this.btnDownSet.UseVisualStyleBackColor = true; this.btnDownSet.Click += new System.EventHandler(this.btnDownSet_Click); // // lblFtpDownServerFail // this.lblFtpDownServerFail.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.lblFtpDownServerFail.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblFtpDownServerFail.ForeColor = System.Drawing.Color.Red; this.lblFtpDownServerFail.Location = new System.Drawing.Point(184, 9); this.lblFtpDownServerFail.Name = "lblFtpDownServerFail"; this.lblFtpDownServerFail.Size = new System.Drawing.Size(624, 11); this.lblFtpDownServerFail.TabIndex = 1; this.lblFtpDownServerFail.Text = "Can not Connect to Server"; this.lblFtpDownServerFail.TextAlign = System.Drawing.ContentAlignment.TopCenter; this.lblFtpDownServerFail.Visible = false; // // txtFTPServerDown // this.txtFTPServerDown.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtFTPServerDown.Location = new System.Drawing.Point(10, 24); this.txtFTPServerDown.Name = "txtFTPServerDown"; this.txtFTPServerDown.Size = new System.Drawing.Size(798, 21); this.txtFTPServerDown.TabIndex = 0; this.txtFTPServerDown.Text = "ftp://210.212.83.134/Exams"; // // lblFtpDownServer // this.lblFtpDownServer.AutoSize = true; this.lblFtpDownServer.Location = new System.Drawing.Point(8, 9); this.lblFtpDownServer.Name = "lblFtpDownServer"; this.lblFtpDownServer.Size = new System.Drawing.Size(65, 12); this.lblFtpDownServer.TabIndex = 1; this.lblFtpDownServer.Text = "FTP Server"; // // tabFtpServerUp // this.tabFtpServerUp.Controls.Add(this.btnUpSet); this.tabFtpServerUp.Controls.Add(this.grpUpFiles); this.tabFtpServerUp.Controls.Add(this.lblFtpUpServerFail); this.tabFtpServerUp.Controls.Add(this.txtFtpServerUp); this.tabFtpServerUp.Controls.Add(this.lblFtpUpServer); this.tabFtpServerUp.Location = new System.Drawing.Point(4, 22); this.tabFtpServerUp.Name = "tabFtpServerUp"; this.tabFtpServerUp.Padding = new System.Windows.Forms.Padding(3); this.tabFtpServerUp.Size = new System.Drawing.Size(936, 627); this.tabFtpServerUp.TabIndex = 1; this.tabFtpServerUp.Text = "Upload Set"; this.tabFtpServerUp.UseVisualStyleBackColor = true; // // btnUpSet // this.btnUpSet.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnUpSet.Location = new System.Drawing.Point(783, 18); this.btnUpSet.Name = "btnUpSet"; this.btnUpSet.Size = new System.Drawing.Size(111, 31); this.btnUpSet.TabIndex = 12; this.btnUpSet.Text = "Apply"; this.btnUpSet.UseVisualStyleBackColor = true; this.btnUpSet.Click += new System.EventHandler(this.btnUpSet_Click); // // grpUpFiles // this.grpUpFiles.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.grpUpFiles.Controls.Add(this.txtUpReportPart); this.grpUpFiles.Controls.Add(this.txtUpReportDetail); this.grpUpFiles.Controls.Add(this.txtUpReportQues); this.grpUpFiles.Controls.Add(this.txtUpReportResult); this.grpUpFiles.Controls.Add(this.lblUpResult); this.grpUpFiles.Controls.Add(this.button3); this.grpUpFiles.Controls.Add(this.button2); this.grpUpFiles.Controls.Add(this.button1); this.grpUpFiles.Controls.Add(this.button5); this.grpUpFiles.Controls.Add(this.chkUpReportDetail); this.grpUpFiles.Controls.Add(this.progressBar); this.grpUpFiles.Controls.Add(this.chkUpReportQues); this.grpUpFiles.Controls.Add(this.chkAutoUpload); this.grpUpFiles.Controls.Add(this.btnUpload); this.grpUpFiles.Controls.Add(this.chkUpReportPart); this.grpUpFiles.Location = new System.Drawing.Point(10, 64); this.grpUpFiles.Name = "grpUpFiles"; this.grpUpFiles.Size = new System.Drawing.Size(884, 504); this.grpUpFiles.TabIndex = 11; this.grpUpFiles.TabStop = false; this.grpUpFiles.Text = "Upload Files"; // // txtUpReportPart // this.txtUpReportPart.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtUpReportPart.Location = new System.Drawing.Point(31, 193); this.txtUpReportPart.Name = "txtUpReportPart"; this.txtUpReportPart.ReadOnly = true; this.txtUpReportPart.Size = new System.Drawing.Size(825, 21); this.txtUpReportPart.TabIndex = 12; this.txtUpReportPart.Text = "C:\\SunVote ARS PPT\\Reports\\1000012345001_Results by Participants_20171201143526.x" + "lsx"; // // txtUpReportDetail // this.txtUpReportDetail.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtUpReportDetail.Location = new System.Drawing.Point(31, 131); this.txtUpReportDetail.Name = "txtUpReportDetail"; this.txtUpReportDetail.ReadOnly = true; this.txtUpReportDetail.Size = new System.Drawing.Size(825, 21); this.txtUpReportDetail.TabIndex = 12; this.txtUpReportDetail.Text = "C:\\SunVote ARS PPT\\Reports\\1000012345001_Personal Achievement and Detail_20171201" + "143526.xlsx"; // // txtUpReportQues // this.txtUpReportQues.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtUpReportQues.Location = new System.Drawing.Point(31, 259); this.txtUpReportQues.Name = "txtUpReportQues"; this.txtUpReportQues.ReadOnly = true; this.txtUpReportQues.Size = new System.Drawing.Size(825, 21); this.txtUpReportQues.TabIndex = 12; this.txtUpReportQues.Text = "C:\\SunVote ARS PPT\\Reports\\1000012345001_Results by Questions_20171201143526.xlsx" + ""; this.txtUpReportQues.Visible = false; // // txtUpReportResult // this.txtUpReportResult.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtUpReportResult.Location = new System.Drawing.Point(31, 66); this.txtUpReportResult.Name = "txtUpReportResult"; this.txtUpReportResult.ReadOnly = true; this.txtUpReportResult.Size = new System.Drawing.Size(825, 21); this.txtUpReportResult.TabIndex = 12; this.txtUpReportResult.Text = "C:\\SunVote ARS PPT\\Test.pptx"; // // lblUpResult // this.lblUpResult.AutoSize = true; this.lblUpResult.Location = new System.Drawing.Point(31, 49); this.lblUpResult.Name = "lblUpResult"; this.lblUpResult.Size = new System.Drawing.Size(167, 12); this.lblUpResult.TabIndex = 15; this.lblUpResult.Text = "Current PPT for Exam Result"; // // button3 // this.button3.Location = new System.Drawing.Point(712, 131); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(40, 22); this.button3.TabIndex = 14; this.button3.Text = "..."; this.button3.UseVisualStyleBackColor = true; this.button3.Visible = false; // // button2 // this.button2.Location = new System.Drawing.Point(712, 192); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(40, 22); this.button2.TabIndex = 14; this.button2.Text = "..."; this.button2.UseVisualStyleBackColor = true; this.button2.Visible = false; // // button1 // this.button1.Location = new System.Drawing.Point(712, 258); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(40, 22); this.button1.TabIndex = 14; this.button1.Text = "..."; this.button1.UseVisualStyleBackColor = true; this.button1.Visible = false; // // button5 // this.button5.Location = new System.Drawing.Point(712, 66); this.button5.Name = "button5"; this.button5.Size = new System.Drawing.Size(40, 22); this.button5.TabIndex = 14; this.button5.Text = "..."; this.button5.UseVisualStyleBackColor = true; this.button5.Visible = false; // // chkUpReportDetail // this.chkUpReportDetail.AutoSize = true; this.chkUpReportDetail.Location = new System.Drawing.Point(31, 109); this.chkUpReportDetail.Name = "chkUpReportDetail"; this.chkUpReportDetail.Size = new System.Drawing.Size(240, 16); this.chkUpReportDetail.TabIndex = 10; this.chkUpReportDetail.Text = "Report File (Achievement and Detail)"; this.chkUpReportDetail.UseVisualStyleBackColor = true; this.chkUpReportDetail.CheckedChanged += new System.EventHandler(this.chkUpReportDetail_CheckedChanged); // // progressBar // this.progressBar.Location = new System.Drawing.Point(31, 308); this.progressBar.Name = "progressBar"; this.progressBar.Size = new System.Drawing.Size(224, 31); this.progressBar.TabIndex = 11; this.progressBar.Value = 50; this.progressBar.Visible = false; // // chkUpReportQues // this.chkUpReportQues.AutoSize = true; this.chkUpReportQues.Location = new System.Drawing.Point(31, 237); this.chkUpReportQues.Name = "chkUpReportQues"; this.chkUpReportQues.Size = new System.Drawing.Size(222, 16); this.chkUpReportQues.TabIndex = 10; this.chkUpReportQues.Text = "Report File (Result by Questions)"; this.chkUpReportQues.UseVisualStyleBackColor = true; this.chkUpReportQues.Visible = false; // // chkAutoUpload // this.chkAutoUpload.AutoSize = true; this.chkAutoUpload.Checked = true; this.chkAutoUpload.CheckState = System.Windows.Forms.CheckState.Checked; this.chkAutoUpload.Location = new System.Drawing.Point(289, 363); this.chkAutoUpload.Name = "chkAutoUpload"; this.chkAutoUpload.Size = new System.Drawing.Size(90, 16); this.chkAutoUpload.TabIndex = 10; this.chkAutoUpload.Text = "Auto Upload"; this.chkAutoUpload.UseVisualStyleBackColor = true; this.chkAutoUpload.CheckedChanged += new System.EventHandler(this.chkAutoUpload_CheckedChanged); // // btnUpload // this.btnUpload.Location = new System.Drawing.Point(31, 355); this.btnUpload.Name = "btnUpload"; this.btnUpload.Size = new System.Drawing.Size(224, 31); this.btnUpload.TabIndex = 16; this.btnUpload.Text = "Upload"; this.btnUpload.UseVisualStyleBackColor = true; this.btnUpload.Click += new System.EventHandler(this.btnUpload_Click); // // chkUpReportPart // this.chkUpReportPart.AutoSize = true; this.chkUpReportPart.Location = new System.Drawing.Point(31, 171); this.chkUpReportPart.Name = "chkUpReportPart"; this.chkUpReportPart.Size = new System.Drawing.Size(246, 16); this.chkUpReportPart.TabIndex = 10; this.chkUpReportPart.Text = "Report File (Results by Participants)"; this.chkUpReportPart.UseVisualStyleBackColor = true; this.chkUpReportPart.CheckedChanged += new System.EventHandler(this.chkUpReportPart_CheckedChanged); // // lblFtpUpServerFail // this.lblFtpUpServerFail.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.lblFtpUpServerFail.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblFtpUpServerFail.ForeColor = System.Drawing.Color.Red; this.lblFtpUpServerFail.Location = new System.Drawing.Point(184, 9); this.lblFtpUpServerFail.Name = "lblFtpUpServerFail"; this.lblFtpUpServerFail.Size = new System.Drawing.Size(593, 11); this.lblFtpUpServerFail.TabIndex = 9; this.lblFtpUpServerFail.Text = "Can not Connect to Server"; this.lblFtpUpServerFail.TextAlign = System.Drawing.ContentAlignment.TopCenter; this.lblFtpUpServerFail.Visible = false; // // txtFtpServerUp // this.txtFtpServerUp.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtFtpServerUp.Location = new System.Drawing.Point(10, 24); this.txtFtpServerUp.Name = "txtFtpServerUp"; this.txtFtpServerUp.Size = new System.Drawing.Size(767, 21); this.txtFtpServerUp.TabIndex = 2; this.txtFtpServerUp.Text = "ftp://210.212.83.134/Results"; // // lblFtpUpServer // this.lblFtpUpServer.AutoSize = true; this.lblFtpUpServer.Location = new System.Drawing.Point(8, 9); this.lblFtpUpServer.Name = "lblFtpUpServer"; this.lblFtpUpServer.Size = new System.Drawing.Size(65, 12); this.lblFtpUpServer.TabIndex = 3; this.lblFtpUpServer.Text = "FTP Server"; // // FrmFTPServer // this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.ClientSize = new System.Drawing.Size(944, 681); this.Controls.Add(this.tabFTP); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FrmFTPServer"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "New Exam"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FrmFTPServer_FormClosed); this.Load += new System.EventHandler(this.FrmPTFServer_Load); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); this.splitContainer1.ResumeLayout(false); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.panel2.ResumeLayout(false); this.grpDownFilePPT.ResumeLayout(false); this.grpDownFilePPT.PerformLayout(); this.grpDownFileRoster.ResumeLayout(false); this.grpDownFileRoster.PerformLayout(); this.grpExamInfo.ResumeLayout(false); this.tableLayoutPanel1.ResumeLayout(false); this.tableLayoutPanel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvExamSelect)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dgvExamSave)).EndInit(); this.tabFTP.ResumeLayout(false); this.tabFtpServerDown.ResumeLayout(false); this.tabFtpServerDown.PerformLayout(); this.tabFtpServerUp.ResumeLayout(false); this.tabFtpServerUp.PerformLayout(); this.grpUpFiles.ResumeLayout(false); this.grpUpFiles.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.SplitContainer splitContainer1; private System.Windows.Forms.TabControl tabFTP; private System.Windows.Forms.TabPage tabFtpServerDown; private System.Windows.Forms.Label lblFtpDownServer; private System.Windows.Forms.TextBox txtFTPServerDown; private System.Windows.Forms.TabPage tabFtpServerUp; private System.Windows.Forms.Label lblFtpUpServer; private System.Windows.Forms.TextBox txtFtpServerUp; private System.Windows.Forms.Label lblFtpDownServerFail; private System.Windows.Forms.Label lblFtpUpServerFail; private System.Windows.Forms.GroupBox grpUpFiles; private System.Windows.Forms.CheckBox chkUpReportQues; private System.Windows.Forms.ProgressBar progressBar; private System.Windows.Forms.CheckBox chkAutoUpload; private System.Windows.Forms.TextBox txtUpReportQues; private System.Windows.Forms.TextBox txtUpReportResult; private System.Windows.Forms.TextBox txtUpReportDetail; private System.Windows.Forms.TextBox txtUpReportPart; private System.Windows.Forms.CheckBox chkUpReportDetail; private System.Windows.Forms.CheckBox chkUpReportPart; private System.Windows.Forms.Button btnDownSet; private System.Windows.Forms.Button btnUpSet; private System.Windows.Forms.Button button3; private System.Windows.Forms.Button button2; private System.Windows.Forms.Button button1; private System.Windows.Forms.Button button5; private System.Windows.Forms.Label lblUpResult; private System.Windows.Forms.Button btnUpload; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.GroupBox grpDownFilePPT; private System.Windows.Forms.Button btnDownloadPPT; private System.Windows.Forms.TextBox txtFilePPT; private System.Windows.Forms.GroupBox grpDownFileRoster; private System.Windows.Forms.Button btnDownloadRoster; private System.Windows.Forms.TextBox txtFileRoster; private System.Windows.Forms.GroupBox grpExamInfo; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; private System.Windows.Forms.DataGridView dgvExamSelect; private System.Windows.Forms.DataGridViewTextBoxColumn colKey; private System.Windows.Forms.DataGridViewTextBoxColumn colValue; private System.Windows.Forms.Label lblSaveExam; private System.Windows.Forms.DataGridView dgvExamSave; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2; private System.Windows.Forms.Label lblExamSelect; private System.Windows.Forms.Button btnSaveExamInfo; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Button btnRefresh; private System.Windows.Forms.TextBox txtSearch; private System.Windows.Forms.ListBox lstExamList; private System.Windows.Forms.Label lblExamList; private System.Windows.Forms.Label lblSearch; } }