Changeset 117
- Timestamp:
- 3/7/2008 6:06:52 AM (5 years ago)
- File:
-
- 1 edited
-
branches/eraser6/Eraser/LightGroup.Designer.cs (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eraser6/Eraser/LightGroup.Designer.cs
r115 r117 37 37 // container 38 38 // 39 this.container.AutoSize = true; 39 40 this.container.ColumnCount = 2; 40 41 this.container.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); 41 42 this.container.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); 42 this.container.Controls.Add(this.separator, 0, 2);43 this.container.Controls.Add(this.separator, 1, 0); 43 44 this.container.Controls.Add(this.label, 0, 0); 44 45 this.container.Dock = System.Windows.Forms.DockStyle.Fill; 45 this.container.Location = new System.Drawing.Point(0, 0);46 this.container.Location = new System.Drawing.Point(0, 10); 46 47 this.container.Name = "container"; 47 this.container.RowCount = 3;48 this.container.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 24.99813F));49 this.container.RowStyles.Add(new System.Windows.Forms.RowStyle( ));50 this.container.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType. Percent, 75.00188F));51 this.container.Size = new System.Drawing.Size(274, 2 1);48 this.container.RowCount = 1; 49 this.container.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); 50 this.container.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); 51 this.container.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); 52 this.container.Size = new System.Drawing.Size(274, 23); 52 53 this.container.TabIndex = 3; 53 54 // … … 55 56 // 56 57 this.label.AutoSize = true; 58 this.label.Dock = System.Windows.Forms.DockStyle.Fill; 57 59 this.label.Location = new System.Drawing.Point(3, 4); 58 60 this.label.Margin = new System.Windows.Forms.Padding(3, 4, 0, 0); 59 61 this.label.Name = "label"; 60 this.container.SetRowSpan(this.label, 3); 61 this.label.Size = new System.Drawing.Size(59, 13); 62 this.label.Size = new System.Drawing.Size(59, 19); 62 63 this.label.TabIndex = 1; 63 64 this.label.Text = "Group Title"; … … 65 66 // separator 66 67 // 68 this.separator.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 69 | System.Windows.Forms.AnchorStyles.Left) 70 | System.Windows.Forms.AnchorStyles.Right))); 67 71 this.separator.Angle = 90; 68 this.separator.Dock = System.Windows.Forms.DockStyle.Fill; 69 this.separator.Location = new System.Drawing.Point(62, 13); 70 this.separator.Margin = new System.Windows.Forms.Padding(0, 4, 0, 0); 72 this.separator.Location = new System.Drawing.Point(62, 9); 73 this.separator.Margin = new System.Windows.Forms.Padding(0, 9, 0, 0); 71 74 this.separator.Name = "separator"; 72 75 this.separator.Size = new System.Drawing.Size(212, 2); 73 this.separator.TabIndex = 3;76 this.separator.TabIndex = 6; 74 77 // 75 78 // LightGroup 76 79 // 77 this.AutoScale Dimensions = new System.Drawing.SizeF(6F, 13F);78 this.AutoS caleMode = System.Windows.Forms.AutoScaleMode.Font;80 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 81 this.AutoSize = true; 79 82 this.Controls.Add(this.container); 80 83 this.Name = "LightGroup"; 81 this.Size = new System.Drawing.Size(274, 21); 84 this.Padding = new System.Windows.Forms.Padding(0, 10, 0, 5); 85 this.Size = new System.Drawing.Size(274, 38); 82 86 this.container.ResumeLayout(false); 83 87 this.container.PerformLayout(); 84 88 this.ResumeLayout(false); 89 this.PerformLayout(); 85 90 86 91 } … … 89 94 90 95 private System.Windows.Forms.TableLayoutPanel container; 91 protected System.Windows.Forms.Label label;92 96 private Trustbridge.Windows.Controls.BevelLine separator; 97 private System.Windows.Forms.Label label; 93 98 94 99 }
Note: See TracChangeset
for help on using the changeset viewer.
