FormMain.Designer.cs 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  1. namespace MouseClicker
  2. {
  3. partial class FormMain
  4. {
  5. /// <summary>
  6. /// Обязательная переменная конструктора.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Освободить все используемые ресурсы.
  11. /// </summary>
  12. /// <param name="disposing">истинно, если управляемый ресурс должен быть удален; иначе ложно.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Код, автоматически созданный конструктором форм Windows
  22. /// <summary>
  23. /// Требуемый метод для поддержки конструктора — не изменяйте
  24. /// содержимое этого метода с помощью редактора кода.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. this.timer1 = new System.Windows.Forms.Timer(this.components);
  30. this.timer2 = new System.Windows.Forms.Timer(this.components);
  31. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  32. this.button1 = new Guna.UI2.WinForms.Guna2Button();
  33. this.pictureBox3 = new System.Windows.Forms.PictureBox();
  34. this.button2 = new Guna.UI2.WinForms.Guna2Button();
  35. this.guna2BorderlessForm1 = new Guna.UI2.WinForms.Guna2BorderlessForm(this.components);
  36. this.tableLayoutPanel1.SuspendLayout();
  37. ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
  38. this.SuspendLayout();
  39. //
  40. // timer1
  41. //
  42. this.timer1.Interval = 1;
  43. this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
  44. //
  45. // timer2
  46. //
  47. this.timer2.Interval = 1;
  48. this.timer2.Tick += new System.EventHandler(this.timer2_Tick);
  49. //
  50. // tableLayoutPanel1
  51. //
  52. this.tableLayoutPanel1.ColumnCount = 3;
  53. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  54. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  55. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  56. this.tableLayoutPanel1.Controls.Add(this.button1, 0, 0);
  57. this.tableLayoutPanel1.Controls.Add(this.pictureBox3, 1, 0);
  58. this.tableLayoutPanel1.Controls.Add(this.button2, 2, 0);
  59. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  60. this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
  61. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  62. this.tableLayoutPanel1.RowCount = 1;
  63. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  64. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
  65. this.tableLayoutPanel1.Size = new System.Drawing.Size(980, 423);
  66. this.tableLayoutPanel1.TabIndex = 5;
  67. //
  68. // button1
  69. //
  70. this.button1.Animated = true;
  71. this.button1.BorderColor = System.Drawing.Color.White;
  72. this.button1.BorderRadius = 30;
  73. this.button1.DisabledState.BorderColor = System.Drawing.Color.DarkGray;
  74. this.button1.DisabledState.CustomBorderColor = System.Drawing.Color.DarkGray;
  75. this.button1.DisabledState.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(169)))), ((int)(((byte)(169)))), ((int)(((byte)(169)))));
  76. this.button1.DisabledState.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(141)))), ((int)(((byte)(141)))), ((int)(((byte)(141)))));
  77. this.button1.Dock = System.Windows.Forms.DockStyle.Fill;
  78. this.button1.FillColor = System.Drawing.Color.SeaGreen;
  79. this.button1.Font = new System.Drawing.Font("Microsoft YaHei", 15.75F, System.Drawing.FontStyle.Bold);
  80. this.button1.ForeColor = System.Drawing.Color.White;
  81. this.button1.ImageSize = new System.Drawing.Size(40, 40);
  82. this.button1.Location = new System.Drawing.Point(3, 3);
  83. this.button1.Name = "button1";
  84. this.button1.Size = new System.Drawing.Size(320, 417);
  85. this.button1.TabIndex = 11;
  86. this.button1.Text = "Команда А";
  87. this.button1.Click += new System.EventHandler(this.button1_Click);
  88. //
  89. // pictureBox3
  90. //
  91. this.pictureBox3.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  92. | System.Windows.Forms.AnchorStyles.Left)
  93. | System.Windows.Forms.AnchorStyles.Right)));
  94. this.pictureBox3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  95. this.pictureBox3.Image = global::MouseClicker.Properties.Resources.right_arrow__1_;
  96. this.pictureBox3.Location = new System.Drawing.Point(329, 3);
  97. this.pictureBox3.Name = "pictureBox3";
  98. this.pictureBox3.Size = new System.Drawing.Size(320, 417);
  99. this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  100. this.pictureBox3.TabIndex = 4;
  101. this.pictureBox3.TabStop = false;
  102. //
  103. // button2
  104. //
  105. this.button2.Animated = true;
  106. this.button2.BorderColor = System.Drawing.Color.White;
  107. this.button2.BorderRadius = 30;
  108. this.button2.DisabledState.BorderColor = System.Drawing.Color.DarkGray;
  109. this.button2.DisabledState.CustomBorderColor = System.Drawing.Color.DarkGray;
  110. this.button2.DisabledState.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(169)))), ((int)(((byte)(169)))), ((int)(((byte)(169)))));
  111. this.button2.DisabledState.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(141)))), ((int)(((byte)(141)))), ((int)(((byte)(141)))));
  112. this.button2.Dock = System.Windows.Forms.DockStyle.Fill;
  113. this.button2.FillColor = System.Drawing.Color.SeaGreen;
  114. this.button2.Font = new System.Drawing.Font("Microsoft YaHei", 15.75F, System.Drawing.FontStyle.Bold);
  115. this.button2.ForeColor = System.Drawing.Color.White;
  116. this.button2.ImageSize = new System.Drawing.Size(40, 40);
  117. this.button2.Location = new System.Drawing.Point(655, 3);
  118. this.button2.Name = "button2";
  119. this.button2.Size = new System.Drawing.Size(322, 417);
  120. this.button2.TabIndex = 12;
  121. this.button2.Text = "Команда В";
  122. this.button2.Click += new System.EventHandler(this.button2_Click);
  123. //
  124. // guna2BorderlessForm1
  125. //
  126. this.guna2BorderlessForm1.ContainerControl = this;
  127. this.guna2BorderlessForm1.DockIndicatorTransparencyValue = 0.6D;
  128. this.guna2BorderlessForm1.TransparentWhileDrag = true;
  129. //
  130. // FormMain
  131. //
  132. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  133. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  134. this.BackColor = System.Drawing.Color.White;
  135. this.ClientSize = new System.Drawing.Size(980, 423);
  136. this.Controls.Add(this.tableLayoutPanel1);
  137. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  138. this.Name = "FormMain";
  139. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  140. this.Text = "Form1";
  141. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  142. this.tableLayoutPanel1.ResumeLayout(false);
  143. ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
  144. this.ResumeLayout(false);
  145. }
  146. #endregion
  147. private System.Windows.Forms.PictureBox pictureBox3;
  148. private System.Windows.Forms.Timer timer1;
  149. private System.Windows.Forms.Timer timer2;
  150. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  151. private Guna.UI2.WinForms.Guna2Button button1;
  152. private Guna.UI2.WinForms.Guna2Button button2;
  153. private Guna.UI2.WinForms.Guna2BorderlessForm guna2BorderlessForm1;
  154. }
  155. }