namespace HXX.Scanner.Client.Base { partial class BaseForm { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BaseForm)); this.palCenter = new System.Windows.Forms.Panel(); this.b1 = new HXX.Scanner.Client.Base.ucButton(); this.b2 = new HXX.Scanner.Client.Base.ucButton(); this.b3 = new HXX.Scanner.Client.Base.ucButton(); this.SuspendLayout(); // // palCenter // this.palCenter.BackColor = System.Drawing.Color.White; this.palCenter.Location = new System.Drawing.Point(79, 156); this.palCenter.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.palCenter.Name = "palCenter"; this.palCenter.Size = new System.Drawing.Size(640, 214); this.palCenter.TabIndex = 4; // // b1 // this.b1.BackColor = System.Drawing.Color.Transparent; this.b1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("b1.BackgroundImage"))); this.b1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center; this.b1.DownImage = null; this.b1.Location = new System.Drawing.Point(383, 39); this.b1.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5); this.b1.MoveImage = null; this.b1.Name = "b1"; this.b1.NormalImage = null; this.b1.Size = new System.Drawing.Size(112, 86); this.b1.TabIndex = 7; this.b1.Click += new System.EventHandler(this.minButton_Click); //// //// b2 //// this.b2.BackColor = System.Drawing.Color.Transparent; this.b2.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("b2.BackgroundImage"))); this.b2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center; this.b2.DownImage = null; this.b2.Location = new System.Drawing.Point(503, 39); this.b2.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5); this.b2.MoveImage = null; this.b2.Name = "b2"; this.b2.NormalImage = null; this.b2.Size = new System.Drawing.Size(112, 86); this.b2.TabIndex = 6; this.b2.Click += new System.EventHandler(this.maxButton_Click); //// //// b3 //// this.b3.BackColor = System.Drawing.Color.Transparent; this.b3.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("b3.BackgroundImage"))); this.b3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center; this.b3.DownImage = null; this.b3.Location = new System.Drawing.Point(636, 39); this.b3.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5); this.b3.MoveImage = null; this.b3.Name = "b3"; this.b3.NormalImage = null; this.b3.Size = new System.Drawing.Size(112, 86); this.b3.TabIndex = 5; this.b3.Click += new System.EventHandler(this.closeButton_Click); // // BaseForm // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(821, 400); this.Controls.Add(this.b1); this.Controls.Add(this.b2); this.Controls.Add(this.b3); this.Controls.Add(this.palCenter); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.Name = "BaseForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "NewBaseForm"; this.Click += new System.EventHandler(this.NewBaseForm_Click); this.DoubleClick += new System.EventHandler(this.NewBaseForm_DoubleClick); this.MouseMove += new System.Windows.Forms.MouseEventHandler(this.NewBaseForm_MouseMove); this.ResumeLayout(false); } #endregion private ucButton b3; private ucButton b2; private ucButton b1; protected System.Windows.Forms.Panel palCenter; } }