namespace FCC_Uber_MDX_Configurator { partial class COM_Setup_InterpretForm { /// /// 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.LBL_ID = new System.Windows.Forms.Label(); this.TXT_ID = new System.Windows.Forms.TextBox(); this.LISTVIEW_VOTES = new System.Windows.Forms.ListBox(); this.BTN_SAVE = new System.Windows.Forms.Button(); this.BTN_CANCEL = new System.Windows.Forms.Button(); this.BTN_HELP = new System.Windows.Forms.Button(); this.BTN_DELETE_VOTE = new System.Windows.Forms.Button(); this.BTN_EDIT_VOTE = new System.Windows.Forms.Button(); this.BTN_ADD_VOTE = new System.Windows.Forms.Button(); this.TXT_MDVTIME = new System.Windows.Forms.TextBox(); this.LBL_MDVTIME = new System.Windows.Forms.Label(); this.SuspendLayout(); // // LBL_ID // this.LBL_ID.AutoSize = true; this.LBL_ID.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.LBL_ID.Location = new System.Drawing.Point(68, 12); this.LBL_ID.Name = "LBL_ID"; this.LBL_ID.Size = new System.Drawing.Size(35, 22); this.LBL_ID.TabIndex = 103; this.LBL_ID.Text = "ID:"; // // TXT_ID // this.TXT_ID.Font = new System.Drawing.Font("Arial", 14.25F); this.TXT_ID.Location = new System.Drawing.Point(109, 9); this.TXT_ID.MaxLength = 255; this.TXT_ID.Name = "TXT_ID"; this.TXT_ID.Size = new System.Drawing.Size(246, 29); this.TXT_ID.TabIndex = 102; this.TXT_ID.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.TXT_ID.Leave += new System.EventHandler(this.Leave_VerifyTXTIsNotEmpty); // // LISTVIEW_VOTES // this.LISTVIEW_VOTES.Font = new System.Drawing.Font("Arial", 14.25F); this.LISTVIEW_VOTES.FormattingEnabled = true; this.LISTVIEW_VOTES.ItemHeight = 22; this.LISTVIEW_VOTES.Location = new System.Drawing.Point(72, 44); this.LISTVIEW_VOTES.Name = "LISTVIEW_VOTES"; this.LISTVIEW_VOTES.Size = new System.Drawing.Size(595, 334); this.LISTVIEW_VOTES.TabIndex = 106; // // BTN_SAVE // this.BTN_SAVE.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.SaveCheckIcon; this.BTN_SAVE.Location = new System.Drawing.Point(617, 385); this.BTN_SAVE.Name = "BTN_SAVE"; this.BTN_SAVE.Size = new System.Drawing.Size(50, 50); this.BTN_SAVE.TabIndex = 100; this.BTN_SAVE.UseVisualStyleBackColor = true; this.BTN_SAVE.Click += new System.EventHandler(this.BTN_SAVE_Click); // // BTN_CANCEL // this.BTN_CANCEL.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.BTN_CANCEL.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.CancelIcon; this.BTN_CANCEL.Location = new System.Drawing.Point(561, 385); this.BTN_CANCEL.Name = "BTN_CANCEL"; this.BTN_CANCEL.Size = new System.Drawing.Size(50, 50); this.BTN_CANCEL.TabIndex = 99; this.BTN_CANCEL.UseVisualStyleBackColor = true; this.BTN_CANCEL.Click += new System.EventHandler(this.BTN_CANCEL_Click); // // BTN_HELP // this.BTN_HELP.Enabled = false; this.BTN_HELP.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.HelpIcon; this.BTN_HELP.Location = new System.Drawing.Point(505, 385); this.BTN_HELP.Name = "BTN_HELP"; this.BTN_HELP.Size = new System.Drawing.Size(50, 50); this.BTN_HELP.TabIndex = 101; this.BTN_HELP.TabStop = false; this.BTN_HELP.UseVisualStyleBackColor = true; // // BTN_DELETE_VOTE // this.BTN_DELETE_VOTE.Enabled = false; this.BTN_DELETE_VOTE.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.DeleteIcon; this.BTN_DELETE_VOTE.Location = new System.Drawing.Point(12, 124); this.BTN_DELETE_VOTE.Name = "BTN_DELETE_VOTE"; this.BTN_DELETE_VOTE.Size = new System.Drawing.Size(50, 50); this.BTN_DELETE_VOTE.TabIndex = 97; this.BTN_DELETE_VOTE.UseVisualStyleBackColor = true; this.BTN_DELETE_VOTE.Click += new System.EventHandler(this.BTN_DELETE_VOTE_Click); // // BTN_EDIT_VOTE // this.BTN_EDIT_VOTE.Enabled = false; this.BTN_EDIT_VOTE.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.EditIcon; this.BTN_EDIT_VOTE.Location = new System.Drawing.Point(12, 68); this.BTN_EDIT_VOTE.Name = "BTN_EDIT_VOTE"; this.BTN_EDIT_VOTE.Size = new System.Drawing.Size(50, 50); this.BTN_EDIT_VOTE.TabIndex = 96; this.BTN_EDIT_VOTE.UseVisualStyleBackColor = true; this.BTN_EDIT_VOTE.Click += new System.EventHandler(this.BTN_EDIT_VOTE_Click); // // BTN_ADD_VOTE // this.BTN_ADD_VOTE.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.BTN_ADD_VOTE.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.AddPlusIcon; this.BTN_ADD_VOTE.Location = new System.Drawing.Point(12, 12); this.BTN_ADD_VOTE.Name = "BTN_ADD_VOTE"; this.BTN_ADD_VOTE.Size = new System.Drawing.Size(50, 50); this.BTN_ADD_VOTE.TabIndex = 95; this.BTN_ADD_VOTE.UseVisualStyleBackColor = true; this.BTN_ADD_VOTE.Click += new System.EventHandler(this.BTN_ADD_VOTE_Click); // // TXT_MDVTIME // this.TXT_MDVTIME.Font = new System.Drawing.Font("Arial", 14.25F); this.TXT_MDVTIME.Location = new System.Drawing.Point(561, 9); this.TXT_MDVTIME.MaxLength = 255; this.TXT_MDVTIME.Name = "TXT_MDVTIME"; this.TXT_MDVTIME.Size = new System.Drawing.Size(106, 29); this.TXT_MDVTIME.TabIndex = 104; this.TXT_MDVTIME.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.TXT_MDVTIME.KeyDown += new System.Windows.Forms.KeyEventHandler(this.KeyDown_IsANumber); this.TXT_MDVTIME.Leave += new System.EventHandler(this.Leave_VerifyTXTHasAValidNumber); // // LBL_MDVTIME // this.LBL_MDVTIME.AutoSize = true; this.LBL_MDVTIME.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.LBL_MDVTIME.Location = new System.Drawing.Point(361, 12); this.LBL_MDVTIME.Name = "LBL_MDVTIME"; this.LBL_MDVTIME.Size = new System.Drawing.Size(194, 22); this.LBL_MDVTIME.TabIndex = 105; this.LBL_MDVTIME.Text = "Minimum dVote Time:"; // // COM_Setup_InterpretForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.White; this.ClientSize = new System.Drawing.Size(679, 447); this.Controls.Add(this.LISTVIEW_VOTES); this.Controls.Add(this.LBL_MDVTIME); this.Controls.Add(this.TXT_MDVTIME); this.Controls.Add(this.LBL_ID); this.Controls.Add(this.TXT_ID); this.Controls.Add(this.BTN_SAVE); this.Controls.Add(this.BTN_CANCEL); this.Controls.Add(this.BTN_HELP); this.Controls.Add(this.BTN_DELETE_VOTE); this.Controls.Add(this.BTN_EDIT_VOTE); this.Controls.Add(this.BTN_ADD_VOTE); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.MaximizeBox = false; this.Name = "COM_Setup_InterpretForm"; this.ShowIcon = false; this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "COM_Setup_InterpretForm"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button BTN_DELETE_VOTE; private System.Windows.Forms.Button BTN_EDIT_VOTE; private System.Windows.Forms.Button BTN_ADD_VOTE; private System.Windows.Forms.Button BTN_SAVE; private System.Windows.Forms.Button BTN_CANCEL; private System.Windows.Forms.Button BTN_HELP; private System.Windows.Forms.Label LBL_ID; private System.Windows.Forms.TextBox TXT_ID; private System.Windows.Forms.ListBox LISTVIEW_VOTES; private System.Windows.Forms.TextBox TXT_MDVTIME; private System.Windows.Forms.Label LBL_MDVTIME; } }