0
|
1 namespace IBBoard.WarFoundry.Forge.WinForms
|
|
2 {
|
|
3 partial class FrmAbout
|
|
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 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmAbout));
|
|
32 this.lblWarFoundryForge = new System.Windows.Forms.Label();
|
|
33 this.lblVersion = new System.Windows.Forms.Label();
|
|
34 this.tabControl1 = new System.Windows.Forms.TabControl();
|
|
35 this.developersPage = new System.Windows.Forms.TabPage();
|
|
36 this.listBox1 = new System.Windows.Forms.ListBox();
|
|
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();
|
|
47 this.SuspendLayout();
|
|
48 //
|
|
49 // lblWarFoundryForge
|
|
50 //
|
|
51 this.lblWarFoundryForge.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
52 this.lblWarFoundryForge.Location = new System.Drawing.Point(12, 9);
|
|
53 this.lblWarFoundryForge.Name = "lblWarFoundryForge";
|
|
54 this.lblWarFoundryForge.Size = new System.Drawing.Size(212, 68);
|
|
55 this.lblWarFoundryForge.TabIndex = 0;
|
|
56 this.lblWarFoundryForge.Text = "WarFoundry Forge";
|
|
57 //
|
|
58 // lblVersion
|
|
59 //
|
|
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, 77);
|
|
62 this.lblVersion.Name = "lblVersion";
|
|
63 this.lblVersion.Size = new System.Drawing.Size(264, 23);
|
|
64 this.lblVersion.TabIndex = 1;
|
|
65 this.lblVersion.Text = "v?.?";
|
|
66 //
|
|
67 // tabControl1
|
|
68 //
|
|
69 this.tabControl1.Controls.Add(this.developersPage);
|
|
70 this.tabControl1.Controls.Add(this.testersPage);
|
|
71 this.tabControl1.Controls.Add(this.translatorsPage);
|
|
72 this.tabControl1.Location = new System.Drawing.Point(12, 103);
|
|
73 this.tabControl1.Name = "tabControl1";
|
|
74 this.tabControl1.SelectedIndex = 0;
|
|
75 this.tabControl1.Size = new System.Drawing.Size(276, 184);
|
|
76 this.tabControl1.TabIndex = 6;
|
|
77 //
|
|
78 // developersPage
|
|
79 //
|
|
80 this.developersPage.Controls.Add(this.listBox1);
|
|
81 this.developersPage.Location = new System.Drawing.Point(4, 22);
|
|
82 this.developersPage.Name = "developersPage";
|
|
83 this.developersPage.Padding = new System.Windows.Forms.Padding(3);
|
|
84 this.developersPage.Size = new System.Drawing.Size(268, 158);
|
|
85 this.developersPage.TabIndex = 0;
|
|
86 this.developersPage.Text = "Developers";
|
|
87 this.developersPage.UseVisualStyleBackColor = true;
|
|
88 //
|
|
89 // listBox1
|
|
90 //
|
|
91 this.listBox1.FormattingEnabled = true;
|
|
92 this.listBox1.Items.AddRange(new object[] {
|
|
93 "IBBoard (Main developer and project lead)",
|
|
94 "Tsudico (Forge developer)"});
|
|
95 this.listBox1.Location = new System.Drawing.Point(0, 0);
|
|
96 this.listBox1.Name = "listBox1";
|
|
97 this.listBox1.Size = new System.Drawing.Size(268, 160);
|
|
98 this.listBox1.TabIndex = 0;
|
|
99 //
|
|
100 // testersPage
|
|
101 //
|
|
102 this.testersPage.Controls.Add(this.listBox2);
|
|
103 this.testersPage.Location = new System.Drawing.Point(4, 22);
|
|
104 this.testersPage.Name = "testersPage";
|
|
105 this.testersPage.Padding = new System.Windows.Forms.Padding(3);
|
|
106 this.testersPage.Size = new System.Drawing.Size(268, 158);
|
|
107 this.testersPage.TabIndex = 1;
|
|
108 this.testersPage.Text = "Testers";
|
|
109 this.testersPage.UseVisualStyleBackColor = true;
|
|
110 //
|
|
111 // listBox2
|
|
112 //
|
|
113 this.listBox2.FormattingEnabled = true;
|
|
114 this.listBox2.Items.AddRange(new object[] {
|
|
115 });
|
|
116 this.listBox2.Location = new System.Drawing.Point(0, -1);
|
|
117 this.listBox2.Name = "listBox2";
|
|
118 this.listBox2.Size = new System.Drawing.Size(268, 160);
|
|
119 this.listBox2.TabIndex = 1;
|
|
120 //
|
|
121 // translatorsPage
|
|
122 //
|
|
123 this.translatorsPage.Controls.Add(this.listBox3);
|
|
124 this.translatorsPage.Location = new System.Drawing.Point(4, 22);
|
|
125 this.translatorsPage.Name = "translatorsPage";
|
|
126 this.translatorsPage.Size = new System.Drawing.Size(268, 158);
|
|
127 this.translatorsPage.TabIndex = 2;
|
|
128 this.translatorsPage.Text = "Translators";
|
|
129 this.translatorsPage.UseVisualStyleBackColor = true;
|
|
130 //
|
|
131 // listBox3
|
|
132 //
|
|
133 this.listBox3.FormattingEnabled = true;
|
|
134 this.listBox3.Items.AddRange(new object[] {
|
|
135 });
|
|
136 this.listBox3.Location = new System.Drawing.Point(0, -1);
|
|
137 this.listBox3.Name = "listBox3";
|
|
138 this.listBox3.Size = new System.Drawing.Size(268, 160);
|
|
139 this.listBox3.TabIndex = 1;
|
|
140 //
|
|
141 // pictureBox1
|
|
142 //
|
|
143 this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
|
|
144 this.pictureBox1.Location = new System.Drawing.Point(230, 12);
|
|
145 this.pictureBox1.Name = "pictureBox1";
|
|
146 this.pictureBox1.Size = new System.Drawing.Size(68, 68);
|
|
147 this.pictureBox1.TabIndex = 7;
|
|
148 this.pictureBox1.TabStop = false;
|
|
149 //
|
|
150 // FrmAbout
|
|
151 //
|
|
152 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
153 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
154 this.ClientSize = new System.Drawing.Size(300, 300);
|
|
155 this.Controls.Add(this.pictureBox1);
|
|
156 this.Controls.Add(this.tabControl1);
|
|
157 this.Controls.Add(this.lblVersion);
|
|
158 this.Controls.Add(this.lblWarFoundryForge);
|
|
159 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
|
160 this.MaximizeBox = false;
|
|
161 this.MinimizeBox = false;
|
|
162 this.Name = "FrmAbout";
|
|
163 this.Text = "FrmAbout";
|
|
164 this.tabControl1.ResumeLayout(false);
|
|
165 this.developersPage.ResumeLayout(false);
|
|
166 this.testersPage.ResumeLayout(false);
|
|
167 this.translatorsPage.ResumeLayout(false);
|
|
168 ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
169 this.ResumeLayout(false);
|
|
170
|
|
171 }
|
|
172
|
|
173 #endregion
|
|
174
|
|
175 private System.Windows.Forms.Label lblWarFoundryForge;
|
|
176 private System.Windows.Forms.Label lblVersion;
|
|
177 private System.Windows.Forms.TabControl tabControl1;
|
|
178 private System.Windows.Forms.TabPage developersPage;
|
|
179 private System.Windows.Forms.TabPage testersPage;
|
|
180 private System.Windows.Forms.TabPage translatorsPage;
|
|
181 private System.Windows.Forms.ListBox listBox1;
|
|
182 private System.Windows.Forms.ListBox listBox2;
|
|
183 private System.Windows.Forms.ListBox listBox3;
|
|
184 private System.Windows.Forms.PictureBox pictureBox1;
|
|
185 }
|
|
186 } |