コード例 #1
0
 public LogInForm()
 {
     InitializeComponent();
     LInForm           = this;
     _                 = new Data.CColor();
     _                 = new Data.Controls.FMainPanel.CLogInForm();
     _                 = new Data.Controls.FMainPanel.CLogInButton();
     LInForm.BackColor = Drawing.BackColor;
     LInForm.ForeColor = Drawing.ForeColor;
     //LInForm.Text = $"{LInForm.ClientSize.Width} x {LInForm.ClientSize.Height}";
 }
コード例 #2
0
 public DatabaseWnd()
 {
     InitializeComponent();
     MainForm           = this;
     _                  = new Data.CColor();
     _                  = new Data.Controls.FMainPanel.CLogInPanel();
     _                  = new Data.Controls.CDataTable();
     _                  = new Data.Controls.CLeftPanel();
     _                  = new Data.Controls.CMainPanel();
     _                  = new Data.Controls.CStatusStrip();
     MainForm.BackColor = Drawing.BackColor;
     MainForm.ForeColor = Drawing.ForeColor;
     //MainForm.Text = $"{MainForm.ClientSize.Width} x {MainForm.ClientSize.Height}";
 }