Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
groupbox with no text
Browse files Browse the repository at this point in the history
svn path=/trunk/winforms/; revision=33527
  • Loading branch information
Jordi Mas i Hernandez committed Sep 7, 2004
1 parent df96bfc commit a86ef15
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions groupbox/swf-groupboxes.cs
Expand Up @@ -20,6 +20,7 @@ class MainForm : System.Windows.Forms.Form
private System.Windows.Forms.GroupBox groupBox13; private System.Windows.Forms.GroupBox groupBox13;
private System.Windows.Forms.GroupBox groupBox14; private System.Windows.Forms.GroupBox groupBox14;
private System.Windows.Forms.GroupBox groupBox15; private System.Windows.Forms.GroupBox groupBox15;
private System.Windows.Forms.GroupBox groupBox16;
public MainForm() public MainForm()
{ {
InitializeComponent(); InitializeComponent();
Expand All @@ -39,6 +40,7 @@ public MainForm()
this.groupBox12 = new System.Windows.Forms.GroupBox(); this.groupBox12 = new System.Windows.Forms.GroupBox();
this.groupBox14 = new System.Windows.Forms.GroupBox(); this.groupBox14 = new System.Windows.Forms.GroupBox();
this.groupBox15 = new System.Windows.Forms.GroupBox(); this.groupBox15 = new System.Windows.Forms.GroupBox();
this.groupBox16 = new System.Windows.Forms.GroupBox();
this.groupBox2 = new System.Windows.Forms.GroupBox(); this.groupBox2 = new System.Windows.Forms.GroupBox();
this.groupBox3 = new System.Windows.Forms.GroupBox(); this.groupBox3 = new System.Windows.Forms.GroupBox();
this.groupBox4 = new System.Windows.Forms.GroupBox(); this.groupBox4 = new System.Windows.Forms.GroupBox();
Expand Down Expand Up @@ -195,11 +197,23 @@ public MainForm()
this.groupBox5.TabIndex = 4; this.groupBox5.TabIndex = 4;
this.groupBox5.TabStop = false; this.groupBox5.TabStop = false;
this.groupBox5.Text = "A normal GroupBox : BackColor=Red"; this.groupBox5.Text = "A normal GroupBox : BackColor=Red";

//
// groupBox16
//
this.groupBox16.Location = new System.Drawing.Point(272, 300);
this.groupBox16.Name = "groupBox16";
this.groupBox16.Size = new System.Drawing.Size(280, 32);
this.groupBox16.TabIndex = 12;
this.groupBox16.TabStop = false;


// //
// MainForm // MainForm
// //
this.ClientSize = new System.Drawing.Size(584, 365); this.ClientSize = new System.Drawing.Size(584, 365);
this.Controls.AddRange(new System.Windows.Forms.Control[] { this.Controls.AddRange(new System.Windows.Forms.Control[] {
this.groupBox16,
this.groupBox15, this.groupBox15,
this.groupBox14, this.groupBox14,
this.groupBox13, this.groupBox13,
Expand Down

0 comments on commit a86ef15

Please sign in to comment.