Changeset 17:0ea6ce3c6434 in WarFoundryForge
- Timestamp:
- 01/06/11 21:44:05 (17 months ago)
- Branch:
- default
- Tags:
- tip
- File:
-
- 1 edited
-
FrmSystem.Designer.cs (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
FrmSystem.Designer.cs
r16 r17 93 93 this.btnStatsRemove = new System.Windows.Forms.Button(); 94 94 this.btnStatsAdd = new System.Windows.Forms.Button(); 95 this.gbSystemInfo = new System.Windows.Forms.GroupBox(); 96 this.txtSystemInfo = new System.Windows.Forms.TextBox(); 95 97 this.tabSystem.SuspendLayout(); 96 98 this.tabInfo.SuspendLayout(); … … 106 108 this.tabStats.SuspendLayout(); 107 109 this.gbStats.SuspendLayout(); 110 this.gbSystemInfo.SuspendLayout(); 108 111 this.SuspendLayout(); 109 112 // … … 140 143 // tabInfo 141 144 // 145 this.tabInfo.Controls.Add(this.gbSystemInfo); 142 146 this.tabInfo.Controls.Add(this.numDefaultSize); 143 147 this.tabInfo.Controls.Add(this.lblDefaultSize); … … 832 836 this.btnStatsAdd.Click += new System.EventHandler(this.btnStatsAdd_Click); 833 837 // 838 // gbSystemInfo 839 // 840 this.gbSystemInfo.Controls.Add(this.txtSystemInfo); 841 this.gbSystemInfo.Location = new System.Drawing.Point(293, 6); 842 this.gbSystemInfo.Name = "gbSystemInfo"; 843 this.gbSystemInfo.Size = new System.Drawing.Size(283, 272); 844 this.gbSystemInfo.TabIndex = 17; 845 this.gbSystemInfo.TabStop = false; 846 this.gbSystemInfo.Text = "General Information"; 847 // 848 // txtSystemInfo 849 // 850 this.txtSystemInfo.AcceptsReturn = true; 851 this.txtSystemInfo.AcceptsTab = true; 852 this.txtSystemInfo.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 853 this.txtSystemInfo.Location = new System.Drawing.Point(7, 19); 854 this.txtSystemInfo.Multiline = true; 855 this.txtSystemInfo.Name = "txtSystemInfo"; 856 this.txtSystemInfo.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; 857 this.txtSystemInfo.Size = new System.Drawing.Size(270, 247); 858 this.txtSystemInfo.TabIndex = 0; 859 this.txtSystemInfo.TextChanged += new System.EventHandler(this.txtSystemInfo_TextChanged); 860 // 834 861 // FrmSystem 835 862 // … … 859 886 this.tabStats.PerformLayout(); 860 887 this.gbStats.ResumeLayout(false); 888 this.gbSystemInfo.ResumeLayout(false); 889 this.gbSystemInfo.PerformLayout(); 861 890 this.ResumeLayout(false); 862 891 … … 929 958 private System.Windows.Forms.Button btnStatsUp; 930 959 private System.Windows.Forms.Button btnStatsDown; 960 private System.Windows.Forms.GroupBox gbSystemInfo; 961 private System.Windows.Forms.TextBox txtSystemInfo; 931 962 932 963 }
Note: See TracChangeset
for help on using the changeset viewer.
WarFoundry - Development