comparison FrmAbout.Designer.cs @ 186:00ffe6109ca5

Re #88: Complete initial WinForms UI * Update copyright and credits before release
author IBBoard <dev@ibboard.co.uk>
date Tue, 02 Nov 2010 20:28:00 +0000
parents 7de7890bf079
children dd893a582184
comparison
equal deleted inserted replaced
185:3458653455a1 186:00ffe6109ca5
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 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmAbout));
32 this.lblWarFoundry = new System.Windows.Forms.Label(); 32 this.lblWarFoundry = new System.Windows.Forms.Label();
33 this.lblVersion = new System.Windows.Forms.Label(); 33 this.lblVersion = new System.Windows.Forms.Label();
34 this.tabControl1 = new System.Windows.Forms.TabControl(); 34 this.tabControl1 = new System.Windows.Forms.TabControl();
35 this.developersPage = new System.Windows.Forms.TabPage(); 35 this.developersPage = new System.Windows.Forms.TabPage();
36 this.listBox1 = new System.Windows.Forms.ListBox(); 36 this.listBox1 = new System.Windows.Forms.ListBox();
37 this.testersPage = new System.Windows.Forms.TabPage(); 37 this.testersPage = new System.Windows.Forms.TabPage();
38 this.listBox2 = new System.Windows.Forms.ListBox(); 38 this.listBox2 = new System.Windows.Forms.ListBox();
39 this.translatorsPage = new System.Windows.Forms.TabPage(); 39 this.translatorsPage = new System.Windows.Forms.TabPage();
40 this.listBox3 = new System.Windows.Forms.ListBox(); 40 this.listBox3 = new System.Windows.Forms.ListBox();
41 this.pictureBox1 = new System.Windows.Forms.PictureBox(); 41 this.pictureBox1 = new System.Windows.Forms.PictureBox();
42 this.tabControl1.SuspendLayout(); 42 this.tabControl1.SuspendLayout();
43 this.developersPage.SuspendLayout(); 43 this.developersPage.SuspendLayout();
44 this.testersPage.SuspendLayout(); 44 this.testersPage.SuspendLayout();
45 this.translatorsPage.SuspendLayout(); 45 this.translatorsPage.SuspendLayout();
46 ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); 46 ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
47 this.SuspendLayout(); 47 this.SuspendLayout();
48 // 48 //
49 // lblWarFoundry 49 // lblWarFoundry
50 // 50 //
51 this.lblWarFoundry.Font = new System.Drawing.Font("Microsoft Sans Serif", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 51 this.lblWarFoundry.Font = new System.Drawing.Font("Microsoft Sans Serif", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
52 this.lblWarFoundry.Location = new System.Drawing.Point(12, 9); 52 this.lblWarFoundry.Location = new System.Drawing.Point(12, 9);
53 this.lblWarFoundry.Name = "lblWarFoundry"; 53 this.lblWarFoundry.Name = "lblWarFoundry";
54 this.lblWarFoundry.Size = new System.Drawing.Size(212, 45); 54 this.lblWarFoundry.Size = new System.Drawing.Size(212, 45);
55 this.lblWarFoundry.TabIndex = 0; 55 this.lblWarFoundry.TabIndex = 0;
56 this.lblWarFoundry.Text = "WarFoundry"; 56 this.lblWarFoundry.Text = "WarFoundry";
57 // 57 //
58 // lblVersion 58 // lblVersion
59 // 59 //
60 this.lblVersion.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 60 this.lblVersion.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
61 this.lblVersion.Location = new System.Drawing.Point(16, 54); 61 this.lblVersion.Location = new System.Drawing.Point(16, 54);
62 this.lblVersion.Name = "lblVersion"; 62 this.lblVersion.Name = "lblVersion";
63 this.lblVersion.Size = new System.Drawing.Size(264, 23); 63 this.lblVersion.Size = new System.Drawing.Size(264, 23);
64 this.lblVersion.TabIndex = 1; 64 this.lblVersion.TabIndex = 1;
65 this.lblVersion.Text = "v0.1b4"; 65 this.lblVersion.Text = "v?.?";
66 // 66 //
67 // tabControl1 67 // tabControl1
68 // 68 //
69 this.tabControl1.Controls.Add(this.developersPage); 69 this.tabControl1.Controls.Add(this.developersPage);
70 this.tabControl1.Controls.Add(this.testersPage); 70 this.tabControl1.Controls.Add(this.testersPage);
71 this.tabControl1.Controls.Add(this.translatorsPage); 71 this.tabControl1.Controls.Add(this.translatorsPage);
72 this.tabControl1.Location = new System.Drawing.Point(12, 80); 72 this.tabControl1.Location = new System.Drawing.Point(12, 80);
73 this.tabControl1.Name = "tabControl1"; 73 this.tabControl1.Name = "tabControl1";
74 this.tabControl1.SelectedIndex = 0; 74 this.tabControl1.SelectedIndex = 0;
75 this.tabControl1.Size = new System.Drawing.Size(276, 184); 75 this.tabControl1.Size = new System.Drawing.Size(276, 184);
76 this.tabControl1.TabIndex = 6; 76 this.tabControl1.TabIndex = 6;
77 // 77 //
78 // developersPage 78 // developersPage
79 // 79 //
80 this.developersPage.Controls.Add(this.listBox1); 80 this.developersPage.Controls.Add(this.listBox1);
81 this.developersPage.Location = new System.Drawing.Point(4, 22); 81 this.developersPage.Location = new System.Drawing.Point(4, 22);
82 this.developersPage.Name = "developersPage"; 82 this.developersPage.Name = "developersPage";
83 this.developersPage.Padding = new System.Windows.Forms.Padding(3); 83 this.developersPage.Padding = new System.Windows.Forms.Padding(3);
84 this.developersPage.Size = new System.Drawing.Size(268, 158); 84 this.developersPage.Size = new System.Drawing.Size(268, 158);
85 this.developersPage.TabIndex = 0; 85 this.developersPage.TabIndex = 0;
86 this.developersPage.Text = "Developers"; 86 this.developersPage.Text = "Developers";
87 this.developersPage.UseVisualStyleBackColor = true; 87 this.developersPage.UseVisualStyleBackColor = true;
88 // 88 //
89 // listBox1 89 // listBox1
90 // 90 //
91 this.listBox1.FormattingEnabled = true; 91 this.listBox1.FormattingEnabled = true;
92 this.listBox1.Items.AddRange(new object[] { 92 this.listBox1.Items.AddRange(new object[] {
93 "IBBoard (Main developer and project lead)"}); 93 "IBBoard (Main developer and project lead)",
94 this.listBox1.Location = new System.Drawing.Point(0, 0); 94 "Snowblizz (Default army names and translation fixes)"});
95 this.listBox1.Name = "listBox1"; 95 this.listBox1.Location = new System.Drawing.Point(0, 0);
96 this.listBox1.Size = new System.Drawing.Size(268, 160); 96 this.listBox1.Name = "listBox1";
97 this.listBox1.TabIndex = 0; 97 this.listBox1.Size = new System.Drawing.Size(268, 160);
98 // 98 this.listBox1.TabIndex = 0;
99 // testersPage 99 //
100 // 100 // testersPage
101 this.testersPage.Controls.Add(this.listBox2); 101 //
102 this.testersPage.Location = new System.Drawing.Point(4, 22); 102 this.testersPage.Controls.Add(this.listBox2);
103 this.testersPage.Name = "testersPage"; 103 this.testersPage.Location = new System.Drawing.Point(4, 22);
104 this.testersPage.Padding = new System.Windows.Forms.Padding(3); 104 this.testersPage.Name = "testersPage";
105 this.testersPage.Size = new System.Drawing.Size(268, 158); 105 this.testersPage.Padding = new System.Windows.Forms.Padding(3);
106 this.testersPage.TabIndex = 1; 106 this.testersPage.Size = new System.Drawing.Size(268, 158);
107 this.testersPage.Text = "Testers"; 107 this.testersPage.TabIndex = 1;
108 this.testersPage.UseVisualStyleBackColor = true; 108 this.testersPage.Text = "Testers";
109 // 109 this.testersPage.UseVisualStyleBackColor = true;
110 // listBox2 110 //
111 // 111 // listBox2
112 this.listBox2.FormattingEnabled = true; 112 //
113 this.listBox2.Items.AddRange(new object[] { 113 this.listBox2.FormattingEnabled = true;
114 this.listBox2.Items.AddRange(new object[] {
114 "Snowblizz", 115 "Snowblizz",
115 "Frostlee", 116 "Frostlee",
116 "Lord_Archaon", 117 "Lord_Archaon",
117 "Furrie", 118 "Furrie",
118 "clutch110"}); 119 "clutch110",
119 this.listBox2.Location = new System.Drawing.Point(0, -1); 120 "Mollo",
120 this.listBox2.Name = "listBox2"; 121 "HeWhoWatches"});
121 this.listBox2.Size = new System.Drawing.Size(268, 160); 122 this.listBox2.Location = new System.Drawing.Point(0, -1);
122 this.listBox2.TabIndex = 1; 123 this.listBox2.Name = "listBox2";
123 // 124 this.listBox2.Size = new System.Drawing.Size(268, 160);
124 // translatorsPage 125 this.listBox2.TabIndex = 1;
125 // 126 //
126 this.translatorsPage.Controls.Add(this.listBox3); 127 // translatorsPage
127 this.translatorsPage.Location = new System.Drawing.Point(4, 22); 128 //
128 this.translatorsPage.Name = "translatorsPage"; 129 this.translatorsPage.Controls.Add(this.listBox3);
129 this.translatorsPage.Size = new System.Drawing.Size(268, 158); 130 this.translatorsPage.Location = new System.Drawing.Point(4, 22);
130 this.translatorsPage.TabIndex = 2; 131 this.translatorsPage.Name = "translatorsPage";
131 this.translatorsPage.Text = "Translators"; 132 this.translatorsPage.Size = new System.Drawing.Size(268, 158);
132 this.translatorsPage.UseVisualStyleBackColor = true; 133 this.translatorsPage.TabIndex = 2;
133 // 134 this.translatorsPage.Text = "Translators";
134 // listBox3 135 this.translatorsPage.UseVisualStyleBackColor = true;
135 // 136 //
136 this.listBox3.FormattingEnabled = true; 137 // listBox3
137 this.listBox3.Items.AddRange(new object[] { 138 //
138 "Snowblizz (Swedish translation)", 139 this.listBox3.FormattingEnabled = true;
140 this.listBox3.Items.AddRange(new object[] {
141 "Snowblizz (Swedish and Finnish translations)",
139 "Frostlee (Italian translation)", 142 "Frostlee (Italian translation)",
140 "Lord_Archaon (Russian translation)", 143 "Lord_Archaon (Russian translation)",
141 "Furrie (Dutch translation)", 144 "Furrie (Dutch translation)",
142 "Dreadaxe (French translation)", 145 "Dreadaxe (French translation)",
143 "Blackhawk (German translation)"}); 146 "Blackhawk (German translation)"});
144 this.listBox3.Location = new System.Drawing.Point(0, -1); 147 this.listBox3.Location = new System.Drawing.Point(0, -1);
145 this.listBox3.Name = "listBox3"; 148 this.listBox3.Name = "listBox3";
146 this.listBox3.Size = new System.Drawing.Size(268, 160); 149 this.listBox3.Size = new System.Drawing.Size(268, 160);
147 this.listBox3.TabIndex = 1; 150 this.listBox3.TabIndex = 1;
148 // 151 //
149 // pictureBox1 152 // pictureBox1
150 // 153 //
151 this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image"))); 154 this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
152 this.pictureBox1.Location = new System.Drawing.Point(230, 12); 155 this.pictureBox1.Location = new System.Drawing.Point(230, 12);
153 this.pictureBox1.Name = "pictureBox1"; 156 this.pictureBox1.Name = "pictureBox1";
154 this.pictureBox1.Size = new System.Drawing.Size(68, 68); 157 this.pictureBox1.Size = new System.Drawing.Size(68, 68);
155 this.pictureBox1.TabIndex = 7; 158 this.pictureBox1.TabIndex = 7;
156 this.pictureBox1.TabStop = false; 159 this.pictureBox1.TabStop = false;
157 // 160 //
158 // FrmAbout 161 // FrmAbout
159 // 162 //
160 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 163 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
161 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 164 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
162 this.ClientSize = new System.Drawing.Size(300, 276); 165 this.ClientSize = new System.Drawing.Size(300, 276);
163 this.Controls.Add(this.pictureBox1); 166 this.Controls.Add(this.pictureBox1);
164 this.Controls.Add(this.tabControl1); 167 this.Controls.Add(this.tabControl1);
165 this.Controls.Add(this.lblVersion); 168 this.Controls.Add(this.lblVersion);
166 this.Controls.Add(this.lblWarFoundry); 169 this.Controls.Add(this.lblWarFoundry);
167 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; 170 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
168 this.MaximizeBox = false; 171 this.MaximizeBox = false;
169 this.MinimizeBox = false; 172 this.MinimizeBox = false;
170 this.Name = "FrmAbout"; 173 this.Name = "FrmAbout";
171 this.Text = "FrmAbout"; 174 this.Text = "FrmAbout";
172 this.tabControl1.ResumeLayout(false); 175 this.tabControl1.ResumeLayout(false);
173 this.developersPage.ResumeLayout(false); 176 this.developersPage.ResumeLayout(false);
174 this.testersPage.ResumeLayout(false); 177 this.testersPage.ResumeLayout(false);
175 this.translatorsPage.ResumeLayout(false); 178 this.translatorsPage.ResumeLayout(false);
176 ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); 179 ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
177 this.ResumeLayout(false); 180 this.ResumeLayout(false);
178 181
179 } 182 }
180 183
181 #endregion 184 #endregion
182 185