Questo sito utilizza cookies solo per scopi di autenticazione sul sito e nient'altro. Nessuna informazione personale viene tracciata. Leggi l'informativa sui cookies.
Username: Password: oppure
Ship Battle - Form1.Designer.cs

Form1.Designer.cs

Caricato da: R0gerblack
Scarica il programma completo

  1. namespace Ship_Battle_CS
  2. {
  3.     partial class Form1
  4.     {
  5.         /// <summary>
  6.         /// Required designer variable.
  7.         /// </summary>
  8.         private System.ComponentModel.IContainer components = null;
  9.  
  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.  
  23.         #region Windows Form Designer generated code
  24.  
  25.         /// <summary>
  26.         /// Required method for Designer support - do not modify
  27.         /// the contents of this method with the code editor.
  28.         /// </summary>
  29.         private void InitializeComponent()
  30.         {
  31.             this.components = new System.ComponentModel.Container();
  32.             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
  33.             this.MainMenu1 = new System.Windows.Forms.MainMenu(this.components);
  34.             this.MenuItem1 = new System.Windows.Forms.MenuItem();
  35.             this.MenuItem2 = new System.Windows.Forms.MenuItem();
  36.             this.MenuItem4 = new System.Windows.Forms.MenuItem();
  37.             this.MenuItem12 = new System.Windows.Forms.MenuItem();
  38.             this.MenuItem11 = new System.Windows.Forms.MenuItem();
  39.             this.MenuItem3 = new System.Windows.Forms.MenuItem();
  40.             this.MenuItem5 = new System.Windows.Forms.MenuItem();
  41.             this.MenuItem7 = new System.Windows.Forms.MenuItem();
  42.             this.MenuItem8 = new System.Windows.Forms.MenuItem();
  43.             this.MenuItem6 = new System.Windows.Forms.MenuItem();
  44.             this.MenuItem9 = new System.Windows.Forms.MenuItem();
  45.             this.MenuItem10 = new System.Windows.Forms.MenuItem();
  46.             this.StatusStrip1 = new System.Windows.Forms.StatusStrip();
  47.             this.ToolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
  48.             this.TextBox1 = new System.Windows.Forms.TextBox();
  49.             this.Label10 = new System.Windows.Forms.Label();
  50.             this.Label9 = new System.Windows.Forms.Label();
  51.             this.Label8 = new System.Windows.Forms.Label();
  52.             this.RadioButton2 = new System.Windows.Forms.RadioButton();
  53.             this.RadioButton1 = new System.Windows.Forms.RadioButton();
  54.             this.Label7 = new System.Windows.Forms.Label();
  55.             this.Label6 = new System.Windows.Forms.Label();
  56.             this.Label5 = new System.Windows.Forms.Label();
  57.             this.Label4 = new System.Windows.Forms.Label();
  58.             this.Label3 = new System.Windows.Forms.Label();
  59.             this.Label2 = new System.Windows.Forms.Label();
  60.             this.Label1 = new System.Windows.Forms.Label();
  61.             this.StatusStrip1.SuspendLayout();
  62.             this.SuspendLayout();
  63.             //
  64.             // MainMenu1
  65.             //
  66.             this.MainMenu1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
  67.             this.MenuItem1,
  68.             this.MenuItem5,
  69.             this.MenuItem6});
  70.             //
  71.             // MenuItem1
  72.             //
  73.             this.MenuItem1.Index = 0;
  74.             this.MenuItem1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
  75.             this.MenuItem2,
  76.             this.MenuItem4,
  77.             this.MenuItem12,
  78.             this.MenuItem11,
  79.             this.MenuItem3});
  80.             this.MenuItem1.Text = "Partita";
  81.             //
  82.             // MenuItem2
  83.             //
  84.             this.MenuItem2.Index = 0;
  85.             this.MenuItem2.Text = "Nuova Partita";
  86.             this.MenuItem2.Click += new System.EventHandler(this.MenuItem2_Click);
  87.             //
  88.             // MenuItem4
  89.             //
  90.             this.MenuItem4.Index = 1;
  91.             this.MenuItem4.Text = "-";
  92.             //
  93.             // MenuItem12
  94.             //
  95.             this.MenuItem12.Index = 2;
  96.             this.MenuItem12.Text = "Abilita trucchi";
  97.             this.MenuItem12.Click += new System.EventHandler(this.MenuItem12_Click);
  98.             //
  99.             // MenuItem11
  100.             //
  101.             this.MenuItem11.Index = 3;
  102.             this.MenuItem11.Text = "-";
  103.             //
  104.             // MenuItem3
  105.             //
  106.             this.MenuItem3.Index = 4;
  107.             this.MenuItem3.Text = "Esci";
  108.             this.MenuItem3.Click += new System.EventHandler(this.MenuItem3_Click);
  109.             //
  110.             // MenuItem5
  111.             //
  112.             this.MenuItem5.Index = 1;
  113.             this.MenuItem5.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
  114.             this.MenuItem7,
  115.             this.MenuItem8});
  116.             this.MenuItem5.Text = "Modalità";
  117.             //
  118.             // MenuItem7
  119.             //
  120.             this.MenuItem7.Checked = true;
  121.             this.MenuItem7.Index = 0;
  122.             this.MenuItem7.Text = "Normale";
  123.             this.MenuItem7.Click += new System.EventHandler(this.MenuItem7_Click);
  124.             //
  125.             // MenuItem8
  126.             //
  127.             this.MenuItem8.Index = 1;
  128.             this.MenuItem8.Text = "12 tentativi";
  129.             this.MenuItem8.Click += new System.EventHandler(this.MenuItem8_Click);
  130.             //
  131.             // MenuItem6
  132.             //
  133.             this.MenuItem6.Index = 2;
  134.             this.MenuItem6.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
  135.             this.MenuItem9,
  136.             this.MenuItem10});
  137.             this.MenuItem6.Text = "?";
  138.             //
  139.             // MenuItem9
  140.             //
  141.             this.MenuItem9.Index = 0;
  142.             this.MenuItem9.Text = "About";
  143.             this.MenuItem9.Click += new System.EventHandler(this.MenuItem9_Click);
  144.             //
  145.             // MenuItem10
  146.             //
  147.             this.MenuItem10.Index = 1;
  148.             this.MenuItem10.Text = "Tutorial";
  149.             this.MenuItem10.Click += new System.EventHandler(this.MenuItem10_Click);
  150.             //
  151.             // StatusStrip1
  152.             //
  153.             this.StatusStrip1.BackColor = System.Drawing.SystemColors.Control;
  154.             this.StatusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  155.             this.ToolStripStatusLabel1});
  156.             this.StatusStrip1.Location = new System.Drawing.Point(0, 274);
  157.             this.StatusStrip1.Name = "StatusStrip1";
  158.             this.StatusStrip1.Size = new System.Drawing.Size(412, 22);
  159.             this.StatusStrip1.SizingGrip = false;
  160.             this.StatusStrip1.TabIndex = 11;
  161.             this.StatusStrip1.Text = "StatusStrip1";
  162.             //
  163.             // ToolStripStatusLabel1
  164.             //
  165.             this.ToolStripStatusLabel1.BackColor = System.Drawing.SystemColors.Control;
  166.             this.ToolStripStatusLabel1.Name = "ToolStripStatusLabel1";
  167.             this.ToolStripStatusLabel1.Size = new System.Drawing.Size(81, 17);
  168.             this.ToolStripStatusLabel1.Text = "Ship Battle 1.1";
  169.             //
  170.             // TextBox1
  171.             //
  172.             this.TextBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  173.             this.TextBox1.Location = new System.Drawing.Point(282, 229);
  174.             this.TextBox1.Name = "TextBox1";
  175.             this.TextBox1.Size = new System.Drawing.Size(125, 26);
  176.             this.TextBox1.TabIndex = 26;
  177.             this.TextBox1.Visible = false;
  178.             this.TextBox1.TextChanged += new System.EventHandler(this.TextBox1_TextChanged);
  179.             //
  180.             // Label10
  181.             //
  182.             this.Label10.AutoSize = true;
  183.             this.Label10.BackColor = System.Drawing.Color.Transparent;
  184.             this.Label10.ForeColor = System.Drawing.Color.Yellow;
  185.             this.Label10.Location = new System.Drawing.Point(279, 207);
  186.             this.Label10.Name = "Label10";
  187.             this.Label10.Size = new System.Drawing.Size(94, 13);
  188.             this.Label10.TabIndex = 25;
  189.             this.Label10.Text = "Trucchi da inserire";
  190.             this.Label10.Visible = false;
  191.             //
  192.             // Label9
  193.             //
  194.             this.Label9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
  195.             this.Label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  196.             this.Label9.ForeColor = System.Drawing.Color.Red;
  197.             this.Label9.Location = new System.Drawing.Point(314, 229);
  198.             this.Label9.Name = "Label9";
  199.             this.Label9.Size = new System.Drawing.Size(54, 24);
  200.             this.Label9.TabIndex = 24;
  201.             this.Label9.Text = "v 1.1";
  202.             //
  203.             // Label8
  204.             //
  205.             this.Label8.AutoSize = true;
  206.             this.Label8.BackColor = System.Drawing.Color.Transparent;
  207.             this.Label8.Location = new System.Drawing.Point(279, 154);
  208.             this.Label8.Name = "Label8";
  209.             this.Label8.Size = new System.Drawing.Size(47, 13);
  210.             this.Label8.TabIndex = 23;
  211.             this.Label8.Text = "Modalità";
  212.             //
  213.             // RadioButton2
  214.             //
  215.             this.RadioButton2.AutoSize = true;
  216.             this.RadioButton2.BackColor = System.Drawing.Color.Transparent;
  217.             this.RadioButton2.Location = new System.Drawing.Point(282, 187);
  218.             this.RadioButton2.Name = "RadioButton2";
  219.             this.RadioButton2.Size = new System.Drawing.Size(77, 17);
  220.             this.RadioButton2.TabIndex = 22;
  221.             this.RadioButton2.Text = "12 tentativi";
  222.             this.RadioButton2.UseVisualStyleBackColor = false;
  223.             this.RadioButton2.CheckedChanged += new System.EventHandler(this.RadioButton2_CheckedChanged);
  224.             //
  225.             // RadioButton1
  226.             //
  227.             this.RadioButton1.AutoSize = true;
  228.             this.RadioButton1.BackColor = System.Drawing.Color.Transparent;
  229.             this.RadioButton1.Checked = true;
  230.             this.RadioButton1.Location = new System.Drawing.Point(282, 170);
  231.             this.RadioButton1.Name = "RadioButton1";
  232.             this.RadioButton1.Size = new System.Drawing.Size(64, 17);
  233.             this.RadioButton1.TabIndex = 21;
  234.             this.RadioButton1.TabStop = true;
  235.             this.RadioButton1.Text = "Normale";
  236.             this.RadioButton1.UseVisualStyleBackColor = false;
  237.             this.RadioButton1.CheckedChanged += new System.EventHandler(this.RadioButton1_CheckedChanged);
  238.             //
  239.             // Label7
  240.             //
  241.             this.Label7.AutoSize = true;
  242.             this.Label7.BackColor = System.Drawing.Color.Transparent;
  243.             this.Label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  244.             this.Label7.ForeColor = System.Drawing.Color.Red;
  245.             this.Label7.Location = new System.Drawing.Point(217, 241);
  246.             this.Label7.Name = "Label7";
  247.             this.Label7.Size = new System.Drawing.Size(40, 24);
  248.             this.Label7.TabIndex = 20;
  249.             this.Label7.Text = "Info";
  250.             this.Label7.Click += new System.EventHandler(this.Label7_Click);
  251.             //
  252.             // Label6
  253.             //
  254.             this.Label6.AutoSize = true;
  255.             this.Label6.BackColor = System.Drawing.Color.Transparent;
  256.             this.Label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  257.             this.Label6.ForeColor = System.Drawing.Color.Red;
  258.             this.Label6.Location = new System.Drawing.Point(134, 9);
  259.             this.Label6.Name = "Label6";
  260.             this.Label6.Size = new System.Drawing.Size(133, 16);
  261.             this.Label6.TabIndex = 19;
  262.             this.Label6.Text = "Posiziona la tua flotta";
  263.             this.Label6.Visible = false;
  264.             //
  265.             // Label5
  266.             //
  267.             this.Label5.AutoSize = true;
  268.             this.Label5.BackColor = System.Drawing.Color.Transparent;
  269.             this.Label5.ForeColor = System.Drawing.Color.Lime;
  270.             this.Label5.Location = new System.Drawing.Point(299, 94);
  271.             this.Label5.Name = "Label5";
  272.             this.Label5.Size = new System.Drawing.Size(90, 13);
  273.             this.Label5.TabIndex = 18;
  274.             this.Label5.Text = "Barche restanti: 4";
  275.             this.Label5.Visible = false;
  276.             //
  277.             // Label4
  278.             //
  279.             this.Label4.AutoSize = true;
  280.             this.Label4.BackColor = System.Drawing.Color.Transparent;
  281.             this.Label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 27.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  282.             this.Label4.ForeColor = System.Drawing.Color.Black;
  283.             this.Label4.Location = new System.Drawing.Point(91, 142);
  284.             this.Label4.Name = "Label4";
  285.             this.Label4.Size = new System.Drawing.Size(89, 42);
  286.             this.Label4.TabIndex = 17;
  287.             this.Label4.Text = "Esci";
  288.             this.Label4.Click += new System.EventHandler(this.Label4_Click);
  289.             //
  290.             // Label3
  291.             //
  292.             this.Label3.AutoSize = true;
  293.             this.Label3.BackColor = System.Drawing.Color.Transparent;
  294.             this.Label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 27.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  295.             this.Label3.ForeColor = System.Drawing.Color.Black;
  296.             this.Label3.Location = new System.Drawing.Point(29, 89);
  297.             this.Label3.Name = "Label3";
  298.             this.Label3.Size = new System.Drawing.Size(240, 42);
  299.             this.Label3.TabIndex = 16;
  300.             this.Label3.Text = "Nuova partita";
  301.             this.Label3.Click += new System.EventHandler(this.Label3_Click);
  302.             //
  303.             // Label2
  304.             //
  305.             this.Label2.AutoSize = true;
  306.             this.Label2.BackColor = System.Drawing.Color.Transparent;
  307.             this.Label2.Location = new System.Drawing.Point(5, 249);
  308.             this.Label2.Name = "Label2";
  309.             this.Label2.Size = new System.Drawing.Size(112, 13);
  310.             this.Label2.TabIndex = 15;
  311.             this.Label2.Text = "Posizione flotta del PC";
  312.             //
  313.             // Label1
  314.             //
  315.             this.Label1.AutoSize = true;
  316.             this.Label1.BackColor = System.Drawing.Color.Transparent;
  317.             this.Label1.Location = new System.Drawing.Point(4, 9);
  318.             this.Label1.Name = "Label1";
  319.             this.Label1.Size = new System.Drawing.Size(113, 13);
  320.             this.Label1.TabIndex = 14;
  321.             this.Label1.Text = "Posizione flotta umana";
  322.             //
  323.             // Form1
  324.             //
  325.             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  326.             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  327.             this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
  328.             this.ClientSize = new System.Drawing.Size(412, 296);
  329.             this.Controls.Add(this.TextBox1);
  330.             this.Controls.Add(this.Label10);
  331.             this.Controls.Add(this.Label9);
  332.             this.Controls.Add(this.Label8);
  333.             this.Controls.Add(this.RadioButton2);
  334.             this.Controls.Add(this.RadioButton1);
  335.             this.Controls.Add(this.Label7);
  336.             this.Controls.Add(this.Label6);
  337.             this.Controls.Add(this.Label5);
  338.             this.Controls.Add(this.Label4);
  339.             this.Controls.Add(this.Label3);
  340.             this.Controls.Add(this.Label2);
  341.             this.Controls.Add(this.Label1);
  342.             this.Controls.Add(this.StatusStrip1);
  343.             this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  344.             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  345.             this.MaximizeBox = false;
  346.             this.MaximumSize = new System.Drawing.Size(418, 343);
  347.             this.Menu = this.MainMenu1;
  348.             this.MinimumSize = new System.Drawing.Size(418, 343);
  349.             this.Name = "Form1";
  350.             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  351.             this.Text = "Ship Battle";
  352.             this.Load += new System.EventHandler(this.Form1_Load);
  353.             this.StatusStrip1.ResumeLayout(false);
  354.             this.StatusStrip1.PerformLayout();
  355.             this.ResumeLayout(false);
  356.             this.PerformLayout();
  357.  
  358.         }
  359.  
  360.         #endregion
  361.  
  362.         internal System.Windows.Forms.MainMenu MainMenu1;
  363.         internal System.Windows.Forms.MenuItem MenuItem1;
  364.         internal System.Windows.Forms.MenuItem MenuItem2;
  365.         internal System.Windows.Forms.MenuItem MenuItem4;
  366.         internal System.Windows.Forms.MenuItem MenuItem12;
  367.         internal System.Windows.Forms.MenuItem MenuItem11;
  368.         internal System.Windows.Forms.MenuItem MenuItem3;
  369.         internal System.Windows.Forms.MenuItem MenuItem5;
  370.         internal System.Windows.Forms.MenuItem MenuItem7;
  371.         internal System.Windows.Forms.MenuItem MenuItem8;
  372.         internal System.Windows.Forms.MenuItem MenuItem6;
  373.         internal System.Windows.Forms.MenuItem MenuItem9;
  374.         internal System.Windows.Forms.MenuItem MenuItem10;
  375.         internal System.Windows.Forms.StatusStrip StatusStrip1;
  376.         internal System.Windows.Forms.ToolStripStatusLabel ToolStripStatusLabel1;
  377.         internal System.Windows.Forms.TextBox TextBox1;
  378.         internal System.Windows.Forms.Label Label10;
  379.         internal System.Windows.Forms.Label Label9;
  380.         internal System.Windows.Forms.Label Label8;
  381.         internal System.Windows.Forms.RadioButton RadioButton2;
  382.         internal System.Windows.Forms.RadioButton RadioButton1;
  383.         internal System.Windows.Forms.Label Label7;
  384.         internal System.Windows.Forms.Label Label6;
  385.         internal System.Windows.Forms.Label Label5;
  386.         internal System.Windows.Forms.Label Label4;
  387.         internal System.Windows.Forms.Label Label3;
  388.         internal System.Windows.Forms.Label Label2;
  389.         internal System.Windows.Forms.Label Label1;
  390.     }
  391. }