Subversion Repositories Code-Repo

Rev

Rev 9 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9 Rev 45
Line 288... Line 288...
288
            this.MaximizeBox = false;
288
            this.MaximizeBox = false;
289
            this.Name = "Settings_Form";
289
            this.Name = "Settings_Form";
290
            this.ShowInTaskbar = false;
290
            this.ShowInTaskbar = false;
291
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
291
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
292
            this.Text = "Settings";
292
            this.Text = "Settings";
293
            this.Load += new System.EventHandler(this.Settings_Form_Load);
-
 
294
            this.groupBox_SystemAccounts.ResumeLayout(false);
293
            this.groupBox_SystemAccounts.ResumeLayout(false);
295
            this.groupBox_HiddenAccounts.ResumeLayout(false);
294
            this.groupBox_HiddenAccounts.ResumeLayout(false);
296
            this.ResumeLayout(false);
295
            this.ResumeLayout(false);
297
            this.PerformLayout();
296
            this.PerformLayout();
298
 
297