comparison FrmAbout.Designer.cs @ 141:4aabe514c868

Re #203: Translate WarFoundry * Add German translation * Credit recent translators
author IBBoard <dev@ibboard.co.uk>
date Tue, 13 Apr 2010 20:02:49 +0000
parents acb4456598ce
children 7de7890bf079
comparison
equal deleted inserted replaced
140:60c795eca8de 141:4aabe514c868
37 this.lblThanks = new IBBoard.Windows.Forms.IBBLabel(); 37 this.lblThanks = new IBBoard.Windows.Forms.IBBLabel();
38 this.SuspendLayout(); 38 this.SuspendLayout();
39 // 39 //
40 // lblWarFoundry 40 // lblWarFoundry
41 // 41 //
42 this.lblWarFoundry.Font = new System.Drawing.Font("Microsoft Sans Serif", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte) (0))); 42 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); 43 this.lblWarFoundry.Location = new System.Drawing.Point(12, 9);
44 this.lblWarFoundry.Name = "lblWarFoundry"; 44 this.lblWarFoundry.Name = "lblWarFoundry";
45 this.lblWarFoundry.Size = new System.Drawing.Size(268, 45); 45 this.lblWarFoundry.Size = new System.Drawing.Size(268, 45);
46 this.lblWarFoundry.TabIndex = 0; 46 this.lblWarFoundry.TabIndex = 0;
47 this.lblWarFoundry.Text = "WarFoundry"; 47 this.lblWarFoundry.Text = "WarFoundry";
48 this.lblWarFoundry.TextAlign = System.Drawing.ContentAlignment.TopCenter; 48 this.lblWarFoundry.TextAlign = System.Drawing.ContentAlignment.TopCenter;
49 // 49 //
50 // lblVersion 50 // lblVersion
51 // 51 //
52 this.lblVersion.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte) (0))); 52 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); 53 this.lblVersion.Location = new System.Drawing.Point(16, 54);
54 this.lblVersion.Name = "lblVersion"; 54 this.lblVersion.Name = "lblVersion";
55 this.lblVersion.Size = new System.Drawing.Size(264, 23); 55 this.lblVersion.Size = new System.Drawing.Size(264, 23);
56 this.lblVersion.TabIndex = 1; 56 this.lblVersion.TabIndex = 1;
57 this.lblVersion.Text = "v0.1b4"; 57 this.lblVersion.Text = "v0.1b4";
65 this.lblDevelopers.TabIndex = 2; 65 this.lblDevelopers.TabIndex = 2;
66 this.lblDevelopers.Text = "developers"; 66 this.lblDevelopers.Text = "developers";
67 // 67 //
68 // textBox1 68 // textBox1
69 // 69 //
70 this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles) (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 70 this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
71 | System.Windows.Forms.AnchorStyles.Right))); 71 | System.Windows.Forms.AnchorStyles.Right)));
72 this.textBox1.Location = new System.Drawing.Point(80, 80); 72 this.textBox1.Location = new System.Drawing.Point(80, 80);
73 this.textBox1.Multiline = true; 73 this.textBox1.Multiline = true;
74 this.textBox1.Name = "textBox1"; 74 this.textBox1.Name = "textBox1";
75 this.textBox1.ReadOnly = true; 75 this.textBox1.ReadOnly = true;
77 this.textBox1.TabIndex = 3; 77 this.textBox1.TabIndex = 3;
78 this.textBox1.Text = "IBBoard (http://ibboard.co.uk/)"; 78 this.textBox1.Text = "IBBoard (http://ibboard.co.uk/)";
79 // 79 //
80 // textBox2 80 // textBox2
81 // 81 //
82 this.textBox2.Anchor = ((System.Windows.Forms.AnchorStyles) (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 82 this.textBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
83 | System.Windows.Forms.AnchorStyles.Right))); 83 | System.Windows.Forms.AnchorStyles.Right)));
84 this.textBox2.Location = new System.Drawing.Point(80, 175); 84 this.textBox2.Location = new System.Drawing.Point(80, 175);
85 this.textBox2.Multiline = true; 85 this.textBox2.Multiline = true;
86 this.textBox2.Name = "textBox2"; 86 this.textBox2.Name = "textBox2";
87 this.textBox2.ReadOnly = true; 87 this.textBox2.ReadOnly = true;
88 this.textBox2.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
88 this.textBox2.Size = new System.Drawing.Size(297, 89); 89 this.textBox2.Size = new System.Drawing.Size(297, 89);
89 this.textBox2.TabIndex = 5; 90 this.textBox2.TabIndex = 5;
90 this.textBox2.Text = resources.GetString("textBox2.Text"); 91 this.textBox2.Text = resources.GetString("textBox2.Text");
91 // 92 //
92 // lblThanks 93 // lblThanks