namespace SunVoteARSPPT
{
partial class FrmVoteDetail
{
///
/// 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.components = new System.ComponentModel.Container();
this.cboShowRoster = new System.Windows.Forms.ComboBox();
this.lblShowRoster = new System.Windows.Forms.Label();
this.menSet = new System.Windows.Forms.ContextMenuStrip(this.components);
this.tsmShowAll = new System.Windows.Forms.ToolStripMenuItem();
this.tsmShowNoPress = new System.Windows.Forms.ToolStripMenuItem();
this.tsmShowData = new System.Windows.Forms.ToolStripMenuItem();
this.tsmShowRoster = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
this.btnExit = new System.Windows.Forms.Button();
this.pnlState = new System.Windows.Forms.Panel();
this.btnReportVote = new System.Windows.Forms.Button();
this.lblSameCode = new System.Windows.Forms.Label();
this.btnImportData = new System.Windows.Forms.Button();
this.btnFullScreen = new System.Windows.Forms.Button();
this.cboDataValue = new System.Windows.Forms.ComboBox();
this.cboShowData = new System.Windows.Forms.ComboBox();
this.lblShowData = new System.Windows.Forms.Label();
this.chkShowData = new System.Windows.Forms.CheckBox();
this.lblTotal = new System.Windows.Forms.Label();
this.lblNoPress = new System.Windows.Forms.Label();
this.lblVoted = new System.Windows.Forms.Label();
this.picNoPress = new System.Windows.Forms.PictureBox();
this.picVoted = new System.Windows.Forms.PictureBox();
this.label1 = new System.Windows.Forms.Label();
this.lblWeak = new System.Windows.Forms.Label();
this.lblOfflineColor = new System.Windows.Forms.Label();
this.lblWeakColor = new System.Windows.Forms.Label();
this.lblOnlineColor = new System.Windows.Forms.Label();
this.lblOnline = new System.Windows.Forms.Label();
this.lblVoteCount = new System.Windows.Forms.Label();
this.pnlMapBack = new System.Windows.Forms.Panel();
this.panVoteNameList = new System.Windows.Forms.Panel();
this.lblFont = new System.Windows.Forms.Label();
this.pnlVoteAbsB = new System.Windows.Forms.Panel();
this.pnlAbs = new System.Windows.Forms.Panel();
this.lblVoteNameAbs = new System.Windows.Forms.Label();
this.pnlVoteAbs = new System.Windows.Forms.Panel();
this.lblVoteAbs = new System.Windows.Forms.Label();
this.pnlVoteNoB = new System.Windows.Forms.Panel();
this.pnlNo = new System.Windows.Forms.Panel();
this.lblVoteNameNo = new System.Windows.Forms.Label();
this.pnlVoteNo = new System.Windows.Forms.Panel();
this.lblVoteNo = new System.Windows.Forms.Label();
this.pnlVoteYesB = new System.Windows.Forms.Panel();
this.pnlYes = new System.Windows.Forms.Panel();
this.lblVoteNameYes = new System.Windows.Forms.Label();
this.pnlVoteYes = new System.Windows.Forms.Panel();
this.lblVoteYes = new System.Windows.Forms.Label();
this.picMap = new System.Windows.Forms.PictureBox();
this.button1 = new System.Windows.Forms.Button();
this.mySeat1 = new GeneralLib.MySeat();
this.chkShowNoSignInOK = new System.Windows.Forms.CheckBox();
this.menSet.SuspendLayout();
this.pnlState.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.picNoPress)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.picVoted)).BeginInit();
this.pnlMapBack.SuspendLayout();
this.panVoteNameList.SuspendLayout();
this.pnlVoteAbsB.SuspendLayout();
this.pnlAbs.SuspendLayout();
this.pnlVoteAbs.SuspendLayout();
this.pnlVoteNoB.SuspendLayout();
this.pnlNo.SuspendLayout();
this.pnlVoteNo.SuspendLayout();
this.pnlVoteYesB.SuspendLayout();
this.pnlYes.SuspendLayout();
this.pnlVoteYes.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.picMap)).BeginInit();
this.mySeat1.SuspendLayout();
this.SuspendLayout();
//
// cboShowRoster
//
this.cboShowRoster.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.cboShowRoster.BackColor = System.Drawing.Color.White;
this.cboShowRoster.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboShowRoster.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.cboShowRoster.ForeColor = System.Drawing.Color.Black;
this.cboShowRoster.FormattingEnabled = true;
this.cboShowRoster.Items.AddRange(new object[] {
"键盘编号",
"学号",
"姓名"});
this.cboShowRoster.Location = new System.Drawing.Point(603, 24);
this.cboShowRoster.Name = "cboShowRoster";
this.cboShowRoster.Size = new System.Drawing.Size(117, 20);
this.cboShowRoster.TabIndex = 0;
this.cboShowRoster.TabStop = false;
this.cboShowRoster.SelectedIndexChanged += new System.EventHandler(this.cboShowRoster_SelectedIndexChanged);
//
// lblShowRoster
//
this.lblShowRoster.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.lblShowRoster.AutoSize = true;
this.lblShowRoster.ForeColor = System.Drawing.Color.Black;
this.lblShowRoster.Location = new System.Drawing.Point(601, 5);
this.lblShowRoster.Name = "lblShowRoster";
this.lblShowRoster.Size = new System.Drawing.Size(53, 12);
this.lblShowRoster.TabIndex = 70;
this.lblShowRoster.Text = "显示名单";
//
// menSet
//
this.menSet.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsmShowAll,
this.tsmShowNoPress,
this.tsmShowData,
this.tsmShowRoster});
this.menSet.Name = "contextMenuStrip1";
this.menSet.Size = new System.Drawing.Size(149, 92);
//
// tsmShowAll
//
this.tsmShowAll.Name = "tsmShowAll";
this.tsmShowAll.Size = new System.Drawing.Size(148, 22);
this.tsmShowAll.Text = "显示所有键盘";
//
// tsmShowNoPress
//
this.tsmShowNoPress.Name = "tsmShowNoPress";
this.tsmShowNoPress.Size = new System.Drawing.Size(148, 22);
this.tsmShowNoPress.Text = "显示未按键盘";
//
// tsmShowData
//
this.tsmShowData.Name = "tsmShowData";
this.tsmShowData.Size = new System.Drawing.Size(148, 22);
this.tsmShowData.Text = "显示按键值";
//
// tsmShowRoster
//
this.tsmShowRoster.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripMenuItem1,
this.toolStripMenuItem2});
this.tsmShowRoster.Name = "tsmShowRoster";
this.tsmShowRoster.Size = new System.Drawing.Size(148, 22);
this.tsmShowRoster.Text = "显示名单";
//
// toolStripMenuItem1
//
this.toolStripMenuItem1.Name = "toolStripMenuItem1";
this.toolStripMenuItem1.Size = new System.Drawing.Size(100, 22);
this.toolStripMenuItem1.Text = "姓名";
//
// toolStripMenuItem2
//
this.toolStripMenuItem2.Name = "toolStripMenuItem2";
this.toolStripMenuItem2.Size = new System.Drawing.Size(100, 22);
this.toolStripMenuItem2.Text = "学号";
//
// btnExit
//
this.btnExit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnExit.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnExit.Location = new System.Drawing.Point(868, 557);
this.btnExit.Name = "btnExit";
this.btnExit.Size = new System.Drawing.Size(75, 23);
this.btnExit.TabIndex = 72;
this.btnExit.TabStop = false;
this.btnExit.Text = "退出";
this.btnExit.UseVisualStyleBackColor = true;
this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
//
// pnlState
//
this.pnlState.BackColor = System.Drawing.Color.White;
this.pnlState.Controls.Add(this.btnReportVote);
this.pnlState.Controls.Add(this.lblSameCode);
this.pnlState.Controls.Add(this.btnImportData);
this.pnlState.Controls.Add(this.btnFullScreen);
this.pnlState.Controls.Add(this.cboDataValue);
this.pnlState.Controls.Add(this.cboShowData);
this.pnlState.Controls.Add(this.cboShowRoster);
this.pnlState.Controls.Add(this.lblShowData);
this.pnlState.Controls.Add(this.lblShowRoster);
this.pnlState.Controls.Add(this.chkShowData);
this.pnlState.Controls.Add(this.lblTotal);
this.pnlState.Controls.Add(this.lblNoPress);
this.pnlState.Controls.Add(this.lblVoted);
this.pnlState.Controls.Add(this.picNoPress);
this.pnlState.Controls.Add(this.picVoted);
this.pnlState.Controls.Add(this.label1);
this.pnlState.Controls.Add(this.lblWeak);
this.pnlState.Controls.Add(this.lblOfflineColor);
this.pnlState.Controls.Add(this.lblWeakColor);
this.pnlState.Controls.Add(this.lblOnlineColor);
this.pnlState.Controls.Add(this.lblOnline);
this.pnlState.Controls.Add(this.lblVoteCount);
this.pnlState.Dock = System.Windows.Forms.DockStyle.Bottom;
this.pnlState.Location = new System.Drawing.Point(0, 535);
this.pnlState.Name = "pnlState";
this.pnlState.Size = new System.Drawing.Size(1008, 52);
this.pnlState.TabIndex = 73;
this.pnlState.DoubleClick += new System.EventHandler(this.pnlState_DoubleClick);
//
// btnReportVote
//
this.btnReportVote.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnReportVote.AutoSize = true;
this.btnReportVote.Location = new System.Drawing.Point(485, 20);
this.btnReportVote.Name = "btnReportVote";
this.btnReportVote.Size = new System.Drawing.Size(102, 27);
this.btnReportVote.TabIndex = 94;
this.btnReportVote.Text = "Export Report";
this.btnReportVote.UseVisualStyleBackColor = true;
this.btnReportVote.Click += new System.EventHandler(this.btnReportVote_Click);
//
// lblSameCode
//
this.lblSameCode.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.lblSameCode.BackColor = System.Drawing.Color.Red;
this.lblSameCode.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblSameCode.ForeColor = System.Drawing.Color.Yellow;
this.lblSameCode.Location = new System.Drawing.Point(371, 22);
this.lblSameCode.Name = "lblSameCode";
this.lblSameCode.Size = new System.Drawing.Size(111, 24);
this.lblSameCode.TabIndex = 88;
this.lblSameCode.Text = "签到码重复";
this.lblSameCode.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// btnImportData
//
this.btnImportData.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnImportData.AutoSize = true;
this.btnImportData.Location = new System.Drawing.Point(483, 20);
this.btnImportData.Name = "btnImportData";
this.btnImportData.Size = new System.Drawing.Size(101, 27);
this.btnImportData.TabIndex = 94;
this.btnImportData.Text = "Import Data";
this.btnImportData.UseVisualStyleBackColor = true;
this.btnImportData.Click += new System.EventHandler(this.btnImportData_Click);
//
// btnFullScreen
//
this.btnFullScreen.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnFullScreen.AutoSize = true;
this.btnFullScreen.Location = new System.Drawing.Point(908, 20);
this.btnFullScreen.Name = "btnFullScreen";
this.btnFullScreen.Size = new System.Drawing.Size(93, 27);
this.btnFullScreen.TabIndex = 93;
this.btnFullScreen.Text = "全屏显示";
this.btnFullScreen.UseVisualStyleBackColor = true;
this.btnFullScreen.Click += new System.EventHandler(this.btnFullScreen_Click);
//
// cboDataValue
//
this.cboDataValue.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.cboDataValue.BackColor = System.Drawing.Color.White;
this.cboDataValue.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboDataValue.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.cboDataValue.ForeColor = System.Drawing.Color.Black;
this.cboDataValue.FormattingEnabled = true;
this.cboDataValue.Items.AddRange(new object[] {
"",
"A",
"B",
"C",
"E"});
this.cboDataValue.Location = new System.Drawing.Point(850, 24);
this.cboDataValue.Name = "cboDataValue";
this.cboDataValue.Size = new System.Drawing.Size(46, 20);
this.cboDataValue.TabIndex = 0;
this.cboDataValue.TabStop = false;
this.cboDataValue.TextChanged += new System.EventHandler(this.cboDataValue_TextChanged);
//
// cboShowData
//
this.cboShowData.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.cboShowData.BackColor = System.Drawing.Color.White;
this.cboShowData.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboShowData.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.cboShowData.ForeColor = System.Drawing.Color.Black;
this.cboShowData.FormattingEnabled = true;
this.cboShowData.Items.AddRange(new object[] {
"所有键盘状态",
"未投键盘",
"键盘按键值"});
this.cboShowData.Location = new System.Drawing.Point(727, 24);
this.cboShowData.Name = "cboShowData";
this.cboShowData.Size = new System.Drawing.Size(117, 20);
this.cboShowData.TabIndex = 0;
this.cboShowData.TabStop = false;
this.cboShowData.SelectedIndexChanged += new System.EventHandler(this.cboShowData_SelectedIndexChanged);
//
// lblShowData
//
this.lblShowData.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.lblShowData.AutoSize = true;
this.lblShowData.ForeColor = System.Drawing.Color.Black;
this.lblShowData.Location = new System.Drawing.Point(725, 5);
this.lblShowData.Name = "lblShowData";
this.lblShowData.Size = new System.Drawing.Size(53, 12);
this.lblShowData.TabIndex = 70;
this.lblShowData.Text = "显示数据";
//
// chkShowData
//
this.chkShowData.AutoSize = true;
this.chkShowData.Location = new System.Drawing.Point(764, -4);
this.chkShowData.Name = "chkShowData";
this.chkShowData.Size = new System.Drawing.Size(72, 16);
this.chkShowData.TabIndex = 92;
this.chkShowData.Text = "显示数据";
this.chkShowData.UseVisualStyleBackColor = true;
this.chkShowData.Visible = false;
this.chkShowData.CheckedChanged += new System.EventHandler(this.chkShowData_CheckedChanged);
//
// lblTotal
//
this.lblTotal.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.lblTotal.AutoSize = true;
this.lblTotal.BackColor = System.Drawing.Color.White;
this.lblTotal.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblTotal.ForeColor = System.Drawing.Color.Black;
this.lblTotal.Location = new System.Drawing.Point(11, 25);
this.lblTotal.Name = "lblTotal";
this.lblTotal.Size = new System.Drawing.Size(70, 14);
this.lblTotal.TabIndex = 91;
this.lblTotal.Text = "参与人数:";
//
// lblNoPress
//
this.lblNoPress.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.lblNoPress.BackColor = System.Drawing.Color.Black;
this.lblNoPress.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblNoPress.ForeColor = System.Drawing.Color.Yellow;
this.lblNoPress.Location = new System.Drawing.Point(255, 22);
this.lblNoPress.Name = "lblNoPress";
this.lblNoPress.Size = new System.Drawing.Size(111, 24);
this.lblNoPress.TabIndex = 88;
this.lblNoPress.Text = "未提交:";
this.lblNoPress.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lblVoted
//
this.lblVoted.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.lblVoted.BackColor = System.Drawing.Color.Lime;
this.lblVoted.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblVoted.ForeColor = System.Drawing.Color.Yellow;
this.lblVoted.Location = new System.Drawing.Point(140, 22);
this.lblVoted.Name = "lblVoted";
this.lblVoted.Size = new System.Drawing.Size(111, 23);
this.lblVoted.TabIndex = 87;
this.lblVoted.Text = "已提交:";
this.lblVoted.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// picNoPress
//
this.picNoPress.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.picNoPress.BackColor = System.Drawing.Color.Black;
this.picNoPress.Location = new System.Drawing.Point(379, 32);
this.picNoPress.Name = "picNoPress";
this.picNoPress.Size = new System.Drawing.Size(20, 13);
this.picNoPress.TabIndex = 90;
this.picNoPress.TabStop = false;
this.picNoPress.Visible = false;
//
// picVoted
//
this.picVoted.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.picVoted.BackColor = System.Drawing.Color.Green;
this.picVoted.Location = new System.Drawing.Point(196, 33);
this.picVoted.Name = "picVoted";
this.picVoted.Size = new System.Drawing.Size(20, 13);
this.picVoted.TabIndex = 89;
this.picVoted.TabStop = false;
this.picVoted.Visible = false;
//
// label1
//
this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.label1.AutoSize = true;
this.label1.BackColor = System.Drawing.Color.Black;
this.label1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.ForeColor = System.Drawing.Color.White;
this.label1.Location = new System.Drawing.Point(405, 15);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(42, 14);
this.label1.TabIndex = 84;
this.label1.Tag = "离线:";
this.label1.Text = "离线:";
this.label1.Visible = false;
//
// lblWeak
//
this.lblWeak.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.lblWeak.AutoSize = true;
this.lblWeak.BackColor = System.Drawing.Color.Black;
this.lblWeak.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblWeak.ForeColor = System.Drawing.Color.White;
this.lblWeak.Location = new System.Drawing.Point(222, 15);
this.lblWeak.Name = "lblWeak";
this.lblWeak.Size = new System.Drawing.Size(42, 14);
this.lblWeak.TabIndex = 85;
this.lblWeak.Tag = "弱电:";
this.lblWeak.Text = "弱电:";
this.lblWeak.Visible = false;
//
// lblOfflineColor
//
this.lblOfflineColor.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.lblOfflineColor.AutoSize = true;
this.lblOfflineColor.BackColor = System.Drawing.Color.Black;
this.lblOfflineColor.Font = new System.Drawing.Font("Arial", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblOfflineColor.ForeColor = System.Drawing.Color.Silver;
this.lblOfflineColor.Location = new System.Drawing.Point(376, 13);
this.lblOfflineColor.Name = "lblOfflineColor";
this.lblOfflineColor.Size = new System.Drawing.Size(22, 16);
this.lblOfflineColor.TabIndex = 86;
this.lblOfflineColor.Text = "ID";
this.lblOfflineColor.Visible = false;
//
// lblWeakColor
//
this.lblWeakColor.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.lblWeakColor.AutoSize = true;
this.lblWeakColor.BackColor = System.Drawing.Color.Black;
this.lblWeakColor.Font = new System.Drawing.Font("Arial", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblWeakColor.ForeColor = System.Drawing.Color.Red;
this.lblWeakColor.Location = new System.Drawing.Point(194, 13);
this.lblWeakColor.Name = "lblWeakColor";
this.lblWeakColor.Size = new System.Drawing.Size(22, 16);
this.lblWeakColor.TabIndex = 81;
this.lblWeakColor.Text = "ID";
this.lblWeakColor.Visible = false;
//
// lblOnlineColor
//
this.lblOnlineColor.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.lblOnlineColor.AutoSize = true;
this.lblOnlineColor.BackColor = System.Drawing.Color.Black;
this.lblOnlineColor.Font = new System.Drawing.Font("Arial", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblOnlineColor.ForeColor = System.Drawing.Color.Yellow;
this.lblOnlineColor.Location = new System.Drawing.Point(11, 13);
this.lblOnlineColor.Name = "lblOnlineColor";
this.lblOnlineColor.Size = new System.Drawing.Size(22, 16);
this.lblOnlineColor.TabIndex = 82;
this.lblOnlineColor.Text = "ID";
this.lblOnlineColor.Visible = false;
//
// lblOnline
//
this.lblOnline.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.lblOnline.AutoSize = true;
this.lblOnline.BackColor = System.Drawing.Color.Black;
this.lblOnline.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblOnline.ForeColor = System.Drawing.Color.White;
this.lblOnline.Location = new System.Drawing.Point(39, 15);
this.lblOnline.Name = "lblOnline";
this.lblOnline.Size = new System.Drawing.Size(42, 14);
this.lblOnline.TabIndex = 83;
this.lblOnline.Tag = "正常:";
this.lblOnline.Text = "在线:";
this.lblOnline.Visible = false;
//
// lblVoteCount
//
this.lblVoteCount.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.lblVoteCount.AutoSize = true;
this.lblVoteCount.BackColor = System.Drawing.Color.White;
this.lblVoteCount.Font = new System.Drawing.Font("宋体", 10F);
this.lblVoteCount.ForeColor = System.Drawing.Color.Black;
this.lblVoteCount.Location = new System.Drawing.Point(141, 4);
this.lblVoteCount.Name = "lblVoteCount";
this.lblVoteCount.Size = new System.Drawing.Size(161, 14);
this.lblVoteCount.TabIndex = 88;
this.lblVoteCount.Text = "Yes:99 No:99: Abs:99";
this.lblVoteCount.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// pnlMapBack
//
this.pnlMapBack.AutoScroll = true;
this.pnlMapBack.BackColor = System.Drawing.Color.Gray;
this.pnlMapBack.Controls.Add(this.panVoteNameList);
this.pnlMapBack.Controls.Add(this.picMap);
this.pnlMapBack.Controls.Add(this.mySeat1);
this.pnlMapBack.Controls.Add(this.button1);
this.pnlMapBack.Dock = System.Windows.Forms.DockStyle.Fill;
this.pnlMapBack.Location = new System.Drawing.Point(0, 0);
this.pnlMapBack.Name = "pnlMapBack";
this.pnlMapBack.Size = new System.Drawing.Size(1008, 535);
this.pnlMapBack.TabIndex = 74;
this.pnlMapBack.Scroll += new System.Windows.Forms.ScrollEventHandler(this.pnlMapBack_Scroll);
//
// panVoteNameList
//
this.panVoteNameList.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.panVoteNameList.BackColor = System.Drawing.Color.White;
this.panVoteNameList.Controls.Add(this.lblFont);
this.panVoteNameList.Controls.Add(this.pnlVoteAbsB);
this.panVoteNameList.Controls.Add(this.pnlVoteNoB);
this.panVoteNameList.Controls.Add(this.pnlVoteYesB);
this.panVoteNameList.Location = new System.Drawing.Point(42, 54);
this.panVoteNameList.Name = "panVoteNameList";
this.panVoteNameList.Size = new System.Drawing.Size(915, 274);
this.panVoteNameList.TabIndex = 76;
this.panVoteNameList.Visible = false;
//
// lblFont
//
this.lblFont.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.lblFont.AutoSize = true;
this.lblFont.BackColor = System.Drawing.Color.White;
this.lblFont.Font = new System.Drawing.Font("微软雅黑", 21F);
this.lblFont.ForeColor = System.Drawing.Color.Black;
this.lblFont.Location = new System.Drawing.Point(74, 236);
this.lblFont.Name = "lblFont";
this.lblFont.Size = new System.Drawing.Size(71, 36);
this.lblFont.TabIndex = 0;
this.lblFont.Text = "姓名";
this.lblFont.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.lblFont.Visible = false;
//
// pnlVoteAbsB
//
this.pnlVoteAbsB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.pnlVoteAbsB.BackColor = System.Drawing.Color.Orange;
this.pnlVoteAbsB.Controls.Add(this.pnlAbs);
this.pnlVoteAbsB.Location = new System.Drawing.Point(15, 173);
this.pnlVoteAbsB.Name = "pnlVoteAbsB";
this.pnlVoteAbsB.Size = new System.Drawing.Size(886, 80);
this.pnlVoteAbsB.TabIndex = 0;
//
// pnlAbs
//
this.pnlAbs.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.pnlAbs.BackColor = System.Drawing.Color.White;
this.pnlAbs.Controls.Add(this.lblVoteNameAbs);
this.pnlAbs.Controls.Add(this.pnlVoteAbs);
this.pnlAbs.Location = new System.Drawing.Point(3, 3);
this.pnlAbs.Name = "pnlAbs";
this.pnlAbs.Size = new System.Drawing.Size(880, 74);
this.pnlAbs.TabIndex = 0;
//
// lblVoteNameAbs
//
this.lblVoteNameAbs.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.lblVoteNameAbs.Font = new System.Drawing.Font("微软雅黑", 18F);
this.lblVoteNameAbs.Location = new System.Drawing.Point(157, 3);
this.lblVoteNameAbs.Margin = new System.Windows.Forms.Padding(10);
this.lblVoteNameAbs.Name = "lblVoteNameAbs";
this.lblVoteNameAbs.Size = new System.Drawing.Size(710, 68);
this.lblVoteNameAbs.TabIndex = 1;
this.lblVoteNameAbs.Text = "张三、李四、王五、赵四郎、欧阳欧阳、李芳芳、袁刚、六十五、下午、挖去是、大的、出差、的点位";
this.lblVoteNameAbs.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// pnlVoteAbs
//
this.pnlVoteAbs.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.pnlVoteAbs.BackColor = System.Drawing.Color.Orange;
this.pnlVoteAbs.Controls.Add(this.lblVoteAbs);
this.pnlVoteAbs.Location = new System.Drawing.Point(16, 13);
this.pnlVoteAbs.Name = "pnlVoteAbs";
this.pnlVoteAbs.Size = new System.Drawing.Size(117, 48);
this.pnlVoteAbs.TabIndex = 2;
//
// lblVoteAbs
//
this.lblVoteAbs.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.lblVoteAbs.BackColor = System.Drawing.Color.White;
this.lblVoteAbs.Font = new System.Drawing.Font("微软雅黑", 21F);
this.lblVoteAbs.ForeColor = System.Drawing.Color.Orange;
this.lblVoteAbs.Location = new System.Drawing.Point(0, 0);
this.lblVoteAbs.Name = "lblVoteAbs";
this.lblVoteAbs.Size = new System.Drawing.Size(114, 48);
this.lblVoteAbs.TabIndex = 0;
this.lblVoteAbs.Text = "弃权";
this.lblVoteAbs.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// pnlVoteNoB
//
this.pnlVoteNoB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.pnlVoteNoB.BackColor = System.Drawing.Color.Red;
this.pnlVoteNoB.Controls.Add(this.pnlNo);
this.pnlVoteNoB.Location = new System.Drawing.Point(15, 87);
this.pnlVoteNoB.Name = "pnlVoteNoB";
this.pnlVoteNoB.Size = new System.Drawing.Size(886, 80);
this.pnlVoteNoB.TabIndex = 0;
//
// pnlNo
//
this.pnlNo.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.pnlNo.BackColor = System.Drawing.Color.White;
this.pnlNo.Controls.Add(this.lblVoteNameNo);
this.pnlNo.Controls.Add(this.pnlVoteNo);
this.pnlNo.Location = new System.Drawing.Point(3, 3);
this.pnlNo.Name = "pnlNo";
this.pnlNo.Size = new System.Drawing.Size(880, 74);
this.pnlNo.TabIndex = 0;
//
// lblVoteNameNo
//
this.lblVoteNameNo.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.lblVoteNameNo.Font = new System.Drawing.Font("微软雅黑", 18F);
this.lblVoteNameNo.Location = new System.Drawing.Point(157, 3);
this.lblVoteNameNo.Margin = new System.Windows.Forms.Padding(10);
this.lblVoteNameNo.Name = "lblVoteNameNo";
this.lblVoteNameNo.Size = new System.Drawing.Size(710, 68);
this.lblVoteNameNo.TabIndex = 1;
this.lblVoteNameNo.Text = "张三、李四、王五、赵四郎、欧阳欧阳、李芳芳、袁刚、六十五、下午、挖去是、大的、出差、的点位、第二行";
this.lblVoteNameNo.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// pnlVoteNo
//
this.pnlVoteNo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.pnlVoteNo.BackColor = System.Drawing.Color.Red;
this.pnlVoteNo.Controls.Add(this.lblVoteNo);
this.pnlVoteNo.Location = new System.Drawing.Point(13, 13);
this.pnlVoteNo.Name = "pnlVoteNo";
this.pnlVoteNo.Size = new System.Drawing.Size(120, 48);
this.pnlVoteNo.TabIndex = 2;
//
// lblVoteNo
//
this.lblVoteNo.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.lblVoteNo.BackColor = System.Drawing.Color.White;
this.lblVoteNo.Font = new System.Drawing.Font("微软雅黑", 21F);
this.lblVoteNo.ForeColor = System.Drawing.Color.Red;
this.lblVoteNo.Location = new System.Drawing.Point(0, 0);
this.lblVoteNo.Name = "lblVoteNo";
this.lblVoteNo.Size = new System.Drawing.Size(117, 48);
this.lblVoteNo.TabIndex = 0;
this.lblVoteNo.Text = "反对";
this.lblVoteNo.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// pnlVoteYesB
//
this.pnlVoteYesB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.pnlVoteYesB.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
this.pnlVoteYesB.Controls.Add(this.pnlYes);
this.pnlVoteYesB.Location = new System.Drawing.Point(15, 1);
this.pnlVoteYesB.Name = "pnlVoteYesB";
this.pnlVoteYesB.Size = new System.Drawing.Size(886, 80);
this.pnlVoteYesB.TabIndex = 0;
//
// pnlYes
//
this.pnlYes.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.pnlYes.BackColor = System.Drawing.Color.White;
this.pnlYes.Controls.Add(this.lblVoteNameYes);
this.pnlYes.Controls.Add(this.pnlVoteYes);
this.pnlYes.Location = new System.Drawing.Point(3, 3);
this.pnlYes.Name = "pnlYes";
this.pnlYes.Size = new System.Drawing.Size(880, 74);
this.pnlYes.TabIndex = 0;
//
// lblVoteNameYes
//
this.lblVoteNameYes.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.lblVoteNameYes.Font = new System.Drawing.Font("微软雅黑", 18F);
this.lblVoteNameYes.Location = new System.Drawing.Point(157, 3);
this.lblVoteNameYes.Margin = new System.Windows.Forms.Padding(10);
this.lblVoteNameYes.Name = "lblVoteNameYes";
this.lblVoteNameYes.Size = new System.Drawing.Size(710, 68);
this.lblVoteNameYes.TabIndex = 0;
this.lblVoteNameYes.Text = "张三、李四、王五、赵四郎、欧阳欧阳、李芳芳、袁刚、六十五、下午、挖去是、大的、出差、的点位";
this.lblVoteNameYes.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// pnlVoteYes
//
this.pnlVoteYes.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.pnlVoteYes.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
this.pnlVoteYes.Controls.Add(this.lblVoteYes);
this.pnlVoteYes.Location = new System.Drawing.Point(13, 13);
this.pnlVoteYes.Name = "pnlVoteYes";
this.pnlVoteYes.Size = new System.Drawing.Size(120, 48);
this.pnlVoteYes.TabIndex = 0;
//
// lblVoteYes
//
this.lblVoteYes.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.lblVoteYes.BackColor = System.Drawing.Color.White;
this.lblVoteYes.Font = new System.Drawing.Font("微软雅黑", 21F);
this.lblVoteYes.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
this.lblVoteYes.Location = new System.Drawing.Point(0, 0);
this.lblVoteYes.Name = "lblVoteYes";
this.lblVoteYes.Size = new System.Drawing.Size(117, 48);
this.lblVoteYes.TabIndex = 0;
this.lblVoteYes.Text = "赞成";
this.lblVoteYes.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// picMap
//
this.picMap.BackColor = System.Drawing.Color.White;
this.picMap.Dock = System.Windows.Forms.DockStyle.Top;
this.picMap.Location = new System.Drawing.Point(0, 0);
this.picMap.Name = "picMap";
this.picMap.Size = new System.Drawing.Size(1008, 459);
this.picMap.TabIndex = 75;
this.picMap.TabStop = false;
//
// button1
//
this.button1.Location = new System.Drawing.Point(42, 12);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(155, 50);
this.button1.TabIndex = 70;
this.button1.Text = "查看字体(调试)";
this.button1.UseVisualStyleBackColor = true;
this.button1.Visible = false;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// mySeat1
//
this.mySeat1.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.mySeat1.BackColor = System.Drawing.Color.Black;
this.mySeat1.Controls.Add(this.chkShowNoSignInOK);
this.mySeat1.Location = new System.Drawing.Point(101, 51);
this.mySeat1.Name = "mySeat1";
this.mySeat1.PageNo = 1;
this.mySeat1.Size = new System.Drawing.Size(802, 483);
this.mySeat1.TabIndex = 71;
this.mySeat1.Visible = false;
//
// chkShowNoSignInOK
//
this.chkShowNoSignInOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.chkShowNoSignInOK.AutoSize = true;
this.chkShowNoSignInOK.BackColor = System.Drawing.Color.White;
this.chkShowNoSignInOK.Font = new System.Drawing.Font("宋体", 9F);
this.chkShowNoSignInOK.Location = new System.Drawing.Point(519, 29);
this.chkShowNoSignInOK.Name = "chkShowNoSignInOK";
this.chkShowNoSignInOK.Size = new System.Drawing.Size(96, 16);
this.chkShowNoSignInOK.TabIndex = 107;
this.chkShowNoSignInOK.Text = "只显示未签到";
this.chkShowNoSignInOK.UseVisualStyleBackColor = false;
this.chkShowNoSignInOK.CheckedChanged += new System.EventHandler(this.chkShowNoSignInOK_CheckedChanged);
//
// FrmVoteDetail
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.CancelButton = this.btnExit;
this.ClientSize = new System.Drawing.Size(1008, 587);
this.Controls.Add(this.pnlMapBack);
this.Controls.Add(this.pnlState);
this.Controls.Add(this.btnExit);
this.DoubleBuffered = true;
this.KeyPreview = true;
this.Name = "FrmVoteDetail";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "按键明细";
this.TopMost = true;
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmVoteDetail_FormClosing);
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FrmVoteDetail_FormClosed);
this.Load += new System.EventHandler(this.FrmVoteDetail_Load);
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.FrmVoteDetail_KeyDown);
this.Resize += new System.EventHandler(this.FrmVoteDetail_Resize);
this.menSet.ResumeLayout(false);
this.pnlState.ResumeLayout(false);
this.pnlState.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.picNoPress)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.picVoted)).EndInit();
this.pnlMapBack.ResumeLayout(false);
this.panVoteNameList.ResumeLayout(false);
this.panVoteNameList.PerformLayout();
this.pnlVoteAbsB.ResumeLayout(false);
this.pnlAbs.ResumeLayout(false);
this.pnlVoteAbs.ResumeLayout(false);
this.pnlVoteNoB.ResumeLayout(false);
this.pnlNo.ResumeLayout(false);
this.pnlVoteNo.ResumeLayout(false);
this.pnlVoteYesB.ResumeLayout(false);
this.pnlYes.ResumeLayout(false);
this.pnlVoteYes.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.picMap)).EndInit();
this.mySeat1.ResumeLayout(false);
this.mySeat1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.ComboBox cboShowRoster;
private System.Windows.Forms.Label lblShowRoster;
private System.Windows.Forms.ContextMenuStrip menSet;
private System.Windows.Forms.Button btnExit;
private System.Windows.Forms.Panel pnlState;
public System.Windows.Forms.Label lblTotal;
private System.Windows.Forms.PictureBox picNoPress;
private System.Windows.Forms.PictureBox picVoted;
public System.Windows.Forms.Label lblNoPress;
public System.Windows.Forms.Label lblVoted;
public System.Windows.Forms.Label label1;
public System.Windows.Forms.Label lblWeak;
private System.Windows.Forms.Label lblOfflineColor;
private System.Windows.Forms.Label lblWeakColor;
private System.Windows.Forms.Label lblOnlineColor;
public System.Windows.Forms.Label lblOnline;
private System.Windows.Forms.ToolStripMenuItem tsmShowAll;
private System.Windows.Forms.ToolStripMenuItem tsmShowNoPress;
private System.Windows.Forms.ToolStripMenuItem tsmShowData;
private System.Windows.Forms.ToolStripMenuItem tsmShowRoster;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem2;
private System.Windows.Forms.Label lblShowData;
private System.Windows.Forms.Panel pnlMapBack;
private System.Windows.Forms.CheckBox chkShowData;
private System.Windows.Forms.Button button1;
public System.Windows.Forms.Label lblSameCode;
private System.Windows.Forms.Button btnFullScreen;
public System.Windows.Forms.Label lblVoteCount;
private System.Windows.Forms.Button btnReportVote;
public System.Windows.Forms.ComboBox cboShowData;
private GeneralLib.MySeat mySeat1;
private System.Windows.Forms.CheckBox chkShowNoSignInOK;
private System.Windows.Forms.Button btnImportData;
private System.Windows.Forms.PictureBox picMap;
public System.Windows.Forms.ComboBox cboDataValue;
private System.Windows.Forms.Panel panVoteNameList;
private System.Windows.Forms.Panel pnlVoteAbsB;
private System.Windows.Forms.Panel pnlAbs;
private System.Windows.Forms.Panel pnlVoteNoB;
private System.Windows.Forms.Panel pnlNo;
private System.Windows.Forms.Panel pnlVoteYesB;
private System.Windows.Forms.Panel pnlYes;
private System.Windows.Forms.Label lblVoteNameYes;
private System.Windows.Forms.Panel pnlVoteYes;
private System.Windows.Forms.Label lblVoteYes;
private System.Windows.Forms.Label lblVoteNameAbs;
private System.Windows.Forms.Panel pnlVoteAbs;
private System.Windows.Forms.Label lblVoteAbs;
private System.Windows.Forms.Label lblVoteNameNo;
private System.Windows.Forms.Panel pnlVoteNo;
private System.Windows.Forms.Label lblVoteNo;
private System.Windows.Forms.Label lblFont;
}
}