Changeset 17:0ea6ce3c6434 in WarFoundryForge


Ignore:
Timestamp:
01/06/11 21:44:05 (17 months ago)
Author:
Tsudico
Branch:
default
Tags:
tip
Message:

Updated System Form on General Tab

Added System Information text box. Currently only a mock up.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • FrmSystem.Designer.cs

    r16 r17  
    9393            this.btnStatsRemove = new System.Windows.Forms.Button(); 
    9494            this.btnStatsAdd = new System.Windows.Forms.Button(); 
     95            this.gbSystemInfo = new System.Windows.Forms.GroupBox(); 
     96            this.txtSystemInfo = new System.Windows.Forms.TextBox(); 
    9597            this.tabSystem.SuspendLayout(); 
    9698            this.tabInfo.SuspendLayout(); 
     
    106108            this.tabStats.SuspendLayout(); 
    107109            this.gbStats.SuspendLayout(); 
     110            this.gbSystemInfo.SuspendLayout(); 
    108111            this.SuspendLayout(); 
    109112            //  
     
    140143            // tabInfo 
    141144            //  
     145            this.tabInfo.Controls.Add(this.gbSystemInfo); 
    142146            this.tabInfo.Controls.Add(this.numDefaultSize); 
    143147            this.tabInfo.Controls.Add(this.lblDefaultSize); 
     
    832836            this.btnStatsAdd.Click += new System.EventHandler(this.btnStatsAdd_Click); 
    833837            //  
     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            //  
    834861            // FrmSystem 
    835862            //  
     
    859886            this.tabStats.PerformLayout(); 
    860887            this.gbStats.ResumeLayout(false); 
     888            this.gbSystemInfo.ResumeLayout(false); 
     889            this.gbSystemInfo.PerformLayout(); 
    861890            this.ResumeLayout(false); 
    862891 
     
    929958        private System.Windows.Forms.Button btnStatsUp; 
    930959        private System.Windows.Forms.Button btnStatsDown; 
     960        private System.Windows.Forms.GroupBox gbSystemInfo; 
     961        private System.Windows.Forms.TextBox txtSystemInfo; 
    931962 
    932963    } 
Note: See TracChangeset for help on using the changeset viewer.