namespace FCC_Uber_MDX_Configurator { partial class COM_SetupForm { /// /// 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(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(COM_SetupForm)); System.Windows.Forms.ListViewItem listViewItem2 = new System.Windows.Forms.ListViewItem("Test", 0); this.CHK_ENABLE = new System.Windows.Forms.CheckBox(); this.CHK_COM_ONLY = new System.Windows.Forms.CheckBox(); this.LISTVIEW_COM_INTERPRET = new System.Windows.Forms.ListView(); this.IMAGE_LIST_COM = new System.Windows.Forms.ImageList(this.components); this.TAB_COM_SETUP = new System.Windows.Forms.TabControl(); this.TAB_COM_READ = new System.Windows.Forms.TabPage(); this.TAB_COM_WRITE = new System.Windows.Forms.TabPage(); this.LISTVIEW_COM_EXECUTE = new System.Windows.Forms.ListView(); 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_EDIT_COM_OBJECT = new System.Windows.Forms.Button(); this.BTN_ADD_COM_OBJECT = new System.Windows.Forms.Button(); this.BTN_DELETE_COM_OBJECT = new System.Windows.Forms.Button(); this.TAB_COM_SETUP.SuspendLayout(); this.TAB_COM_READ.SuspendLayout(); this.TAB_COM_WRITE.SuspendLayout(); this.SuspendLayout(); // // CHK_ENABLE // this.CHK_ENABLE.AutoSize = true; this.CHK_ENABLE.Font = new System.Drawing.Font("Arial", 14.25F); this.CHK_ENABLE.Location = new System.Drawing.Point(12, 12); this.CHK_ENABLE.Name = "CHK_ENABLE"; this.CHK_ENABLE.Size = new System.Drawing.Size(137, 26); this.CHK_ENABLE.TabIndex = 85; this.CHK_ENABLE.Text = "Enable COM"; this.CHK_ENABLE.UseVisualStyleBackColor = true; this.CHK_ENABLE.CheckedChanged += new System.EventHandler(this.CHK_ENABLE_CheckedChanged); // // CHK_COM_ONLY // this.CHK_COM_ONLY.AutoSize = true; this.CHK_COM_ONLY.Enabled = false; this.CHK_COM_ONLY.Font = new System.Drawing.Font("Arial", 14.25F); this.CHK_COM_ONLY.Location = new System.Drawing.Point(155, 12); this.CHK_COM_ONLY.Name = "CHK_COM_ONLY"; this.CHK_COM_ONLY.Size = new System.Drawing.Size(233, 26); this.CHK_COM_ONLY.TabIndex = 86; this.CHK_COM_ONLY.Text = "Enable COM Only Mode"; this.CHK_COM_ONLY.UseVisualStyleBackColor = true; this.CHK_COM_ONLY.CheckedChanged += new System.EventHandler(this.CHK_COM_ONLY_CheckedChanged); // // LISTVIEW_COM_INTERPRET // this.LISTVIEW_COM_INTERPRET.Dock = System.Windows.Forms.DockStyle.Fill; this.LISTVIEW_COM_INTERPRET.LargeImageList = this.IMAGE_LIST_COM; this.LISTVIEW_COM_INTERPRET.Location = new System.Drawing.Point(3, 3); this.LISTVIEW_COM_INTERPRET.Name = "LISTVIEW_COM_INTERPRET"; this.LISTVIEW_COM_INTERPRET.Size = new System.Drawing.Size(590, 376); this.LISTVIEW_COM_INTERPRET.SmallImageList = this.IMAGE_LIST_COM; this.LISTVIEW_COM_INTERPRET.TabIndex = 87; this.LISTVIEW_COM_INTERPRET.UseCompatibleStateImageBehavior = false; this.LISTVIEW_COM_INTERPRET.DoubleClick += new System.EventHandler(this.LISTVIEW_COM_INTERPRET_DoubleClick); // // IMAGE_LIST_COM // this.IMAGE_LIST_COM.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("IMAGE_LIST_COM.ImageStream"))); this.IMAGE_LIST_COM.TransparentColor = System.Drawing.Color.Transparent; this.IMAGE_LIST_COM.Images.SetKeyName(0, "COMIcon.png"); // // TAB_COM_SETUP // this.TAB_COM_SETUP.Controls.Add(this.TAB_COM_READ); this.TAB_COM_SETUP.Controls.Add(this.TAB_COM_WRITE); this.TAB_COM_SETUP.Font = new System.Drawing.Font("Arial", 14.25F); this.TAB_COM_SETUP.Location = new System.Drawing.Point(68, 44); this.TAB_COM_SETUP.Name = "TAB_COM_SETUP"; this.TAB_COM_SETUP.SelectedIndex = 0; this.TAB_COM_SETUP.Size = new System.Drawing.Size(604, 417); this.TAB_COM_SETUP.TabIndex = 88; this.TAB_COM_SETUP.Selected += new System.Windows.Forms.TabControlEventHandler(this.TAB_COM_SETUP_Selected); // // TAB_COM_READ // this.TAB_COM_READ.Controls.Add(this.LISTVIEW_COM_INTERPRET); this.TAB_COM_READ.Location = new System.Drawing.Point(4, 31); this.TAB_COM_READ.Name = "TAB_COM_READ"; this.TAB_COM_READ.Padding = new System.Windows.Forms.Padding(3); this.TAB_COM_READ.Size = new System.Drawing.Size(596, 382); this.TAB_COM_READ.TabIndex = 0; this.TAB_COM_READ.Text = "Interpretable COM Commands"; this.TAB_COM_READ.UseVisualStyleBackColor = true; // // TAB_COM_WRITE // this.TAB_COM_WRITE.Controls.Add(this.LISTVIEW_COM_EXECUTE); this.TAB_COM_WRITE.Location = new System.Drawing.Point(4, 31); this.TAB_COM_WRITE.Name = "TAB_COM_WRITE"; this.TAB_COM_WRITE.Padding = new System.Windows.Forms.Padding(3); this.TAB_COM_WRITE.Size = new System.Drawing.Size(596, 382); this.TAB_COM_WRITE.TabIndex = 1; this.TAB_COM_WRITE.Text = "Executable COM Commands"; this.TAB_COM_WRITE.UseVisualStyleBackColor = true; // // LISTVIEW_COM_EXECUTE // this.LISTVIEW_COM_EXECUTE.Dock = System.Windows.Forms.DockStyle.Fill; this.LISTVIEW_COM_EXECUTE.Items.AddRange(new System.Windows.Forms.ListViewItem[] { listViewItem2}); this.LISTVIEW_COM_EXECUTE.LargeImageList = this.IMAGE_LIST_COM; this.LISTVIEW_COM_EXECUTE.Location = new System.Drawing.Point(3, 3); this.LISTVIEW_COM_EXECUTE.Name = "LISTVIEW_COM_EXECUTE"; this.LISTVIEW_COM_EXECUTE.Size = new System.Drawing.Size(590, 376); this.LISTVIEW_COM_EXECUTE.SmallImageList = this.IMAGE_LIST_COM; this.LISTVIEW_COM_EXECUTE.TabIndex = 88; this.LISTVIEW_COM_EXECUTE.UseCompatibleStateImageBehavior = false; this.LISTVIEW_COM_EXECUTE.DoubleClick += new System.EventHandler(this.LISTVIEW_COM_EXECUTE_DoubleClick); // // BTN_SAVE // this.BTN_SAVE.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.SaveCheckIcon; this.BTN_SAVE.Location = new System.Drawing.Point(622, 467); this.BTN_SAVE.Name = "BTN_SAVE"; this.BTN_SAVE.Size = new System.Drawing.Size(50, 50); this.BTN_SAVE.TabIndex = 90; this.BTN_SAVE.UseVisualStyleBackColor = true; this.BTN_SAVE.Visible = false; // // 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(566, 467); this.BTN_CANCEL.Name = "BTN_CANCEL"; this.BTN_CANCEL.Size = new System.Drawing.Size(50, 50); this.BTN_CANCEL.TabIndex = 89; this.BTN_CANCEL.UseVisualStyleBackColor = true; this.BTN_CANCEL.Visible = false; // // BTN_HELP // this.BTN_HELP.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.HelpIcon; this.BTN_HELP.Location = new System.Drawing.Point(510, 467); this.BTN_HELP.Name = "BTN_HELP"; this.BTN_HELP.Size = new System.Drawing.Size(50, 50); this.BTN_HELP.TabIndex = 91; this.BTN_HELP.TabStop = false; this.BTN_HELP.UseVisualStyleBackColor = true; this.BTN_HELP.Visible = false; // // BTN_EDIT_COM_OBJECT // this.BTN_EDIT_COM_OBJECT.Enabled = false; this.BTN_EDIT_COM_OBJECT.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.EditIcon; this.BTN_EDIT_COM_OBJECT.Location = new System.Drawing.Point(12, 100); this.BTN_EDIT_COM_OBJECT.Name = "BTN_EDIT_COM_OBJECT"; this.BTN_EDIT_COM_OBJECT.Size = new System.Drawing.Size(50, 50); this.BTN_EDIT_COM_OBJECT.TabIndex = 93; this.BTN_EDIT_COM_OBJECT.UseVisualStyleBackColor = true; this.BTN_EDIT_COM_OBJECT.Click += new System.EventHandler(this.BTN_EDIT_COM_OBJECT_Click); // // BTN_ADD_COM_OBJECT // this.BTN_ADD_COM_OBJECT.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.BTN_ADD_COM_OBJECT.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.AddPlusIcon; this.BTN_ADD_COM_OBJECT.Location = new System.Drawing.Point(12, 44); this.BTN_ADD_COM_OBJECT.Name = "BTN_ADD_COM_OBJECT"; this.BTN_ADD_COM_OBJECT.Size = new System.Drawing.Size(50, 50); this.BTN_ADD_COM_OBJECT.TabIndex = 92; this.BTN_ADD_COM_OBJECT.UseVisualStyleBackColor = true; this.BTN_ADD_COM_OBJECT.Click += new System.EventHandler(this.BTN_ADD_COM_OBJECT_Click); // // BTN_DELETE_COM_OBJECT // this.BTN_DELETE_COM_OBJECT.Enabled = false; this.BTN_DELETE_COM_OBJECT.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.DeleteIcon; this.BTN_DELETE_COM_OBJECT.Location = new System.Drawing.Point(12, 156); this.BTN_DELETE_COM_OBJECT.Name = "BTN_DELETE_COM_OBJECT"; this.BTN_DELETE_COM_OBJECT.Size = new System.Drawing.Size(50, 50); this.BTN_DELETE_COM_OBJECT.TabIndex = 94; this.BTN_DELETE_COM_OBJECT.UseVisualStyleBackColor = true; this.BTN_DELETE_COM_OBJECT.Click += new System.EventHandler(this.BTN_DELETE_COM_OBJECT_Click); // // COM_SetupForm // 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(684, 529); this.Controls.Add(this.BTN_DELETE_COM_OBJECT); this.Controls.Add(this.BTN_EDIT_COM_OBJECT); this.Controls.Add(this.BTN_ADD_COM_OBJECT); this.Controls.Add(this.BTN_SAVE); this.Controls.Add(this.BTN_CANCEL); this.Controls.Add(this.BTN_HELP); this.Controls.Add(this.TAB_COM_SETUP); this.Controls.Add(this.CHK_COM_ONLY); this.Controls.Add(this.CHK_ENABLE); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.MaximizeBox = false; this.Name = "COM_SetupForm"; this.ShowIcon = false; this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "COM Setup"; this.TAB_COM_SETUP.ResumeLayout(false); this.TAB_COM_READ.ResumeLayout(false); this.TAB_COM_WRITE.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.CheckBox CHK_ENABLE; private System.Windows.Forms.CheckBox CHK_COM_ONLY; private System.Windows.Forms.ListView LISTVIEW_COM_INTERPRET; private System.Windows.Forms.ImageList IMAGE_LIST_COM; private System.Windows.Forms.TabControl TAB_COM_SETUP; private System.Windows.Forms.TabPage TAB_COM_READ; private System.Windows.Forms.TabPage TAB_COM_WRITE; private System.Windows.Forms.ListView LISTVIEW_COM_EXECUTE; 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.Button BTN_EDIT_COM_OBJECT; private System.Windows.Forms.Button BTN_ADD_COM_OBJECT; private System.Windows.Forms.Button BTN_DELETE_COM_OBJECT; } }