Advertisement
Guest User

InitializeComponent Function for StackOverflow

a guest
Jul 18th, 2020
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 39.04 KB | None | 0 0
  1.         private void InitializeComponent()
  2.         {
  3.             this.Menu1Item1 = new System.Windows.Forms.Label();
  4.             this.Menu1Item2 = new System.Windows.Forms.Label();
  5.             this.Menu1Item3 = new System.Windows.Forms.Label();
  6.             this.Menu1Item4 = new System.Windows.Forms.Label();
  7.             this.Menu2Item1 = new System.Windows.Forms.Label();
  8.             this.Menu2Item2 = new System.Windows.Forms.Label();
  9.             this.Menu2Item3 = new System.Windows.Forms.Label();
  10.             this.Menu2Item4 = new System.Windows.Forms.Label();
  11.             this.Menu3Item1 = new System.Windows.Forms.Label();
  12.             this.Menu3Item2 = new System.Windows.Forms.Label();
  13.             this.Menu3Item3 = new System.Windows.Forms.Label();
  14.             this.Menu3Item4 = new System.Windows.Forms.Label();
  15.             this.Menu4Item1 = new System.Windows.Forms.Label();
  16.             this.Menu4Item2 = new System.Windows.Forms.Label();
  17.             this.Menu4Item3 = new System.Windows.Forms.Label();
  18.             this.Menu4Item4 = new System.Windows.Forms.Label();
  19.             this.enemyTargeter = new System.Windows.Forms.PictureBox();
  20.             this.EnemyConditionBox = new System.Windows.Forms.PictureBox();
  21.             this.Side2Sprite1 = new System.Windows.Forms.PictureBox();
  22.             this.Side2Sprite2 = new System.Windows.Forms.PictureBox();
  23.             this.Side2Sprite3 = new System.Windows.Forms.PictureBox();
  24.             this.Side2Sprite4 = new System.Windows.Forms.PictureBox();
  25.             this.Side1Sprite1 = new System.Windows.Forms.PictureBox();
  26.             this.Side1Sprite2 = new System.Windows.Forms.PictureBox();
  27.             this.Side1Sprite3 = new System.Windows.Forms.PictureBox();
  28.             this.CharBox4 = new System.Windows.Forms.PictureBox();
  29.             this.CharBox3 = new System.Windows.Forms.PictureBox();
  30.             this.CharBox2 = new System.Windows.Forms.PictureBox();
  31.             this.CharBox1 = new System.Windows.Forms.PictureBox();
  32.             this.Menu1Background = new System.Windows.Forms.PictureBox();
  33.             this.Menu2Background = new System.Windows.Forms.PictureBox();
  34.             this.Side1Sprite4 = new System.Windows.Forms.PictureBox();
  35.             this.Menu3Background = new System.Windows.Forms.PictureBox();
  36.             this.Menu4Background = new System.Windows.Forms.PictureBox();
  37.             this.enemyTargeter2 = new System.Windows.Forms.PictureBox();
  38.             this.enemyTargeter3 = new System.Windows.Forms.PictureBox();
  39.             this.enemyTargeter4 = new System.Windows.Forms.PictureBox();
  40.             this.side2HPbox1 = new System.Windows.Forms.PictureBox();
  41.             this.side2HPbox2 = new System.Windows.Forms.PictureBox();
  42.             this.side2HPbox3 = new System.Windows.Forms.PictureBox();
  43.             this.side2HPbox4 = new System.Windows.Forms.PictureBox();
  44.             this.Side2HPText1 = new System.Windows.Forms.Label();
  45.             this.Side2HPText3 = new System.Windows.Forms.Label();
  46.             this.Side2HPText4 = new System.Windows.Forms.Label();
  47.             this.Side2HPText2 = new System.Windows.Forms.Label();
  48.             ((System.ComponentModel.ISupportInitialize)(this.enemyTargeter)).BeginInit();
  49.             ((System.ComponentModel.ISupportInitialize)(this.EnemyConditionBox)).BeginInit();
  50.             ((System.ComponentModel.ISupportInitialize)(this.Side2Sprite1)).BeginInit();
  51.             ((System.ComponentModel.ISupportInitialize)(this.Side2Sprite2)).BeginInit();
  52.             ((System.ComponentModel.ISupportInitialize)(this.Side2Sprite3)).BeginInit();
  53.             ((System.ComponentModel.ISupportInitialize)(this.Side2Sprite4)).BeginInit();
  54.             ((System.ComponentModel.ISupportInitialize)(this.Side1Sprite1)).BeginInit();
  55.             ((System.ComponentModel.ISupportInitialize)(this.Side1Sprite2)).BeginInit();
  56.             ((System.ComponentModel.ISupportInitialize)(this.Side1Sprite3)).BeginInit();
  57.             ((System.ComponentModel.ISupportInitialize)(this.CharBox4)).BeginInit();
  58.             ((System.ComponentModel.ISupportInitialize)(this.CharBox3)).BeginInit();
  59.             ((System.ComponentModel.ISupportInitialize)(this.CharBox2)).BeginInit();
  60.             ((System.ComponentModel.ISupportInitialize)(this.CharBox1)).BeginInit();
  61.             ((System.ComponentModel.ISupportInitialize)(this.Menu1Background)).BeginInit();
  62.             ((System.ComponentModel.ISupportInitialize)(this.Menu2Background)).BeginInit();
  63.             ((System.ComponentModel.ISupportInitialize)(this.Side1Sprite4)).BeginInit();
  64.             ((System.ComponentModel.ISupportInitialize)(this.Menu3Background)).BeginInit();
  65.             ((System.ComponentModel.ISupportInitialize)(this.Menu4Background)).BeginInit();
  66.             ((System.ComponentModel.ISupportInitialize)(this.enemyTargeter2)).BeginInit();
  67.             ((System.ComponentModel.ISupportInitialize)(this.enemyTargeter3)).BeginInit();
  68.             ((System.ComponentModel.ISupportInitialize)(this.enemyTargeter4)).BeginInit();
  69.             ((System.ComponentModel.ISupportInitialize)(this.side2HPbox1)).BeginInit();
  70.             ((System.ComponentModel.ISupportInitialize)(this.side2HPbox2)).BeginInit();
  71.             ((System.ComponentModel.ISupportInitialize)(this.side2HPbox3)).BeginInit();
  72.             ((System.ComponentModel.ISupportInitialize)(this.side2HPbox4)).BeginInit();
  73.             this.SuspendLayout();
  74.             //
  75.             // Menu1Item1
  76.             //
  77.             this.Menu1Item1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  78.             this.Menu1Item1.AutoSize = true;
  79.             this.Menu1Item1.BackColor = System.Drawing.Color.Black;
  80.             this.Menu1Item1.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  81.             this.Menu1Item1.Location = new System.Drawing.Point(71, 506);
  82.             this.Menu1Item1.Name = "Menu1Item1";
  83.             this.Menu1Item1.Size = new System.Drawing.Size(0, 13);
  84.             this.Menu1Item1.TabIndex = 38;
  85.             this.Menu1Item1.Visible = false;
  86.             //
  87.             // Menu1Item2
  88.             //
  89.             this.Menu1Item2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  90.             this.Menu1Item2.AutoSize = true;
  91.             this.Menu1Item2.BackColor = System.Drawing.Color.Black;
  92.             this.Menu1Item2.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  93.             this.Menu1Item2.Location = new System.Drawing.Point(71, 532);
  94.             this.Menu1Item2.Name = "Menu1Item2";
  95.             this.Menu1Item2.Size = new System.Drawing.Size(0, 13);
  96.             this.Menu1Item2.TabIndex = 39;
  97.             this.Menu1Item2.Visible = false;
  98.             //
  99.             // Menu1Item3
  100.             //
  101.             this.Menu1Item3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  102.             this.Menu1Item3.AutoSize = true;
  103.             this.Menu1Item3.BackColor = System.Drawing.Color.Black;
  104.             this.Menu1Item3.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  105.             this.Menu1Item3.Location = new System.Drawing.Point(71, 558);
  106.             this.Menu1Item3.Name = "Menu1Item3";
  107.             this.Menu1Item3.Size = new System.Drawing.Size(0, 13);
  108.             this.Menu1Item3.TabIndex = 40;
  109.             this.Menu1Item3.Visible = false;
  110.             //
  111.             // Menu1Item4
  112.             //
  113.             this.Menu1Item4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  114.             this.Menu1Item4.AutoSize = true;
  115.             this.Menu1Item4.BackColor = System.Drawing.Color.Black;
  116.             this.Menu1Item4.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  117.             this.Menu1Item4.Location = new System.Drawing.Point(71, 584);
  118.             this.Menu1Item4.Name = "Menu1Item4";
  119.             this.Menu1Item4.Size = new System.Drawing.Size(0, 13);
  120.             this.Menu1Item4.TabIndex = 41;
  121.             this.Menu1Item4.Visible = false;
  122.             //
  123.             // Menu2Item1
  124.             //
  125.             this.Menu2Item1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  126.             this.Menu2Item1.AutoSize = true;
  127.             this.Menu2Item1.BackColor = System.Drawing.Color.Black;
  128.             this.Menu2Item1.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  129.             this.Menu2Item1.Location = new System.Drawing.Point(237, 506);
  130.             this.Menu2Item1.Name = "Menu2Item1";
  131.             this.Menu2Item1.Size = new System.Drawing.Size(0, 13);
  132.             this.Menu2Item1.TabIndex = 47;
  133.             this.Menu2Item1.Visible = false;
  134.             //
  135.             // Menu2Item2
  136.             //
  137.             this.Menu2Item2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  138.             this.Menu2Item2.AutoSize = true;
  139.             this.Menu2Item2.BackColor = System.Drawing.Color.Black;
  140.             this.Menu2Item2.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  141.             this.Menu2Item2.Location = new System.Drawing.Point(237, 532);
  142.             this.Menu2Item2.Name = "Menu2Item2";
  143.             this.Menu2Item2.Size = new System.Drawing.Size(0, 13);
  144.             this.Menu2Item2.TabIndex = 46;
  145.             this.Menu2Item2.Visible = false;
  146.             //
  147.             // Menu2Item3
  148.             //
  149.             this.Menu2Item3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  150.             this.Menu2Item3.AutoSize = true;
  151.             this.Menu2Item3.BackColor = System.Drawing.Color.Black;
  152.             this.Menu2Item3.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  153.             this.Menu2Item3.Location = new System.Drawing.Point(237, 558);
  154.             this.Menu2Item3.Name = "Menu2Item3";
  155.             this.Menu2Item3.Size = new System.Drawing.Size(0, 13);
  156.             this.Menu2Item3.TabIndex = 45;
  157.             this.Menu2Item3.Visible = false;
  158.             //
  159.             // Menu2Item4
  160.             //
  161.             this.Menu2Item4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  162.             this.Menu2Item4.AutoSize = true;
  163.             this.Menu2Item4.BackColor = System.Drawing.Color.Black;
  164.             this.Menu2Item4.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  165.             this.Menu2Item4.Location = new System.Drawing.Point(237, 584);
  166.             this.Menu2Item4.Name = "Menu2Item4";
  167.             this.Menu2Item4.Size = new System.Drawing.Size(0, 13);
  168.             this.Menu2Item4.TabIndex = 44;
  169.             this.Menu2Item4.Visible = false;
  170.             //
  171.             // Menu3Item1
  172.             //
  173.             this.Menu3Item1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  174.             this.Menu3Item1.AutoSize = true;
  175.             this.Menu3Item1.BackColor = System.Drawing.Color.Black;
  176.             this.Menu3Item1.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  177.             this.Menu3Item1.Location = new System.Drawing.Point(403, 506);
  178.             this.Menu3Item1.Name = "Menu3Item1";
  179.             this.Menu3Item1.Size = new System.Drawing.Size(0, 13);
  180.             this.Menu3Item1.TabIndex = 52;
  181.             this.Menu3Item1.Visible = false;
  182.             //
  183.             // Menu3Item2
  184.             //
  185.             this.Menu3Item2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  186.             this.Menu3Item2.AutoSize = true;
  187.             this.Menu3Item2.BackColor = System.Drawing.Color.Black;
  188.             this.Menu3Item2.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  189.             this.Menu3Item2.Location = new System.Drawing.Point(403, 532);
  190.             this.Menu3Item2.Name = "Menu3Item2";
  191.             this.Menu3Item2.Size = new System.Drawing.Size(0, 13);
  192.             this.Menu3Item2.TabIndex = 51;
  193.             this.Menu3Item2.Visible = false;
  194.             //
  195.             // Menu3Item3
  196.             //
  197.             this.Menu3Item3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  198.             this.Menu3Item3.AutoSize = true;
  199.             this.Menu3Item3.BackColor = System.Drawing.Color.Black;
  200.             this.Menu3Item3.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  201.             this.Menu3Item3.Location = new System.Drawing.Point(403, 558);
  202.             this.Menu3Item3.Name = "Menu3Item3";
  203.             this.Menu3Item3.Size = new System.Drawing.Size(0, 13);
  204.             this.Menu3Item3.TabIndex = 50;
  205.             this.Menu3Item3.Visible = false;
  206.             //
  207.             // Menu3Item4
  208.             //
  209.             this.Menu3Item4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  210.             this.Menu3Item4.AutoSize = true;
  211.             this.Menu3Item4.BackColor = System.Drawing.Color.Black;
  212.             this.Menu3Item4.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  213.             this.Menu3Item4.Location = new System.Drawing.Point(403, 584);
  214.             this.Menu3Item4.Name = "Menu3Item4";
  215.             this.Menu3Item4.Size = new System.Drawing.Size(0, 13);
  216.             this.Menu3Item4.TabIndex = 49;
  217.             this.Menu3Item4.Visible = false;
  218.             //
  219.             // Menu4Item1
  220.             //
  221.             this.Menu4Item1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  222.             this.Menu4Item1.AutoSize = true;
  223.             this.Menu4Item1.BackColor = System.Drawing.Color.Black;
  224.             this.Menu4Item1.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  225.             this.Menu4Item1.Location = new System.Drawing.Point(569, 506);
  226.             this.Menu4Item1.Name = "Menu4Item1";
  227.             this.Menu4Item1.Size = new System.Drawing.Size(0, 13);
  228.             this.Menu4Item1.TabIndex = 57;
  229.             this.Menu4Item1.Visible = false;
  230.             //
  231.             // Menu4Item2
  232.             //
  233.             this.Menu4Item2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  234.             this.Menu4Item2.AutoSize = true;
  235.             this.Menu4Item2.BackColor = System.Drawing.Color.Black;
  236.             this.Menu4Item2.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  237.             this.Menu4Item2.Location = new System.Drawing.Point(569, 532);
  238.             this.Menu4Item2.Name = "Menu4Item2";
  239.             this.Menu4Item2.Size = new System.Drawing.Size(0, 13);
  240.             this.Menu4Item2.TabIndex = 56;
  241.             this.Menu4Item2.Visible = false;
  242.             //
  243.             // Menu4Item3
  244.             //
  245.             this.Menu4Item3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  246.             this.Menu4Item3.AutoSize = true;
  247.             this.Menu4Item3.BackColor = System.Drawing.Color.Black;
  248.             this.Menu4Item3.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  249.             this.Menu4Item3.Location = new System.Drawing.Point(569, 558);
  250.             this.Menu4Item3.Name = "Menu4Item3";
  251.             this.Menu4Item3.Size = new System.Drawing.Size(0, 13);
  252.             this.Menu4Item3.TabIndex = 55;
  253.             this.Menu4Item3.Visible = false;
  254.             //
  255.             // Menu4Item4
  256.             //
  257.             this.Menu4Item4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  258.             this.Menu4Item4.AutoSize = true;
  259.             this.Menu4Item4.BackColor = System.Drawing.Color.Black;
  260.             this.Menu4Item4.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  261.             this.Menu4Item4.Location = new System.Drawing.Point(569, 584);
  262.             this.Menu4Item4.Name = "Menu4Item4";
  263.             this.Menu4Item4.Size = new System.Drawing.Size(0, 13);
  264.             this.Menu4Item4.TabIndex = 54;
  265.             this.Menu4Item4.Visible = false;
  266.             //
  267.             // enemyTargeter
  268.             //
  269.             this.enemyTargeter.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  270.             this.enemyTargeter.Image = global::CombatScreen.Properties.Resources.enemyTargeter;
  271.             this.enemyTargeter.Location = new System.Drawing.Point(958, 55);
  272.             this.enemyTargeter.Name = "enemyTargeter";
  273.             this.enemyTargeter.Size = new System.Drawing.Size(100, 50);
  274.             this.enemyTargeter.TabIndex = 58;
  275.             this.enemyTargeter.TabStop = false;
  276.             this.enemyTargeter.Visible = false;
  277.             //
  278.             // EnemyConditionBox
  279.             //
  280.             this.EnemyConditionBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  281.             this.EnemyConditionBox.Location = new System.Drawing.Point(958, 617);
  282.             this.EnemyConditionBox.Name = "EnemyConditionBox";
  283.             this.EnemyConditionBox.Size = new System.Drawing.Size(400, 130);
  284.             this.EnemyConditionBox.TabIndex = 42;
  285.             this.EnemyConditionBox.TabStop = false;
  286.             //
  287.             // Side2Sprite1
  288.             //
  289.             this.Side2Sprite1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  290.             this.Side2Sprite1.Location = new System.Drawing.Point(1082, 13);
  291.             this.Side2Sprite1.Name = "Side2Sprite1";
  292.             this.Side2Sprite1.Size = new System.Drawing.Size(108, 144);
  293.             this.Side2Sprite1.TabIndex = 36;
  294.             this.Side2Sprite1.TabStop = false;
  295.             //
  296.             // Side2Sprite2
  297.             //
  298.             this.Side2Sprite2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  299.             this.Side2Sprite2.Location = new System.Drawing.Point(1082, 163);
  300.             this.Side2Sprite2.Name = "Side2Sprite2";
  301.             this.Side2Sprite2.Size = new System.Drawing.Size(108, 144);
  302.             this.Side2Sprite2.TabIndex = 35;
  303.             this.Side2Sprite2.TabStop = false;
  304.             //
  305.             // Side2Sprite3
  306.             //
  307.             this.Side2Sprite3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  308.             this.Side2Sprite3.Location = new System.Drawing.Point(1082, 313);
  309.             this.Side2Sprite3.Name = "Side2Sprite3";
  310.             this.Side2Sprite3.Size = new System.Drawing.Size(108, 144);
  311.             this.Side2Sprite3.TabIndex = 34;
  312.             this.Side2Sprite3.TabStop = false;
  313.             //
  314.             // Side2Sprite4
  315.             //
  316.             this.Side2Sprite4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  317.             this.Side2Sprite4.Location = new System.Drawing.Point(1082, 463);
  318.             this.Side2Sprite4.Name = "Side2Sprite4";
  319.             this.Side2Sprite4.Size = new System.Drawing.Size(108, 144);
  320.             this.Side2Sprite4.TabIndex = 33;
  321.             this.Side2Sprite4.TabStop = false;
  322.             //
  323.             // Side1Sprite1
  324.             //
  325.             this.Side1Sprite1.Location = new System.Drawing.Point(243, 12);
  326.             this.Side1Sprite1.Name = "Side1Sprite1";
  327.             this.Side1Sprite1.Size = new System.Drawing.Size(108, 144);
  328.             this.Side1Sprite1.TabIndex = 32;
  329.             this.Side1Sprite1.TabStop = false;
  330.             //
  331.             // Side1Sprite2
  332.             //
  333.             this.Side1Sprite2.Location = new System.Drawing.Point(243, 163);
  334.             this.Side1Sprite2.Name = "Side1Sprite2";
  335.             this.Side1Sprite2.Size = new System.Drawing.Size(108, 144);
  336.             this.Side1Sprite2.TabIndex = 31;
  337.             this.Side1Sprite2.TabStop = false;
  338.             //
  339.             // Side1Sprite3
  340.             //
  341.             this.Side1Sprite3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  342.             this.Side1Sprite3.Location = new System.Drawing.Point(243, 313);
  343.             this.Side1Sprite3.Name = "Side1Sprite3";
  344.             this.Side1Sprite3.Size = new System.Drawing.Size(108, 144);
  345.             this.Side1Sprite3.TabIndex = 30;
  346.             this.Side1Sprite3.TabStop = false;
  347.             //
  348.             // CharBox4
  349.             //
  350.             this.CharBox4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  351.             this.CharBox4.ImageLocation = "";
  352.             this.CharBox4.Location = new System.Drawing.Point(510, 617);
  353.             this.CharBox4.Name = "CharBox4";
  354.             this.CharBox4.Size = new System.Drawing.Size(150, 130);
  355.             this.CharBox4.TabIndex = 28;
  356.             this.CharBox4.TabStop = false;
  357.             //
  358.             // CharBox3
  359.             //
  360.             this.CharBox3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  361.             this.CharBox3.ImageLocation = "";
  362.             this.CharBox3.Location = new System.Drawing.Point(344, 617);
  363.             this.CharBox3.Name = "CharBox3";
  364.             this.CharBox3.Size = new System.Drawing.Size(150, 130);
  365.             this.CharBox3.TabIndex = 27;
  366.             this.CharBox3.TabStop = false;
  367.             //
  368.             // CharBox2
  369.             //
  370.             this.CharBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  371.             this.CharBox2.ImageLocation = "";
  372.             this.CharBox2.Location = new System.Drawing.Point(178, 617);
  373.             this.CharBox2.Name = "CharBox2";
  374.             this.CharBox2.Size = new System.Drawing.Size(150, 130);
  375.             this.CharBox2.TabIndex = 26;
  376.             this.CharBox2.TabStop = false;
  377.             //
  378.             // CharBox1
  379.             //
  380.             this.CharBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  381.             this.CharBox1.ImageLocation = "";
  382.             this.CharBox1.Location = new System.Drawing.Point(12, 617);
  383.             this.CharBox1.Name = "CharBox1";
  384.             this.CharBox1.Size = new System.Drawing.Size(150, 130);
  385.             this.CharBox1.TabIndex = 25;
  386.             this.CharBox1.TabStop = false;
  387.             //
  388.             // Menu1Background
  389.             //
  390.             this.Menu1Background.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  391.             this.Menu1Background.InitialImage = null;
  392.             this.Menu1Background.Location = new System.Drawing.Point(62, 499);
  393.             this.Menu1Background.Name = "Menu1Background";
  394.             this.Menu1Background.Size = new System.Drawing.Size(100, 108);
  395.             this.Menu1Background.TabIndex = 37;
  396.             this.Menu1Background.TabStop = false;
  397.             this.Menu1Background.Visible = false;
  398.             this.Menu1Background.VisibleChanged += new System.EventHandler(this.Menu1Background_ChangeVisibility);
  399.             //
  400.             // Menu2Background
  401.             //
  402.             this.Menu2Background.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  403.             this.Menu2Background.InitialImage = null;
  404.             this.Menu2Background.Location = new System.Drawing.Point(228, 499);
  405.             this.Menu2Background.Name = "Menu2Background";
  406.             this.Menu2Background.Size = new System.Drawing.Size(100, 108);
  407.             this.Menu2Background.TabIndex = 43;
  408.             this.Menu2Background.TabStop = false;
  409.             this.Menu2Background.Visible = false;
  410.             this.Menu2Background.VisibleChanged += new System.EventHandler(this.Menu2Background_ChangeVisiblity);
  411.             //
  412.             // Side1Sprite4
  413.             //
  414.             this.Side1Sprite4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  415.             this.Side1Sprite4.Location = new System.Drawing.Point(243, 463);
  416.             this.Side1Sprite4.Name = "Side1Sprite4";
  417.             this.Side1Sprite4.Size = new System.Drawing.Size(108, 144);
  418.             this.Side1Sprite4.TabIndex = 29;
  419.             this.Side1Sprite4.TabStop = false;
  420.             //
  421.             // Menu3Background
  422.             //
  423.             this.Menu3Background.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  424.             this.Menu3Background.InitialImage = null;
  425.             this.Menu3Background.Location = new System.Drawing.Point(394, 499);
  426.             this.Menu3Background.Name = "Menu3Background";
  427.             this.Menu3Background.Size = new System.Drawing.Size(100, 108);
  428.             this.Menu3Background.TabIndex = 48;
  429.             this.Menu3Background.TabStop = false;
  430.             this.Menu3Background.Visible = false;
  431.             this.Menu3Background.VisibleChanged += new System.EventHandler(this.Menu3Background_ChangeVisibility);
  432.             //
  433.             // Menu4Background
  434.             //
  435.             this.Menu4Background.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  436.             this.Menu4Background.InitialImage = null;
  437.             this.Menu4Background.Location = new System.Drawing.Point(560, 499);
  438.             this.Menu4Background.Name = "Menu4Background";
  439.             this.Menu4Background.Size = new System.Drawing.Size(100, 108);
  440.             this.Menu4Background.TabIndex = 53;
  441.             this.Menu4Background.TabStop = false;
  442.             this.Menu4Background.Visible = false;
  443.             this.Menu4Background.VisibleChanged += new System.EventHandler(this.Menu4Background_ChangeVisibility);
  444.             //
  445.             // enemyTargeter2
  446.             //
  447.             this.enemyTargeter2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  448.             this.enemyTargeter2.Image = global::CombatScreen.Properties.Resources.enemyTargeter;
  449.             this.enemyTargeter2.Location = new System.Drawing.Point(958, 206);
  450.             this.enemyTargeter2.Name = "enemyTargeter2";
  451.             this.enemyTargeter2.Size = new System.Drawing.Size(100, 50);
  452.             this.enemyTargeter2.TabIndex = 59;
  453.             this.enemyTargeter2.TabStop = false;
  454.             this.enemyTargeter2.Visible = false;
  455.             //
  456.             // enemyTargeter3
  457.             //
  458.             this.enemyTargeter3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  459.             this.enemyTargeter3.Image = global::CombatScreen.Properties.Resources.enemyTargeter;
  460.             this.enemyTargeter3.Location = new System.Drawing.Point(958, 356);
  461.             this.enemyTargeter3.Name = "enemyTargeter3";
  462.             this.enemyTargeter3.Size = new System.Drawing.Size(100, 50);
  463.             this.enemyTargeter3.TabIndex = 60;
  464.             this.enemyTargeter3.TabStop = false;
  465.             this.enemyTargeter3.Visible = false;
  466.             //
  467.             // enemyTargeter4
  468.             //
  469.             this.enemyTargeter4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  470.             this.enemyTargeter4.Image = global::CombatScreen.Properties.Resources.enemyTargeter;
  471.             this.enemyTargeter4.Location = new System.Drawing.Point(958, 506);
  472.             this.enemyTargeter4.Name = "enemyTargeter4";
  473.             this.enemyTargeter4.Size = new System.Drawing.Size(100, 50);
  474.             this.enemyTargeter4.TabIndex = 61;
  475.             this.enemyTargeter4.TabStop = false;
  476.             this.enemyTargeter4.Visible = false;
  477.             //
  478.             // side2HPbox1
  479.             //
  480.             this.side2HPbox1.Image = global::CombatScreen.Properties.Resources.EnemyHPBar100;
  481.             this.side2HPbox1.Location = new System.Drawing.Point(1069, 125);
  482.             this.side2HPbox1.Name = "side2HPbox1";
  483.             this.side2HPbox1.Size = new System.Drawing.Size(132, 32);
  484.             this.side2HPbox1.TabIndex = 62;
  485.             this.side2HPbox1.TabStop = false;
  486.             this.side2HPbox1.Visible = false;
  487.             this.side2HPbox1.VisibleChanged += new System.EventHandler(this.side2HPBox1_ChangeVisiblity);
  488.             //
  489.             // side2HPbox2
  490.             //
  491.             this.side2HPbox2.Image = global::CombatScreen.Properties.Resources.EnemyHPBar100;
  492.             this.side2HPbox2.Location = new System.Drawing.Point(1069, 275);
  493.             this.side2HPbox2.Name = "side2HPbox2";
  494.             this.side2HPbox2.Size = new System.Drawing.Size(132, 32);
  495.             this.side2HPbox2.TabIndex = 63;
  496.             this.side2HPbox2.TabStop = false;
  497.             this.side2HPbox2.Visible = false;
  498.             this.side2HPbox2.VisibleChanged += new System.EventHandler(this.side2HPBox2_ChangeVisiblity);
  499.             //
  500.             // side2HPbox3
  501.             //
  502.             this.side2HPbox3.Image = global::CombatScreen.Properties.Resources.EnemyHPBar100;
  503.             this.side2HPbox3.Location = new System.Drawing.Point(1069, 425);
  504.             this.side2HPbox3.Name = "side2HPbox3";
  505.             this.side2HPbox3.Size = new System.Drawing.Size(132, 32);
  506.             this.side2HPbox3.TabIndex = 64;
  507.             this.side2HPbox3.TabStop = false;
  508.             this.side2HPbox3.Visible = false;
  509.             this.side2HPbox3.VisibleChanged += new System.EventHandler(this.side2HPBox3_ChangeVisiblity);
  510.             //
  511.             // side2HPbox4
  512.             //
  513.             this.side2HPbox4.Image = global::CombatScreen.Properties.Resources.EnemyHPBar100;
  514.             this.side2HPbox4.Location = new System.Drawing.Point(1069, 579);
  515.             this.side2HPbox4.Name = "side2HPbox4";
  516.             this.side2HPbox4.Size = new System.Drawing.Size(132, 32);
  517.             this.side2HPbox4.TabIndex = 65;
  518.             this.side2HPbox4.TabStop = false;
  519.             this.side2HPbox4.Visible = false;
  520.             this.side2HPbox4.VisibleChanged += new System.EventHandler(this.side2HPBox4_ChangeVisiblity);
  521.             //
  522.             // Side2HPText1
  523.             //
  524.             this.Side2HPText1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  525.             this.Side2HPText1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(2)))), ((int)(((byte)(218)))), ((int)(((byte)(55)))));
  526.             this.Side2HPText1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  527.             this.Side2HPText1.Location = new System.Drawing.Point(1109, 127);
  528.             this.Side2HPText1.Name = "Side2HPText1";
  529.             this.Side2HPText1.Size = new System.Drawing.Size(58, 26);
  530.             this.Side2HPText1.TabIndex = 66;
  531.             this.Side2HPText1.Visible = false;
  532.             //
  533.             // Side2HPText3
  534.             //
  535.             this.Side2HPText3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  536.             this.Side2HPText3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(2)))), ((int)(((byte)(218)))), ((int)(((byte)(55)))));
  537.             this.Side2HPText3.Font = new System.Drawing.Font("Microsoft Sans Serif", 12.75F);
  538.             this.Side2HPText3.Location = new System.Drawing.Point(1109, 427);
  539.             this.Side2HPText3.Name = "Side2HPText3";
  540.             this.Side2HPText3.Size = new System.Drawing.Size(58, 26);
  541.             this.Side2HPText3.TabIndex = 68;
  542.             this.Side2HPText3.Visible = false;
  543.             //
  544.             // Side2HPText4
  545.             //
  546.             this.Side2HPText4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  547.             this.Side2HPText4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(2)))), ((int)(((byte)(218)))), ((int)(((byte)(55)))));
  548.             this.Side2HPText4.Font = new System.Drawing.Font("Microsoft Sans Serif", 12.75F);
  549.             this.Side2HPText4.Location = new System.Drawing.Point(1109, 581);
  550.             this.Side2HPText4.Name = "Side2HPText4";
  551.             this.Side2HPText4.Size = new System.Drawing.Size(58, 26);
  552.             this.Side2HPText4.TabIndex = 69;
  553.             this.Side2HPText4.Visible = false;
  554.             //
  555.             // Side2HPText2
  556.             //
  557.             this.Side2HPText2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  558.             this.Side2HPText2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(2)))), ((int)(((byte)(218)))), ((int)(((byte)(55)))));
  559.             this.Side2HPText2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  560.             this.Side2HPText2.Location = new System.Drawing.Point(1109, 279);
  561.             this.Side2HPText2.Name = "Side2HPText2";
  562.             this.Side2HPText2.Size = new System.Drawing.Size(58, 26);
  563.             this.Side2HPText2.TabIndex = 70;
  564.             this.Side2HPText2.Visible = false;
  565.             //
  566.             // BattleTemplate4
  567.             //
  568.             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  569.             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  570.             this.ClientSize = new System.Drawing.Size(1370, 749);
  571.             this.Controls.Add(this.Side2HPText4);
  572.             this.Controls.Add(this.Side2HPText3);
  573.             this.Controls.Add(this.Side2HPText2);
  574.             this.Controls.Add(this.Side2HPText1);
  575.             this.Controls.Add(this.side2HPbox4);
  576.             this.Controls.Add(this.side2HPbox3);
  577.             this.Controls.Add(this.side2HPbox2);
  578.             this.Controls.Add(this.enemyTargeter4);
  579.             this.Controls.Add(this.enemyTargeter3);
  580.             this.Controls.Add(this.enemyTargeter2);
  581.             this.Controls.Add(this.enemyTargeter);
  582.             this.Controls.Add(this.Menu4Item1);
  583.             this.Controls.Add(this.Menu4Item2);
  584.             this.Controls.Add(this.Menu4Item3);
  585.             this.Controls.Add(this.Menu4Item4);
  586.             this.Controls.Add(this.Menu3Item1);
  587.             this.Controls.Add(this.Menu3Item2);
  588.             this.Controls.Add(this.Menu3Item3);
  589.             this.Controls.Add(this.Menu3Item4);
  590.             this.Controls.Add(this.Menu2Item1);
  591.             this.Controls.Add(this.Menu2Item2);
  592.             this.Controls.Add(this.Menu2Item3);
  593.             this.Controls.Add(this.Menu2Item4);
  594.             this.Controls.Add(this.EnemyConditionBox);
  595.             this.Controls.Add(this.Menu1Item4);
  596.             this.Controls.Add(this.Menu1Item3);
  597.             this.Controls.Add(this.Menu1Item2);
  598.             this.Controls.Add(this.Menu1Item1);
  599.             this.Controls.Add(this.Side1Sprite1);
  600.             this.Controls.Add(this.Side1Sprite2);
  601.             this.Controls.Add(this.Side1Sprite3);
  602.             this.Controls.Add(this.CharBox4);
  603.             this.Controls.Add(this.CharBox3);
  604.             this.Controls.Add(this.CharBox2);
  605.             this.Controls.Add(this.CharBox1);
  606.             this.Controls.Add(this.Menu1Background);
  607.             this.Controls.Add(this.Menu2Background);
  608.             this.Controls.Add(this.Side1Sprite4);
  609.             this.Controls.Add(this.Menu3Background);
  610.             this.Controls.Add(this.Menu4Background);
  611.             this.Controls.Add(this.Side2Sprite2);
  612.             this.Controls.Add(this.Side2Sprite3);
  613.             this.Controls.Add(this.Side2Sprite4);
  614.             this.Controls.Add(this.side2HPbox1);
  615.             this.Controls.Add(this.Side2Sprite1);
  616.             this.Name = "BattleTemplate4";
  617.             this.Text = "BattleTemplate4";
  618.             this.Load += new System.EventHandler(this.BattleTemplate4_Load);
  619.             this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.BattleTemplate4_KeyDown);
  620.             ((System.ComponentModel.ISupportInitialize)(this.enemyTargeter)).EndInit();
  621.             ((System.ComponentModel.ISupportInitialize)(this.EnemyConditionBox)).EndInit();
  622.             ((System.ComponentModel.ISupportInitialize)(this.Side2Sprite1)).EndInit();
  623.             ((System.ComponentModel.ISupportInitialize)(this.Side2Sprite2)).EndInit();
  624.             ((System.ComponentModel.ISupportInitialize)(this.Side2Sprite3)).EndInit();
  625.             ((System.ComponentModel.ISupportInitialize)(this.Side2Sprite4)).EndInit();
  626.             ((System.ComponentModel.ISupportInitialize)(this.Side1Sprite1)).EndInit();
  627.             ((System.ComponentModel.ISupportInitialize)(this.Side1Sprite2)).EndInit();
  628.             ((System.ComponentModel.ISupportInitialize)(this.Side1Sprite3)).EndInit();
  629.             ((System.ComponentModel.ISupportInitialize)(this.CharBox4)).EndInit();
  630.             ((System.ComponentModel.ISupportInitialize)(this.CharBox3)).EndInit();
  631.             ((System.ComponentModel.ISupportInitialize)(this.CharBox2)).EndInit();
  632.             ((System.ComponentModel.ISupportInitialize)(this.CharBox1)).EndInit();
  633.             ((System.ComponentModel.ISupportInitialize)(this.Menu1Background)).EndInit();
  634.             ((System.ComponentModel.ISupportInitialize)(this.Menu2Background)).EndInit();
  635.             ((System.ComponentModel.ISupportInitialize)(this.Side1Sprite4)).EndInit();
  636.             ((System.ComponentModel.ISupportInitialize)(this.Menu3Background)).EndInit();
  637.             ((System.ComponentModel.ISupportInitialize)(this.Menu4Background)).EndInit();
  638.             ((System.ComponentModel.ISupportInitialize)(this.enemyTargeter2)).EndInit();
  639.             ((System.ComponentModel.ISupportInitialize)(this.enemyTargeter3)).EndInit();
  640.             ((System.ComponentModel.ISupportInitialize)(this.enemyTargeter4)).EndInit();
  641.             ((System.ComponentModel.ISupportInitialize)(this.side2HPbox1)).EndInit();
  642.             ((System.ComponentModel.ISupportInitialize)(this.side2HPbox2)).EndInit();
  643.             ((System.ComponentModel.ISupportInitialize)(this.side2HPbox3)).EndInit();
  644.             ((System.ComponentModel.ISupportInitialize)(this.side2HPbox4)).EndInit();
  645.             this.ResumeLayout(false);
  646.             this.PerformLayout();
  647.  
  648.         }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement