123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400 |
-
- namespace GUI
- {
- partial class ControllerGUI
- {
- /// <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()
- {
- this.components = new System.ComponentModel.Container();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ControllerGUI));
- this.LayoutRight = new System.Windows.Forms.FlowLayoutPanel();
- this.RightPanel1 = new System.Windows.Forms.Panel();
- this.pictureBox1 = new System.Windows.Forms.PictureBox();
- this.RightPane2 = new System.Windows.Forms.Panel();
- this.pictureBox2 = new System.Windows.Forms.PictureBox();
- this.RightPane3 = new System.Windows.Forms.Panel();
- this.pictureBox3 = new System.Windows.Forms.PictureBox();
- this.RightPane4 = new System.Windows.Forms.Panel();
- this.pictureBox4 = new System.Windows.Forms.PictureBox();
- this.BottomLayout = new System.Windows.Forms.FlowLayoutPanel();
- this.bottomButton1 = new GUI.BottomButton();
- this.bottomButton2 = new GUI.BottomButton();
- this.bottomButton3 = new GUI.BottomButton();
- this.panel2 = new System.Windows.Forms.Panel();
- this.panel3 = new System.Windows.Forms.Panel();
- this.panel1 = new System.Windows.Forms.Panel();
- this.panel4 = new System.Windows.Forms.Panel();
- this.mainImageView = new GUI.DoubleBufferedPanel();
- this.DirectionRule = new GUI.ScaleRule();
- this.roulette = new GUI.Roulette();
- this.pictureBox5 = new System.Windows.Forms.PictureBox();
- this.timer1 = new System.Windows.Forms.Timer(this.components);
- this.mouseTimer = new System.Windows.Forms.Timer(this.components);
- this.LayoutRight.SuspendLayout();
- this.RightPanel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
- this.RightPane2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
- this.RightPane3.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
- this.RightPane4.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
- this.BottomLayout.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.bottomButton1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.bottomButton2)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.bottomButton3)).BeginInit();
- this.panel2.SuspendLayout();
- this.panel1.SuspendLayout();
- this.panel4.SuspendLayout();
- this.mainImageView.SuspendLayout();
- this.roulette.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit();
- this.SuspendLayout();
- //
- // LayoutRight
- //
- this.LayoutRight.BackColor = System.Drawing.Color.Transparent;
- this.LayoutRight.Controls.Add(this.RightPanel1);
- this.LayoutRight.Controls.Add(this.RightPane2);
- this.LayoutRight.Controls.Add(this.RightPane3);
- this.LayoutRight.Controls.Add(this.RightPane4);
- this.LayoutRight.Dock = System.Windows.Forms.DockStyle.Right;
- this.LayoutRight.Location = new System.Drawing.Point(752, 0);
- this.LayoutRight.Name = "LayoutRight";
- this.LayoutRight.Size = new System.Drawing.Size(262, 635);
- this.LayoutRight.TabIndex = 0;
- //
- // RightPanel1
- //
- this.RightPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.RightPanel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
- this.RightPanel1.Controls.Add(this.pictureBox1);
- this.RightPanel1.Location = new System.Drawing.Point(3, 3);
- this.RightPanel1.Name = "RightPanel1";
- this.RightPanel1.Size = new System.Drawing.Size(256, 140);
- this.RightPanel1.TabIndex = 2;
- //
- // pictureBox1
- //
- this.pictureBox1.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.pictureBox1.Image = global::GUI.Properties.Resources.Right_Image_Holder;
- this.pictureBox1.Location = new System.Drawing.Point(11, 9);
- this.pictureBox1.Name = "pictureBox1";
- this.pictureBox1.Size = new System.Drawing.Size(236, 121);
- this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox1.TabIndex = 0;
- this.pictureBox1.TabStop = false;
- //
- // RightPane2
- //
- this.RightPane2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.RightPane2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
- this.RightPane2.Controls.Add(this.pictureBox2);
- this.RightPane2.Location = new System.Drawing.Point(3, 149);
- this.RightPane2.Name = "RightPane2";
- this.RightPane2.Size = new System.Drawing.Size(256, 140);
- this.RightPane2.TabIndex = 3;
- //
- // pictureBox2
- //
- this.pictureBox2.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.pictureBox2.Image = global::GUI.Properties.Resources.Right_Image_Holder;
- this.pictureBox2.Location = new System.Drawing.Point(11, 9);
- this.pictureBox2.Name = "pictureBox2";
- this.pictureBox2.Size = new System.Drawing.Size(236, 121);
- this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox2.TabIndex = 0;
- this.pictureBox2.TabStop = false;
- //
- // RightPane3
- //
- this.RightPane3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.RightPane3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
- this.RightPane3.Controls.Add(this.pictureBox3);
- this.RightPane3.Location = new System.Drawing.Point(3, 295);
- this.RightPane3.Name = "RightPane3";
- this.RightPane3.Size = new System.Drawing.Size(256, 140);
- this.RightPane3.TabIndex = 3;
- //
- // 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.Image = global::GUI.Properties.Resources.Right_Image_Holder;
- this.pictureBox3.Location = new System.Drawing.Point(11, 9);
- this.pictureBox3.Name = "pictureBox3";
- this.pictureBox3.Size = new System.Drawing.Size(236, 121);
- this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox3.TabIndex = 0;
- this.pictureBox3.TabStop = false;
- //
- // RightPane4
- //
- this.RightPane4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.RightPane4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
- this.RightPane4.Controls.Add(this.pictureBox4);
- this.RightPane4.Location = new System.Drawing.Point(3, 441);
- this.RightPane4.Name = "RightPane4";
- this.RightPane4.Size = new System.Drawing.Size(256, 140);
- this.RightPane4.TabIndex = 3;
- //
- // pictureBox4
- //
- this.pictureBox4.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.pictureBox4.Image = global::GUI.Properties.Resources.Right_Image_Holder;
- this.pictureBox4.Location = new System.Drawing.Point(11, 9);
- this.pictureBox4.Name = "pictureBox4";
- this.pictureBox4.Size = new System.Drawing.Size(236, 121);
- this.pictureBox4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox4.TabIndex = 0;
- this.pictureBox4.TabStop = false;
- //
- // BottomLayout
- //
- this.BottomLayout.BackColor = System.Drawing.Color.Transparent;
- this.BottomLayout.Controls.Add(this.bottomButton1);
- this.BottomLayout.Controls.Add(this.bottomButton2);
- this.BottomLayout.Controls.Add(this.bottomButton3);
- this.BottomLayout.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.BottomLayout.Location = new System.Drawing.Point(0, 556);
- this.BottomLayout.Name = "BottomLayout";
- this.BottomLayout.Size = new System.Drawing.Size(752, 79);
- this.BottomLayout.TabIndex = 1;
- //
- // bottomButton1
- //
- this.bottomButton1.Image = ((System.Drawing.Image)(resources.GetObject("bottomButton1.Image")));
- this.bottomButton1.IsChecked = false;
- this.bottomButton1.Location = new System.Drawing.Point(3, 3);
- this.bottomButton1.Name = "bottomButton1";
- this.bottomButton1.Size = new System.Drawing.Size(242, 72);
- this.bottomButton1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.bottomButton1.TabIndex = 1;
- this.bottomButton1.TabStop = false;
- //
- // bottomButton2
- //
- this.bottomButton2.Image = ((System.Drawing.Image)(resources.GetObject("bottomButton2.Image")));
- this.bottomButton2.IsChecked = false;
- this.bottomButton2.Location = new System.Drawing.Point(251, 3);
- this.bottomButton2.Name = "bottomButton2";
- this.bottomButton2.Size = new System.Drawing.Size(242, 72);
- this.bottomButton2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.bottomButton2.TabIndex = 2;
- this.bottomButton2.TabStop = false;
- //
- // bottomButton3
- //
- this.bottomButton3.Image = ((System.Drawing.Image)(resources.GetObject("bottomButton3.Image")));
- this.bottomButton3.IsChecked = false;
- this.bottomButton3.Location = new System.Drawing.Point(499, 3);
- this.bottomButton3.Name = "bottomButton3";
- this.bottomButton3.Size = new System.Drawing.Size(242, 72);
- this.bottomButton3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.bottomButton3.TabIndex = 3;
- this.bottomButton3.TabStop = false;
- //
- // panel2
- //
- this.panel2.BackgroundImage = global::GUI.Properties.Resources.Right_Image_Holder;
- this.panel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
- this.panel2.Controls.Add(this.panel3);
- this.panel2.Location = new System.Drawing.Point(8, 8);
- this.panel2.Name = "panel2";
- this.panel2.Size = new System.Drawing.Size(256, 125);
- this.panel2.TabIndex = 1;
- //
- // panel3
- //
- this.panel3.BackgroundImage = global::GUI.Properties.Resources.Right_Image_Holder;
- this.panel3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
- this.panel3.Location = new System.Drawing.Point(8, 8);
- this.panel3.Name = "panel3";
- this.panel3.Size = new System.Drawing.Size(256, 125);
- this.panel3.TabIndex = 1;
- //
- // panel1
- //
- this.panel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
- this.panel1.Controls.Add(this.panel4);
- this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panel1.Location = new System.Drawing.Point(0, 0);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(752, 556);
- this.panel1.TabIndex = 2;
- //
- // panel4
- //
- this.panel4.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.panel4.BackColor = System.Drawing.Color.Transparent;
- this.panel4.BackgroundImage = global::GUI.Properties.Resources.MainVideo;
- this.panel4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
- this.panel4.Controls.Add(this.mainImageView);
- this.panel4.Location = new System.Drawing.Point(9, 12);
- this.panel4.Name = "panel4";
- this.panel4.Size = new System.Drawing.Size(737, 538);
- this.panel4.TabIndex = 0;
- //
- // mainImageView
- //
- this.mainImageView.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.mainImageView.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
- this.mainImageView.Controls.Add(this.DirectionRule);
- this.mainImageView.Controls.Add(this.roulette);
- this.mainImageView.Location = new System.Drawing.Point(12, 7);
- this.mainImageView.Name = "mainImageView";
- this.mainImageView.Size = new System.Drawing.Size(713, 518);
- this.mainImageView.TabIndex = 1;
- //
- // DirectionRule
- //
- this.DirectionRule.Anchor = System.Windows.Forms.AnchorStyles.Top;
- this.DirectionRule.BackColor = System.Drawing.Color.Transparent;
- this.DirectionRule.Degree = 176F;
- this.DirectionRule.Location = new System.Drawing.Point(80, 28);
- this.DirectionRule.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5);
- this.DirectionRule.Name = "DirectionRule";
- this.DirectionRule.Size = new System.Drawing.Size(553, 59);
- this.DirectionRule.TabIndex = 0;
- //
- // roulette
- //
- this.roulette.Anchor = System.Windows.Forms.AnchorStyles.None;
- this.roulette.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("roulette.BackgroundImage")));
- this.roulette.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
- this.roulette.Controls.Add(this.pictureBox5);
- this.roulette.Degree = 0F;
- this.roulette.Location = new System.Drawing.Point(191, 143);
- this.roulette.Name = "roulette";
- this.roulette.Size = new System.Drawing.Size(331, 138);
- this.roulette.TabIndex = 1;
- //
- // pictureBox5
- //
- this.pictureBox5.BackColor = System.Drawing.Color.Transparent;
- this.pictureBox5.Image = global::GUI.Properties.Resources.Tri;
- this.pictureBox5.Location = new System.Drawing.Point(159, 60);
- this.pictureBox5.Name = "pictureBox5";
- this.pictureBox5.Size = new System.Drawing.Size(15, 15);
- this.pictureBox5.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox5.TabIndex = 6;
- this.pictureBox5.TabStop = false;
- //
- // timer1
- //
- this.timer1.Enabled = true;
- this.timer1.Interval = 10;
- this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
- //
- // mouseTimer
- //
- this.mouseTimer.Enabled = true;
- this.mouseTimer.Interval = 5;
- this.mouseTimer.Tick += new System.EventHandler(this.mouseTimer_Tick);
- //
- // ControllerGUI
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
- this.ClientSize = new System.Drawing.Size(1014, 635);
- this.Controls.Add(this.panel1);
- this.Controls.Add(this.BottomLayout);
- this.Controls.Add(this.LayoutRight);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
- this.MinimumSize = new System.Drawing.Size(1014, 630);
- this.Name = "ControllerGUI";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "ControllerGUI - Author XCBOSA";
- this.TransparencyKey = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
- this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
- this.Resize += new System.EventHandler(this.ControllerGUI_Resize);
- this.LayoutRight.ResumeLayout(false);
- this.RightPanel1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
- this.RightPane2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
- this.RightPane3.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
- this.RightPane4.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
- this.BottomLayout.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.bottomButton1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.bottomButton2)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.bottomButton3)).EndInit();
- this.panel2.ResumeLayout(false);
- this.panel1.ResumeLayout(false);
- this.panel4.ResumeLayout(false);
- this.mainImageView.ResumeLayout(false);
- this.roulette.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.FlowLayoutPanel LayoutRight;
- private System.Windows.Forms.FlowLayoutPanel BottomLayout;
- private BottomButton bottomButton1;
- private BottomButton bottomButton2;
- private BottomButton bottomButton3;
- private System.Windows.Forms.Panel panel2;
- private System.Windows.Forms.Panel panel3;
- private System.Windows.Forms.Panel RightPanel1;
- private System.Windows.Forms.PictureBox pictureBox1;
- private System.Windows.Forms.Panel RightPane2;
- private System.Windows.Forms.PictureBox pictureBox2;
- private System.Windows.Forms.Panel RightPane3;
- private System.Windows.Forms.PictureBox pictureBox3;
- private System.Windows.Forms.Panel RightPane4;
- private System.Windows.Forms.PictureBox pictureBox4;
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.Panel panel4;
- private System.Windows.Forms.Timer timer1;
- private DoubleBufferedPanel mainImageView;
- private ScaleRule DirectionRule;
- private Roulette roulette;
- private System.Windows.Forms.PictureBox pictureBox5;
- private System.Windows.Forms.Timer mouseTimer;
- }
- }
|