Advertisement
Guest User

Untitled

a guest
Dec 7th, 2016
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.76 KB | None | 0 0
  1. this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  2. | System.Windows.Forms.AnchorStyles.Left)
  3. | System.Windows.Forms.AnchorStyles.Right)));
  4. this.groupBox1.Controls.Add(this.panel);
  5. this.groupBox1.Font = new System.Drawing.Font("Segoe UI", 11.25F);
  6. this.groupBox1.Location = new System.Drawing.Point(3, 3);
  7. this.groupBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  8. this.groupBox1.Name = "groupBox1";
  9. this.groupBox1.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5);
  10. this.groupBox1.Size = new System.Drawing.Size(377, 314);
  11. this.groupBox1.TabIndex = 0;
  12. this.groupBox1.TabStop = false;
  13. this.groupBox1.Text = "Configuration Parameters";
  14.  
  15.  
  16.  
  17. this.panel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  18. | System.Windows.Forms.AnchorStyles.Left)
  19. | System.Windows.Forms.AnchorStyles.Right)));
  20. this.panel.ColumnCount = 2;
  21. this.panel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 30F));
  22. this.panel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 70F));
  23. this.panel.Location = new System.Drawing.Point(8, 29);
  24. this.panel.Name = "panel";
  25. this.panel.RowCount = 1;
  26. this.panel.RowStyles.Add(new System.Windows.Forms.RowStyle());
  27. this.panel.RowStyles.Add(new System.Windows.Forms.RowStyle());
  28. this.panel.Size = new System.Drawing.Size(369, 278);
  29. this.panel.Margin = new Padding(8, 8, 8, 8);
  30. this.panel.TabIndex = 0;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement