namespace FCC_Uber_MDX_Configurator { partial class GlobalGraphicPropertiesForm { /// /// 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.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.TXT_DESIGNEDSIZE_WIDTH = new System.Windows.Forms.TextBox(); this.TXT_DESIGNEDSIZE_HEIGHT = new System.Windows.Forms.TextBox(); this.TXT_SHOWSIZE_HEIGHT = new System.Windows.Forms.TextBox(); this.TXT_SHOWSIZE_WIDTH = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.COMBO_ApplicationBorder = new System.Windows.Forms.ComboBox(); this.COMBO_STARTTRAY = new System.Windows.Forms.ComboBox(); this.label5 = new System.Windows.Forms.Label(); this.COMBO_MINIMIZETRAY = new System.Windows.Forms.ComboBox(); this.label7 = new System.Windows.Forms.Label(); this.BTN_SAVE = new System.Windows.Forms.Button(); this.BTN_CANCEL = new System.Windows.Forms.Button(); this.BTN_HELP_MINIMIZETOTRAY = new System.Windows.Forms.Button(); this.BTN_HELP_STARTINTRAY = new System.Windows.Forms.Button(); this.BTN_HELP_BORDERTYPE = new System.Windows.Forms.Button(); this.BTN_HELP_DISPLAYATSIZE = new System.Windows.Forms.Button(); this.BTN_HELP_DESIGNEDFORSIZE = new System.Windows.Forms.Button(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label1.Location = new System.Drawing.Point(13, 24); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(167, 22); this.label1.TabIndex = 0; this.label1.Text = "Designed for Size:"; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label2.Location = new System.Drawing.Point(255, 24); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(19, 22); this.label2.TabIndex = 3; this.label2.Text = "x"; // // TXT_DESIGNEDSIZE_WIDTH // this.TXT_DESIGNEDSIZE_WIDTH.Font = new System.Drawing.Font("Arial", 14.25F); this.TXT_DESIGNEDSIZE_WIDTH.Location = new System.Drawing.Point(190, 21); this.TXT_DESIGNEDSIZE_WIDTH.MaxLength = 4; this.TXT_DESIGNEDSIZE_WIDTH.Name = "TXT_DESIGNEDSIZE_WIDTH"; this.TXT_DESIGNEDSIZE_WIDTH.Size = new System.Drawing.Size(59, 29); this.TXT_DESIGNEDSIZE_WIDTH.TabIndex = 1; this.TXT_DESIGNEDSIZE_WIDTH.Text = "800"; this.TXT_DESIGNEDSIZE_WIDTH.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.TXT_DESIGNEDSIZE_WIDTH.KeyDown += new System.Windows.Forms.KeyEventHandler(this.KeyDown_IsANumber); this.TXT_DESIGNEDSIZE_WIDTH.Leave += new System.EventHandler(this.Leave_VerifyTXTIsValid); // // TXT_DESIGNEDSIZE_HEIGHT // this.TXT_DESIGNEDSIZE_HEIGHT.Font = new System.Drawing.Font("Arial", 14.25F); this.TXT_DESIGNEDSIZE_HEIGHT.Location = new System.Drawing.Point(280, 21); this.TXT_DESIGNEDSIZE_HEIGHT.MaxLength = 4; this.TXT_DESIGNEDSIZE_HEIGHT.Name = "TXT_DESIGNEDSIZE_HEIGHT"; this.TXT_DESIGNEDSIZE_HEIGHT.Size = new System.Drawing.Size(59, 29); this.TXT_DESIGNEDSIZE_HEIGHT.TabIndex = 2; this.TXT_DESIGNEDSIZE_HEIGHT.Text = "800"; this.TXT_DESIGNEDSIZE_HEIGHT.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.TXT_DESIGNEDSIZE_HEIGHT.KeyDown += new System.Windows.Forms.KeyEventHandler(this.KeyDown_IsANumber); this.TXT_DESIGNEDSIZE_HEIGHT.Leave += new System.EventHandler(this.Leave_VerifyTXTIsValid); // // TXT_SHOWSIZE_HEIGHT // this.TXT_SHOWSIZE_HEIGHT.Font = new System.Drawing.Font("Arial", 14.25F); this.TXT_SHOWSIZE_HEIGHT.Location = new System.Drawing.Point(280, 77); this.TXT_SHOWSIZE_HEIGHT.MaxLength = 4; this.TXT_SHOWSIZE_HEIGHT.Name = "TXT_SHOWSIZE_HEIGHT"; this.TXT_SHOWSIZE_HEIGHT.Size = new System.Drawing.Size(59, 29); this.TXT_SHOWSIZE_HEIGHT.TabIndex = 4; this.TXT_SHOWSIZE_HEIGHT.Text = "800"; this.TXT_SHOWSIZE_HEIGHT.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.TXT_SHOWSIZE_HEIGHT.KeyDown += new System.Windows.Forms.KeyEventHandler(this.KeyDown_IsANumber); this.TXT_SHOWSIZE_HEIGHT.Leave += new System.EventHandler(this.Leave_VerifyTXTIsValid); // // TXT_SHOWSIZE_WIDTH // this.TXT_SHOWSIZE_WIDTH.Font = new System.Drawing.Font("Arial", 14.25F); this.TXT_SHOWSIZE_WIDTH.Location = new System.Drawing.Point(190, 77); this.TXT_SHOWSIZE_WIDTH.MaxLength = 4; this.TXT_SHOWSIZE_WIDTH.Name = "TXT_SHOWSIZE_WIDTH"; this.TXT_SHOWSIZE_WIDTH.Size = new System.Drawing.Size(59, 29); this.TXT_SHOWSIZE_WIDTH.TabIndex = 3; this.TXT_SHOWSIZE_WIDTH.Text = "800"; this.TXT_SHOWSIZE_WIDTH.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.TXT_SHOWSIZE_WIDTH.KeyDown += new System.Windows.Forms.KeyEventHandler(this.KeyDown_IsANumber); this.TXT_SHOWSIZE_WIDTH.Leave += new System.EventHandler(this.Leave_VerifyTXTIsValid); // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label3.Location = new System.Drawing.Point(255, 80); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(19, 22); this.label3.TabIndex = 8; this.label3.Text = "x"; // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label4.Location = new System.Drawing.Point(13, 80); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(139, 22); this.label4.TabIndex = 0; this.label4.Text = "Display at Size:"; // // label6 // this.label6.AutoSize = true; this.label6.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label6.Location = new System.Drawing.Point(13, 136); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(171, 22); this.label6.TabIndex = 0; this.label6.Text = "Application Border:"; // // COMBO_ApplicationBorder // this.COMBO_ApplicationBorder.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest; this.COMBO_ApplicationBorder.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems; this.COMBO_ApplicationBorder.Font = new System.Drawing.Font("Arial", 14.25F); this.COMBO_ApplicationBorder.FormattingEnabled = true; this.COMBO_ApplicationBorder.Items.AddRange(new object[] { "Hidden", "Fixed", "Sizeable"}); this.COMBO_ApplicationBorder.Location = new System.Drawing.Point(190, 133); this.COMBO_ApplicationBorder.Name = "COMBO_ApplicationBorder"; this.COMBO_ApplicationBorder.Size = new System.Drawing.Size(149, 30); this.COMBO_ApplicationBorder.TabIndex = 5; this.COMBO_ApplicationBorder.Text = "Sizeable"; this.COMBO_ApplicationBorder.Leave += new System.EventHandler(this.Leave_VerifyCOMBOIsValid); // // COMBO_STARTTRAY // this.COMBO_STARTTRAY.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest; this.COMBO_STARTTRAY.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems; this.COMBO_STARTTRAY.Font = new System.Drawing.Font("Arial", 14.25F); this.COMBO_STARTTRAY.FormattingEnabled = true; this.COMBO_STARTTRAY.Items.AddRange(new object[] { "True", "False"}); this.COMBO_STARTTRAY.Location = new System.Drawing.Point(190, 189); this.COMBO_STARTTRAY.Name = "COMBO_STARTTRAY"; this.COMBO_STARTTRAY.Size = new System.Drawing.Size(149, 30); this.COMBO_STARTTRAY.TabIndex = 10; this.COMBO_STARTTRAY.Text = "False"; this.COMBO_STARTTRAY.Leave += new System.EventHandler(this.Leave_VerifyCOMBOIsValid); // // label5 // this.label5.AutoSize = true; this.label5.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label5.Location = new System.Drawing.Point(13, 192); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(115, 22); this.label5.TabIndex = 9; this.label5.Text = "Start in Tray:"; // // COMBO_MINIMIZETRAY // this.COMBO_MINIMIZETRAY.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest; this.COMBO_MINIMIZETRAY.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems; this.COMBO_MINIMIZETRAY.Font = new System.Drawing.Font("Arial", 14.25F); this.COMBO_MINIMIZETRAY.FormattingEnabled = true; this.COMBO_MINIMIZETRAY.Items.AddRange(new object[] { "True", "False"}); this.COMBO_MINIMIZETRAY.Location = new System.Drawing.Point(190, 245); this.COMBO_MINIMIZETRAY.Name = "COMBO_MINIMIZETRAY"; this.COMBO_MINIMIZETRAY.Size = new System.Drawing.Size(149, 30); this.COMBO_MINIMIZETRAY.TabIndex = 13; this.COMBO_MINIMIZETRAY.Text = "False"; this.COMBO_MINIMIZETRAY.Leave += new System.EventHandler(this.Leave_VerifyCOMBOIsValid); // // label7 // this.label7.AutoSize = true; this.label7.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label7.Location = new System.Drawing.Point(13, 248); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(151, 22); this.label7.TabIndex = 12; this.label7.Text = "Minimize to Tray:"; // // BTN_SAVE // this.BTN_SAVE.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.SaveCheckIcon; this.BTN_SAVE.Location = new System.Drawing.Point(382, 292); this.BTN_SAVE.Name = "BTN_SAVE"; this.BTN_SAVE.Size = new System.Drawing.Size(50, 50); this.BTN_SAVE.TabIndex = 7; 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(326, 292); this.BTN_CANCEL.Name = "BTN_CANCEL"; this.BTN_CANCEL.Size = new System.Drawing.Size(50, 50); this.BTN_CANCEL.TabIndex = 6; this.BTN_CANCEL.UseVisualStyleBackColor = true; this.BTN_CANCEL.Click += new System.EventHandler(this.BTN_CANCEL_Click); // // BTN_HELP_MINIMIZETOTRAY // this.BTN_HELP_MINIMIZETOTRAY.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.HelpIcon; this.BTN_HELP_MINIMIZETOTRAY.Location = new System.Drawing.Point(382, 236); this.BTN_HELP_MINIMIZETOTRAY.Name = "BTN_HELP_MINIMIZETOTRAY"; this.BTN_HELP_MINIMIZETOTRAY.Size = new System.Drawing.Size(50, 50); this.BTN_HELP_MINIMIZETOTRAY.TabIndex = 14; this.BTN_HELP_MINIMIZETOTRAY.TabStop = false; this.BTN_HELP_MINIMIZETOTRAY.UseVisualStyleBackColor = true; // // BTN_HELP_STARTINTRAY // this.BTN_HELP_STARTINTRAY.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.HelpIcon; this.BTN_HELP_STARTINTRAY.Location = new System.Drawing.Point(382, 180); this.BTN_HELP_STARTINTRAY.Name = "BTN_HELP_STARTINTRAY"; this.BTN_HELP_STARTINTRAY.Size = new System.Drawing.Size(50, 50); this.BTN_HELP_STARTINTRAY.TabIndex = 11; this.BTN_HELP_STARTINTRAY.TabStop = false; this.BTN_HELP_STARTINTRAY.UseVisualStyleBackColor = true; // // BTN_HELP_BORDERTYPE // this.BTN_HELP_BORDERTYPE.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.HelpIcon; this.BTN_HELP_BORDERTYPE.Location = new System.Drawing.Point(382, 124); this.BTN_HELP_BORDERTYPE.Name = "BTN_HELP_BORDERTYPE"; this.BTN_HELP_BORDERTYPE.Size = new System.Drawing.Size(50, 50); this.BTN_HELP_BORDERTYPE.TabIndex = 8; this.BTN_HELP_BORDERTYPE.TabStop = false; this.BTN_HELP_BORDERTYPE.UseVisualStyleBackColor = true; // // BTN_HELP_DISPLAYATSIZE // this.BTN_HELP_DISPLAYATSIZE.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.HelpIcon; this.BTN_HELP_DISPLAYATSIZE.Location = new System.Drawing.Point(382, 68); this.BTN_HELP_DISPLAYATSIZE.Name = "BTN_HELP_DISPLAYATSIZE"; this.BTN_HELP_DISPLAYATSIZE.Size = new System.Drawing.Size(50, 50); this.BTN_HELP_DISPLAYATSIZE.TabIndex = 8; this.BTN_HELP_DISPLAYATSIZE.TabStop = false; this.BTN_HELP_DISPLAYATSIZE.UseVisualStyleBackColor = true; // // BTN_HELP_DESIGNEDFORSIZE // this.BTN_HELP_DESIGNEDFORSIZE.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.HelpIcon; this.BTN_HELP_DESIGNEDFORSIZE.Location = new System.Drawing.Point(382, 12); this.BTN_HELP_DESIGNEDFORSIZE.Name = "BTN_HELP_DESIGNEDFORSIZE"; this.BTN_HELP_DESIGNEDFORSIZE.Size = new System.Drawing.Size(50, 50); this.BTN_HELP_DESIGNEDFORSIZE.TabIndex = 8; this.BTN_HELP_DESIGNEDFORSIZE.TabStop = false; this.BTN_HELP_DESIGNEDFORSIZE.UseVisualStyleBackColor = true; // // GlobalGraphicPropertiesForm // this.AcceptButton = this.BTN_SAVE; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.White; this.CancelButton = this.BTN_CANCEL; this.ClientSize = new System.Drawing.Size(444, 349); this.Controls.Add(this.COMBO_MINIMIZETRAY); this.Controls.Add(this.BTN_HELP_MINIMIZETOTRAY); this.Controls.Add(this.label7); this.Controls.Add(this.COMBO_STARTTRAY); this.Controls.Add(this.BTN_HELP_STARTINTRAY); this.Controls.Add(this.label5); this.Controls.Add(this.COMBO_ApplicationBorder); this.Controls.Add(this.BTN_HELP_BORDERTYPE); this.Controls.Add(this.label6); this.Controls.Add(this.BTN_HELP_DISPLAYATSIZE); this.Controls.Add(this.TXT_SHOWSIZE_HEIGHT); this.Controls.Add(this.TXT_SHOWSIZE_WIDTH); this.Controls.Add(this.label3); this.Controls.Add(this.label4); this.Controls.Add(this.BTN_HELP_DESIGNEDFORSIZE); this.Controls.Add(this.TXT_DESIGNEDSIZE_HEIGHT); this.Controls.Add(this.TXT_DESIGNEDSIZE_WIDTH); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.BTN_SAVE); this.Controls.Add(this.BTN_CANCEL); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.MinimizeBox = true; this.Name = "GlobalGraphicPropertiesForm"; this.ShowIcon = false; this.ShowInTaskbar = true; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Global Graphic Properties"; this.TopMost = false; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button BTN_CANCEL; private System.Windows.Forms.Button BTN_SAVE; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox TXT_DESIGNEDSIZE_WIDTH; private System.Windows.Forms.TextBox TXT_DESIGNEDSIZE_HEIGHT; private System.Windows.Forms.Button BTN_HELP_DESIGNEDFORSIZE; private System.Windows.Forms.Button BTN_HELP_DISPLAYATSIZE; private System.Windows.Forms.TextBox TXT_SHOWSIZE_HEIGHT; private System.Windows.Forms.TextBox TXT_SHOWSIZE_WIDTH; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label4; private System.Windows.Forms.Button BTN_HELP_BORDERTYPE; private System.Windows.Forms.Label label6; private System.Windows.Forms.ComboBox COMBO_ApplicationBorder; private System.Windows.Forms.ComboBox COMBO_STARTTRAY; private System.Windows.Forms.Button BTN_HELP_STARTINTRAY; private System.Windows.Forms.Label label5; private System.Windows.Forms.ComboBox COMBO_MINIMIZETRAY; private System.Windows.Forms.Button BTN_HELP_MINIMIZETOTRAY; private System.Windows.Forms.Label label7; } }