ControllerGUI.Designer.cs 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400
  1. 
  2. namespace GUI
  3. {
  4. partial class ControllerGUI
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.components = new System.ComponentModel.Container();
  30. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ControllerGUI));
  31. this.LayoutRight = new System.Windows.Forms.FlowLayoutPanel();
  32. this.RightPanel1 = new System.Windows.Forms.Panel();
  33. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  34. this.RightPane2 = new System.Windows.Forms.Panel();
  35. this.pictureBox2 = new System.Windows.Forms.PictureBox();
  36. this.RightPane3 = new System.Windows.Forms.Panel();
  37. this.pictureBox3 = new System.Windows.Forms.PictureBox();
  38. this.RightPane4 = new System.Windows.Forms.Panel();
  39. this.pictureBox4 = new System.Windows.Forms.PictureBox();
  40. this.BottomLayout = new System.Windows.Forms.FlowLayoutPanel();
  41. this.bottomButton1 = new GUI.BottomButton();
  42. this.bottomButton2 = new GUI.BottomButton();
  43. this.bottomButton3 = new GUI.BottomButton();
  44. this.panel2 = new System.Windows.Forms.Panel();
  45. this.panel3 = new System.Windows.Forms.Panel();
  46. this.panel1 = new System.Windows.Forms.Panel();
  47. this.panel4 = new System.Windows.Forms.Panel();
  48. this.mainImageView = new GUI.DoubleBufferedPanel();
  49. this.DirectionRule = new GUI.ScaleRule();
  50. this.roulette = new GUI.Roulette();
  51. this.pictureBox5 = new System.Windows.Forms.PictureBox();
  52. this.timer1 = new System.Windows.Forms.Timer(this.components);
  53. this.mouseTimer = new System.Windows.Forms.Timer(this.components);
  54. this.LayoutRight.SuspendLayout();
  55. this.RightPanel1.SuspendLayout();
  56. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  57. this.RightPane2.SuspendLayout();
  58. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
  59. this.RightPane3.SuspendLayout();
  60. ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
  61. this.RightPane4.SuspendLayout();
  62. ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
  63. this.BottomLayout.SuspendLayout();
  64. ((System.ComponentModel.ISupportInitialize)(this.bottomButton1)).BeginInit();
  65. ((System.ComponentModel.ISupportInitialize)(this.bottomButton2)).BeginInit();
  66. ((System.ComponentModel.ISupportInitialize)(this.bottomButton3)).BeginInit();
  67. this.panel2.SuspendLayout();
  68. this.panel1.SuspendLayout();
  69. this.panel4.SuspendLayout();
  70. this.mainImageView.SuspendLayout();
  71. this.roulette.SuspendLayout();
  72. ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit();
  73. this.SuspendLayout();
  74. //
  75. // LayoutRight
  76. //
  77. this.LayoutRight.BackColor = System.Drawing.Color.Transparent;
  78. this.LayoutRight.Controls.Add(this.RightPanel1);
  79. this.LayoutRight.Controls.Add(this.RightPane2);
  80. this.LayoutRight.Controls.Add(this.RightPane3);
  81. this.LayoutRight.Controls.Add(this.RightPane4);
  82. this.LayoutRight.Dock = System.Windows.Forms.DockStyle.Right;
  83. this.LayoutRight.Location = new System.Drawing.Point(752, 0);
  84. this.LayoutRight.Name = "LayoutRight";
  85. this.LayoutRight.Size = new System.Drawing.Size(262, 635);
  86. this.LayoutRight.TabIndex = 0;
  87. //
  88. // RightPanel1
  89. //
  90. this.RightPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  91. | System.Windows.Forms.AnchorStyles.Right)));
  92. this.RightPanel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  93. this.RightPanel1.Controls.Add(this.pictureBox1);
  94. this.RightPanel1.Location = new System.Drawing.Point(3, 3);
  95. this.RightPanel1.Name = "RightPanel1";
  96. this.RightPanel1.Size = new System.Drawing.Size(256, 140);
  97. this.RightPanel1.TabIndex = 2;
  98. //
  99. // pictureBox1
  100. //
  101. this.pictureBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  102. | System.Windows.Forms.AnchorStyles.Left)
  103. | System.Windows.Forms.AnchorStyles.Right)));
  104. this.pictureBox1.Image = global::GUI.Properties.Resources.Right_Image_Holder;
  105. this.pictureBox1.Location = new System.Drawing.Point(11, 9);
  106. this.pictureBox1.Name = "pictureBox1";
  107. this.pictureBox1.Size = new System.Drawing.Size(236, 121);
  108. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  109. this.pictureBox1.TabIndex = 0;
  110. this.pictureBox1.TabStop = false;
  111. //
  112. // RightPane2
  113. //
  114. this.RightPane2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  115. | System.Windows.Forms.AnchorStyles.Right)));
  116. this.RightPane2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  117. this.RightPane2.Controls.Add(this.pictureBox2);
  118. this.RightPane2.Location = new System.Drawing.Point(3, 149);
  119. this.RightPane2.Name = "RightPane2";
  120. this.RightPane2.Size = new System.Drawing.Size(256, 140);
  121. this.RightPane2.TabIndex = 3;
  122. //
  123. // pictureBox2
  124. //
  125. this.pictureBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  126. | System.Windows.Forms.AnchorStyles.Left)
  127. | System.Windows.Forms.AnchorStyles.Right)));
  128. this.pictureBox2.Image = global::GUI.Properties.Resources.Right_Image_Holder;
  129. this.pictureBox2.Location = new System.Drawing.Point(11, 9);
  130. this.pictureBox2.Name = "pictureBox2";
  131. this.pictureBox2.Size = new System.Drawing.Size(236, 121);
  132. this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  133. this.pictureBox2.TabIndex = 0;
  134. this.pictureBox2.TabStop = false;
  135. //
  136. // RightPane3
  137. //
  138. this.RightPane3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  139. | System.Windows.Forms.AnchorStyles.Right)));
  140. this.RightPane3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  141. this.RightPane3.Controls.Add(this.pictureBox3);
  142. this.RightPane3.Location = new System.Drawing.Point(3, 295);
  143. this.RightPane3.Name = "RightPane3";
  144. this.RightPane3.Size = new System.Drawing.Size(256, 140);
  145. this.RightPane3.TabIndex = 3;
  146. //
  147. // pictureBox3
  148. //
  149. this.pictureBox3.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  150. | System.Windows.Forms.AnchorStyles.Left)
  151. | System.Windows.Forms.AnchorStyles.Right)));
  152. this.pictureBox3.Image = global::GUI.Properties.Resources.Right_Image_Holder;
  153. this.pictureBox3.Location = new System.Drawing.Point(11, 9);
  154. this.pictureBox3.Name = "pictureBox3";
  155. this.pictureBox3.Size = new System.Drawing.Size(236, 121);
  156. this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  157. this.pictureBox3.TabIndex = 0;
  158. this.pictureBox3.TabStop = false;
  159. //
  160. // RightPane4
  161. //
  162. this.RightPane4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  163. | System.Windows.Forms.AnchorStyles.Right)));
  164. this.RightPane4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  165. this.RightPane4.Controls.Add(this.pictureBox4);
  166. this.RightPane4.Location = new System.Drawing.Point(3, 441);
  167. this.RightPane4.Name = "RightPane4";
  168. this.RightPane4.Size = new System.Drawing.Size(256, 140);
  169. this.RightPane4.TabIndex = 3;
  170. //
  171. // pictureBox4
  172. //
  173. this.pictureBox4.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  174. | System.Windows.Forms.AnchorStyles.Left)
  175. | System.Windows.Forms.AnchorStyles.Right)));
  176. this.pictureBox4.Image = global::GUI.Properties.Resources.Right_Image_Holder;
  177. this.pictureBox4.Location = new System.Drawing.Point(11, 9);
  178. this.pictureBox4.Name = "pictureBox4";
  179. this.pictureBox4.Size = new System.Drawing.Size(236, 121);
  180. this.pictureBox4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  181. this.pictureBox4.TabIndex = 0;
  182. this.pictureBox4.TabStop = false;
  183. //
  184. // BottomLayout
  185. //
  186. this.BottomLayout.BackColor = System.Drawing.Color.Transparent;
  187. this.BottomLayout.Controls.Add(this.bottomButton1);
  188. this.BottomLayout.Controls.Add(this.bottomButton2);
  189. this.BottomLayout.Controls.Add(this.bottomButton3);
  190. this.BottomLayout.Dock = System.Windows.Forms.DockStyle.Bottom;
  191. this.BottomLayout.Location = new System.Drawing.Point(0, 556);
  192. this.BottomLayout.Name = "BottomLayout";
  193. this.BottomLayout.Size = new System.Drawing.Size(752, 79);
  194. this.BottomLayout.TabIndex = 1;
  195. //
  196. // bottomButton1
  197. //
  198. this.bottomButton1.Image = ((System.Drawing.Image)(resources.GetObject("bottomButton1.Image")));
  199. this.bottomButton1.IsChecked = false;
  200. this.bottomButton1.Location = new System.Drawing.Point(3, 3);
  201. this.bottomButton1.Name = "bottomButton1";
  202. this.bottomButton1.Size = new System.Drawing.Size(242, 72);
  203. this.bottomButton1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  204. this.bottomButton1.TabIndex = 1;
  205. this.bottomButton1.TabStop = false;
  206. //
  207. // bottomButton2
  208. //
  209. this.bottomButton2.Image = ((System.Drawing.Image)(resources.GetObject("bottomButton2.Image")));
  210. this.bottomButton2.IsChecked = false;
  211. this.bottomButton2.Location = new System.Drawing.Point(251, 3);
  212. this.bottomButton2.Name = "bottomButton2";
  213. this.bottomButton2.Size = new System.Drawing.Size(242, 72);
  214. this.bottomButton2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  215. this.bottomButton2.TabIndex = 2;
  216. this.bottomButton2.TabStop = false;
  217. //
  218. // bottomButton3
  219. //
  220. this.bottomButton3.Image = ((System.Drawing.Image)(resources.GetObject("bottomButton3.Image")));
  221. this.bottomButton3.IsChecked = false;
  222. this.bottomButton3.Location = new System.Drawing.Point(499, 3);
  223. this.bottomButton3.Name = "bottomButton3";
  224. this.bottomButton3.Size = new System.Drawing.Size(242, 72);
  225. this.bottomButton3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  226. this.bottomButton3.TabIndex = 3;
  227. this.bottomButton3.TabStop = false;
  228. //
  229. // panel2
  230. //
  231. this.panel2.BackgroundImage = global::GUI.Properties.Resources.Right_Image_Holder;
  232. this.panel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  233. this.panel2.Controls.Add(this.panel3);
  234. this.panel2.Location = new System.Drawing.Point(8, 8);
  235. this.panel2.Name = "panel2";
  236. this.panel2.Size = new System.Drawing.Size(256, 125);
  237. this.panel2.TabIndex = 1;
  238. //
  239. // panel3
  240. //
  241. this.panel3.BackgroundImage = global::GUI.Properties.Resources.Right_Image_Holder;
  242. this.panel3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  243. this.panel3.Location = new System.Drawing.Point(8, 8);
  244. this.panel3.Name = "panel3";
  245. this.panel3.Size = new System.Drawing.Size(256, 125);
  246. this.panel3.TabIndex = 1;
  247. //
  248. // panel1
  249. //
  250. this.panel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  251. this.panel1.Controls.Add(this.panel4);
  252. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  253. this.panel1.Location = new System.Drawing.Point(0, 0);
  254. this.panel1.Name = "panel1";
  255. this.panel1.Size = new System.Drawing.Size(752, 556);
  256. this.panel1.TabIndex = 2;
  257. //
  258. // panel4
  259. //
  260. this.panel4.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  261. | System.Windows.Forms.AnchorStyles.Left)
  262. | System.Windows.Forms.AnchorStyles.Right)));
  263. this.panel4.BackColor = System.Drawing.Color.Transparent;
  264. this.panel4.BackgroundImage = global::GUI.Properties.Resources.MainVideo;
  265. this.panel4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  266. this.panel4.Controls.Add(this.mainImageView);
  267. this.panel4.Location = new System.Drawing.Point(9, 12);
  268. this.panel4.Name = "panel4";
  269. this.panel4.Size = new System.Drawing.Size(737, 538);
  270. this.panel4.TabIndex = 0;
  271. //
  272. // mainImageView
  273. //
  274. this.mainImageView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  275. | System.Windows.Forms.AnchorStyles.Left)
  276. | System.Windows.Forms.AnchorStyles.Right)));
  277. this.mainImageView.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  278. this.mainImageView.Controls.Add(this.DirectionRule);
  279. this.mainImageView.Controls.Add(this.roulette);
  280. this.mainImageView.Location = new System.Drawing.Point(12, 7);
  281. this.mainImageView.Name = "mainImageView";
  282. this.mainImageView.Size = new System.Drawing.Size(713, 518);
  283. this.mainImageView.TabIndex = 1;
  284. //
  285. // DirectionRule
  286. //
  287. this.DirectionRule.Anchor = System.Windows.Forms.AnchorStyles.Top;
  288. this.DirectionRule.BackColor = System.Drawing.Color.Transparent;
  289. this.DirectionRule.Degree = 176F;
  290. this.DirectionRule.Location = new System.Drawing.Point(80, 28);
  291. this.DirectionRule.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5);
  292. this.DirectionRule.Name = "DirectionRule";
  293. this.DirectionRule.Size = new System.Drawing.Size(553, 59);
  294. this.DirectionRule.TabIndex = 0;
  295. //
  296. // roulette
  297. //
  298. this.roulette.Anchor = System.Windows.Forms.AnchorStyles.None;
  299. this.roulette.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("roulette.BackgroundImage")));
  300. this.roulette.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  301. this.roulette.Controls.Add(this.pictureBox5);
  302. this.roulette.Degree = 0F;
  303. this.roulette.Location = new System.Drawing.Point(191, 143);
  304. this.roulette.Name = "roulette";
  305. this.roulette.Size = new System.Drawing.Size(331, 138);
  306. this.roulette.TabIndex = 1;
  307. //
  308. // pictureBox5
  309. //
  310. this.pictureBox5.BackColor = System.Drawing.Color.Transparent;
  311. this.pictureBox5.Image = global::GUI.Properties.Resources.Tri;
  312. this.pictureBox5.Location = new System.Drawing.Point(159, 60);
  313. this.pictureBox5.Name = "pictureBox5";
  314. this.pictureBox5.Size = new System.Drawing.Size(15, 15);
  315. this.pictureBox5.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  316. this.pictureBox5.TabIndex = 6;
  317. this.pictureBox5.TabStop = false;
  318. //
  319. // timer1
  320. //
  321. this.timer1.Enabled = true;
  322. this.timer1.Interval = 10;
  323. this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
  324. //
  325. // mouseTimer
  326. //
  327. this.mouseTimer.Enabled = true;
  328. this.mouseTimer.Interval = 5;
  329. this.mouseTimer.Tick += new System.EventHandler(this.mouseTimer_Tick);
  330. //
  331. // ControllerGUI
  332. //
  333. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
  334. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  335. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
  336. this.ClientSize = new System.Drawing.Size(1014, 635);
  337. this.Controls.Add(this.panel1);
  338. this.Controls.Add(this.BottomLayout);
  339. this.Controls.Add(this.LayoutRight);
  340. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  341. this.MinimumSize = new System.Drawing.Size(1014, 630);
  342. this.Name = "ControllerGUI";
  343. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  344. this.Text = "ControllerGUI - Author XCBOSA";
  345. this.TransparencyKey = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
  346. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  347. this.Resize += new System.EventHandler(this.ControllerGUI_Resize);
  348. this.LayoutRight.ResumeLayout(false);
  349. this.RightPanel1.ResumeLayout(false);
  350. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  351. this.RightPane2.ResumeLayout(false);
  352. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
  353. this.RightPane3.ResumeLayout(false);
  354. ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
  355. this.RightPane4.ResumeLayout(false);
  356. ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
  357. this.BottomLayout.ResumeLayout(false);
  358. ((System.ComponentModel.ISupportInitialize)(this.bottomButton1)).EndInit();
  359. ((System.ComponentModel.ISupportInitialize)(this.bottomButton2)).EndInit();
  360. ((System.ComponentModel.ISupportInitialize)(this.bottomButton3)).EndInit();
  361. this.panel2.ResumeLayout(false);
  362. this.panel1.ResumeLayout(false);
  363. this.panel4.ResumeLayout(false);
  364. this.mainImageView.ResumeLayout(false);
  365. this.roulette.ResumeLayout(false);
  366. ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).EndInit();
  367. this.ResumeLayout(false);
  368. }
  369. #endregion
  370. private System.Windows.Forms.FlowLayoutPanel LayoutRight;
  371. private System.Windows.Forms.FlowLayoutPanel BottomLayout;
  372. private BottomButton bottomButton1;
  373. private BottomButton bottomButton2;
  374. private BottomButton bottomButton3;
  375. private System.Windows.Forms.Panel panel2;
  376. private System.Windows.Forms.Panel panel3;
  377. private System.Windows.Forms.Panel RightPanel1;
  378. private System.Windows.Forms.PictureBox pictureBox1;
  379. private System.Windows.Forms.Panel RightPane2;
  380. private System.Windows.Forms.PictureBox pictureBox2;
  381. private System.Windows.Forms.Panel RightPane3;
  382. private System.Windows.Forms.PictureBox pictureBox3;
  383. private System.Windows.Forms.Panel RightPane4;
  384. private System.Windows.Forms.PictureBox pictureBox4;
  385. private System.Windows.Forms.Panel panel1;
  386. private System.Windows.Forms.Panel panel4;
  387. private System.Windows.Forms.Timer timer1;
  388. private DoubleBufferedPanel mainImageView;
  389. private ScaleRule DirectionRule;
  390. private Roulette roulette;
  391. private System.Windows.Forms.PictureBox pictureBox5;
  392. private System.Windows.Forms.Timer mouseTimer;
  393. }
  394. }