namespace ITC81DB.Controls { partial class ControlBottomInformation { /// /// 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 Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ControlBottomInformation)); this.buttonAS = new SmartX.SmartButton(); this.buttonHelp = new SmartX.SmartButton(); this.buttonInformation = new SmartX.SmartButton(); this.SuspendLayout(); // // buttonAS // this.buttonAS.BackPictureBox = null; this.buttonAS.BackPictureBox1 = null; this.buttonAS.BackPictureBox2 = null; this.buttonAS.ButtonColor = System.Drawing.Color.Gray; this.buttonAS.ButtonImageAutoSize = true; this.buttonAS.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonAS.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonAS.DisableImage"))); this.buttonAS.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonAS.DownImage"))); this.buttonAS.GroupID = 0; this.buttonAS.InitVisible = true; this.buttonAS.Location = new System.Drawing.Point(171, 0); this.buttonAS.Mode = SmartX.SmartButton.BUTTONMODE.RADIO; this.buttonAS.Name = "buttonAS"; this.buttonAS.NestedClickEventPrevent = false; this.buttonAS.OutlinePixel = 1; this.buttonAS.RepeatInterval = 200; this.buttonAS.RepeatIntervalAccelerate = null; this.buttonAS.SafeInterval = 200; this.buttonAS.Size = new System.Drawing.Size(65, 65); this.buttonAS.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; this.buttonAS.TabIndex = 2; this.buttonAS.TextColor = System.Drawing.Color.Black; this.buttonAS.TextDownColor = System.Drawing.Color.White; this.buttonAS.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; this.buttonAS.TextLocation = new System.Drawing.Point(0, 0); this.buttonAS.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.buttonAS.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonAS.UpImage"))); this.buttonAS.Click += new System.EventHandler(this.buttonMenu_Click); // // buttonHelp // this.buttonHelp.BackPictureBox = null; this.buttonHelp.BackPictureBox1 = null; this.buttonHelp.BackPictureBox2 = null; this.buttonHelp.ButtonColor = System.Drawing.Color.Gray; this.buttonHelp.ButtonImageAutoSize = true; this.buttonHelp.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonHelp.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonHelp.DisableImage"))); this.buttonHelp.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonHelp.DownImage"))); this.buttonHelp.GroupID = 0; this.buttonHelp.InitVisible = true; this.buttonHelp.Location = new System.Drawing.Point(30, 0); this.buttonHelp.Mode = SmartX.SmartButton.BUTTONMODE.RADIO; this.buttonHelp.Name = "buttonHelp"; this.buttonHelp.NestedClickEventPrevent = false; this.buttonHelp.OutlinePixel = 1; this.buttonHelp.RepeatInterval = 200; this.buttonHelp.RepeatIntervalAccelerate = null; this.buttonHelp.SafeInterval = 200; this.buttonHelp.Size = new System.Drawing.Size(65, 65); this.buttonHelp.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; this.buttonHelp.TabIndex = 6; this.buttonHelp.TextColor = System.Drawing.Color.Black; this.buttonHelp.TextDownColor = System.Drawing.Color.White; this.buttonHelp.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; this.buttonHelp.TextLocation = new System.Drawing.Point(0, 0); this.buttonHelp.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.buttonHelp.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonHelp.UpImage"))); this.buttonHelp.Click += new System.EventHandler(this.buttonMenu_Click); // // buttonInformation // this.buttonInformation.BackPictureBox = null; this.buttonInformation.BackPictureBox1 = null; this.buttonInformation.BackPictureBox2 = null; this.buttonInformation.ButtonColor = System.Drawing.Color.Gray; this.buttonInformation.ButtonImageAutoSize = true; this.buttonInformation.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonInformation.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonInformation.DisableImage"))); this.buttonInformation.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonInformation.DownImage"))); this.buttonInformation.GroupID = 0; this.buttonInformation.InitVisible = true; this.buttonInformation.Location = new System.Drawing.Point(100, 0); this.buttonInformation.Mode = SmartX.SmartButton.BUTTONMODE.RADIO; this.buttonInformation.Name = "buttonInformation"; this.buttonInformation.NestedClickEventPrevent = false; this.buttonInformation.OutlinePixel = 1; this.buttonInformation.RepeatInterval = 200; this.buttonInformation.RepeatIntervalAccelerate = null; this.buttonInformation.SafeInterval = 200; this.buttonInformation.Size = new System.Drawing.Size(65, 65); this.buttonInformation.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; this.buttonInformation.TabIndex = 7; this.buttonInformation.TextColor = System.Drawing.Color.Black; this.buttonInformation.TextDownColor = System.Drawing.Color.White; this.buttonInformation.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; this.buttonInformation.TextLocation = new System.Drawing.Point(0, 0); this.buttonInformation.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.buttonInformation.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonInformation.UpImage"))); this.buttonInformation.Click += new System.EventHandler(this.buttonMenu_Click); // // ControlBottomInformation // this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.BackColor = System.Drawing.Color.Black; this.Controls.Add(this.buttonInformation); this.Controls.Add(this.buttonHelp); this.Controls.Add(this.buttonAS); this.Name = "ControlBottomInformation"; this.Size = new System.Drawing.Size(710, 65); this.ResumeLayout(false); } #endregion private SmartX.SmartButton buttonAS; private SmartX.SmartButton buttonHelp; private SmartX.SmartButton buttonInformation; } }