namespace FCC_Uber_MDX_Configurator { partial class ThenDoForm { /// /// 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.TS_MAINTOP = new System.Windows.Forms.ToolStrip(); this.BTN_SAVE = new System.Windows.Forms.ToolStripButton(); this.TSB_ADD = new System.Windows.Forms.ToolStripButton(); this.TSB_Edit = new System.Windows.Forms.ToolStripButton(); this.TSB_DELETE = new System.Windows.Forms.ToolStripButton(); this.LIST_ThenDoList = new System.Windows.Forms.ListBox(); this.TS_MAINTOP.SuspendLayout(); this.SuspendLayout(); // // TS_MAINTOP // this.TS_MAINTOP.AllowDrop = true; this.TS_MAINTOP.BackColor = System.Drawing.SystemColors.Control; this.TS_MAINTOP.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; this.TS_MAINTOP.ImageScalingSize = new System.Drawing.Size(58, 56); this.TS_MAINTOP.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.BTN_SAVE, this.TSB_ADD, this.TSB_Edit, this.TSB_DELETE}); this.TS_MAINTOP.Location = new System.Drawing.Point(0, 0); this.TS_MAINTOP.Name = "TS_MAINTOP"; this.TS_MAINTOP.Size = new System.Drawing.Size(624, 63); this.TS_MAINTOP.TabIndex = 4; this.TS_MAINTOP.Text = "Main Tool Bar"; // // BTN_SAVE // this.BTN_SAVE.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.BTN_SAVE.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.SaveIcon; this.BTN_SAVE.ImageTransparentColor = System.Drawing.Color.Magenta; this.BTN_SAVE.Name = "BTN_SAVE"; this.BTN_SAVE.Size = new System.Drawing.Size(62, 60); this.BTN_SAVE.Text = "Save Then Statements"; this.BTN_SAVE.Click += new System.EventHandler(this.BTN_SAVE_Click); // // TSB_ADD // this.TSB_ADD.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.TSB_ADD.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.AddPlusIcon; this.TSB_ADD.ImageTransparentColor = System.Drawing.Color.Magenta; this.TSB_ADD.Name = "TSB_ADD"; this.TSB_ADD.Size = new System.Drawing.Size(62, 60); this.TSB_ADD.Text = "Add Then Statement"; this.TSB_ADD.Click += new System.EventHandler(this.TSB_ADD_Click); // // TSB_Edit // this.TSB_Edit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.TSB_Edit.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.EditIcon; this.TSB_Edit.ImageTransparentColor = System.Drawing.Color.Magenta; this.TSB_Edit.Name = "TSB_Edit"; this.TSB_Edit.Size = new System.Drawing.Size(62, 60); this.TSB_Edit.Text = "Edit Selected Then Statement"; this.TSB_Edit.Click += new System.EventHandler(this.TSB_Edit_Click); // // TSB_DELETE // this.TSB_DELETE.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.TSB_DELETE.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.DeleteIcon; this.TSB_DELETE.ImageTransparentColor = System.Drawing.Color.Magenta; this.TSB_DELETE.Name = "TSB_DELETE"; this.TSB_DELETE.Size = new System.Drawing.Size(62, 60); this.TSB_DELETE.Text = "Delete Selected Then Statement"; this.TSB_DELETE.Click += new System.EventHandler(this.TSB_DELETE_Click); // // LIST_ThenDoList // this.LIST_ThenDoList.Dock = System.Windows.Forms.DockStyle.Fill; this.LIST_ThenDoList.Font = new System.Drawing.Font("Arial", 14.25F); this.LIST_ThenDoList.FormattingEnabled = true; this.LIST_ThenDoList.ItemHeight = 22; this.LIST_ThenDoList.Location = new System.Drawing.Point(0, 63); this.LIST_ThenDoList.Name = "LIST_ThenDoList"; this.LIST_ThenDoList.Size = new System.Drawing.Size(624, 378); this.LIST_ThenDoList.TabIndex = 5; this.LIST_ThenDoList.DoubleClick += new System.EventHandler(this.LIST_ThenDoList_DoubleClick); // // ThenDoForm // 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(624, 444); this.Controls.Add(this.LIST_ThenDoList); this.Controls.Add(this.TS_MAINTOP); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.Name = "ThenDoForm"; this.ShowIcon = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "ThenDoForm"; this.TS_MAINTOP.ResumeLayout(false); this.TS_MAINTOP.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.ToolStrip TS_MAINTOP; private System.Windows.Forms.ToolStripButton TSB_ADD; private System.Windows.Forms.ToolStripButton TSB_DELETE; private System.Windows.Forms.ListBox LIST_ThenDoList; private System.Windows.Forms.ToolStripButton BTN_SAVE; private System.Windows.Forms.ToolStripButton TSB_Edit; } }