/// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LayerUpdateDlg));
     this.button_OK            = new System.Windows.Forms.Button();
     this.button_Abort         = new System.Windows.Forms.Button();
     this.panel1               = new System.Windows.Forms.Panel();
     this.captionBar           = new CSharpFramework.Controls.DialogCaptionBar();
     this.listView_Layers      = new System.Windows.Forms.ListView();
     this.columnHeader_Name    = new System.Windows.Forms.ColumnHeader();
     this.columnHeader_Status  = new System.Windows.Forms.ColumnHeader();
     this.imageList_LayerIcons = new System.Windows.Forms.ImageList(this.components);
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // button_OK
     //
     this.button_OK.Anchor       = System.Windows.Forms.AnchorStyles.Bottom;
     this.button_OK.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.button_OK.Location     = new System.Drawing.Point(88, 24);
     this.button_OK.Name         = "button_OK";
     this.button_OK.Size         = new System.Drawing.Size(112, 24);
     this.button_OK.TabIndex     = 0;
     this.button_OK.Text         = "Accept changes";
     //
     // button_Abort
     //
     this.button_Abort.Anchor       = System.Windows.Forms.AnchorStyles.Bottom;
     this.button_Abort.DialogResult = System.Windows.Forms.DialogResult.Abort;
     this.button_Abort.Location     = new System.Drawing.Point(216, 24);
     this.button_Abort.Name         = "button_Abort";
     this.button_Abort.Size         = new System.Drawing.Size(104, 24);
     this.button_Abort.TabIndex     = 1;
     this.button_Abort.Text         = "Abort";
     //
     // panel1
     //
     this.panel1.Controls.Add(this.button_OK);
     this.panel1.Controls.Add(this.button_Abort);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel1.Location = new System.Drawing.Point(0, 390);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(416, 56);
     this.panel1.TabIndex = 2;
     //
     // captionBar
     //
     this.captionBar.BackColor   = System.Drawing.SystemColors.Window;
     this.captionBar.Caption     = "Layer Update Result";
     this.captionBar.CompactView = false;
     this.captionBar.Description = "The following changes have been detected. Click \'Accept changes\' to accept change" +
                                   "s or \'Abort\' to leave the layers unmodified";
     this.captionBar.Dock            = System.Windows.Forms.DockStyle.Top;
     this.captionBar.Image           = ((System.Drawing.Image)(resources.GetObject("captionBar.Image")));
     this.captionBar.Location        = new System.Drawing.Point(0, 0);
     this.captionBar.Name            = "captionBar";
     this.captionBar.SetFontColor    = System.Drawing.SystemColors.ControlText;
     this.captionBar.ShowBorder      = false;
     this.captionBar.ShowBottomLine  = true;
     this.captionBar.ShowCaptionText = true;
     this.captionBar.ShowImage       = true;
     this.captionBar.Size            = new System.Drawing.Size(416, 50);
     this.captionBar.TabIndex        = 0;
     //
     // listView_Layers
     //
     this.listView_Layers.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader_Name,
         this.columnHeader_Status
     });
     this.listView_Layers.Dock           = System.Windows.Forms.DockStyle.Fill;
     this.listView_Layers.Location       = new System.Drawing.Point(0, 50);
     this.listView_Layers.MultiSelect    = false;
     this.listView_Layers.Name           = "listView_Layers";
     this.listView_Layers.Size           = new System.Drawing.Size(416, 340);
     this.listView_Layers.SmallImageList = this.imageList_LayerIcons;
     this.listView_Layers.TabIndex       = 1;
     this.listView_Layers.UseCompatibleStateImageBehavior = false;
     this.listView_Layers.View = System.Windows.Forms.View.Details;
     //
     // columnHeader_Name
     //
     this.columnHeader_Name.Text  = "Layer name";
     this.columnHeader_Name.Width = 212;
     //
     // columnHeader_Status
     //
     this.columnHeader_Status.Text  = "Status";
     this.columnHeader_Status.Width = 100;
     //
     // imageList_LayerIcons
     //
     this.imageList_LayerIcons.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList_LayerIcons.ImageStream")));
     this.imageList_LayerIcons.TransparentColor = System.Drawing.Color.Magenta;
     this.imageList_LayerIcons.Images.SetKeyName(0, "");
     this.imageList_LayerIcons.Images.SetKeyName(1, "");
     this.imageList_LayerIcons.Images.SetKeyName(2, "");
     //
     // LayerUpdateDlg
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(416, 446);
     this.Controls.Add(this.listView_Layers);
     this.Controls.Add(this.captionBar);
     this.Controls.Add(this.panel1);
     this.Icon        = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MinimumSize = new System.Drawing.Size(328, 224);
     this.Name        = "LayerUpdateDlg";
     this.Text        = "Refresh Layer";
     this.panel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Esempio n. 2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SkyConfigDlg));
     this.button_OK                = new System.Windows.Forms.Button();
     this.button_Cancel            = new System.Windows.Forms.Button();
     this.PropertyGrid_Layer       = new CSharpFramework.Controls.PropertyGridNested();
     this.ListView_Layers          = new System.Windows.Forms.ListView();
     this.columnHeader_LayerName   = new System.Windows.Forms.ColumnHeader();
     this.PropertyGrid_Sky         = new CSharpFramework.Controls.PropertyGridNested();
     this.button_AddLayer          = new System.Windows.Forms.Button();
     this.button_RemoveLayer       = new System.Windows.Forms.Button();
     this.button_LayerUp           = new System.Windows.Forms.Button();
     this.button_LayerDown         = new System.Windows.Forms.Button();
     this.GroupBox_SkyProperties   = new System.Windows.Forms.GroupBox();
     this.GroupBox_SkyLayer        = new System.Windows.Forms.GroupBox();
     this.GroupBox_LayerProperties = new System.Windows.Forms.GroupBox();
     this.GroupBox_OK              = new System.Windows.Forms.GroupBox();
     this.DialogCaptionBar         = new CSharpFramework.Controls.DialogCaptionBar();
     this.GroupBox_Options         = new System.Windows.Forms.GroupBox();
     this.button_Export            = new System.Windows.Forms.Button();
     this.button_Load              = new System.Windows.Forms.Button();
     this.button_Save              = new System.Windows.Forms.Button();
     this.button_Paste             = new System.Windows.Forms.Button();
     this.button_Copy              = new System.Windows.Forms.Button();
     this.ToolTip = new System.Windows.Forms.ToolTip(this.components);
     this.GroupBox_SkyProperties.SuspendLayout();
     this.GroupBox_SkyLayer.SuspendLayout();
     this.GroupBox_LayerProperties.SuspendLayout();
     this.GroupBox_OK.SuspendLayout();
     this.GroupBox_Options.SuspendLayout();
     this.SuspendLayout();
     //
     // button_OK
     //
     this.button_OK.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.button_OK.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.button_OK.Location     = new System.Drawing.Point(7, 13);
     this.button_OK.Name         = "button_OK";
     this.button_OK.Size         = new System.Drawing.Size(96, 37);
     this.button_OK.TabIndex     = 11;
     this.button_OK.Text         = "OK";
     this.button_OK.Click       += new System.EventHandler(this.button_OK_Click);
     //
     // button_Cancel
     //
     this.button_Cancel.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.button_Cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.button_Cancel.Location     = new System.Drawing.Point(110, 13);
     this.button_Cancel.Name         = "button_Cancel";
     this.button_Cancel.Size         = new System.Drawing.Size(96, 37);
     this.button_Cancel.TabIndex     = 12;
     this.button_Cancel.Text         = "Cancel";
     //
     // PropertyGrid_Layer
     //
     this.PropertyGrid_Layer.Dock                = System.Windows.Forms.DockStyle.Fill;
     this.PropertyGrid_Layer.HelpBackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(252)))), ((int)(((byte)(252)))));
     this.PropertyGrid_Layer.HelpBackgroundImage = ((System.Drawing.Image)(resources.GetObject("PropertyGrid_Layer.HelpBackgroundImage")));
     this.PropertyGrid_Layer.LineColor           = System.Drawing.Color.FromArgb(((int)(((byte)(248)))), ((int)(((byte)(248)))), ((int)(((byte)(248)))));
     this.PropertyGrid_Layer.Location            = new System.Drawing.Point(6, 21);
     this.PropertyGrid_Layer.Name                = "PropertyGrid_Layer";
     this.PropertyGrid_Layer.Size                = new System.Drawing.Size(443, 427);
     this.PropertyGrid_Layer.TabIndex            = 10;
     this.PropertyGrid_Layer.ToolbarVisible      = false;
     //
     //
     //
     this.PropertyGrid_Layer.ToolStrip.AccessibleName = "ToolBar";
     this.PropertyGrid_Layer.ToolStrip.AccessibleRole = System.Windows.Forms.AccessibleRole.ToolBar;
     this.PropertyGrid_Layer.ToolStrip.AllowMerge     = false;
     this.PropertyGrid_Layer.ToolStrip.AutoSize       = false;
     this.PropertyGrid_Layer.ToolStrip.CanOverflow    = false;
     this.PropertyGrid_Layer.ToolStrip.Dock           = System.Windows.Forms.DockStyle.None;
     this.PropertyGrid_Layer.ToolStrip.GripStyle      = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.PropertyGrid_Layer.ToolStrip.Location       = new System.Drawing.Point(0, 0);
     this.PropertyGrid_Layer.ToolStrip.Name           = "";
     this.PropertyGrid_Layer.ToolStrip.Padding        = new System.Windows.Forms.Padding(2, 0, 1, 0);
     this.PropertyGrid_Layer.ToolStrip.TabIndex       = 1;
     this.PropertyGrid_Layer.ToolStrip.TabStop        = true;
     this.PropertyGrid_Layer.ToolStrip.Text           = "PropertyGridToolBar";
     this.PropertyGrid_Layer.ToolStrip.Visible        = false;
     this.PropertyGrid_Layer.PropertyValueChanged    += new System.Windows.Forms.PropertyValueChangedEventHandler(this.propertyGrid1_PropertyValueChanged);
     //
     // ListView_Layers
     //
     this.ListView_Layers.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                          | System.Windows.Forms.AnchorStyles.Left)
                                                                         | System.Windows.Forms.AnchorStyles.Right)));
     this.ListView_Layers.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader_LayerName
     });
     this.ListView_Layers.FullRowSelect = true;
     this.ListView_Layers.GridLines     = true;
     this.ListView_Layers.HeaderStyle   = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.ListView_Layers.HideSelection = false;
     this.ListView_Layers.Location      = new System.Drawing.Point(7, 22);
     this.ListView_Layers.MultiSelect   = false;
     this.ListView_Layers.Name          = "ListView_Layers";
     this.ListView_Layers.Size          = new System.Drawing.Size(305, 175);
     this.ListView_Layers.TabIndex      = 4;
     this.ListView_Layers.UseCompatibleStateImageBehavior = false;
     this.ListView_Layers.View = System.Windows.Forms.View.Details;
     this.ListView_Layers.SelectedIndexChanged += new System.EventHandler(this.listView_layers_SelectedIndexChanged);
     //
     // columnHeader_LayerName
     //
     this.columnHeader_LayerName.Text  = "Sky layer";
     this.columnHeader_LayerName.Width = 249;
     //
     // PropertyGrid_Sky
     //
     this.PropertyGrid_Sky.Dock                = System.Windows.Forms.DockStyle.Fill;
     this.PropertyGrid_Sky.HelpBackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(252)))), ((int)(((byte)(252)))));
     this.PropertyGrid_Sky.HelpBackgroundImage = ((System.Drawing.Image)(resources.GetObject("PropertyGrid_Sky.HelpBackgroundImage")));
     this.PropertyGrid_Sky.LineColor           = System.Drawing.Color.FromArgb(((int)(((byte)(248)))), ((int)(((byte)(248)))), ((int)(((byte)(248)))));
     this.PropertyGrid_Sky.Location            = new System.Drawing.Point(6, 21);
     this.PropertyGrid_Sky.Name                = "PropertyGrid_Sky";
     this.PropertyGrid_Sky.PropertySort        = System.Windows.Forms.PropertySort.Categorized;
     this.PropertyGrid_Sky.Size                = new System.Drawing.Size(307, 244);
     this.PropertyGrid_Sky.TabIndex            = 2;
     this.PropertyGrid_Sky.ToolbarVisible      = false;
     //
     //
     //
     this.PropertyGrid_Sky.ToolStrip.AccessibleName = "ToolBar";
     this.PropertyGrid_Sky.ToolStrip.AccessibleRole = System.Windows.Forms.AccessibleRole.ToolBar;
     this.PropertyGrid_Sky.ToolStrip.AllowMerge     = false;
     this.PropertyGrid_Sky.ToolStrip.AutoSize       = false;
     this.PropertyGrid_Sky.ToolStrip.CanOverflow    = false;
     this.PropertyGrid_Sky.ToolStrip.Dock           = System.Windows.Forms.DockStyle.None;
     this.PropertyGrid_Sky.ToolStrip.GripStyle      = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.PropertyGrid_Sky.ToolStrip.Location       = new System.Drawing.Point(0, 0);
     this.PropertyGrid_Sky.ToolStrip.Name           = "";
     this.PropertyGrid_Sky.ToolStrip.Padding        = new System.Windows.Forms.Padding(2, 0, 1, 0);
     this.PropertyGrid_Sky.ToolStrip.TabIndex       = 1;
     this.PropertyGrid_Sky.ToolStrip.TabStop        = true;
     this.PropertyGrid_Sky.ToolStrip.Text           = "PropertyGridToolBar";
     this.PropertyGrid_Sky.ToolStrip.Visible        = false;
     //
     // button_AddLayer
     //
     this.button_AddLayer.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.button_AddLayer.Location = new System.Drawing.Point(94, 204);
     this.button_AddLayer.Name     = "button_AddLayer";
     this.button_AddLayer.Size     = new System.Drawing.Size(105, 28);
     this.button_AddLayer.TabIndex = 7;
     this.button_AddLayer.Text     = "Add Layer";
     this.button_AddLayer.Click   += new System.EventHandler(this.button_AddLayer_Click);
     //
     // button_RemoveLayer
     //
     this.button_RemoveLayer.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.button_RemoveLayer.Location = new System.Drawing.Point(206, 204);
     this.button_RemoveLayer.Name     = "button_RemoveLayer";
     this.button_RemoveLayer.Size     = new System.Drawing.Size(106, 28);
     this.button_RemoveLayer.TabIndex = 8;
     this.button_RemoveLayer.Text     = "Remove Layer";
     this.button_RemoveLayer.Click   += new System.EventHandler(this.button_RemoveLayer_Click);
     //
     // button_LayerUp
     //
     this.button_LayerUp.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.button_LayerUp.Image    = global::Editor.Properties.Resources.arrow_up_blue;
     this.button_LayerUp.Location = new System.Drawing.Point(7, 204);
     this.button_LayerUp.Name     = "button_LayerUp";
     this.button_LayerUp.Size     = new System.Drawing.Size(33, 28);
     this.button_LayerUp.TabIndex = 5;
     this.button_LayerUp.UseVisualStyleBackColor = true;
     this.button_LayerUp.Click += new System.EventHandler(this.button_LayerUp_Click);
     //
     // button_LayerDown
     //
     this.button_LayerDown.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.button_LayerDown.Image    = global::Editor.Properties.Resources.arrow_down_blue;
     this.button_LayerDown.Location = new System.Drawing.Point(47, 204);
     this.button_LayerDown.Name     = "button_LayerDown";
     this.button_LayerDown.Size     = new System.Drawing.Size(32, 28);
     this.button_LayerDown.TabIndex = 6;
     this.button_LayerDown.UseVisualStyleBackColor = true;
     this.button_LayerDown.Click += new System.EventHandler(this.button_LayerDown_Click);
     //
     // GroupBox_SkyProperties
     //
     this.GroupBox_SkyProperties.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                                | System.Windows.Forms.AnchorStyles.Left)));
     this.GroupBox_SkyProperties.Controls.Add(this.PropertyGrid_Sky);
     this.GroupBox_SkyProperties.Location = new System.Drawing.Point(10, 65);
     this.GroupBox_SkyProperties.Name     = "GroupBox_SkyProperties";
     this.GroupBox_SkyProperties.Padding  = new System.Windows.Forms.Padding(6, 6, 6, 7);
     this.GroupBox_SkyProperties.Size     = new System.Drawing.Size(319, 272);
     this.GroupBox_SkyProperties.TabIndex = 13;
     this.GroupBox_SkyProperties.TabStop  = false;
     this.GroupBox_SkyProperties.Text     = "Sky Properties";
     //
     // GroupBox_SkyLayer
     //
     this.GroupBox_SkyLayer.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.GroupBox_SkyLayer.Controls.Add(this.button_LayerDown);
     this.GroupBox_SkyLayer.Controls.Add(this.button_AddLayer);
     this.GroupBox_SkyLayer.Controls.Add(this.button_LayerUp);
     this.GroupBox_SkyLayer.Controls.Add(this.button_RemoveLayer);
     this.GroupBox_SkyLayer.Controls.Add(this.ListView_Layers);
     this.GroupBox_SkyLayer.Location = new System.Drawing.Point(12, 343);
     this.GroupBox_SkyLayer.Name     = "GroupBox_SkyLayer";
     this.GroupBox_SkyLayer.Size     = new System.Drawing.Size(319, 240);
     this.GroupBox_SkyLayer.TabIndex = 14;
     this.GroupBox_SkyLayer.TabStop  = false;
     this.GroupBox_SkyLayer.Text     = "Sky Layer";
     //
     // GroupBox_LayerProperties
     //
     this.GroupBox_LayerProperties.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                                   | System.Windows.Forms.AnchorStyles.Left)
                                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.GroupBox_LayerProperties.Controls.Add(this.PropertyGrid_Layer);
     this.GroupBox_LayerProperties.Location = new System.Drawing.Point(335, 65);
     this.GroupBox_LayerProperties.Name     = "GroupBox_LayerProperties";
     this.GroupBox_LayerProperties.Padding  = new System.Windows.Forms.Padding(6, 6, 6, 7);
     this.GroupBox_LayerProperties.Size     = new System.Drawing.Size(455, 455);
     this.GroupBox_LayerProperties.TabIndex = 15;
     this.GroupBox_LayerProperties.TabStop  = false;
     this.GroupBox_LayerProperties.Text     = "Layer Properties";
     //
     // GroupBox_OK
     //
     this.GroupBox_OK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.GroupBox_OK.Controls.Add(this.button_OK);
     this.GroupBox_OK.Controls.Add(this.button_Cancel);
     this.GroupBox_OK.Location = new System.Drawing.Point(576, 526);
     this.GroupBox_OK.Name     = "GroupBox_OK";
     this.GroupBox_OK.Size     = new System.Drawing.Size(214, 57);
     this.GroupBox_OK.TabIndex = 16;
     this.GroupBox_OK.TabStop  = false;
     //
     // DialogCaptionBar
     //
     this.DialogCaptionBar.BackColor   = System.Drawing.SystemColors.Window;
     this.DialogCaptionBar.Caption     = "Sky Properties";
     this.DialogCaptionBar.CompactView = false;
     this.DialogCaptionBar.Description = "Here you can specify the sky shader and its properties that is used in your scene" +
                                         ", add sky layers and specify the respective properties for each sky layer.";
     this.DialogCaptionBar.Dock            = System.Windows.Forms.DockStyle.Top;
     this.DialogCaptionBar.Image           = ((System.Drawing.Image)(resources.GetObject("DialogCaptionBar.Image")));
     this.DialogCaptionBar.Location        = new System.Drawing.Point(0, 0);
     this.DialogCaptionBar.Name            = "DialogCaptionBar";
     this.DialogCaptionBar.SetFontColor    = System.Drawing.SystemColors.ControlText;
     this.DialogCaptionBar.ShowBorder      = false;
     this.DialogCaptionBar.ShowBottomLine  = true;
     this.DialogCaptionBar.ShowCaptionText = true;
     this.DialogCaptionBar.ShowImage       = true;
     this.DialogCaptionBar.Size            = new System.Drawing.Size(802, 58);
     this.DialogCaptionBar.TabIndex        = 17;
     //
     // GroupBox_Options
     //
     this.GroupBox_Options.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.GroupBox_Options.Controls.Add(this.button_Export);
     this.GroupBox_Options.Controls.Add(this.button_Load);
     this.GroupBox_Options.Controls.Add(this.button_Save);
     this.GroupBox_Options.Controls.Add(this.button_Paste);
     this.GroupBox_Options.Controls.Add(this.button_Copy);
     this.GroupBox_Options.Location = new System.Drawing.Point(335, 526);
     this.GroupBox_Options.Name     = "GroupBox_Options";
     this.GroupBox_Options.Size     = new System.Drawing.Size(235, 57);
     this.GroupBox_Options.TabIndex = 19;
     this.GroupBox_Options.TabStop  = false;
     //
     // button_Export
     //
     this.button_Export.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.button_Export.Image    = global::Editor.Properties.Resources.toolbar_export;
     this.button_Export.Location = new System.Drawing.Point(190, 13);
     this.button_Export.Name     = "button_Export";
     this.button_Export.Size     = new System.Drawing.Size(38, 37);
     this.button_Export.TabIndex = 20;
     this.ToolTip.SetToolTip(this.button_Export, "Export the current setup to a simple engine archive format that can be read by th" +
                             "e engine (VisSky_cl::ReadFromStream)");
     this.button_Export.UseVisualStyleBackColor = true;
     this.button_Export.Click += new System.EventHandler(this.toolStripButton_Export_Click);
     //
     // button_Load
     //
     this.button_Load.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.button_Load.Image    = global::Editor.Properties.Resources.toolbar_open;
     this.button_Load.Location = new System.Drawing.Point(144, 13);
     this.button_Load.Name     = "button_Load";
     this.button_Load.Size     = new System.Drawing.Size(38, 37);
     this.button_Load.TabIndex = 9;
     this.ToolTip.SetToolTip(this.button_Load, "Load a sky setup from a binary file");
     this.button_Load.UseVisualStyleBackColor = true;
     this.button_Load.Click += new System.EventHandler(this.toolStripButton_Load_Click);
     //
     // button_Save
     //
     this.button_Save.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.button_Save.Image    = global::Editor.Properties.Resources.toolbar_save;
     this.button_Save.Location = new System.Drawing.Point(98, 13);
     this.button_Save.Name     = "button_Save";
     this.button_Save.Size     = new System.Drawing.Size(39, 37);
     this.button_Save.TabIndex = 8;
     this.ToolTip.SetToolTip(this.button_Save, "Save the current setup to a binary file that can be loaded later by other scenes");
     this.button_Save.UseVisualStyleBackColor = true;
     this.button_Save.Click += new System.EventHandler(this.toolStripButton_Save_Click);
     //
     // button_Paste
     //
     this.button_Paste.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.button_Paste.Image    = global::Editor.Properties.Resources.toolbar_paste;
     this.button_Paste.Location = new System.Drawing.Point(53, 13);
     this.button_Paste.Name     = "button_Paste";
     this.button_Paste.Size     = new System.Drawing.Size(38, 37);
     this.button_Paste.TabIndex = 7;
     this.ToolTip.SetToolTip(this.button_Paste, "Paste this sky config from clipboard");
     this.button_Paste.UseVisualStyleBackColor = true;
     this.button_Paste.Click += new System.EventHandler(this.toolStripButton_PasteConfig_Click);
     //
     // button_Copy
     //
     this.button_Copy.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.button_Copy.Image    = global::Editor.Properties.Resources.toolbar_copy;
     this.button_Copy.Location = new System.Drawing.Point(8, 13);
     this.button_Copy.Name     = "button_Copy";
     this.button_Copy.Size     = new System.Drawing.Size(39, 37);
     this.button_Copy.TabIndex = 6;
     this.ToolTip.SetToolTip(this.button_Copy, "Copy this sky config to clipboard");
     this.button_Copy.UseVisualStyleBackColor = true;
     this.button_Copy.Click += new System.EventHandler(this.toolStripButton_CopyConfig_Click);
     //
     // SkyConfigDlg
     //
     this.AcceptButton      = this.button_OK;
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 15);
     this.CancelButton      = this.button_Cancel;
     this.ClientSize        = new System.Drawing.Size(802, 595);
     this.Controls.Add(this.GroupBox_Options);
     this.Controls.Add(this.DialogCaptionBar);
     this.Controls.Add(this.GroupBox_OK);
     this.Controls.Add(this.GroupBox_LayerProperties);
     this.Controls.Add(this.GroupBox_SkyLayer);
     this.Controls.Add(this.GroupBox_SkyProperties);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.MinimumSize   = new System.Drawing.Size(820, 640);
     this.Name          = "SkyConfigDlg";
     this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
     this.Text          = "Edit Sky";
     this.GroupBox_SkyProperties.ResumeLayout(false);
     this.GroupBox_SkyLayer.ResumeLayout(false);
     this.GroupBox_LayerProperties.ResumeLayout(false);
     this.GroupBox_OK.ResumeLayout(false);
     this.GroupBox_Options.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Esempio n. 3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
       System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SkyConfigDlg));
       this.button_OK = new System.Windows.Forms.Button();
       this.button_Cancel = new System.Windows.Forms.Button();
       this.PropertyGrid_Layer = new CSharpFramework.Controls.PropertyGridNested();
       this.ListView_Layers = new System.Windows.Forms.ListView();
       this.columnHeader_LayerName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
       this.PropertyGrid_Sky = new CSharpFramework.Controls.PropertyGridNested();
       this.button_AddLayer = new System.Windows.Forms.Button();
       this.button_RemoveLayer = new System.Windows.Forms.Button();
       this.button_LayerUp = new System.Windows.Forms.Button();
       this.button_LayerDown = new System.Windows.Forms.Button();
       this.GroupBox_SkyProperties = new System.Windows.Forms.GroupBox();
       this.GroupBox_SkyLayer = new System.Windows.Forms.GroupBox();
       this.GroupBox_LayerProperties = new System.Windows.Forms.GroupBox();
       this.DialogCaptionBar = new CSharpFramework.Controls.DialogCaptionBar();
       this.button_Export = new System.Windows.Forms.Button();
       this.button_Load = new System.Windows.Forms.Button();
       this.button_Save = new System.Windows.Forms.Button();
       this.button_Paste = new System.Windows.Forms.Button();
       this.button_Copy = new System.Windows.Forms.Button();
       this.ToolTip = new System.Windows.Forms.ToolTip(this.components);
       this.GroupBox_SkyProperties.SuspendLayout();
       this.GroupBox_SkyLayer.SuspendLayout();
       this.GroupBox_LayerProperties.SuspendLayout();
       this.SuspendLayout();
       //
       // button_OK
       //
       this.button_OK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
       this.button_OK.DialogResult = System.Windows.Forms.DialogResult.OK;
       this.button_OK.Location = new System.Drawing.Point(639, 525);
       this.button_OK.Name = "button_OK";
       this.button_OK.Size = new System.Drawing.Size(96, 34);
       this.button_OK.TabIndex = 11;
       this.button_OK.Text = "OK";
       this.button_OK.Click += new System.EventHandler(this.button_OK_Click);
       //
       // button_Cancel
       //
       this.button_Cancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
       this.button_Cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
       this.button_Cancel.Location = new System.Drawing.Point(742, 525);
       this.button_Cancel.Name = "button_Cancel";
       this.button_Cancel.Size = new System.Drawing.Size(96, 34);
       this.button_Cancel.TabIndex = 12;
       this.button_Cancel.Text = "Cancel";
       //
       // PropertyGrid_Layer
       //
       this.PropertyGrid_Layer.Dock = System.Windows.Forms.DockStyle.Fill;
       this.PropertyGrid_Layer.HelpBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(252)))), ((int)(((byte)(252)))));
       this.PropertyGrid_Layer.HelpBackgroundImage = ((System.Drawing.Image)(resources.GetObject("PropertyGrid_Layer.HelpBackgroundImage")));
       this.PropertyGrid_Layer.LineColor = System.Drawing.Color.FromArgb(((int)(((byte)(248)))), ((int)(((byte)(248)))), ((int)(((byte)(248)))));
       this.PropertyGrid_Layer.Location = new System.Drawing.Point(6, 20);
       this.PropertyGrid_Layer.Name = "PropertyGrid_Layer";
       this.PropertyGrid_Layer.Size = new System.Drawing.Size(491, 432);
       this.PropertyGrid_Layer.TabIndex = 10;
       this.PropertyGrid_Layer.ToolbarVisible = false;
       this.PropertyGrid_Layer.ToolStrip.AccessibleName = "ToolBar";
       this.PropertyGrid_Layer.ToolStrip.AccessibleRole = System.Windows.Forms.AccessibleRole.ToolBar;
       this.PropertyGrid_Layer.ToolStrip.AllowMerge = false;
       this.PropertyGrid_Layer.ToolStrip.AutoSize = false;
       this.PropertyGrid_Layer.ToolStrip.CanOverflow = false;
       this.PropertyGrid_Layer.ToolStrip.Dock = System.Windows.Forms.DockStyle.None;
       this.PropertyGrid_Layer.ToolStrip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
       this.PropertyGrid_Layer.ToolStrip.Location = new System.Drawing.Point(0, 0);
       this.PropertyGrid_Layer.ToolStrip.Name = "";
       this.PropertyGrid_Layer.ToolStrip.Padding = new System.Windows.Forms.Padding(2, 0, 1, 0);
       this.PropertyGrid_Layer.ToolStrip.TabIndex = 1;
       this.PropertyGrid_Layer.ToolStrip.TabStop = true;
       this.PropertyGrid_Layer.ToolStrip.Text = "PropertyGridToolBar";
       this.PropertyGrid_Layer.ToolStrip.Visible = false;
       this.PropertyGrid_Layer.PropertyValueChanged += new System.Windows.Forms.PropertyValueChangedEventHandler(this.propertyGrid1_PropertyValueChanged);
       //
       // ListView_Layers
       //
       this.ListView_Layers.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
           | System.Windows.Forms.AnchorStyles.Left)
           | System.Windows.Forms.AnchorStyles.Right)));
       this.ListView_Layers.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader_LayerName});
       this.ListView_Layers.FullRowSelect = true;
       this.ListView_Layers.GridLines = true;
       this.ListView_Layers.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
       this.ListView_Layers.HideSelection = false;
       this.ListView_Layers.Location = new System.Drawing.Point(7, 20);
       this.ListView_Layers.MultiSelect = false;
       this.ListView_Layers.Name = "ListView_Layers";
       this.ListView_Layers.Size = new System.Drawing.Size(311, 175);
       this.ListView_Layers.TabIndex = 4;
       this.ListView_Layers.UseCompatibleStateImageBehavior = false;
       this.ListView_Layers.View = System.Windows.Forms.View.Details;
       this.ListView_Layers.SelectedIndexChanged += new System.EventHandler(this.listView_layers_SelectedIndexChanged);
       //
       // columnHeader_LayerName
       //
       this.columnHeader_LayerName.Text = "Sky layer";
       this.columnHeader_LayerName.Width = 249;
       //
       // PropertyGrid_Sky
       //
       this.PropertyGrid_Sky.Dock = System.Windows.Forms.DockStyle.Fill;
       this.PropertyGrid_Sky.HelpBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(252)))), ((int)(((byte)(252)))));
       this.PropertyGrid_Sky.HelpBackgroundImage = ((System.Drawing.Image)(resources.GetObject("PropertyGrid_Sky.HelpBackgroundImage")));
       this.PropertyGrid_Sky.LineColor = System.Drawing.Color.FromArgb(((int)(((byte)(248)))), ((int)(((byte)(248)))), ((int)(((byte)(248)))));
       this.PropertyGrid_Sky.Location = new System.Drawing.Point(6, 20);
       this.PropertyGrid_Sky.Name = "PropertyGrid_Sky";
       this.PropertyGrid_Sky.PropertySort = System.Windows.Forms.PropertySort.Categorized;
       this.PropertyGrid_Sky.Size = new System.Drawing.Size(317, 231);
       this.PropertyGrid_Sky.TabIndex = 2;
       this.PropertyGrid_Sky.ToolbarVisible = false;
       this.PropertyGrid_Sky.ToolStrip.AccessibleName = "ToolBar";
       this.PropertyGrid_Sky.ToolStrip.AccessibleRole = System.Windows.Forms.AccessibleRole.ToolBar;
       this.PropertyGrid_Sky.ToolStrip.AllowMerge = false;
       this.PropertyGrid_Sky.ToolStrip.AutoSize = false;
       this.PropertyGrid_Sky.ToolStrip.CanOverflow = false;
       this.PropertyGrid_Sky.ToolStrip.Dock = System.Windows.Forms.DockStyle.None;
       this.PropertyGrid_Sky.ToolStrip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
       this.PropertyGrid_Sky.ToolStrip.Location = new System.Drawing.Point(0, 0);
       this.PropertyGrid_Sky.ToolStrip.Name = "";
       this.PropertyGrid_Sky.ToolStrip.Padding = new System.Windows.Forms.Padding(2, 0, 1, 0);
       this.PropertyGrid_Sky.ToolStrip.TabIndex = 1;
       this.PropertyGrid_Sky.ToolStrip.TabStop = true;
       this.PropertyGrid_Sky.ToolStrip.Text = "PropertyGridToolBar";
       this.PropertyGrid_Sky.ToolStrip.Visible = false;
       this.PropertyGrid_Sky.PropertyValueChanged += new System.Windows.Forms.PropertyValueChangedEventHandler(this.PropertyGrid_Sky_PropertyValueChanged);
       //
       // button_AddLayer
       //
       this.button_AddLayer.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
       this.button_AddLayer.Location = new System.Drawing.Point(100, 202);
       this.button_AddLayer.Name = "button_AddLayer";
       this.button_AddLayer.Size = new System.Drawing.Size(105, 25);
       this.button_AddLayer.TabIndex = 7;
       this.button_AddLayer.Text = "Add Layer";
       this.button_AddLayer.Click += new System.EventHandler(this.button_AddLayer_Click);
       //
       // button_RemoveLayer
       //
       this.button_RemoveLayer.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
       this.button_RemoveLayer.Location = new System.Drawing.Point(212, 202);
       this.button_RemoveLayer.Name = "button_RemoveLayer";
       this.button_RemoveLayer.Size = new System.Drawing.Size(106, 25);
       this.button_RemoveLayer.TabIndex = 8;
       this.button_RemoveLayer.Text = "Remove Layer";
       this.button_RemoveLayer.Click += new System.EventHandler(this.button_RemoveLayer_Click);
       //
       // button_LayerUp
       //
       this.button_LayerUp.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
       this.button_LayerUp.Image = global::Editor.Properties.Resources.arrow_up_blue;
       this.button_LayerUp.Location = new System.Drawing.Point(7, 202);
       this.button_LayerUp.Name = "button_LayerUp";
       this.button_LayerUp.Size = new System.Drawing.Size(33, 25);
       this.button_LayerUp.TabIndex = 5;
       this.button_LayerUp.UseVisualStyleBackColor = true;
       this.button_LayerUp.Click += new System.EventHandler(this.button_LayerUp_Click);
       //
       // button_LayerDown
       //
       this.button_LayerDown.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
       this.button_LayerDown.Image = global::Editor.Properties.Resources.arrow_down_blue;
       this.button_LayerDown.Location = new System.Drawing.Point(47, 202);
       this.button_LayerDown.Name = "button_LayerDown";
       this.button_LayerDown.Size = new System.Drawing.Size(32, 25);
       this.button_LayerDown.TabIndex = 6;
       this.button_LayerDown.UseVisualStyleBackColor = true;
       this.button_LayerDown.Click += new System.EventHandler(this.button_LayerDown_Click);
       //
       // GroupBox_SkyProperties
       //
       this.GroupBox_SkyProperties.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
           | System.Windows.Forms.AnchorStyles.Left)));
       this.GroupBox_SkyProperties.Controls.Add(this.PropertyGrid_Sky);
       this.GroupBox_SkyProperties.Location = new System.Drawing.Point(6, 60);
       this.GroupBox_SkyProperties.Name = "GroupBox_SkyProperties";
       this.GroupBox_SkyProperties.Padding = new System.Windows.Forms.Padding(6, 6, 6, 7);
       this.GroupBox_SkyProperties.Size = new System.Drawing.Size(329, 258);
       this.GroupBox_SkyProperties.TabIndex = 13;
       this.GroupBox_SkyProperties.TabStop = false;
       this.GroupBox_SkyProperties.Text = "Sky Properties";
       //
       // GroupBox_SkyLayer
       //
       this.GroupBox_SkyLayer.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
       this.GroupBox_SkyLayer.Controls.Add(this.button_LayerDown);
       this.GroupBox_SkyLayer.Controls.Add(this.button_AddLayer);
       this.GroupBox_SkyLayer.Controls.Add(this.button_LayerUp);
       this.GroupBox_SkyLayer.Controls.Add(this.button_RemoveLayer);
       this.GroupBox_SkyLayer.Controls.Add(this.ListView_Layers);
       this.GroupBox_SkyLayer.Location = new System.Drawing.Point(6, 324);
       this.GroupBox_SkyLayer.Name = "GroupBox_SkyLayer";
       this.GroupBox_SkyLayer.Size = new System.Drawing.Size(325, 235);
       this.GroupBox_SkyLayer.TabIndex = 14;
       this.GroupBox_SkyLayer.TabStop = false;
       this.GroupBox_SkyLayer.Text = "Sky Layer";
       //
       // GroupBox_LayerProperties
       //
       this.GroupBox_LayerProperties.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
           | System.Windows.Forms.AnchorStyles.Left)
           | System.Windows.Forms.AnchorStyles.Right)));
       this.GroupBox_LayerProperties.Controls.Add(this.PropertyGrid_Layer);
       this.GroupBox_LayerProperties.Location = new System.Drawing.Point(335, 60);
       this.GroupBox_LayerProperties.Name = "GroupBox_LayerProperties";
       this.GroupBox_LayerProperties.Padding = new System.Windows.Forms.Padding(6, 6, 6, 7);
       this.GroupBox_LayerProperties.Size = new System.Drawing.Size(503, 459);
       this.GroupBox_LayerProperties.TabIndex = 15;
       this.GroupBox_LayerProperties.TabStop = false;
       this.GroupBox_LayerProperties.Text = "Layer Properties";
       //
       // DialogCaptionBar
       //
       this.DialogCaptionBar.BackColor = System.Drawing.SystemColors.Window;
       this.DialogCaptionBar.Caption = "Sky Properties";
       this.DialogCaptionBar.Description = "The sky layer setup, the sky shader and the respective properties for the scene c" +
     "an be specified here.";
       this.DialogCaptionBar.Dock = System.Windows.Forms.DockStyle.Top;
       this.DialogCaptionBar.HelpContext = "dialogs";
       this.DialogCaptionBar.HelpKey = "Sky Config";
       this.DialogCaptionBar.HelpManual = "";
       this.DialogCaptionBar.Image = ((System.Drawing.Image)(resources.GetObject("DialogCaptionBar.Image")));
       this.DialogCaptionBar.Location = new System.Drawing.Point(0, 0);
       this.DialogCaptionBar.Name = "DialogCaptionBar";
       this.DialogCaptionBar.SetFontColor = System.Drawing.SystemColors.ControlText;
       this.DialogCaptionBar.ShowBorder = false;
       this.DialogCaptionBar.ShowBottomLine = true;
       this.DialogCaptionBar.Size = new System.Drawing.Size(844, 54);
       this.DialogCaptionBar.TabIndex = 17;
       //
       // button_Export
       //
       this.button_Export.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
       this.button_Export.Image = global::Editor.Properties.Resources.toolbar_export;
       this.button_Export.Location = new System.Drawing.Point(494, 525);
       this.button_Export.Name = "button_Export";
       this.button_Export.Size = new System.Drawing.Size(38, 34);
       this.button_Export.TabIndex = 20;
       this.ToolTip.SetToolTip(this.button_Export, "Export the current setup to a simple engine archive format that can be read by th" +
       "e engine (VisSky_cl::ReadFromStream)");
       this.button_Export.UseVisualStyleBackColor = true;
       this.button_Export.Click += new System.EventHandler(this.toolStripButton_Export_Click);
       //
       // button_Load
       //
       this.button_Load.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
       this.button_Load.Image = global::Editor.Properties.Resources.toolbar_open;
       this.button_Load.Location = new System.Drawing.Point(455, 525);
       this.button_Load.Name = "button_Load";
       this.button_Load.Size = new System.Drawing.Size(38, 34);
       this.button_Load.TabIndex = 9;
       this.ToolTip.SetToolTip(this.button_Load, "Load a sky setup from a binary file");
       this.button_Load.UseVisualStyleBackColor = true;
       this.button_Load.Click += new System.EventHandler(this.toolStripButton_Load_Click);
       //
       // button_Save
       //
       this.button_Save.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
       this.button_Save.Image = global::Editor.Properties.Resources.toolbar_save;
       this.button_Save.Location = new System.Drawing.Point(415, 525);
       this.button_Save.Name = "button_Save";
       this.button_Save.Size = new System.Drawing.Size(39, 34);
       this.button_Save.TabIndex = 8;
       this.ToolTip.SetToolTip(this.button_Save, "Save the current setup to a binary file that can be loaded later by other scenes");
       this.button_Save.UseVisualStyleBackColor = true;
       this.button_Save.Click += new System.EventHandler(this.toolStripButton_Save_Click);
       //
       // button_Paste
       //
       this.button_Paste.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
       this.button_Paste.Image = global::Editor.Properties.Resources.toolbar_paste;
       this.button_Paste.Location = new System.Drawing.Point(376, 525);
       this.button_Paste.Name = "button_Paste";
       this.button_Paste.Size = new System.Drawing.Size(38, 34);
       this.button_Paste.TabIndex = 7;
       this.ToolTip.SetToolTip(this.button_Paste, "Paste this sky config from clipboard");
       this.button_Paste.UseVisualStyleBackColor = true;
       this.button_Paste.Click += new System.EventHandler(this.toolStripButton_PasteConfig_Click);
       //
       // button_Copy
       //
       this.button_Copy.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
       this.button_Copy.Image = global::Editor.Properties.Resources.toolbar_copy;
       this.button_Copy.Location = new System.Drawing.Point(336, 525);
       this.button_Copy.Name = "button_Copy";
       this.button_Copy.Size = new System.Drawing.Size(39, 34);
       this.button_Copy.TabIndex = 6;
       this.ToolTip.SetToolTip(this.button_Copy, "Copy this sky config to clipboard");
       this.button_Copy.UseVisualStyleBackColor = true;
       this.button_Copy.Click += new System.EventHandler(this.toolStripButton_CopyConfig_Click);
       //
       // SkyConfigDlg
       //
       this.AcceptButton = this.button_OK;
       this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
       this.CancelButton = this.button_Cancel;
       this.ClientSize = new System.Drawing.Size(844, 565);
       this.Controls.Add(this.button_OK);
       this.Controls.Add(this.button_Cancel);
       this.Controls.Add(this.button_Export);
       this.Controls.Add(this.DialogCaptionBar);
       this.Controls.Add(this.button_Load);
       this.Controls.Add(this.button_Save);
       this.Controls.Add(this.GroupBox_LayerProperties);
       this.Controls.Add(this.button_Paste);
       this.Controls.Add(this.GroupBox_SkyLayer);
       this.Controls.Add(this.button_Copy);
       this.Controls.Add(this.GroupBox_SkyProperties);
       this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
       this.MaximizeBox = false;
       this.MinimizeBox = false;
       this.MinimumSize = new System.Drawing.Size(760, 480);
       this.Name = "SkyConfigDlg";
       this.ShowInTaskbar = false;
       this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
       this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
       this.Text = "Edit Sky";
       this.Shown += new System.EventHandler(this.SkyConfigDlg_Shown);
       this.GroupBox_SkyProperties.ResumeLayout(false);
       this.GroupBox_SkyLayer.ResumeLayout(false);
       this.GroupBox_LayerProperties.ResumeLayout(false);
       this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
       System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LayerUpdateDlg));
       this.button_OK = new System.Windows.Forms.Button();
       this.button_Abort = new System.Windows.Forms.Button();
       this.panel1 = new System.Windows.Forms.Panel();
       this.captionBar = new CSharpFramework.Controls.DialogCaptionBar();
       this.listView_Layers = new System.Windows.Forms.ListView();
       this.columnHeader_Name = new System.Windows.Forms.ColumnHeader();
       this.columnHeader_Status = new System.Windows.Forms.ColumnHeader();
       this.imageList_LayerIcons = new System.Windows.Forms.ImageList(this.components);
       this.panel1.SuspendLayout();
       this.SuspendLayout();
       //
       // button_OK
       //
       this.button_OK.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
       this.button_OK.DialogResult = System.Windows.Forms.DialogResult.OK;
       this.button_OK.Location = new System.Drawing.Point(88, 24);
       this.button_OK.Name = "button_OK";
       this.button_OK.Size = new System.Drawing.Size(112, 24);
       this.button_OK.TabIndex = 0;
       this.button_OK.Text = "Accept changes";
       //
       // button_Abort
       //
       this.button_Abort.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
       this.button_Abort.DialogResult = System.Windows.Forms.DialogResult.Abort;
       this.button_Abort.Location = new System.Drawing.Point(216, 24);
       this.button_Abort.Name = "button_Abort";
       this.button_Abort.Size = new System.Drawing.Size(104, 24);
       this.button_Abort.TabIndex = 1;
       this.button_Abort.Text = "Abort";
       //
       // panel1
       //
       this.panel1.Controls.Add(this.button_OK);
       this.panel1.Controls.Add(this.button_Abort);
       this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
       this.panel1.Location = new System.Drawing.Point(0, 390);
       this.panel1.Name = "panel1";
       this.panel1.Size = new System.Drawing.Size(416, 56);
       this.panel1.TabIndex = 2;
       //
       // captionBar
       //
       this.captionBar.BackColor = System.Drawing.SystemColors.Window;
       this.captionBar.Caption = "Layer Update Result";
       this.captionBar.CompactView = false;
       this.captionBar.Description = "The following changes have been detected. Click \'Accept changes\' to accept change" +
       "s or \'Abort\' to leave the layers unmodified";
       this.captionBar.Dock = System.Windows.Forms.DockStyle.Top;
       this.captionBar.HelpContext = "dialogs";
       this.captionBar.HelpKey = "Layer Update";
       this.captionBar.HelpManual = "";
       this.captionBar.Image = ((System.Drawing.Image)(resources.GetObject("captionBar.Image")));
       this.captionBar.Location = new System.Drawing.Point(0, 0);
       this.captionBar.Name = "captionBar";
       this.captionBar.SetFontColor = System.Drawing.SystemColors.ControlText;
       this.captionBar.ShowBorder = false;
       this.captionBar.ShowBottomLine = true;
       this.captionBar.ShowCaptionText = true;
       this.captionBar.ShowImage = true;
       this.captionBar.Size = new System.Drawing.Size(416, 50);
       this.captionBar.TabIndex = 0;
       //
       // listView_Layers
       //
       this.listView_Layers.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader_Name,
     this.columnHeader_Status});
       this.listView_Layers.Dock = System.Windows.Forms.DockStyle.Fill;
       this.listView_Layers.Location = new System.Drawing.Point(0, 50);
       this.listView_Layers.MultiSelect = false;
       this.listView_Layers.Name = "listView_Layers";
       this.listView_Layers.Size = new System.Drawing.Size(416, 340);
       this.listView_Layers.SmallImageList = this.imageList_LayerIcons;
       this.listView_Layers.TabIndex = 1;
       this.listView_Layers.UseCompatibleStateImageBehavior = false;
       this.listView_Layers.View = System.Windows.Forms.View.Details;
       //
       // columnHeader_Name
       //
       this.columnHeader_Name.Text = "Layer name";
       this.columnHeader_Name.Width = 212;
       //
       // columnHeader_Status
       //
       this.columnHeader_Status.Text = "Status";
       this.columnHeader_Status.Width = 100;
       //
       // imageList_LayerIcons
       //
       this.imageList_LayerIcons.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList_LayerIcons.ImageStream")));
       this.imageList_LayerIcons.TransparentColor = System.Drawing.Color.Magenta;
       this.imageList_LayerIcons.Images.SetKeyName(0, "");
       this.imageList_LayerIcons.Images.SetKeyName(1, "");
       this.imageList_LayerIcons.Images.SetKeyName(2, "");
       //
       // LayerUpdateDlg
       //
       this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
       this.ClientSize = new System.Drawing.Size(416, 446);
       this.Controls.Add(this.listView_Layers);
       this.Controls.Add(this.captionBar);
       this.Controls.Add(this.panel1);
       this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
       this.MinimumSize = new System.Drawing.Size(328, 224);
       this.Name = "LayerUpdateDlg";
       this.Text = "Refresh Layer";
       this.panel1.ResumeLayout(false);
       this.ResumeLayout(false);
 }