comparison FrmAbout.Designer.cs @ 133:acb4456598ce WarFoundry_v0.1beta7_Winforms

* Update to v0.1b7 * Update version number * Update text in about box Now we just need the build! no-open-ticket
author IBBoard <dev@ibboard.co.uk>
date Wed, 31 Mar 2010 20:03:45 +0000
parents 0bb9f40d44eb
children 4aabe514c868
comparison
equal deleted inserted replaced
132:e00332dc1618 133:acb4456598ce
26 /// Required method for Designer support - do not modify 26 /// Required method for Designer support - do not modify
27 /// the contents of this method with the code editor. 27 /// the contents of this method with the code editor.
28 /// </summary> 28 /// </summary>
29 private void InitializeComponent() 29 private void InitializeComponent()
30 { 30 {
31 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmAbout));
31 this.lblWarFoundry = new System.Windows.Forms.Label(); 32 this.lblWarFoundry = new System.Windows.Forms.Label();
32 this.lblVersion = new System.Windows.Forms.Label(); 33 this.lblVersion = new System.Windows.Forms.Label();
33 this.lblDevelopers = new IBBoard.Windows.Forms.IBBLabel(); 34 this.lblDevelopers = new IBBoard.Windows.Forms.IBBLabel();
34 this.textBox1 = new System.Windows.Forms.TextBox(); 35 this.textBox1 = new System.Windows.Forms.TextBox();
35 this.textBox2 = new System.Windows.Forms.TextBox(); 36 this.textBox2 = new System.Windows.Forms.TextBox();
64 this.lblDevelopers.TabIndex = 2; 65 this.lblDevelopers.TabIndex = 2;
65 this.lblDevelopers.Text = "developers"; 66 this.lblDevelopers.Text = "developers";
66 // 67 //
67 // textBox1 68 // textBox1
68 // 69 //
70 this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles) (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
71 | System.Windows.Forms.AnchorStyles.Right)));
69 this.textBox1.Location = new System.Drawing.Point(80, 80); 72 this.textBox1.Location = new System.Drawing.Point(80, 80);
70 this.textBox1.Multiline = true; 73 this.textBox1.Multiline = true;
71 this.textBox1.Name = "textBox1"; 74 this.textBox1.Name = "textBox1";
72 this.textBox1.ReadOnly = true; 75 this.textBox1.ReadOnly = true;
73 this.textBox1.Size = new System.Drawing.Size(200, 89); 76 this.textBox1.Size = new System.Drawing.Size(297, 89);
74 this.textBox1.TabIndex = 3; 77 this.textBox1.TabIndex = 3;
75 this.textBox1.Text = "IBBoard (http://ibboard.co.uk/devlog/)"; 78 this.textBox1.Text = "IBBoard (http://ibboard.co.uk/)";
76 // 79 //
77 // textBox2 80 // textBox2
78 // 81 //
82 this.textBox2.Anchor = ((System.Windows.Forms.AnchorStyles) (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
83 | System.Windows.Forms.AnchorStyles.Right)));
79 this.textBox2.Location = new System.Drawing.Point(80, 175); 84 this.textBox2.Location = new System.Drawing.Point(80, 175);
80 this.textBox2.Multiline = true; 85 this.textBox2.Multiline = true;
81 this.textBox2.Name = "textBox2"; 86 this.textBox2.Name = "textBox2";
82 this.textBox2.ReadOnly = true; 87 this.textBox2.ReadOnly = true;
83 this.textBox2.Size = new System.Drawing.Size(200, 89); 88 this.textBox2.Size = new System.Drawing.Size(297, 89);
84 this.textBox2.TabIndex = 5; 89 this.textBox2.TabIndex = 5;
85 this.textBox2.Text = "Snowblizz\r\nFrostlee"; 90 this.textBox2.Text = resources.GetString("textBox2.Text");
86 // 91 //
87 // lblThanks 92 // lblThanks
88 // 93 //
89 this.lblThanks.AutoSize = true; 94 this.lblThanks.AutoSize = true;
90 this.lblThanks.Location = new System.Drawing.Point(12, 175); 95 this.lblThanks.Location = new System.Drawing.Point(12, 175);
95 // 100 //
96 // FrmAbout 101 // FrmAbout
97 // 102 //
98 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 103 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
99 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 104 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
100 this.ClientSize = new System.Drawing.Size(292, 270); 105 this.ClientSize = new System.Drawing.Size(389, 276);
101 this.Controls.Add(this.textBox2); 106 this.Controls.Add(this.textBox2);
102 this.Controls.Add(this.lblThanks); 107 this.Controls.Add(this.lblThanks);
103 this.Controls.Add(this.textBox1); 108 this.Controls.Add(this.textBox1);
104 this.Controls.Add(this.lblDevelopers); 109 this.Controls.Add(this.lblDevelopers);
105 this.Controls.Add(this.lblVersion); 110 this.Controls.Add(this.lblVersion);