| 1 | /* |
|---|
| 2 | * $Id$ |
|---|
| 3 | * Copyright 2008-2010 The Eraser Project |
|---|
| 4 | * Original Author: Joel Low <lowjoel@users.sourceforge.net> |
|---|
| 5 | * Modified By: |
|---|
| 6 | * |
|---|
| 7 | * This file is part of Eraser. |
|---|
| 8 | * |
|---|
| 9 | * Eraser is free software: you can redistribute it and/or modify it under the |
|---|
| 10 | * terms of the GNU General Public License as published by the Free Software |
|---|
| 11 | * Foundation, either version 3 of the License, or (at your option) any later |
|---|
| 12 | * version. |
|---|
| 13 | * |
|---|
| 14 | * Eraser is distributed in the hope that it will be useful, but WITHOUT ANY |
|---|
| 15 | * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR |
|---|
| 16 | * A PARTICULAR PURPOSE. See the GNU General Public License for more details. |
|---|
| 17 | * |
|---|
| 18 | * A copy of the GNU General Public License can be found at |
|---|
| 19 | * <http://www.gnu.org/licenses/>. |
|---|
| 20 | */ |
|---|
| 21 | |
|---|
| 22 | namespace Eraser |
|---|
| 23 | { |
|---|
| 24 | partial class LightGroup |
|---|
| 25 | { |
|---|
| 26 | /// <summary> |
|---|
| 27 | /// Required designer variable. |
|---|
| 28 | /// </summary> |
|---|
| 29 | private System.ComponentModel.IContainer components = null; |
|---|
| 30 | |
|---|
| 31 | /// <summary> |
|---|
| 32 | /// Clean up any resources being used. |
|---|
| 33 | /// </summary> |
|---|
| 34 | /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> |
|---|
| 35 | protected override void Dispose(bool disposing) |
|---|
| 36 | { |
|---|
| 37 | if (disposing && (components != null)) |
|---|
| 38 | { |
|---|
| 39 | components.Dispose(); |
|---|
| 40 | } |
|---|
| 41 | base.Dispose(disposing); |
|---|
| 42 | } |
|---|
| 43 | |
|---|
| 44 | #region Component Designer generated code |
|---|
| 45 | |
|---|
| 46 | /// <summary> |
|---|
| 47 | /// Required method for Designer support - do not modify |
|---|
| 48 | /// the contents of this method with the code editor. |
|---|
| 49 | /// </summary> |
|---|
| 50 | private void InitializeComponent() |
|---|
| 51 | { |
|---|
| 52 | System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LightGroup)); |
|---|
| 53 | this.container = new System.Windows.Forms.TableLayoutPanel(); |
|---|
| 54 | this.separator = new Trustbridge.Windows.Controls.BevelLine(); |
|---|
| 55 | this.label = new System.Windows.Forms.Label(); |
|---|
| 56 | this.container.SuspendLayout(); |
|---|
| 57 | this.SuspendLayout(); |
|---|
| 58 | // |
|---|
| 59 | // container |
|---|
| 60 | // |
|---|
| 61 | resources.ApplyResources(this.container, "container"); |
|---|
| 62 | this.container.Controls.Add(this.separator, 1, 0); |
|---|
| 63 | this.container.Controls.Add(this.label, 0, 0); |
|---|
| 64 | this.container.Name = "container"; |
|---|
| 65 | // |
|---|
| 66 | // separator |
|---|
| 67 | // |
|---|
| 68 | resources.ApplyResources(this.separator, "separator"); |
|---|
| 69 | this.separator.Angle = 90; |
|---|
| 70 | this.separator.Name = "separator"; |
|---|
| 71 | // |
|---|
| 72 | // label |
|---|
| 73 | // |
|---|
| 74 | resources.ApplyResources(this.label, "label"); |
|---|
| 75 | this.label.Name = "label"; |
|---|
| 76 | // |
|---|
| 77 | // LightGroup |
|---|
| 78 | // |
|---|
| 79 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; |
|---|
| 80 | resources.ApplyResources(this, "$this"); |
|---|
| 81 | this.Controls.Add(this.container); |
|---|
| 82 | this.Name = "LightGroup"; |
|---|
| 83 | this.container.ResumeLayout(false); |
|---|
| 84 | this.container.PerformLayout(); |
|---|
| 85 | this.ResumeLayout(false); |
|---|
| 86 | this.PerformLayout(); |
|---|
| 87 | |
|---|
| 88 | } |
|---|
| 89 | |
|---|
| 90 | #endregion |
|---|
| 91 | |
|---|
| 92 | private System.Windows.Forms.TableLayoutPanel container; |
|---|
| 93 | private Trustbridge.Windows.Controls.BevelLine separator; |
|---|
| 94 | private System.Windows.Forms.Label label; |
|---|
| 95 | |
|---|
| 96 | } |
|---|
| 97 | } |
|---|