| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121 |
- namespace HXX.Scanner.Client.Base
- {
- partial class BaseForm
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- 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;
- }
- }
|