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.buttonASInformation = new SmartX.SmartButton(); this.buttonHelp = new SmartX.SmartButton(); this.buttonSystemInformation = new SmartX.SmartButton(); this.SuspendLayout(); // // buttonASInformation // this.buttonASInformation.BackPictureBox = null; this.buttonASInformation.BackPictureBox1 = null; this.buttonASInformation.BackPictureBox2 = null; this.buttonASInformation.ButtonColor = System.Drawing.Color.Gray; this.buttonASInformation.ButtonImageAutoSize = true; this.buttonASInformation.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonASInformation.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonASInformation.DisableImage"))); this.buttonASInformation.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonASInformation.DownImage"))); this.buttonASInformation.GroupID = 0; this.buttonASInformation.InitVisible = true; this.buttonASInformation.Location = new System.Drawing.Point(171, 0); this.buttonASInformation.Mode = SmartX.SmartButton.BUTTONMODE.RADIO; this.buttonASInformation.Name = "buttonASInformation"; this.buttonASInformation.NestedClickEventPrevent = false; this.buttonASInformation.OutlinePixel = 1; this.buttonASInformation.RepeatInterval = 200; this.buttonASInformation.RepeatIntervalAccelerate = null; this.buttonASInformation.SafeInterval = 200; this.buttonASInformation.Size = new System.Drawing.Size(65, 65); this.buttonASInformation.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; this.buttonASInformation.TabIndex = 2; this.buttonASInformation.TextColor = System.Drawing.Color.Black; this.buttonASInformation.TextDownColor = System.Drawing.Color.White; this.buttonASInformation.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; this.buttonASInformation.TextLocation = new System.Drawing.Point(0, 0); this.buttonASInformation.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.buttonASInformation.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonASInformation.UpImage"))); this.buttonASInformation.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); // // buttonSystemInformation // this.buttonSystemInformation.BackPictureBox = null; this.buttonSystemInformation.BackPictureBox1 = null; this.buttonSystemInformation.BackPictureBox2 = null; this.buttonSystemInformation.ButtonColor = System.Drawing.Color.Gray; this.buttonSystemInformation.ButtonImageAutoSize = true; this.buttonSystemInformation.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonSystemInformation.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonSystemInformation.DisableImage"))); this.buttonSystemInformation.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonSystemInformation.DownImage"))); this.buttonSystemInformation.GroupID = 0; this.buttonSystemInformation.InitVisible = true; this.buttonSystemInformation.Location = new System.Drawing.Point(100, 0); this.buttonSystemInformation.Mode = SmartX.SmartButton.BUTTONMODE.RADIO; this.buttonSystemInformation.Name = "buttonSystemInformation"; this.buttonSystemInformation.NestedClickEventPrevent = false; this.buttonSystemInformation.OutlinePixel = 1; this.buttonSystemInformation.RepeatInterval = 200; this.buttonSystemInformation.RepeatIntervalAccelerate = null; this.buttonSystemInformation.SafeInterval = 200; this.buttonSystemInformation.Size = new System.Drawing.Size(65, 65); this.buttonSystemInformation.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; this.buttonSystemInformation.TabIndex = 7; this.buttonSystemInformation.TextColor = System.Drawing.Color.Black; this.buttonSystemInformation.TextDownColor = System.Drawing.Color.White; this.buttonSystemInformation.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; this.buttonSystemInformation.TextLocation = new System.Drawing.Point(0, 0); this.buttonSystemInformation.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.buttonSystemInformation.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonSystemInformation.UpImage"))); this.buttonSystemInformation.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.buttonSystemInformation); this.Controls.Add(this.buttonHelp); this.Controls.Add(this.buttonASInformation); this.Name = "ControlBottomInformation"; this.Size = new System.Drawing.Size(710, 65); this.ResumeLayout(false); } #endregion private SmartX.SmartButton buttonASInformation; private SmartX.SmartButton buttonHelp; private SmartX.SmartButton buttonSystemInformation; } }