namespace SunVoteARSPPT { partial class FrmServerSet { /// /// 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(); this.btnStop = new System.Windows.Forms.Button(); this.btnStart = new System.Windows.Forms.Button(); this.numPort = new System.Windows.Forms.NumericUpDown(); this.lblPort = new System.Windows.Forms.Label(); this.btnCancel = new System.Windows.Forms.Button(); this.lblPwd = new System.Windows.Forms.Label(); this.txtPwd = new System.Windows.Forms.TextBox(); this.dgvClient = new System.Windows.Forms.DataGridView(); this.colNo = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.colName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.colIP = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.colPort = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.colState = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.colRosterCount = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.splMain = new System.Windows.Forms.SplitContainer(); this.lstInfo = new System.Windows.Forms.ListBox(); this.pnlSet = new System.Windows.Forms.Panel(); this.chkShowPwd = new System.Windows.Forms.CheckBox(); this.btnResetClear = new System.Windows.Forms.Button(); this.btnSendImg = new System.Windows.Forms.Button(); this.btnStartVote = new System.Windows.Forms.Button(); this.btnStopVote = new System.Windows.Forms.Button(); this.rbtViewConnect = new System.Windows.Forms.RadioButton(); this.rbtViewData = new System.Windows.Forms.RadioButton(); this.rbtViewRoster = new System.Windows.Forms.RadioButton(); this.btnRoster = new System.Windows.Forms.Button(); this.pnlInfo = new System.Windows.Forms.Panel(); this.txtMsgSel = new System.Windows.Forms.TextBox(); ((System.ComponentModel.ISupportInitialize)(this.numPort)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dgvClient)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.splMain)).BeginInit(); this.splMain.Panel1.SuspendLayout(); this.splMain.SuspendLayout(); this.pnlSet.SuspendLayout(); this.pnlInfo.SuspendLayout(); this.SuspendLayout(); // // btnStop // this.btnStop.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.btnStop.AutoSize = true; this.btnStop.Location = new System.Drawing.Point(129, 525); this.btnStop.Name = "btnStop"; this.btnStop.Size = new System.Drawing.Size(111, 31); this.btnStop.TabIndex = 5; this.btnStop.TabStop = false; this.btnStop.Text = "Stop"; this.btnStop.UseVisualStyleBackColor = false; this.btnStop.Click += new System.EventHandler(this.btnStop_Click); // // btnStart // this.btnStart.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.btnStart.AutoSize = true; this.btnStart.Location = new System.Drawing.Point(12, 525); this.btnStart.Name = "btnStart"; this.btnStart.Size = new System.Drawing.Size(111, 31); this.btnStart.TabIndex = 4; this.btnStart.TabStop = false; this.btnStart.Text = "Start"; this.btnStart.UseVisualStyleBackColor = false; this.btnStart.Click += new System.EventHandler(this.btnStart_Click); // // numPort // this.numPort.Location = new System.Drawing.Point(117, 20); this.numPort.Maximum = new decimal(new int[] { 65535, 0, 0, 0}); this.numPort.Name = "numPort"; this.numPort.Size = new System.Drawing.Size(111, 21); this.numPort.TabIndex = 0; this.numPort.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.numPort.Value = new decimal(new int[] { 8899, 0, 0, 0}); // // lblPort // this.lblPort.AutoSize = true; this.lblPort.Location = new System.Drawing.Point(3, 22); this.lblPort.Name = "lblPort"; this.lblPort.Size = new System.Drawing.Size(71, 12); this.lblPort.TabIndex = 7; this.lblPort.Text = "Server Port"; // // btnCancel // this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnCancel.AutoSize = true; this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnCancel.Location = new System.Drawing.Point(628, 525); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(111, 31); this.btnCancel.TabIndex = 6; this.btnCancel.TabStop = false; this.btnCancel.Text = "Cancel"; this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // lblPwd // this.lblPwd.AutoSize = true; this.lblPwd.Location = new System.Drawing.Point(3, 58); this.lblPwd.Name = "lblPwd"; this.lblPwd.Size = new System.Drawing.Size(53, 12); this.lblPwd.TabIndex = 7; this.lblPwd.Text = "Password"; // // txtPwd // this.txtPwd.Location = new System.Drawing.Point(118, 53); this.txtPwd.MaxLength = 16; this.txtPwd.Name = "txtPwd"; this.txtPwd.PasswordChar = '*'; this.txtPwd.Size = new System.Drawing.Size(110, 21); this.txtPwd.TabIndex = 1; this.txtPwd.Text = "123"; // // dgvClient // this.dgvClient.AllowUserToAddRows = false; this.dgvClient.AllowUserToDeleteRows = false; dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dgvClient.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle3; this.dgvClient.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgvClient.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.colNo, this.colName, this.colIP, this.colPort, this.colState, this.colRosterCount}); this.dgvClient.Dock = System.Windows.Forms.DockStyle.Fill; this.dgvClient.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically; this.dgvClient.Location = new System.Drawing.Point(0, 0); this.dgvClient.Name = "dgvClient"; this.dgvClient.RowTemplate.Height = 23; this.dgvClient.Size = new System.Drawing.Size(728, 423); this.dgvClient.TabIndex = 2; // // colNo // this.colNo.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells; this.colNo.HeaderText = "No"; this.colNo.Name = "colNo"; this.colNo.Width = 42; // // colName // this.colName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells; this.colName.HeaderText = "Name"; this.colName.Name = "colName"; this.colName.Width = 54; // // colIP // this.colIP.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells; this.colIP.HeaderText = "IP Address"; this.colIP.Name = "colIP"; this.colIP.Width = 90; // // colPort // this.colPort.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells; this.colPort.HeaderText = "Port"; this.colPort.Name = "colPort"; this.colPort.Width = 54; // // colState // this.colState.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells; this.colState.HeaderText = "Status"; this.colState.Name = "colState"; this.colState.Width = 66; // // colRosterCount // this.colRosterCount.HeaderText = "Roster Count"; this.colRosterCount.Name = "colRosterCount"; this.colRosterCount.Visible = false; // // splMain // this.splMain.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.splMain.Location = new System.Drawing.Point(12, 92); this.splMain.Name = "splMain"; this.splMain.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splMain.Panel1 // this.splMain.Panel1.Controls.Add(this.pnlInfo); this.splMain.Panel1.Controls.Add(this.dgvClient); this.splMain.Panel2Collapsed = true; this.splMain.Size = new System.Drawing.Size(728, 423); this.splMain.SplitterDistance = 313; this.splMain.TabIndex = 11; // // lstInfo // this.lstInfo.Dock = System.Windows.Forms.DockStyle.Fill; this.lstInfo.FormattingEnabled = true; this.lstInfo.ItemHeight = 12; this.lstInfo.Location = new System.Drawing.Point(0, 0); this.lstInfo.Name = "lstInfo"; this.lstInfo.Size = new System.Drawing.Size(540, 258); this.lstInfo.TabIndex = 8; this.lstInfo.SelectedIndexChanged += new System.EventHandler(this.lstInfo_SelectedIndexChanged); // // pnlSet // this.pnlSet.Controls.Add(this.chkShowPwd); this.pnlSet.Controls.Add(this.txtPwd); this.pnlSet.Controls.Add(this.lblPwd); this.pnlSet.Controls.Add(this.lblPort); this.pnlSet.Controls.Add(this.numPort); this.pnlSet.Location = new System.Drawing.Point(12, 3); this.pnlSet.Name = "pnlSet"; this.pnlSet.Size = new System.Drawing.Size(284, 87); this.pnlSet.TabIndex = 12; // // chkShowPwd // this.chkShowPwd.AutoSize = true; this.chkShowPwd.Location = new System.Drawing.Point(234, 57); this.chkShowPwd.Name = "chkShowPwd"; this.chkShowPwd.Size = new System.Drawing.Size(15, 14); this.chkShowPwd.TabIndex = 8; this.chkShowPwd.UseVisualStyleBackColor = true; this.chkShowPwd.CheckedChanged += new System.EventHandler(this.chkShowPwd_CheckedChanged); // // btnResetClear // this.btnResetClear.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.btnResetClear.AutoSize = true; this.btnResetClear.Location = new System.Drawing.Point(480, 525); this.btnResetClear.Name = "btnResetClear"; this.btnResetClear.Size = new System.Drawing.Size(111, 31); this.btnResetClear.TabIndex = 5; this.btnResetClear.TabStop = false; this.btnResetClear.Text = "Clear"; this.btnResetClear.UseVisualStyleBackColor = false; this.btnResetClear.Visible = false; this.btnResetClear.Click += new System.EventHandler(this.btnResetClear_Click); // // btnSendImg // this.btnSendImg.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.btnSendImg.AutoSize = true; this.btnSendImg.Location = new System.Drawing.Point(363, 525); this.btnSendImg.Name = "btnSendImg"; this.btnSendImg.Size = new System.Drawing.Size(111, 31); this.btnSendImg.TabIndex = 5; this.btnSendImg.TabStop = false; this.btnSendImg.Text = "Send Screen"; this.btnSendImg.UseVisualStyleBackColor = false; this.btnSendImg.Click += new System.EventHandler(this.btnSendImg_Click); // // btnStartVote // this.btnStartVote.AutoSize = true; this.btnStartVote.Location = new System.Drawing.Point(326, 13); this.btnStartVote.Name = "btnStartVote"; this.btnStartVote.Size = new System.Drawing.Size(111, 31); this.btnStartVote.TabIndex = 5; this.btnStartVote.TabStop = false; this.btnStartVote.Text = "开始反馈"; this.btnStartVote.UseVisualStyleBackColor = false; this.btnStartVote.Click += new System.EventHandler(this.btnStartVote_Click); // // btnStopVote // this.btnStopVote.AutoSize = true; this.btnStopVote.Location = new System.Drawing.Point(443, 13); this.btnStopVote.Name = "btnStopVote"; this.btnStopVote.Size = new System.Drawing.Size(111, 31); this.btnStopVote.TabIndex = 5; this.btnStopVote.TabStop = false; this.btnStopVote.Text = "停止反馈"; this.btnStopVote.UseVisualStyleBackColor = false; this.btnStopVote.Click += new System.EventHandler(this.btnStopVote_Click); // // rbtViewConnect // this.rbtViewConnect.AutoSize = true; this.rbtViewConnect.Location = new System.Drawing.Point(326, 60); this.rbtViewConnect.Name = "rbtViewConnect"; this.rbtViewConnect.Size = new System.Drawing.Size(71, 16); this.rbtViewConnect.TabIndex = 13; this.rbtViewConnect.TabStop = true; this.rbtViewConnect.Text = "查看连接"; this.rbtViewConnect.UseVisualStyleBackColor = true; this.rbtViewConnect.CheckedChanged += new System.EventHandler(this.rbtView_CheckedChanged); // // rbtViewData // this.rbtViewData.AutoSize = true; this.rbtViewData.Location = new System.Drawing.Point(422, 61); this.rbtViewData.Name = "rbtViewData"; this.rbtViewData.Size = new System.Drawing.Size(71, 16); this.rbtViewData.TabIndex = 13; this.rbtViewData.TabStop = true; this.rbtViewData.Text = "查看数据"; this.rbtViewData.UseVisualStyleBackColor = true; this.rbtViewData.CheckedChanged += new System.EventHandler(this.rbtView_CheckedChanged); // // rbtViewRoster // this.rbtViewRoster.AutoSize = true; this.rbtViewRoster.Location = new System.Drawing.Point(521, 61); this.rbtViewRoster.Name = "rbtViewRoster"; this.rbtViewRoster.Size = new System.Drawing.Size(71, 16); this.rbtViewRoster.TabIndex = 13; this.rbtViewRoster.TabStop = true; this.rbtViewRoster.Text = "查看名单"; this.rbtViewRoster.UseVisualStyleBackColor = true; this.rbtViewRoster.Visible = false; // // btnRoster // this.btnRoster.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.btnRoster.AutoSize = true; this.btnRoster.Location = new System.Drawing.Point(246, 525); this.btnRoster.Name = "btnRoster"; this.btnRoster.Size = new System.Drawing.Size(111, 31); this.btnRoster.TabIndex = 5; this.btnRoster.TabStop = false; this.btnRoster.Text = "Roster"; this.btnRoster.UseVisualStyleBackColor = false; this.btnRoster.Visible = false; // // pnlInfo // this.pnlInfo.Controls.Add(this.lstInfo); this.pnlInfo.Controls.Add(this.txtMsgSel); this.pnlInfo.Location = new System.Drawing.Point(40, 34); this.pnlInfo.Name = "pnlInfo"; this.pnlInfo.Size = new System.Drawing.Size(540, 350); this.pnlInfo.TabIndex = 9; // // txtMsgSel // this.txtMsgSel.Dock = System.Windows.Forms.DockStyle.Bottom; this.txtMsgSel.Location = new System.Drawing.Point(0, 258); this.txtMsgSel.Multiline = true; this.txtMsgSel.Name = "txtMsgSel"; this.txtMsgSel.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.txtMsgSel.Size = new System.Drawing.Size(540, 92); this.txtMsgSel.TabIndex = 0; // // FrmServerSet // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(752, 568); this.Controls.Add(this.rbtViewRoster); this.Controls.Add(this.rbtViewData); this.Controls.Add(this.rbtViewConnect); this.Controls.Add(this.pnlSet); this.Controls.Add(this.splMain); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnSendImg); this.Controls.Add(this.btnStopVote); this.Controls.Add(this.btnStartVote); this.Controls.Add(this.btnRoster); this.Controls.Add(this.btnResetClear); this.Controls.Add(this.btnStop); this.Controls.Add(this.btnStart); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow; this.MinimumSize = new System.Drawing.Size(630, 300); this.Name = "FrmServerSet"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Server Setup"; this.Load += new System.EventHandler(this.FrmServerSet_Load); ((System.ComponentModel.ISupportInitialize)(this.numPort)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dgvClient)).EndInit(); this.splMain.Panel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splMain)).EndInit(); this.splMain.ResumeLayout(false); this.pnlSet.ResumeLayout(false); this.pnlSet.PerformLayout(); this.pnlInfo.ResumeLayout(false); this.pnlInfo.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button btnStop; private System.Windows.Forms.Button btnStart; private System.Windows.Forms.NumericUpDown numPort; private System.Windows.Forms.Label lblPort; private System.Windows.Forms.Button btnCancel; private System.Windows.Forms.Label lblPwd; private System.Windows.Forms.TextBox txtPwd; private System.Windows.Forms.DataGridView dgvClient; private System.Windows.Forms.SplitContainer splMain; private System.Windows.Forms.Panel pnlSet; private System.Windows.Forms.Button btnResetClear; private System.Windows.Forms.Button btnSendImg; private System.Windows.Forms.ListBox lstInfo; private System.Windows.Forms.DataGridViewTextBoxColumn colNo; private System.Windows.Forms.DataGridViewTextBoxColumn colName; private System.Windows.Forms.DataGridViewTextBoxColumn colIP; private System.Windows.Forms.DataGridViewTextBoxColumn colPort; private System.Windows.Forms.DataGridViewTextBoxColumn colState; private System.Windows.Forms.DataGridViewTextBoxColumn colRosterCount; private System.Windows.Forms.CheckBox chkShowPwd; private System.Windows.Forms.Button btnStartVote; private System.Windows.Forms.Button btnStopVote; private System.Windows.Forms.RadioButton rbtViewConnect; private System.Windows.Forms.RadioButton rbtViewData; private System.Windows.Forms.RadioButton rbtViewRoster; private System.Windows.Forms.Button btnRoster; private System.Windows.Forms.Panel pnlInfo; private System.Windows.Forms.TextBox txtMsgSel; } }