|
@@ -0,0 +1,161 @@
|
|
|
+namespace MouseClicker
|
|
|
+{
|
|
|
+ partial class FormMain
|
|
|
+ {
|
|
|
+ /// <summary>
|
|
|
+ /// Обязательная переменная конструктора.
|
|
|
+ /// </summary>
|
|
|
+ private System.ComponentModel.IContainer components = null;
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// Освободить все используемые ресурсы.
|
|
|
+ /// </summary>
|
|
|
+ /// <param name="disposing">истинно, если управляемый ресурс должен быть удален; иначе ложно.</param>
|
|
|
+ protected override void Dispose(bool disposing)
|
|
|
+ {
|
|
|
+ if (disposing && (components != null))
|
|
|
+ {
|
|
|
+ components.Dispose();
|
|
|
+ }
|
|
|
+ base.Dispose(disposing);
|
|
|
+ }
|
|
|
+
|
|
|
+ #region Код, автоматически созданный конструктором форм Windows
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// Требуемый метод для поддержки конструктора — не изменяйте
|
|
|
+ /// содержимое этого метода с помощью редактора кода.
|
|
|
+ /// </summary>
|
|
|
+ private void InitializeComponent()
|
|
|
+ {
|
|
|
+ this.components = new System.ComponentModel.Container();
|
|
|
+ this.timer1 = new System.Windows.Forms.Timer(this.components);
|
|
|
+ this.timer2 = new System.Windows.Forms.Timer(this.components);
|
|
|
+ this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
|
+ this.button1 = new Guna.UI2.WinForms.Guna2Button();
|
|
|
+ this.pictureBox3 = new System.Windows.Forms.PictureBox();
|
|
|
+ this.button2 = new Guna.UI2.WinForms.Guna2Button();
|
|
|
+ this.guna2BorderlessForm1 = new Guna.UI2.WinForms.Guna2BorderlessForm(this.components);
|
|
|
+ this.tableLayoutPanel1.SuspendLayout();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
|
|
|
+ this.SuspendLayout();
|
|
|
+ //
|
|
|
+ // timer1
|
|
|
+ //
|
|
|
+ this.timer1.Interval = 1;
|
|
|
+ this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
|
|
|
+ //
|
|
|
+ // timer2
|
|
|
+ //
|
|
|
+ this.timer2.Interval = 1;
|
|
|
+ this.timer2.Tick += new System.EventHandler(this.timer2_Tick);
|
|
|
+ //
|
|
|
+ // tableLayoutPanel1
|
|
|
+ //
|
|
|
+ this.tableLayoutPanel1.ColumnCount = 3;
|
|
|
+ this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
|
|
|
+ this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
|
|
|
+ this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
|
|
|
+ this.tableLayoutPanel1.Controls.Add(this.button1, 0, 0);
|
|
|
+ this.tableLayoutPanel1.Controls.Add(this.pictureBox3, 1, 0);
|
|
|
+ this.tableLayoutPanel1.Controls.Add(this.button2, 2, 0);
|
|
|
+ this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
+ this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
|
|
|
+ this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
|
|
+ this.tableLayoutPanel1.RowCount = 1;
|
|
|
+ this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
|
+ this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
|
|
+ this.tableLayoutPanel1.Size = new System.Drawing.Size(980, 423);
|
|
|
+ this.tableLayoutPanel1.TabIndex = 5;
|
|
|
+ //
|
|
|
+ // button1
|
|
|
+ //
|
|
|
+ this.button1.Animated = true;
|
|
|
+ this.button1.BorderColor = System.Drawing.Color.White;
|
|
|
+ this.button1.BorderRadius = 30;
|
|
|
+ this.button1.DisabledState.BorderColor = System.Drawing.Color.DarkGray;
|
|
|
+ this.button1.DisabledState.CustomBorderColor = System.Drawing.Color.DarkGray;
|
|
|
+ this.button1.DisabledState.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(169)))), ((int)(((byte)(169)))), ((int)(((byte)(169)))));
|
|
|
+ this.button1.DisabledState.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(141)))), ((int)(((byte)(141)))), ((int)(((byte)(141)))));
|
|
|
+ this.button1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
+ this.button1.FillColor = System.Drawing.Color.SeaGreen;
|
|
|
+ this.button1.Font = new System.Drawing.Font("Microsoft YaHei", 15.75F, System.Drawing.FontStyle.Bold);
|
|
|
+ this.button1.ForeColor = System.Drawing.Color.White;
|
|
|
+ this.button1.ImageSize = new System.Drawing.Size(40, 40);
|
|
|
+ this.button1.Location = new System.Drawing.Point(3, 3);
|
|
|
+ this.button1.Name = "button1";
|
|
|
+ this.button1.Size = new System.Drawing.Size(320, 417);
|
|
|
+ this.button1.TabIndex = 11;
|
|
|
+ this.button1.Text = "Команда А";
|
|
|
+ this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
|
+ //
|
|
|
+ // pictureBox3
|
|
|
+ //
|
|
|
+ this.pictureBox3.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
+ | System.Windows.Forms.AnchorStyles.Left)
|
|
|
+ | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
+ this.pictureBox3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
|
+ this.pictureBox3.Image = global::MouseClicker.Properties.Resources.right_arrow__1_;
|
|
|
+ this.pictureBox3.Location = new System.Drawing.Point(329, 3);
|
|
|
+ this.pictureBox3.Name = "pictureBox3";
|
|
|
+ this.pictureBox3.Size = new System.Drawing.Size(320, 417);
|
|
|
+ this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
|
+ this.pictureBox3.TabIndex = 4;
|
|
|
+ this.pictureBox3.TabStop = false;
|
|
|
+ //
|
|
|
+ // button2
|
|
|
+ //
|
|
|
+ this.button2.Animated = true;
|
|
|
+ this.button2.BorderColor = System.Drawing.Color.White;
|
|
|
+ this.button2.BorderRadius = 30;
|
|
|
+ this.button2.DisabledState.BorderColor = System.Drawing.Color.DarkGray;
|
|
|
+ this.button2.DisabledState.CustomBorderColor = System.Drawing.Color.DarkGray;
|
|
|
+ this.button2.DisabledState.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(169)))), ((int)(((byte)(169)))), ((int)(((byte)(169)))));
|
|
|
+ this.button2.DisabledState.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(141)))), ((int)(((byte)(141)))), ((int)(((byte)(141)))));
|
|
|
+ this.button2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
+ this.button2.FillColor = System.Drawing.Color.SeaGreen;
|
|
|
+ this.button2.Font = new System.Drawing.Font("Microsoft YaHei", 15.75F, System.Drawing.FontStyle.Bold);
|
|
|
+ this.button2.ForeColor = System.Drawing.Color.White;
|
|
|
+ this.button2.ImageSize = new System.Drawing.Size(40, 40);
|
|
|
+ this.button2.Location = new System.Drawing.Point(655, 3);
|
|
|
+ this.button2.Name = "button2";
|
|
|
+ this.button2.Size = new System.Drawing.Size(322, 417);
|
|
|
+ this.button2.TabIndex = 12;
|
|
|
+ this.button2.Text = "Команда В";
|
|
|
+ this.button2.Click += new System.EventHandler(this.button2_Click);
|
|
|
+ //
|
|
|
+ // guna2BorderlessForm1
|
|
|
+ //
|
|
|
+ this.guna2BorderlessForm1.ContainerControl = this;
|
|
|
+ this.guna2BorderlessForm1.DockIndicatorTransparencyValue = 0.6D;
|
|
|
+ this.guna2BorderlessForm1.TransparentWhileDrag = true;
|
|
|
+ //
|
|
|
+ // FormMain
|
|
|
+ //
|
|
|
+ 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(980, 423);
|
|
|
+ this.Controls.Add(this.tableLayoutPanel1);
|
|
|
+ this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
|
+ this.Name = "FormMain";
|
|
|
+ this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
|
+ this.Text = "Form1";
|
|
|
+ this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
|
|
|
+ this.tableLayoutPanel1.ResumeLayout(false);
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
|
|
|
+ this.ResumeLayout(false);
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
+ #endregion
|
|
|
+ private System.Windows.Forms.PictureBox pictureBox3;
|
|
|
+ private System.Windows.Forms.Timer timer1;
|
|
|
+ private System.Windows.Forms.Timer timer2;
|
|
|
+ private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
|
|
+ private Guna.UI2.WinForms.Guna2Button button1;
|
|
|
+ private Guna.UI2.WinForms.Guna2Button button2;
|
|
|
+ private Guna.UI2.WinForms.Guna2BorderlessForm guna2BorderlessForm1;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|