comparison FrmAbout.Designer.cs @ 167:7de7890bf079

Re #88: Complete initial WinForms UI * Update to 0.1RC1 * Rebuild About dialog to look a bit nicer
author IBBoard <dev@ibboard.co.uk>
date Sat, 24 Jul 2010 11:10:07 +0000
parents 4aabe514c868
children 00ffe6109ca5
comparison
equal deleted inserted replaced
166:97fd4b6f823b 167:7de7890bf079
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.lblDevelopers = new IBBoard.Windows.Forms.IBBLabel(); 34 this.tabControl1 = new System.Windows.Forms.TabControl();
35 this.textBox1 = new System.Windows.Forms.TextBox(); 35 this.developersPage = new System.Windows.Forms.TabPage();
36 this.textBox2 = new System.Windows.Forms.TextBox(); 36 this.listBox1 = new System.Windows.Forms.ListBox();
37 this.lblThanks = new IBBoard.Windows.Forms.IBBLabel(); 37 this.testersPage = new System.Windows.Forms.TabPage();
38 this.listBox2 = new System.Windows.Forms.ListBox();
39 this.translatorsPage = new System.Windows.Forms.TabPage();
40 this.listBox3 = new System.Windows.Forms.ListBox();
41 this.pictureBox1 = new System.Windows.Forms.PictureBox();
42 this.tabControl1.SuspendLayout();
43 this.developersPage.SuspendLayout();
44 this.testersPage.SuspendLayout();
45 this.translatorsPage.SuspendLayout();
46 ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
38 this.SuspendLayout(); 47 this.SuspendLayout();
39 // 48 //
40 // lblWarFoundry 49 // lblWarFoundry
41 // 50 //
42 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)));
43 this.lblWarFoundry.Location = new System.Drawing.Point(12, 9); 52 this.lblWarFoundry.Location = new System.Drawing.Point(12, 9);
44 this.lblWarFoundry.Name = "lblWarFoundry"; 53 this.lblWarFoundry.Name = "lblWarFoundry";
45 this.lblWarFoundry.Size = new System.Drawing.Size(268, 45); 54 this.lblWarFoundry.Size = new System.Drawing.Size(212, 45);
46 this.lblWarFoundry.TabIndex = 0; 55 this.lblWarFoundry.TabIndex = 0;
47 this.lblWarFoundry.Text = "WarFoundry"; 56 this.lblWarFoundry.Text = "WarFoundry";
48 this.lblWarFoundry.TextAlign = System.Drawing.ContentAlignment.TopCenter;
49 // 57 //
50 // lblVersion 58 // lblVersion
51 // 59 //
52 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)));
53 this.lblVersion.Location = new System.Drawing.Point(16, 54); 61 this.lblVersion.Location = new System.Drawing.Point(16, 54);
54 this.lblVersion.Name = "lblVersion"; 62 this.lblVersion.Name = "lblVersion";
55 this.lblVersion.Size = new System.Drawing.Size(264, 23); 63 this.lblVersion.Size = new System.Drawing.Size(264, 23);
56 this.lblVersion.TabIndex = 1; 64 this.lblVersion.TabIndex = 1;
57 this.lblVersion.Text = "v0.1b4"; 65 this.lblVersion.Text = "v0.1b4";
58 // 66 //
59 // lblDevelopers 67 // tabControl1
60 // 68 //
61 this.lblDevelopers.AutoSize = true; 69 this.tabControl1.Controls.Add(this.developersPage);
62 this.lblDevelopers.Location = new System.Drawing.Point(12, 80); 70 this.tabControl1.Controls.Add(this.testersPage);
63 this.lblDevelopers.Name = "lblDevelopers"; 71 this.tabControl1.Controls.Add(this.translatorsPage);
64 this.lblDevelopers.Size = new System.Drawing.Size(59, 13); 72 this.tabControl1.Location = new System.Drawing.Point(12, 80);
65 this.lblDevelopers.TabIndex = 2; 73 this.tabControl1.Name = "tabControl1";
66 this.lblDevelopers.Text = "developers"; 74 this.tabControl1.SelectedIndex = 0;
75 this.tabControl1.Size = new System.Drawing.Size(276, 184);
76 this.tabControl1.TabIndex = 6;
67 // 77 //
68 // textBox1 78 // developersPage
69 // 79 //
70 this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 80 this.developersPage.Controls.Add(this.listBox1);
71 | System.Windows.Forms.AnchorStyles.Right))); 81 this.developersPage.Location = new System.Drawing.Point(4, 22);
72 this.textBox1.Location = new System.Drawing.Point(80, 80); 82 this.developersPage.Name = "developersPage";
73 this.textBox1.Multiline = true; 83 this.developersPage.Padding = new System.Windows.Forms.Padding(3);
74 this.textBox1.Name = "textBox1"; 84 this.developersPage.Size = new System.Drawing.Size(268, 158);
75 this.textBox1.ReadOnly = true; 85 this.developersPage.TabIndex = 0;
76 this.textBox1.Size = new System.Drawing.Size(297, 89); 86 this.developersPage.Text = "Developers";
77 this.textBox1.TabIndex = 3; 87 this.developersPage.UseVisualStyleBackColor = true;
78 this.textBox1.Text = "IBBoard (http://ibboard.co.uk/)";
79 // 88 //
80 // textBox2 89 // listBox1
81 // 90 //
82 this.textBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 91 this.listBox1.FormattingEnabled = true;
83 | System.Windows.Forms.AnchorStyles.Right))); 92 this.listBox1.Items.AddRange(new object[] {
84 this.textBox2.Location = new System.Drawing.Point(80, 175); 93 "IBBoard (Main developer and project lead)"});
85 this.textBox2.Multiline = true; 94 this.listBox1.Location = new System.Drawing.Point(0, 0);
86 this.textBox2.Name = "textBox2"; 95 this.listBox1.Name = "listBox1";
87 this.textBox2.ReadOnly = true; 96 this.listBox1.Size = new System.Drawing.Size(268, 160);
88 this.textBox2.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; 97 this.listBox1.TabIndex = 0;
89 this.textBox2.Size = new System.Drawing.Size(297, 89);
90 this.textBox2.TabIndex = 5;
91 this.textBox2.Text = resources.GetString("textBox2.Text");
92 // 98 //
93 // lblThanks 99 // testersPage
94 // 100 //
95 this.lblThanks.AutoSize = true; 101 this.testersPage.Controls.Add(this.listBox2);
96 this.lblThanks.Location = new System.Drawing.Point(12, 175); 102 this.testersPage.Location = new System.Drawing.Point(4, 22);
97 this.lblThanks.Name = "lblThanks"; 103 this.testersPage.Name = "testersPage";
98 this.lblThanks.Size = new System.Drawing.Size(51, 13); 104 this.testersPage.Padding = new System.Windows.Forms.Padding(3);
99 this.lblThanks.TabIndex = 4; 105 this.testersPage.Size = new System.Drawing.Size(268, 158);
100 this.lblThanks.Text = "thanks to"; 106 this.testersPage.TabIndex = 1;
107 this.testersPage.Text = "Testers";
108 this.testersPage.UseVisualStyleBackColor = true;
109 //
110 // listBox2
111 //
112 this.listBox2.FormattingEnabled = true;
113 this.listBox2.Items.AddRange(new object[] {
114 "Snowblizz",
115 "Frostlee",
116 "Lord_Archaon",
117 "Furrie",
118 "clutch110"});
119 this.listBox2.Location = new System.Drawing.Point(0, -1);
120 this.listBox2.Name = "listBox2";
121 this.listBox2.Size = new System.Drawing.Size(268, 160);
122 this.listBox2.TabIndex = 1;
123 //
124 // translatorsPage
125 //
126 this.translatorsPage.Controls.Add(this.listBox3);
127 this.translatorsPage.Location = new System.Drawing.Point(4, 22);
128 this.translatorsPage.Name = "translatorsPage";
129 this.translatorsPage.Size = new System.Drawing.Size(268, 158);
130 this.translatorsPage.TabIndex = 2;
131 this.translatorsPage.Text = "Translators";
132 this.translatorsPage.UseVisualStyleBackColor = true;
133 //
134 // listBox3
135 //
136 this.listBox3.FormattingEnabled = true;
137 this.listBox3.Items.AddRange(new object[] {
138 "Snowblizz (Swedish translation)",
139 "Frostlee (Italian translation)",
140 "Lord_Archaon (Russian translation)",
141 "Furrie (Dutch translation)",
142 "Dreadaxe (French translation)",
143 "Blackhawk (German translation)"});
144 this.listBox3.Location = new System.Drawing.Point(0, -1);
145 this.listBox3.Name = "listBox3";
146 this.listBox3.Size = new System.Drawing.Size(268, 160);
147 this.listBox3.TabIndex = 1;
148 //
149 // pictureBox1
150 //
151 this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
152 this.pictureBox1.Location = new System.Drawing.Point(230, 12);
153 this.pictureBox1.Name = "pictureBox1";
154 this.pictureBox1.Size = new System.Drawing.Size(68, 68);
155 this.pictureBox1.TabIndex = 7;
156 this.pictureBox1.TabStop = false;
101 // 157 //
102 // FrmAbout 158 // FrmAbout
103 // 159 //
104 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 160 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
105 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 161 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
106 this.ClientSize = new System.Drawing.Size(389, 276); 162 this.ClientSize = new System.Drawing.Size(300, 276);
107 this.Controls.Add(this.textBox2); 163 this.Controls.Add(this.pictureBox1);
108 this.Controls.Add(this.lblThanks); 164 this.Controls.Add(this.tabControl1);
109 this.Controls.Add(this.textBox1);
110 this.Controls.Add(this.lblDevelopers);
111 this.Controls.Add(this.lblVersion); 165 this.Controls.Add(this.lblVersion);
112 this.Controls.Add(this.lblWarFoundry); 166 this.Controls.Add(this.lblWarFoundry);
113 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; 167 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
114 this.MaximizeBox = false; 168 this.MaximizeBox = false;
115 this.MinimizeBox = false; 169 this.MinimizeBox = false;
116 this.Name = "FrmAbout"; 170 this.Name = "FrmAbout";
117 this.Text = "FrmAbout"; 171 this.Text = "FrmAbout";
172 this.tabControl1.ResumeLayout(false);
173 this.developersPage.ResumeLayout(false);
174 this.testersPage.ResumeLayout(false);
175 this.translatorsPage.ResumeLayout(false);
176 ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
118 this.ResumeLayout(false); 177 this.ResumeLayout(false);
119 this.PerformLayout();
120 178
121 } 179 }
122 180
123 #endregion 181 #endregion
124 182
125 private System.Windows.Forms.Label lblWarFoundry; 183 private System.Windows.Forms.Label lblWarFoundry;
126 private System.Windows.Forms.Label lblVersion; 184 private System.Windows.Forms.Label lblVersion;
127 private IBBoard.Windows.Forms.IBBLabel lblDevelopers; 185 private System.Windows.Forms.TabControl tabControl1;
128 private System.Windows.Forms.TextBox textBox1; 186 private System.Windows.Forms.TabPage developersPage;
129 private System.Windows.Forms.TextBox textBox2; 187 private System.Windows.Forms.TabPage testersPage;
130 private IBBoard.Windows.Forms.IBBLabel lblThanks; 188 private System.Windows.Forms.TabPage translatorsPage;
189 private System.Windows.Forms.ListBox listBox1;
190 private System.Windows.Forms.ListBox listBox2;
191 private System.Windows.Forms.ListBox listBox3;
192 private System.Windows.Forms.PictureBox pictureBox1;
131 } 193 }
132 } 194 }