コード例 #1
0
 public Form1()
 {
     this.FormBorderStyle = FormBorderStyle.FixedSingle;
     this.MaximizeBox = false;
     this.MinimizeBox = true;
     InitializeComponent();
     newPanel = new MYPanel();
 }
コード例 #2
0
 public Form1()
 {
     this.FormBorderStyle = FormBorderStyle.FixedSingle;
     this.MaximizeBox     = false;
     this.MinimizeBox     = true;
     InitializeComponent();
     newPanel = new MYPanel();
 }