Mercurial > repos > WarFoundryForge
changeset 2:51e8cd3be231
Adjusted spacing of System form, General tab. Added Default Army Size to same tab.
author | Tsudico |
---|---|
date | Tue, 07 Dec 2010 21:11:45 -0600 |
parents | e56ba22f7240 |
children | 2f52da2e7605 |
files | FrmSystem.Designer.cs IBBoard.WarFoundry.Forge.WinForms.suo bin/Debug/IBBoard.WarFoundry.Forge.WinForms.exe bin/Debug/IBBoard.WarFoundry.Forge.WinForms.pdb obj/Debug/IBBoard.WarFoundry.Forge.WinForms.csproj.GenerateResource.Cache obj/Debug/IBBoard.WarFoundry.Forge.WinForms.exe obj/Debug/IBBoard.WarFoundry.Forge.WinForms.pdb |
diffstat | 7 files changed, 47 insertions(+), 12 deletions(-) [+] |
line wrap: on
line diff
--- a/FrmSystem.Designer.cs Tue Dec 07 20:51:18 2010 -0600 +++ b/FrmSystem.Designer.cs Tue Dec 07 21:11:45 2010 -0600 @@ -58,12 +58,15 @@ this.btnStatsRemove = new System.Windows.Forms.Button(); this.btnStatsEdit = new System.Windows.Forms.Button(); this.btnStatsAdd = new System.Windows.Forms.Button(); + this.lblDefaultSize = new System.Windows.Forms.Label(); + this.numDefaultSize = new System.Windows.Forms.NumericUpDown(); this.tabSystem.SuspendLayout(); this.tabInfo.SuspendLayout(); this.panel2.SuspendLayout(); this.panel1.SuspendLayout(); this.tabCategories.SuspendLayout(); this.tabStats.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.numDefaultSize)).BeginInit(); this.SuspendLayout(); // // btnSystemSave @@ -98,6 +101,8 @@ // // tabInfo // + this.tabInfo.Controls.Add(this.numDefaultSize); + this.tabInfo.Controls.Add(this.lblDefaultSize); this.tabInfo.Controls.Add(this.panel2); this.tabInfo.Controls.Add(this.panel1); this.tabInfo.Controls.Add(this.btnGenerateSysId); @@ -120,13 +125,13 @@ this.panel2.Controls.Add(this.lblSystemAllies); this.panel2.Location = new System.Drawing.Point(2, 86); this.panel2.Name = "panel2"; - this.panel2.Size = new System.Drawing.Size(202, 24); + this.panel2.Size = new System.Drawing.Size(285, 24); this.panel2.TabIndex = 14; // // radSystemAlliesNo // this.radSystemAlliesNo.AutoSize = true; - this.radSystemAlliesNo.Location = new System.Drawing.Point(162, 4); + this.radSystemAlliesNo.Location = new System.Drawing.Point(243, 4); this.radSystemAlliesNo.Name = "radSystemAlliesNo"; this.radSystemAlliesNo.Size = new System.Drawing.Size(39, 17); this.radSystemAlliesNo.TabIndex = 2; @@ -137,7 +142,7 @@ // radSystemAlliesYes // this.radSystemAlliesYes.AutoSize = true; - this.radSystemAlliesYes.Location = new System.Drawing.Point(113, 4); + this.radSystemAlliesYes.Location = new System.Drawing.Point(194, 4); this.radSystemAlliesYes.Name = "radSystemAlliesYes"; this.radSystemAlliesYes.Size = new System.Drawing.Size(43, 17); this.radSystemAlliesYes.TabIndex = 1; @@ -161,13 +166,13 @@ this.panel1.Controls.Add(this.lblSystemWarn); this.panel1.Location = new System.Drawing.Point(2, 59); this.panel1.Name = "panel1"; - this.panel1.Size = new System.Drawing.Size(202, 24); + this.panel1.Size = new System.Drawing.Size(285, 24); this.panel1.TabIndex = 13; // // radSystemWarnNo // this.radSystemWarnNo.AutoSize = true; - this.radSystemWarnNo.Location = new System.Drawing.Point(162, 4); + this.radSystemWarnNo.Location = new System.Drawing.Point(243, 4); this.radSystemWarnNo.Name = "radSystemWarnNo"; this.radSystemWarnNo.Size = new System.Drawing.Size(39, 17); this.radSystemWarnNo.TabIndex = 2; @@ -178,7 +183,7 @@ // radSystemWarnYes // this.radSystemWarnYes.AutoSize = true; - this.radSystemWarnYes.Location = new System.Drawing.Point(113, 4); + this.radSystemWarnYes.Location = new System.Drawing.Point(194, 4); this.radSystemWarnYes.Name = "radSystemWarnYes"; this.radSystemWarnYes.Size = new System.Drawing.Size(43, 17); this.radSystemWarnYes.TabIndex = 1; @@ -189,7 +194,7 @@ // lblSystemWarn // this.lblSystemWarn.AutoSize = true; - this.lblSystemWarn.Location = new System.Drawing.Point(3, 6); + this.lblSystemWarn.Location = new System.Drawing.Point(4, 6); this.lblSystemWarn.Name = "lblSystemWarn"; this.lblSystemWarn.Size = new System.Drawing.Size(104, 13); this.lblSystemWarn.TabIndex = 0; @@ -207,9 +212,9 @@ // // txtSystemId // - this.txtSystemId.Location = new System.Drawing.Point(84, 33); + this.txtSystemId.Location = new System.Drawing.Point(105, 33); this.txtSystemId.Name = "txtSystemId"; - this.txtSystemId.Size = new System.Drawing.Size(120, 20); + this.txtSystemId.Size = new System.Drawing.Size(99, 20); this.txtSystemId.TabIndex = 11; // // lblSystemId @@ -223,15 +228,15 @@ // // txtSystemName // - this.txtSystemName.Location = new System.Drawing.Point(84, 6); + this.txtSystemName.Location = new System.Drawing.Point(105, 6); this.txtSystemName.Name = "txtSystemName"; - this.txtSystemName.Size = new System.Drawing.Size(203, 20); + this.txtSystemName.Size = new System.Drawing.Size(182, 20); this.txtSystemName.TabIndex = 9; // // lblSystemName // this.lblSystemName.AutoSize = true; - this.lblSystemName.Location = new System.Drawing.Point(3, 9); + this.lblSystemName.Location = new System.Drawing.Point(6, 9); this.lblSystemName.Name = "lblSystemName"; this.lblSystemName.Size = new System.Drawing.Size(75, 13); this.lblSystemName.TabIndex = 8; @@ -365,6 +370,33 @@ this.btnStatsAdd.Text = "Add"; this.btnStatsAdd.UseVisualStyleBackColor = true; // + // lblDefaultSize + // + this.lblDefaultSize.AutoSize = true; + this.lblDefaultSize.Location = new System.Drawing.Point(6, 118); + this.lblDefaultSize.Name = "lblDefaultSize"; + this.lblDefaultSize.Size = new System.Drawing.Size(93, 13); + this.lblDefaultSize.TabIndex = 15; + this.lblDefaultSize.Text = "Default Army Size:"; + // + // numDefaultSize + // + this.numDefaultSize.Increment = new decimal(new int[] { + 50, + 0, + 0, + 0}); + this.numDefaultSize.Location = new System.Drawing.Point(188, 116); + this.numDefaultSize.Maximum = new decimal(new int[] { + 1000000, + 0, + 0, + 0}); + this.numDefaultSize.Name = "numDefaultSize"; + this.numDefaultSize.Size = new System.Drawing.Size(99, 20); + this.numDefaultSize.TabIndex = 16; + this.numDefaultSize.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; + // // FrmSystem // this.ClientSize = new System.Drawing.Size(615, 360); @@ -382,6 +414,7 @@ this.panel1.PerformLayout(); this.tabCategories.ResumeLayout(false); this.tabStats.ResumeLayout(false); + ((System.ComponentModel.ISupportInitialize)(this.numDefaultSize)).EndInit(); this.ResumeLayout(false); } @@ -418,6 +451,8 @@ private System.Windows.Forms.Button btnStatsRemove; private System.Windows.Forms.Button btnStatsEdit; private System.Windows.Forms.Button btnStatsAdd; + private System.Windows.Forms.NumericUpDown numDefaultSize; + private System.Windows.Forms.Label lblDefaultSize; } }