| 1 | namespace Eraser |
|---|
| 2 | { |
|---|
| 3 | partial class LightGroup |
|---|
| 4 | { |
|---|
| 5 | /// <summary> |
|---|
| 6 | /// Required designer variable. |
|---|
| 7 | /// </summary> |
|---|
| 8 | private System.ComponentModel.IContainer components = null; |
|---|
| 9 | |
|---|
| 10 | /// <summary> |
|---|
| 11 | /// Clean up any resources being used. |
|---|
| 12 | /// </summary> |
|---|
| 13 | /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> |
|---|
| 14 | protected override void Dispose(bool disposing) |
|---|
| 15 | { |
|---|
| 16 | if (disposing && (components != null)) |
|---|
| 17 | { |
|---|
| 18 | components.Dispose(); |
|---|
| 19 | } |
|---|
| 20 | base.Dispose(disposing); |
|---|
| 21 | } |
|---|
| 22 | |
|---|
| 23 | #region Component Designer generated code |
|---|
| 24 | |
|---|
| 25 | /// <summary> |
|---|
| 26 | /// Required method for Designer support - do not modify |
|---|
| 27 | /// the contents of this method with the code editor. |
|---|
| 28 | /// </summary> |
|---|
| 29 | private void InitializeComponent() |
|---|
| 30 | { |
|---|
| 31 | this.container = new System.Windows.Forms.TableLayoutPanel(); |
|---|
| 32 | this.separator = new Trustbridge.Windows.Controls.BevelLine(); |
|---|
| 33 | this.label = new System.Windows.Forms.Label(); |
|---|
| 34 | this.container.SuspendLayout(); |
|---|
| 35 | this.SuspendLayout(); |
|---|
| 36 | // |
|---|
| 37 | // container |
|---|
| 38 | // |
|---|
| 39 | this.container.AutoSize = true; |
|---|
| 40 | this.container.ColumnCount = 2; |
|---|
| 41 | this.container.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); |
|---|
| 42 | this.container.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); |
|---|
| 43 | this.container.Controls.Add(this.separator, 1, 0); |
|---|
| 44 | this.container.Controls.Add(this.label, 0, 0); |
|---|
| 45 | this.container.Dock = System.Windows.Forms.DockStyle.Fill; |
|---|
| 46 | this.container.Location = new System.Drawing.Point(0, 10); |
|---|
| 47 | this.container.Name = "container"; |
|---|
| 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); |
|---|
| 53 | this.container.TabIndex = 3; |
|---|
| 54 | // |
|---|
| 55 | // separator |
|---|
| 56 | // |
|---|
| 57 | this.separator.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) |
|---|
| 58 | | System.Windows.Forms.AnchorStyles.Left) |
|---|
| 59 | | System.Windows.Forms.AnchorStyles.Right))); |
|---|
| 60 | this.separator.Angle = 90; |
|---|
| 61 | this.separator.Location = new System.Drawing.Point(62, 11); |
|---|
| 62 | this.separator.Margin = new System.Windows.Forms.Padding(0, 11, 0, 0); |
|---|
| 63 | this.separator.Name = "separator"; |
|---|
| 64 | this.separator.Size = new System.Drawing.Size(212, 2); |
|---|
| 65 | this.separator.TabIndex = 6; |
|---|
| 66 | // |
|---|
| 67 | // label |
|---|
| 68 | // |
|---|
| 69 | this.label.AutoSize = true; |
|---|
| 70 | this.label.Dock = System.Windows.Forms.DockStyle.Fill; |
|---|
| 71 | this.label.Location = new System.Drawing.Point(3, 4); |
|---|
| 72 | this.label.Margin = new System.Windows.Forms.Padding(3, 4, 0, 0); |
|---|
| 73 | this.label.Name = "label"; |
|---|
| 74 | this.label.Size = new System.Drawing.Size(59, 19); |
|---|
| 75 | this.label.TabIndex = 1; |
|---|
| 76 | this.label.Text = "Group Title"; |
|---|
| 77 | // |
|---|
| 78 | // LightGroup |
|---|
| 79 | // |
|---|
| 80 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; |
|---|
| 81 | this.AutoSize = true; |
|---|
| 82 | this.Controls.Add(this.container); |
|---|
| 83 | this.Name = "LightGroup"; |
|---|
| 84 | this.Padding = new System.Windows.Forms.Padding(0, 10, 0, 5); |
|---|
| 85 | this.Size = new System.Drawing.Size(274, 38); |
|---|
| 86 | this.container.ResumeLayout(false); |
|---|
| 87 | this.container.PerformLayout(); |
|---|
| 88 | this.ResumeLayout(false); |
|---|
| 89 | this.PerformLayout(); |
|---|
| 90 | |
|---|
| 91 | } |
|---|
| 92 | |
|---|
| 93 | #endregion |
|---|
| 94 | |
|---|
| 95 | private System.Windows.Forms.TableLayoutPanel container; |
|---|
| 96 | private Trustbridge.Windows.Controls.BevelLine separator; |
|---|
| 97 | private System.Windows.Forms.Label label; |
|---|
| 98 | |
|---|
| 99 | } |
|---|
| 100 | } |
|---|