/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ExportDialog));
      System.Windows.Forms.ListViewGroup listViewGroup1 = new System.Windows.Forms.ListViewGroup("Layers to export", System.Windows.Forms.HorizontalAlignment.Left);
      System.Windows.Forms.ListViewGroup listViewGroup2 = new System.Windows.Forms.ListViewGroup("Zones to export", System.Windows.Forms.HorizontalAlignment.Left);
      System.Windows.Forms.ListViewGroup listViewGroup3 = new System.Windows.Forms.ListViewGroup("Scene Components to export", System.Windows.Forms.HorizontalAlignment.Left);
      System.Windows.Forms.ListViewGroup listViewGroup4 = new System.Windows.Forms.ListViewGroup("Optional Plugins to embed", System.Windows.Forms.HorizontalAlignment.Left);
      System.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem("xxx");
      System.Windows.Forms.ListViewItem listViewItem2 = new System.Windows.Forms.ListViewItem("yyy");
      System.Windows.Forms.ListViewItem listViewItem3 = new System.Windows.Forms.ListViewItem("zzz");
      System.Windows.Forms.ListViewItem listViewItem4 = new System.Windows.Forms.ListViewItem("www");
      this.button_ExportActiveProfile = new System.Windows.Forms.Button();
      this.button_CANCEL = new System.Windows.Forms.Button();
      this.groupBox1 = new System.Windows.Forms.GroupBox();
      this.dropDown_AssetProfiles = new CSharpFramework.Controls.ProfileDropDownControl();
      this.label_PathExtension = new System.Windows.Forms.Label();
      this.label3 = new System.Windows.Forms.Label();
      this.label1 = new System.Windows.Forms.Label();
      this.button_Browse = new System.Windows.Forms.Button();
      this.text_Pathname = new System.Windows.Forms.TextBox();
      this.settingsBox = new System.Windows.Forms.GroupBox();
      this.checkBox_updateAssetTransformations = new System.Windows.Forms.CheckBox();
      this.checkBox_InvisibleLayersExportInvisibleObjects = new System.Windows.Forms.CheckBox();
      this.checkBox_IncludeVisibilityInfo = new System.Windows.Forms.CheckBox();
      this.checkBox_RunAfterExport = new System.Windows.Forms.CheckBox();
      this.groupBox2 = new System.Windows.Forms.GroupBox();
      this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
      this.button_ShowAssets = new System.Windows.Forms.Button();
      this.button_AllLayers = new System.Windows.Forms.Button();
      this.button_InvertLayers = new System.Windows.Forms.Button();
      this.checkBox_LoadedZonesOnly = new System.Windows.Forms.CheckBox();
      this.listView_Layers = new System.Windows.Forms.ListView();
      this.nameHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
      this.descriptionHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
      this.groupBox3 = new System.Windows.Forms.GroupBox();
      this.checkBox_SaveProfileOnExport = new System.Windows.Forms.CheckBox();
      this.label2 = new System.Windows.Forms.Label();
      this.button_SaveProfile = new System.Windows.Forms.Button();
      this.button_CreateProfile = new System.Windows.Forms.Button();
      this.comboBox_Profile = new System.Windows.Forms.ComboBox();
      this.button_ExportSelectedProfiles = new System.Windows.Forms.Button();
      this.captionBar = new CSharpFramework.Controls.DialogCaptionBar();
      this.groupBox1.SuspendLayout();
      this.settingsBox.SuspendLayout();
      this.groupBox2.SuspendLayout();
      this.tableLayoutPanel1.SuspendLayout();
      this.groupBox3.SuspendLayout();
      this.SuspendLayout();
      // 
      // button_ExportActiveProfile
      // 
      this.button_ExportActiveProfile.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
      this.button_ExportActiveProfile.Image = ((System.Drawing.Image)(resources.GetObject("button_ExportActiveProfile.Image")));
      this.button_ExportActiveProfile.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
      this.button_ExportActiveProfile.Location = new System.Drawing.Point(310, 695);
      this.button_ExportActiveProfile.Name = "button_ExportActiveProfile";
      this.button_ExportActiveProfile.Size = new System.Drawing.Size(154, 28);
      this.button_ExportActiveProfile.TabIndex = 6;
      this.button_ExportActiveProfile.Text = "Export Active Profile";
      this.button_ExportActiveProfile.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
      this.button_ExportActiveProfile.Click += new System.EventHandler(this.button_ExportActiveProfile_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(470, 695);
      this.button_CANCEL.Name = "button_CANCEL";
      this.button_CANCEL.Size = new System.Drawing.Size(97, 28);
      this.button_CANCEL.TabIndex = 7;
      this.button_CANCEL.Text = "Cancel";
      // 
      // groupBox1
      // 
      this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
      this.groupBox1.Controls.Add(this.dropDown_AssetProfiles);
      this.groupBox1.Controls.Add(this.label_PathExtension);
      this.groupBox1.Controls.Add(this.label3);
      this.groupBox1.Controls.Add(this.label1);
      this.groupBox1.Controls.Add(this.button_Browse);
      this.groupBox1.Controls.Add(this.text_Pathname);
      this.groupBox1.Location = new System.Drawing.Point(12, 165);
      this.groupBox1.Name = "groupBox1";
      this.groupBox1.Size = new System.Drawing.Size(555, 80);
      this.groupBox1.TabIndex = 2;
      this.groupBox1.TabStop = false;
      this.groupBox1.Text = "Target";
      // 
      // dropDown_AssetProfiles
      // 
      this.dropDown_AssetProfiles.AnchorSize = new System.Drawing.Size(290, 21);
      this.dropDown_AssetProfiles.BackColor = System.Drawing.Color.White;
      this.dropDown_AssetProfiles.DockSide = CSharpFramework.Controls.DropDownControl.eDockSide.Left;
      this.dropDown_AssetProfiles.Location = new System.Drawing.Point(104, 49);
      this.dropDown_AssetProfiles.Name = "dropDown_AssetProfiles";
      this.dropDown_AssetProfiles.Size = new System.Drawing.Size(290, 21);
      this.dropDown_AssetProfiles.TabIndex = 5;
      this.dropDown_AssetProfiles.ProfileSelectionChanged += new System.EventHandler(this.ProfileControlChanged);
      // 
      // label_PathExtension
      // 
      this.label_PathExtension.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
      this.label_PathExtension.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
      this.label_PathExtension.Location = new System.Drawing.Point(400, 22);
      this.label_PathExtension.Name = "label_PathExtension";
      this.label_PathExtension.Size = new System.Drawing.Size(119, 20);
      this.label_PathExtension.TabIndex = 3;
      this.label_PathExtension.Text = ".[profile].vscene";
      this.label_PathExtension.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
      // 
      // label3
      // 
      this.label3.AutoSize = true;
      this.label3.Location = new System.Drawing.Point(13, 52);
      this.label3.Name = "label3";
      this.label3.Size = new System.Drawing.Size(73, 13);
      this.label3.TabIndex = 4;
      this.label3.Text = "Asset Profiles:";
      // 
      // label1
      // 
      this.label1.AutoSize = true;
      this.label1.Location = new System.Drawing.Point(13, 26);
      this.label1.Name = "label1";
      this.label1.Size = new System.Drawing.Size(57, 13);
      this.label1.TabIndex = 0;
      this.label1.Text = "File Name:";
      // 
      // button_Browse
      // 
      this.button_Browse.Location = new System.Drawing.Point(525, 20);
      this.button_Browse.Name = "button_Browse";
      this.button_Browse.Size = new System.Drawing.Size(24, 24);
      this.button_Browse.TabIndex = 2;
      this.button_Browse.Text = "...";
      this.button_Browse.Click += new System.EventHandler(this.button_Browse_Click);
      // 
      // text_Pathname
      // 
      this.text_Pathname.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
      this.text_Pathname.Location = new System.Drawing.Point(104, 23);
      this.text_Pathname.Name = "text_Pathname";
      this.text_Pathname.Size = new System.Drawing.Size(290, 20);
      this.text_Pathname.TabIndex = 1;
      this.text_Pathname.Text = "textBox1";
      this.text_Pathname.TextChanged += new System.EventHandler(this.ProfileControlChanged);
      // 
      // settingsBox
      // 
      this.settingsBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
      this.settingsBox.Controls.Add(this.checkBox_updateAssetTransformations);
      this.settingsBox.Controls.Add(this.checkBox_InvisibleLayersExportInvisibleObjects);
      this.settingsBox.Controls.Add(this.checkBox_IncludeVisibilityInfo);
      this.settingsBox.Controls.Add(this.checkBox_RunAfterExport);
      this.settingsBox.Location = new System.Drawing.Point(12, 610);
      this.settingsBox.Name = "settingsBox";
      this.settingsBox.Size = new System.Drawing.Size(555, 75);
      this.settingsBox.TabIndex = 4;
      this.settingsBox.TabStop = false;
      this.settingsBox.Text = "Options";
      // 
      // checkBox_updateAssetTransformations
      // 
      this.checkBox_updateAssetTransformations.AutoSize = true;
      this.checkBox_updateAssetTransformations.Checked = true;
      this.checkBox_updateAssetTransformations.CheckState = System.Windows.Forms.CheckState.Checked;
      this.checkBox_updateAssetTransformations.Location = new System.Drawing.Point(247, 24);
      this.checkBox_updateAssetTransformations.Name = "checkBox_updateAssetTransformations";
      this.checkBox_updateAssetTransformations.Size = new System.Drawing.Size(207, 17);
      this.checkBox_updateAssetTransformations.TabIndex = 7;
      this.checkBox_updateAssetTransformations.Text = "Execute Asset Transformation Pipeline";
      this.checkBox_updateAssetTransformations.CheckedChanged += new System.EventHandler(this.ProfileControlChanged);
      // 
      // checkBox_InvisibleLayersExportInvisibleObjects
      // 
      this.checkBox_InvisibleLayersExportInvisibleObjects.AutoSize = true;
      this.checkBox_InvisibleLayersExportInvisibleObjects.Location = new System.Drawing.Point(16, 47);
      this.checkBox_InvisibleLayersExportInvisibleObjects.Name = "checkBox_InvisibleLayersExportInvisibleObjects";
      this.checkBox_InvisibleLayersExportInvisibleObjects.Size = new System.Drawing.Size(209, 17);
      this.checkBox_InvisibleLayersExportInvisibleObjects.TabIndex = 2;
      this.checkBox_InvisibleLayersExportInvisibleObjects.Text = "Invisible Layers export invisible Objects";
      this.checkBox_InvisibleLayersExportInvisibleObjects.CheckedChanged += new System.EventHandler(this.ProfileControlChanged);
      // 
      // checkBox_IncludeVisibilityInfo
      // 
      this.checkBox_IncludeVisibilityInfo.AutoSize = true;
      this.checkBox_IncludeVisibilityInfo.Location = new System.Drawing.Point(16, 24);
      this.checkBox_IncludeVisibilityInfo.Name = "checkBox_IncludeVisibilityInfo";
      this.checkBox_IncludeVisibilityInfo.Size = new System.Drawing.Size(167, 17);
      this.checkBox_IncludeVisibilityInfo.TabIndex = 0;
      this.checkBox_IncludeVisibilityInfo.Text = "Build and include Visibility Info";
      this.checkBox_IncludeVisibilityInfo.CheckedChanged += new System.EventHandler(this.ProfileControlChanged);
      // 
      // checkBox_RunAfterExport
      // 
      this.checkBox_RunAfterExport.AutoSize = true;
      this.checkBox_RunAfterExport.Location = new System.Drawing.Point(247, 47);
      this.checkBox_RunAfterExport.Name = "checkBox_RunAfterExport";
      this.checkBox_RunAfterExport.Size = new System.Drawing.Size(103, 17);
      this.checkBox_RunAfterExport.TabIndex = 1;
      this.checkBox_RunAfterExport.Text = "Run after Export";
      this.checkBox_RunAfterExport.CheckedChanged += new System.EventHandler(this.ProfileControlChanged);
      // 
      // groupBox2
      // 
      this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
      this.groupBox2.Controls.Add(this.tableLayoutPanel1);
      this.groupBox2.Location = new System.Drawing.Point(12, 251);
      this.groupBox2.Name = "groupBox2";
      this.groupBox2.Size = new System.Drawing.Size(555, 353);
      this.groupBox2.TabIndex = 3;
      this.groupBox2.TabStop = false;
      this.groupBox2.Text = "Layers and Zones to export";
      // 
      // tableLayoutPanel1
      // 
      this.tableLayoutPanel1.ColumnCount = 4;
      this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
      this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
      this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
      this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
      this.tableLayoutPanel1.Controls.Add(this.button_ShowAssets, 3, 1);
      this.tableLayoutPanel1.Controls.Add(this.button_AllLayers, 1, 1);
      this.tableLayoutPanel1.Controls.Add(this.button_InvertLayers, 2, 1);
      this.tableLayoutPanel1.Controls.Add(this.checkBox_LoadedZonesOnly, 0, 1);
      this.tableLayoutPanel1.Controls.Add(this.listView_Layers, 0, 0);
      this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
      this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 16);
      this.tableLayoutPanel1.Name = "tableLayoutPanel1";
      this.tableLayoutPanel1.RowCount = 2;
      this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
      this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
      this.tableLayoutPanel1.Size = new System.Drawing.Size(549, 334);
      this.tableLayoutPanel1.TabIndex = 5;
      // 
      // button_ShowAssets
      // 
      this.button_ShowAssets.Location = new System.Drawing.Point(456, 308);
      this.button_ShowAssets.Name = "button_ShowAssets";
      this.button_ShowAssets.Size = new System.Drawing.Size(90, 23);
      this.button_ShowAssets.TabIndex = 7;
      this.button_ShowAssets.Text = "Show Assets";
      this.button_ShowAssets.Click += new System.EventHandler(this.button_ShowAssets_Click);
      // 
      // button_AllLayers
      // 
      this.button_AllLayers.Location = new System.Drawing.Point(264, 308);
      this.button_AllLayers.Name = "button_AllLayers";
      this.button_AllLayers.Size = new System.Drawing.Size(90, 23);
      this.button_AllLayers.TabIndex = 6;
      this.button_AllLayers.Text = "Select All";
      this.button_AllLayers.Click += new System.EventHandler(this.button_AllLayers_Click);
      // 
      // button_InvertLayers
      // 
      this.button_InvertLayers.Location = new System.Drawing.Point(360, 308);
      this.button_InvertLayers.Name = "button_InvertLayers";
      this.button_InvertLayers.Size = new System.Drawing.Size(90, 23);
      this.button_InvertLayers.TabIndex = 5;
      this.button_InvertLayers.Text = "Invert Selection";
      this.button_InvertLayers.Click += new System.EventHandler(this.button_InvertLayers_Click);
      // 
      // checkBox_LoadedZonesOnly
      // 
      this.checkBox_LoadedZonesOnly.AutoSize = true;
      this.checkBox_LoadedZonesOnly.Dock = System.Windows.Forms.DockStyle.Fill;
      this.checkBox_LoadedZonesOnly.Location = new System.Drawing.Point(3, 308);
      this.checkBox_LoadedZonesOnly.Name = "checkBox_LoadedZonesOnly";
      this.checkBox_LoadedZonesOnly.Size = new System.Drawing.Size(255, 23);
      this.checkBox_LoadedZonesOnly.TabIndex = 2;
      this.checkBox_LoadedZonesOnly.Text = "Export loaded Zones only";
      this.checkBox_LoadedZonesOnly.CheckedChanged += new System.EventHandler(this.ProfileControlChanged);
      // 
      // listView_Layers
      // 
      this.listView_Layers.AutoArrange = false;
      this.listView_Layers.CheckBoxes = true;
      this.listView_Layers.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.nameHeader,
            this.descriptionHeader});
      this.tableLayoutPanel1.SetColumnSpan(this.listView_Layers, 4);
      this.listView_Layers.Dock = System.Windows.Forms.DockStyle.Fill;
      this.listView_Layers.FullRowSelect = true;
      this.listView_Layers.GridLines = true;
      listViewGroup1.Header = "Layers to export";
      listViewGroup1.Name = "Layers";
      listViewGroup2.Header = "Zones to export";
      listViewGroup2.Name = "Zones";
      listViewGroup3.Header = "Scene Components to export";
      listViewGroup3.Name = "SceneComponents";
      listViewGroup4.Header = "Optional Plugins to embed";
      listViewGroup4.Name = "Plugins";
      this.listView_Layers.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
            listViewGroup1,
            listViewGroup2,
            listViewGroup3,
            listViewGroup4});
      listViewItem1.Group = listViewGroup1;
      listViewItem1.StateImageIndex = 0;
      listViewItem2.Group = listViewGroup2;
      listViewItem2.StateImageIndex = 0;
      listViewItem3.Group = listViewGroup3;
      listViewItem3.StateImageIndex = 0;
      listViewItem4.Group = listViewGroup4;
      listViewItem4.StateImageIndex = 0;
      this.listView_Layers.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
            listViewItem1,
            listViewItem2,
            listViewItem3,
            listViewItem4});
      this.listView_Layers.Location = new System.Drawing.Point(3, 3);
      this.listView_Layers.MultiSelect = false;
      this.listView_Layers.Name = "listView_Layers";
      this.listView_Layers.ShowItemToolTips = true;
      this.listView_Layers.Size = new System.Drawing.Size(543, 299);
      this.listView_Layers.TabIndex = 1;
      this.listView_Layers.UseCompatibleStateImageBehavior = false;
      this.listView_Layers.View = System.Windows.Forms.View.Details;
      this.listView_Layers.ItemChecked += new System.Windows.Forms.ItemCheckedEventHandler(this.listView_Layers_ItemChecked);
      // 
      // nameHeader
      // 
      this.nameHeader.Text = "Name";
      this.nameHeader.Width = 217;
      // 
      // descriptionHeader
      // 
      this.descriptionHeader.Text = "Description";
      this.descriptionHeader.Width = 357;
      // 
      // groupBox3
      // 
      this.groupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
      this.groupBox3.Controls.Add(this.checkBox_SaveProfileOnExport);
      this.groupBox3.Controls.Add(this.label2);
      this.groupBox3.Controls.Add(this.button_SaveProfile);
      this.groupBox3.Controls.Add(this.button_CreateProfile);
      this.groupBox3.Controls.Add(this.comboBox_Profile);
      this.groupBox3.Location = new System.Drawing.Point(12, 76);
      this.groupBox3.Name = "groupBox3";
      this.groupBox3.Size = new System.Drawing.Size(555, 83);
      this.groupBox3.TabIndex = 1;
      this.groupBox3.TabStop = false;
      this.groupBox3.Text = "Export Presets";
      // 
      // checkBox_SaveProfileOnExport
      // 
      this.checkBox_SaveProfileOnExport.AutoSize = true;
      this.checkBox_SaveProfileOnExport.Location = new System.Drawing.Point(400, 53);
      this.checkBox_SaveProfileOnExport.Name = "checkBox_SaveProfileOnExport";
      this.checkBox_SaveProfileOnExport.Size = new System.Drawing.Size(132, 17);
      this.checkBox_SaveProfileOnExport.TabIndex = 4;
      this.checkBox_SaveProfileOnExport.Text = "Save Preset on Export";
      this.checkBox_SaveProfileOnExport.UseVisualStyleBackColor = true;
      // 
      // label2
      // 
      this.label2.AutoSize = true;
      this.label2.Location = new System.Drawing.Point(13, 22);
      this.label2.Name = "label2";
      this.label2.Size = new System.Drawing.Size(40, 13);
      this.label2.TabIndex = 0;
      this.label2.Text = "Preset:";
      // 
      // button_SaveProfile
      // 
      this.button_SaveProfile.Image = ((System.Drawing.Image)(resources.GetObject("button_SaveProfile.Image")));
      this.button_SaveProfile.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
      this.button_SaveProfile.Location = new System.Drawing.Point(252, 46);
      this.button_SaveProfile.Name = "button_SaveProfile";
      this.button_SaveProfile.Size = new System.Drawing.Size(142, 28);
      this.button_SaveProfile.TabIndex = 2;
      this.button_SaveProfile.Text = "Save Preset";
      this.button_SaveProfile.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
      this.button_SaveProfile.UseVisualStyleBackColor = true;
      this.button_SaveProfile.Click += new System.EventHandler(this.button_SaveProfile_Click);
      // 
      // button_CreateProfile
      // 
      this.button_CreateProfile.Image = ((System.Drawing.Image)(resources.GetObject("button_CreateProfile.Image")));
      this.button_CreateProfile.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
      this.button_CreateProfile.Location = new System.Drawing.Point(104, 46);
      this.button_CreateProfile.Name = "button_CreateProfile";
      this.button_CreateProfile.Size = new System.Drawing.Size(142, 28);
      this.button_CreateProfile.TabIndex = 3;
      this.button_CreateProfile.Text = "Create Preset";
      this.button_CreateProfile.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
      this.button_CreateProfile.UseVisualStyleBackColor = true;
      this.button_CreateProfile.Click += new System.EventHandler(this.button_CreateProfile_Click);
      // 
      // comboBox_Profile
      // 
      this.comboBox_Profile.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
      this.comboBox_Profile.FormattingEnabled = true;
      this.comboBox_Profile.Location = new System.Drawing.Point(104, 19);
      this.comboBox_Profile.Name = "comboBox_Profile";
      this.comboBox_Profile.Size = new System.Drawing.Size(290, 21);
      this.comboBox_Profile.TabIndex = 1;
      this.comboBox_Profile.SelectionChangeCommitted += new System.EventHandler(this.comboBox_Profile_SelectionChangeCommitted);
      // 
      // button_ExportSelectedProfiles
      // 
      this.button_ExportSelectedProfiles.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
      this.button_ExportSelectedProfiles.Image = ((System.Drawing.Image)(resources.GetObject("button_ExportSelectedProfiles.Image")));
      this.button_ExportSelectedProfiles.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
      this.button_ExportSelectedProfiles.Location = new System.Drawing.Point(135, 695);
      this.button_ExportSelectedProfiles.Name = "button_ExportSelectedProfiles";
      this.button_ExportSelectedProfiles.Size = new System.Drawing.Size(169, 28);
      this.button_ExportSelectedProfiles.TabIndex = 6;
      this.button_ExportSelectedProfiles.Text = "Export Selected Profiles";
      this.button_ExportSelectedProfiles.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
      this.button_ExportSelectedProfiles.Click += new System.EventHandler(this.button_ExportSelectedProfiles_Click);
      // 
      // captionBar
      // 
      this.captionBar.BackColor = System.Drawing.SystemColors.Window;
      this.captionBar.Caption = "Exporting the Scene";
      this.captionBar.CompactView = false;
      this.captionBar.Description = resources.GetString("captionBar.Description");
      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(579, 69);
      this.captionBar.TabIndex = 0;
      // 
      // ExportDialog
      // 
      this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
      this.CancelButton = this.button_CANCEL;
      this.ClientSize = new System.Drawing.Size(579, 735);
      this.Controls.Add(this.groupBox3);
      this.Controls.Add(this.groupBox2);
      this.Controls.Add(this.settingsBox);
      this.Controls.Add(this.groupBox1);
      this.Controls.Add(this.captionBar);
      this.Controls.Add(this.button_CANCEL);
      this.Controls.Add(this.button_ExportSelectedProfiles);
      this.Controls.Add(this.button_ExportActiveProfile);
      this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
      this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
      this.MaximizeBox = false;
      this.MinimizeBox = false;
      this.Name = "ExportDialog";
      this.ShowInTaskbar = false;
      this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
      this.Text = "Export Scene";
      this.Load += new System.EventHandler(this.ExportDialog_Load);
      this.groupBox1.ResumeLayout(false);
      this.groupBox1.PerformLayout();
      this.settingsBox.ResumeLayout(false);
      this.settingsBox.PerformLayout();
      this.groupBox2.ResumeLayout(false);
      this.tableLayoutPanel1.ResumeLayout(false);
      this.tableLayoutPanel1.PerformLayout();
      this.groupBox3.ResumeLayout(false);
      this.groupBox3.PerformLayout();
      this.ResumeLayout(false);

    }
Example #2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(VLuxLightingDlg));
     this.button_OK                  = new System.Windows.Forms.Button();
     this.button_Cancel              = new System.Windows.Forms.Button();
     this.groupBox1                  = new System.Windows.Forms.GroupBox();
     this.button_EditvLuxSettings    = new System.Windows.Forms.Button();
     this.button_browse              = new System.Windows.Forms.Button();
     this.textBox_CustomSettingsFile = new System.Windows.Forms.TextBox();
     this.radioButton_Custom         = new System.Windows.Forms.RadioButton();
     this.radioButton_Standard       = new System.Windows.Forms.RadioButton();
     this.button_Apply               = new System.Windows.Forms.Button();
     this.button_ExportOnly          = new System.Windows.Forms.Button();
     this.button_More                = new System.Windows.Forms.Button();
     this.panel1              = new System.Windows.Forms.Panel();
     this.panel_More          = new System.Windows.Forms.Panel();
     this.label3              = new System.Windows.Forms.Label();
     this.button_CopyParamStr = new System.Windows.Forms.Button();
     this.label2              = new System.Windows.Forms.Label();
     this.button_ShowInfo     = new System.Windows.Forms.Button();
     this.label1              = new System.Windows.Forms.Label();
     this.panel3              = new System.Windows.Forms.Panel();
     this.panel2              = new System.Windows.Forms.Panel();
     this.groupBox2           = new System.Windows.Forms.GroupBox();
     this.listView_Zones      = new System.Windows.Forms.ListView();
     this.columnHeader1       = new System.Windows.Forms.ColumnHeader();
     this.columnHeader2       = new System.Windows.Forms.ColumnHeader();
     this.dialogCaptionBar1   = new CSharpFramework.Controls.DialogCaptionBar();
     this.groupBox1.SuspendLayout();
     this.panel1.SuspendLayout();
     this.panel_More.SuspendLayout();
     this.panel3.SuspendLayout();
     this.panel2.SuspendLayout();
     this.groupBox2.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(152, 8);
     this.button_OK.Name         = "button_OK";
     this.button_OK.Size         = new System.Drawing.Size(80, 24);
     this.button_OK.TabIndex     = 0;
     this.button_OK.Text         = "Relight";
     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(344, 8);
     this.button_Cancel.Name         = "button_Cancel";
     this.button_Cancel.Size         = new System.Drawing.Size(80, 24);
     this.button_Cancel.TabIndex     = 2;
     this.button_Cancel.Text         = "Cancel";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.button_EditvLuxSettings);
     this.groupBox1.Controls.Add(this.button_browse);
     this.groupBox1.Controls.Add(this.textBox_CustomSettingsFile);
     this.groupBox1.Controls.Add(this.radioButton_Custom);
     this.groupBox1.Controls.Add(this.radioButton_Standard);
     this.groupBox1.Location = new System.Drawing.Point(8, 8);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(416, 148);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "vLux settings";
     //
     // button_EditvLuxSettings
     //
     this.button_EditvLuxSettings.Location = new System.Drawing.Point(24, 109);
     this.button_EditvLuxSettings.Name     = "button_EditvLuxSettings";
     this.button_EditvLuxSettings.Size     = new System.Drawing.Size(120, 24);
     this.button_EditvLuxSettings.TabIndex = 4;
     this.button_EditvLuxSettings.Text     = "Edit vLux settings";
     this.button_EditvLuxSettings.Click   += new System.EventHandler(this.button_EditvLuxSettings_Click);
     //
     // button_browse
     //
     this.button_browse.Location = new System.Drawing.Point(360, 71);
     this.button_browse.Name     = "button_browse";
     this.button_browse.Size     = new System.Drawing.Size(20, 20);
     this.button_browse.TabIndex = 3;
     this.button_browse.Text     = "...";
     this.button_browse.Click   += new System.EventHandler(this.button_browse_Click);
     //
     // textBox_CustomSettingsFile
     //
     this.textBox_CustomSettingsFile.Location     = new System.Drawing.Point(48, 71);
     this.textBox_CustomSettingsFile.Name         = "textBox_CustomSettingsFile";
     this.textBox_CustomSettingsFile.Size         = new System.Drawing.Size(304, 20);
     this.textBox_CustomSettingsFile.TabIndex     = 2;
     this.textBox_CustomSettingsFile.TextChanged += new System.EventHandler(this.textBox_CustomSettingsFile_TextChanged);
     //
     // radioButton_Custom
     //
     this.radioButton_Custom.Location        = new System.Drawing.Point(24, 41);
     this.radioButton_Custom.Name            = "radioButton_Custom";
     this.radioButton_Custom.Size            = new System.Drawing.Size(176, 27);
     this.radioButton_Custom.TabIndex        = 1;
     this.radioButton_Custom.Text            = "Custom settings file";
     this.radioButton_Custom.CheckedChanged += new System.EventHandler(this.radioButton_Custom_CheckedChanged);
     //
     // radioButton_Standard
     //
     this.radioButton_Standard.Location        = new System.Drawing.Point(24, 23);
     this.radioButton_Standard.Name            = "radioButton_Standard";
     this.radioButton_Standard.Size            = new System.Drawing.Size(176, 22);
     this.radioButton_Standard.TabIndex        = 0;
     this.radioButton_Standard.Text            = "Standard settings file";
     this.radioButton_Standard.CheckedChanged += new System.EventHandler(this.radioButton_Standard_CheckedChanged);
     //
     // button_Apply
     //
     this.button_Apply.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.button_Apply.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.button_Apply.Location     = new System.Drawing.Point(240, 8);
     this.button_Apply.Name         = "button_Apply";
     this.button_Apply.Size         = new System.Drawing.Size(96, 24);
     this.button_Apply.TabIndex     = 1;
     this.button_Apply.Text         = "Apply and exit";
     this.button_Apply.Click       += new System.EventHandler(this.button_Apply_Click);
     //
     // button_ExportOnly
     //
     this.button_ExportOnly.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.button_ExportOnly.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.button_ExportOnly.Location     = new System.Drawing.Point(16, 16);
     this.button_ExportOnly.Name         = "button_ExportOnly";
     this.button_ExportOnly.Size         = new System.Drawing.Size(96, 24);
     this.button_ExportOnly.TabIndex     = 0;
     this.button_ExportOnly.Text         = "Export info only";
     this.button_ExportOnly.Click       += new System.EventHandler(this.button_ExportOnly_Click);
     //
     // button_More
     //
     this.button_More.Location = new System.Drawing.Point(368, 40);
     this.button_More.Name     = "button_More";
     this.button_More.Size     = new System.Drawing.Size(56, 24);
     this.button_More.TabIndex = 3;
     this.button_More.Text     = "More >>";
     this.button_More.Click   += new System.EventHandler(this.button_More_Click);
     //
     // panel1
     //
     this.panel1.Controls.Add(this.groupBox1);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(0, 50);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(434, 168);
     this.panel1.TabIndex = 1;
     //
     // panel_More
     //
     this.panel_More.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.panel_More.Controls.Add(this.label3);
     this.panel_More.Controls.Add(this.button_CopyParamStr);
     this.panel_More.Controls.Add(this.label2);
     this.panel_More.Controls.Add(this.button_ShowInfo);
     this.panel_More.Controls.Add(this.label1);
     this.panel_More.Controls.Add(this.button_ExportOnly);
     this.panel_More.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel_More.Location = new System.Drawing.Point(0, 519);
     this.panel_More.Name     = "panel_More";
     this.panel_More.Size     = new System.Drawing.Size(434, 134);
     this.panel_More.TabIndex = 4;
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(120, 91);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(288, 34);
     this.label3.TabIndex  = 5;
     this.label3.Text      = "Copy the argument string that is passed to vLux to the text clipboard";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // button_CopyParamStr
     //
     this.button_CopyParamStr.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.button_CopyParamStr.Location = new System.Drawing.Point(16, 96);
     this.button_CopyParamStr.Name     = "button_CopyParamStr";
     this.button_CopyParamStr.Size     = new System.Drawing.Size(96, 24);
     this.button_CopyParamStr.TabIndex = 4;
     this.button_CopyParamStr.Text     = "Argumentstring";
     this.button_CopyParamStr.Click   += new System.EventHandler(this.button_CopyParamStr_Click);
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(120, 49);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(288, 40);
     this.label2.TabIndex  = 3;
     this.label2.Text      = "For debugging purposes display the light information for vLux";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // button_ShowInfo
     //
     this.button_ShowInfo.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.button_ShowInfo.Location = new System.Drawing.Point(16, 56);
     this.button_ShowInfo.Name     = "button_ShowInfo";
     this.button_ShowInfo.Size     = new System.Drawing.Size(96, 24);
     this.button_ShowInfo.TabIndex = 2;
     this.button_ShowInfo.Text     = "Show info";
     this.button_ShowInfo.Click   += new System.EventHandler(this.button_ShowInfo_Click);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(120, 8);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(288, 40);
     this.label1.TabIndex = 1;
     this.label1.Text     = "Exports the scene relevant lighting information so vLux can be launched outside v" +
                            "Forge";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // panel3
     //
     this.panel3.Controls.Add(this.button_OK);
     this.panel3.Controls.Add(this.button_Apply);
     this.panel3.Controls.Add(this.button_Cancel);
     this.panel3.Controls.Add(this.button_More);
     this.panel3.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel3.Location = new System.Drawing.Point(0, 447);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(434, 72);
     this.panel3.TabIndex = 3;
     //
     // panel2
     //
     this.panel2.Controls.Add(this.groupBox2);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel2.Location = new System.Drawing.Point(0, 218);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(434, 229);
     this.panel2.TabIndex = 2;
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.listView_Zones);
     this.groupBox2.Location = new System.Drawing.Point(8, 6);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(416, 220);
     this.groupBox2.TabIndex = 0;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "Zones to light";
     //
     // listView_Zones
     //
     this.listView_Zones.CheckBoxes = true;
     this.listView_Zones.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1,
         this.columnHeader2
     });
     this.listView_Zones.Location = new System.Drawing.Point(10, 25);
     this.listView_Zones.Name     = "listView_Zones";
     this.listView_Zones.Size     = new System.Drawing.Size(392, 189);
     this.listView_Zones.TabIndex = 0;
     this.listView_Zones.UseCompatibleStateImageBehavior = false;
     this.listView_Zones.View = System.Windows.Forms.View.Details;
     //
     // columnHeader1
     //
     this.columnHeader1.Text  = "Zone Name";
     this.columnHeader1.Width = 159;
     //
     // columnHeader2
     //
     this.columnHeader2.Text  = "Description";
     this.columnHeader2.Width = 229;
     //
     // dialogCaptionBar1
     //
     this.dialogCaptionBar1.BackColor   = System.Drawing.SystemColors.Window;
     this.dialogCaptionBar1.Caption     = "Relighting the Scene";
     this.dialogCaptionBar1.CompactView = false;
     this.dialogCaptionBar1.Description = "Please select the vLux settings file to use and press \"Relight\" to recompute the " +
                                          "static lighting.";
     this.dialogCaptionBar1.Dock            = System.Windows.Forms.DockStyle.Top;
     this.dialogCaptionBar1.HelpContext     = "dialogs";
     this.dialogCaptionBar1.HelpKey         = "vLux Lighting";
     this.dialogCaptionBar1.HelpManual      = "";
     this.dialogCaptionBar1.Image           = ((System.Drawing.Image)(resources.GetObject("dialogCaptionBar1.Image")));
     this.dialogCaptionBar1.Location        = new System.Drawing.Point(0, 0);
     this.dialogCaptionBar1.Name            = "dialogCaptionBar1";
     this.dialogCaptionBar1.SetFontColor    = System.Drawing.SystemColors.ControlText;
     this.dialogCaptionBar1.ShowBorder      = false;
     this.dialogCaptionBar1.ShowBottomLine  = true;
     this.dialogCaptionBar1.ShowCaptionText = true;
     this.dialogCaptionBar1.ShowImage       = true;
     this.dialogCaptionBar1.Size            = new System.Drawing.Size(434, 50);
     this.dialogCaptionBar1.TabIndex        = 0;
     //
     // StaticLightingDlg
     //
     this.ShowInTaskbar     = false;
     this.AcceptButton      = this.button_OK;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.button_Cancel;
     this.ClientSize        = new System.Drawing.Size(434, 656);
     this.Controls.Add(this.panel_More);
     this.Controls.Add(this.panel3);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.dialogCaptionBar1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.MaximumSize     = new System.Drawing.Size(440, 688);
     this.MinimizeBox     = false;
     this.MinimumSize     = new System.Drawing.Size(440, 544);
     this.Name            = "StaticLightingDlg";
     this.SizeGripStyle   = System.Windows.Forms.SizeGripStyle.Hide;
     this.Text            = "Relight Scene";
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.panel1.ResumeLayout(false);
     this.panel_More.ResumeLayout(false);
     this.panel3.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Example #3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ExportDialog));
       System.Windows.Forms.ListViewGroup listViewGroup1 = new System.Windows.Forms.ListViewGroup("Layers to export", System.Windows.Forms.HorizontalAlignment.Left);
       System.Windows.Forms.ListViewGroup listViewGroup2 = new System.Windows.Forms.ListViewGroup("Zones to export", System.Windows.Forms.HorizontalAlignment.Left);
       System.Windows.Forms.ListViewGroup listViewGroup3 = new System.Windows.Forms.ListViewGroup("Scene Components to export", System.Windows.Forms.HorizontalAlignment.Left);
       System.Windows.Forms.ListViewGroup listViewGroup4 = new System.Windows.Forms.ListViewGroup("Optional Plugins to embed", System.Windows.Forms.HorizontalAlignment.Left);
       System.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem("xxx");
       System.Windows.Forms.ListViewItem listViewItem2 = new System.Windows.Forms.ListViewItem("yyy");
       System.Windows.Forms.ListViewItem listViewItem3 = new System.Windows.Forms.ListViewItem("zzz");
       System.Windows.Forms.ListViewItem listViewItem4 = new System.Windows.Forms.ListViewItem("www");
       this.button_ExportActiveProfile = new System.Windows.Forms.Button();
       this.button_CANCEL = new System.Windows.Forms.Button();
       this.groupBox1 = new System.Windows.Forms.GroupBox();
       this.dropDown_AssetProfiles = new CSharpFramework.Controls.ProfileDropDownControl();
       this.label_PathExtension = new System.Windows.Forms.Label();
       this.label3 = new System.Windows.Forms.Label();
       this.label1 = new System.Windows.Forms.Label();
       this.button_Browse = new System.Windows.Forms.Button();
       this.text_Pathname = new System.Windows.Forms.TextBox();
       this.settingsBox = new System.Windows.Forms.GroupBox();
       this.checkBox_updateAssetTransformations = new System.Windows.Forms.CheckBox();
       this.checkBox_InvisibleLayersExportInvisibleObjects = new System.Windows.Forms.CheckBox();
       this.checkBox_IncludeVisibilityInfo = new System.Windows.Forms.CheckBox();
       this.checkBox_RunAfterExport = new System.Windows.Forms.CheckBox();
       this.groupBox2 = new System.Windows.Forms.GroupBox();
       this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
       this.button_ShowAssets = new System.Windows.Forms.Button();
       this.button_AllLayers = new System.Windows.Forms.Button();
       this.button_InvertLayers = new System.Windows.Forms.Button();
       this.checkBox_LoadedZonesOnly = new System.Windows.Forms.CheckBox();
       this.listView_Layers = new System.Windows.Forms.ListView();
       this.nameHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
       this.descriptionHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
       this.groupBox3 = new System.Windows.Forms.GroupBox();
       this.checkBox_SaveProfileOnExport = new System.Windows.Forms.CheckBox();
       this.label2 = new System.Windows.Forms.Label();
       this.button_SaveProfile = new System.Windows.Forms.Button();
       this.button_CreateProfile = new System.Windows.Forms.Button();
       this.comboBox_Profile = new System.Windows.Forms.ComboBox();
       this.button_ExportSelectedProfiles = new System.Windows.Forms.Button();
       this.captionBar = new CSharpFramework.Controls.DialogCaptionBar();
       this.groupBox1.SuspendLayout();
       this.settingsBox.SuspendLayout();
       this.groupBox2.SuspendLayout();
       this.tableLayoutPanel1.SuspendLayout();
       this.groupBox3.SuspendLayout();
       this.SuspendLayout();
       //
       // button_ExportActiveProfile
       //
       this.button_ExportActiveProfile.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
       this.button_ExportActiveProfile.Image = ((System.Drawing.Image)(resources.GetObject("button_ExportActiveProfile.Image")));
       this.button_ExportActiveProfile.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
       this.button_ExportActiveProfile.Location = new System.Drawing.Point(310, 695);
       this.button_ExportActiveProfile.Name = "button_ExportActiveProfile";
       this.button_ExportActiveProfile.Size = new System.Drawing.Size(154, 28);
       this.button_ExportActiveProfile.TabIndex = 6;
       this.button_ExportActiveProfile.Text = "Export Active Profile";
       this.button_ExportActiveProfile.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
       this.button_ExportActiveProfile.Click += new System.EventHandler(this.button_ExportActiveProfile_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(470, 695);
       this.button_CANCEL.Name = "button_CANCEL";
       this.button_CANCEL.Size = new System.Drawing.Size(97, 28);
       this.button_CANCEL.TabIndex = 7;
       this.button_CANCEL.Text = "Cancel";
       //
       // groupBox1
       //
       this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
       this.groupBox1.Controls.Add(this.dropDown_AssetProfiles);
       this.groupBox1.Controls.Add(this.label_PathExtension);
       this.groupBox1.Controls.Add(this.label3);
       this.groupBox1.Controls.Add(this.label1);
       this.groupBox1.Controls.Add(this.button_Browse);
       this.groupBox1.Controls.Add(this.text_Pathname);
       this.groupBox1.Location = new System.Drawing.Point(12, 165);
       this.groupBox1.Name = "groupBox1";
       this.groupBox1.Size = new System.Drawing.Size(555, 80);
       this.groupBox1.TabIndex = 2;
       this.groupBox1.TabStop = false;
       this.groupBox1.Text = "Target";
       //
       // dropDown_AssetProfiles
       //
       this.dropDown_AssetProfiles.AnchorSize = new System.Drawing.Size(290, 21);
       this.dropDown_AssetProfiles.BackColor = System.Drawing.Color.White;
       this.dropDown_AssetProfiles.DockSide = CSharpFramework.Controls.DropDownControl.eDockSide.Left;
       this.dropDown_AssetProfiles.Location = new System.Drawing.Point(104, 49);
       this.dropDown_AssetProfiles.Name = "dropDown_AssetProfiles";
       this.dropDown_AssetProfiles.Size = new System.Drawing.Size(290, 21);
       this.dropDown_AssetProfiles.TabIndex = 5;
       this.dropDown_AssetProfiles.ProfileSelectionChanged += new System.EventHandler(this.ProfileControlChanged);
       //
       // label_PathExtension
       //
       this.label_PathExtension.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
       this.label_PathExtension.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
       this.label_PathExtension.Location = new System.Drawing.Point(400, 22);
       this.label_PathExtension.Name = "label_PathExtension";
       this.label_PathExtension.Size = new System.Drawing.Size(119, 20);
       this.label_PathExtension.TabIndex = 3;
       this.label_PathExtension.Text = ".[profile].vscene";
       this.label_PathExtension.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
       //
       // label3
       //
       this.label3.AutoSize = true;
       this.label3.Location = new System.Drawing.Point(13, 52);
       this.label3.Name = "label3";
       this.label3.Size = new System.Drawing.Size(73, 13);
       this.label3.TabIndex = 4;
       this.label3.Text = "Asset Profiles:";
       //
       // label1
       //
       this.label1.AutoSize = true;
       this.label1.Location = new System.Drawing.Point(13, 26);
       this.label1.Name = "label1";
       this.label1.Size = new System.Drawing.Size(57, 13);
       this.label1.TabIndex = 0;
       this.label1.Text = "File Name:";
       //
       // button_Browse
       //
       this.button_Browse.Location = new System.Drawing.Point(525, 20);
       this.button_Browse.Name = "button_Browse";
       this.button_Browse.Size = new System.Drawing.Size(24, 24);
       this.button_Browse.TabIndex = 2;
       this.button_Browse.Text = "...";
       this.button_Browse.Click += new System.EventHandler(this.button_Browse_Click);
       //
       // text_Pathname
       //
       this.text_Pathname.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
       this.text_Pathname.Location = new System.Drawing.Point(104, 23);
       this.text_Pathname.Name = "text_Pathname";
       this.text_Pathname.Size = new System.Drawing.Size(290, 20);
       this.text_Pathname.TabIndex = 1;
       this.text_Pathname.Text = "textBox1";
       this.text_Pathname.TextChanged += new System.EventHandler(this.ProfileControlChanged);
       //
       // settingsBox
       //
       this.settingsBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
       this.settingsBox.Controls.Add(this.checkBox_updateAssetTransformations);
       this.settingsBox.Controls.Add(this.checkBox_InvisibleLayersExportInvisibleObjects);
       this.settingsBox.Controls.Add(this.checkBox_IncludeVisibilityInfo);
       this.settingsBox.Controls.Add(this.checkBox_RunAfterExport);
       this.settingsBox.Location = new System.Drawing.Point(12, 610);
       this.settingsBox.Name = "settingsBox";
       this.settingsBox.Size = new System.Drawing.Size(555, 75);
       this.settingsBox.TabIndex = 4;
       this.settingsBox.TabStop = false;
       this.settingsBox.Text = "Options";
       //
       // checkBox_updateAssetTransformations
       //
       this.checkBox_updateAssetTransformations.AutoSize = true;
       this.checkBox_updateAssetTransformations.Checked = true;
       this.checkBox_updateAssetTransformations.CheckState = System.Windows.Forms.CheckState.Checked;
       this.checkBox_updateAssetTransformations.Location = new System.Drawing.Point(247, 24);
       this.checkBox_updateAssetTransformations.Name = "checkBox_updateAssetTransformations";
       this.checkBox_updateAssetTransformations.Size = new System.Drawing.Size(207, 17);
       this.checkBox_updateAssetTransformations.TabIndex = 7;
       this.checkBox_updateAssetTransformations.Text = "Execute Asset Transformation Pipeline";
       this.checkBox_updateAssetTransformations.CheckedChanged += new System.EventHandler(this.ProfileControlChanged);
       //
       // checkBox_InvisibleLayersExportInvisibleObjects
       //
       this.checkBox_InvisibleLayersExportInvisibleObjects.AutoSize = true;
       this.checkBox_InvisibleLayersExportInvisibleObjects.Location = new System.Drawing.Point(16, 47);
       this.checkBox_InvisibleLayersExportInvisibleObjects.Name = "checkBox_InvisibleLayersExportInvisibleObjects";
       this.checkBox_InvisibleLayersExportInvisibleObjects.Size = new System.Drawing.Size(209, 17);
       this.checkBox_InvisibleLayersExportInvisibleObjects.TabIndex = 2;
       this.checkBox_InvisibleLayersExportInvisibleObjects.Text = "Invisible Layers export invisible Objects";
       this.checkBox_InvisibleLayersExportInvisibleObjects.CheckedChanged += new System.EventHandler(this.ProfileControlChanged);
       //
       // checkBox_IncludeVisibilityInfo
       //
       this.checkBox_IncludeVisibilityInfo.AutoSize = true;
       this.checkBox_IncludeVisibilityInfo.Location = new System.Drawing.Point(16, 24);
       this.checkBox_IncludeVisibilityInfo.Name = "checkBox_IncludeVisibilityInfo";
       this.checkBox_IncludeVisibilityInfo.Size = new System.Drawing.Size(167, 17);
       this.checkBox_IncludeVisibilityInfo.TabIndex = 0;
       this.checkBox_IncludeVisibilityInfo.Text = "Build and include Visibility Info";
       this.checkBox_IncludeVisibilityInfo.CheckedChanged += new System.EventHandler(this.ProfileControlChanged);
       //
       // checkBox_RunAfterExport
       //
       this.checkBox_RunAfterExport.AutoSize = true;
       this.checkBox_RunAfterExport.Location = new System.Drawing.Point(247, 47);
       this.checkBox_RunAfterExport.Name = "checkBox_RunAfterExport";
       this.checkBox_RunAfterExport.Size = new System.Drawing.Size(103, 17);
       this.checkBox_RunAfterExport.TabIndex = 1;
       this.checkBox_RunAfterExport.Text = "Run after Export";
       this.checkBox_RunAfterExport.CheckedChanged += new System.EventHandler(this.ProfileControlChanged);
       //
       // groupBox2
       //
       this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
       this.groupBox2.Controls.Add(this.tableLayoutPanel1);
       this.groupBox2.Location = new System.Drawing.Point(12, 251);
       this.groupBox2.Name = "groupBox2";
       this.groupBox2.Size = new System.Drawing.Size(555, 353);
       this.groupBox2.TabIndex = 3;
       this.groupBox2.TabStop = false;
       this.groupBox2.Text = "Layers and Zones to export";
       //
       // tableLayoutPanel1
       //
       this.tableLayoutPanel1.ColumnCount = 4;
       this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
       this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
       this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
       this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
       this.tableLayoutPanel1.Controls.Add(this.button_ShowAssets, 3, 1);
       this.tableLayoutPanel1.Controls.Add(this.button_AllLayers, 1, 1);
       this.tableLayoutPanel1.Controls.Add(this.button_InvertLayers, 2, 1);
       this.tableLayoutPanel1.Controls.Add(this.checkBox_LoadedZonesOnly, 0, 1);
       this.tableLayoutPanel1.Controls.Add(this.listView_Layers, 0, 0);
       this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
       this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 16);
       this.tableLayoutPanel1.Name = "tableLayoutPanel1";
       this.tableLayoutPanel1.RowCount = 2;
       this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
       this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
       this.tableLayoutPanel1.Size = new System.Drawing.Size(549, 334);
       this.tableLayoutPanel1.TabIndex = 5;
       //
       // button_ShowAssets
       //
       this.button_ShowAssets.Location = new System.Drawing.Point(456, 308);
       this.button_ShowAssets.Name = "button_ShowAssets";
       this.button_ShowAssets.Size = new System.Drawing.Size(90, 23);
       this.button_ShowAssets.TabIndex = 7;
       this.button_ShowAssets.Text = "Show Assets";
       this.button_ShowAssets.Click += new System.EventHandler(this.button_ShowAssets_Click);
       //
       // button_AllLayers
       //
       this.button_AllLayers.Location = new System.Drawing.Point(264, 308);
       this.button_AllLayers.Name = "button_AllLayers";
       this.button_AllLayers.Size = new System.Drawing.Size(90, 23);
       this.button_AllLayers.TabIndex = 6;
       this.button_AllLayers.Text = "Select All";
       this.button_AllLayers.Click += new System.EventHandler(this.button_AllLayers_Click);
       //
       // button_InvertLayers
       //
       this.button_InvertLayers.Location = new System.Drawing.Point(360, 308);
       this.button_InvertLayers.Name = "button_InvertLayers";
       this.button_InvertLayers.Size = new System.Drawing.Size(90, 23);
       this.button_InvertLayers.TabIndex = 5;
       this.button_InvertLayers.Text = "Invert Selection";
       this.button_InvertLayers.Click += new System.EventHandler(this.button_InvertLayers_Click);
       //
       // checkBox_LoadedZonesOnly
       //
       this.checkBox_LoadedZonesOnly.AutoSize = true;
       this.checkBox_LoadedZonesOnly.Dock = System.Windows.Forms.DockStyle.Fill;
       this.checkBox_LoadedZonesOnly.Location = new System.Drawing.Point(3, 308);
       this.checkBox_LoadedZonesOnly.Name = "checkBox_LoadedZonesOnly";
       this.checkBox_LoadedZonesOnly.Size = new System.Drawing.Size(255, 23);
       this.checkBox_LoadedZonesOnly.TabIndex = 2;
       this.checkBox_LoadedZonesOnly.Text = "Export loaded Zones only";
       this.checkBox_LoadedZonesOnly.CheckedChanged += new System.EventHandler(this.ProfileControlChanged);
       //
       // listView_Layers
       //
       this.listView_Layers.AutoArrange = false;
       this.listView_Layers.CheckBoxes = true;
       this.listView_Layers.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.nameHeader,
     this.descriptionHeader});
       this.tableLayoutPanel1.SetColumnSpan(this.listView_Layers, 4);
       this.listView_Layers.Dock = System.Windows.Forms.DockStyle.Fill;
       this.listView_Layers.FullRowSelect = true;
       this.listView_Layers.GridLines = true;
       listViewGroup1.Header = "Layers to export";
       listViewGroup1.Name = "Layers";
       listViewGroup2.Header = "Zones to export";
       listViewGroup2.Name = "Zones";
       listViewGroup3.Header = "Scene Components to export";
       listViewGroup3.Name = "SceneComponents";
       listViewGroup4.Header = "Optional Plugins to embed";
       listViewGroup4.Name = "Plugins";
       this.listView_Layers.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
     listViewGroup1,
     listViewGroup2,
     listViewGroup3,
     listViewGroup4});
       listViewItem1.Group = listViewGroup1;
       listViewItem1.StateImageIndex = 0;
       listViewItem2.Group = listViewGroup2;
       listViewItem2.StateImageIndex = 0;
       listViewItem3.Group = listViewGroup3;
       listViewItem3.StateImageIndex = 0;
       listViewItem4.Group = listViewGroup4;
       listViewItem4.StateImageIndex = 0;
       this.listView_Layers.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
     listViewItem1,
     listViewItem2,
     listViewItem3,
     listViewItem4});
       this.listView_Layers.Location = new System.Drawing.Point(3, 3);
       this.listView_Layers.MultiSelect = false;
       this.listView_Layers.Name = "listView_Layers";
       this.listView_Layers.ShowItemToolTips = true;
       this.listView_Layers.Size = new System.Drawing.Size(543, 299);
       this.listView_Layers.TabIndex = 1;
       this.listView_Layers.UseCompatibleStateImageBehavior = false;
       this.listView_Layers.View = System.Windows.Forms.View.Details;
       this.listView_Layers.ItemChecked += new System.Windows.Forms.ItemCheckedEventHandler(this.listView_Layers_ItemChecked);
       //
       // nameHeader
       //
       this.nameHeader.Text = "Name";
       this.nameHeader.Width = 217;
       //
       // descriptionHeader
       //
       this.descriptionHeader.Text = "Description";
       this.descriptionHeader.Width = 357;
       //
       // groupBox3
       //
       this.groupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
       this.groupBox3.Controls.Add(this.checkBox_SaveProfileOnExport);
       this.groupBox3.Controls.Add(this.label2);
       this.groupBox3.Controls.Add(this.button_SaveProfile);
       this.groupBox3.Controls.Add(this.button_CreateProfile);
       this.groupBox3.Controls.Add(this.comboBox_Profile);
       this.groupBox3.Location = new System.Drawing.Point(12, 76);
       this.groupBox3.Name = "groupBox3";
       this.groupBox3.Size = new System.Drawing.Size(555, 83);
       this.groupBox3.TabIndex = 1;
       this.groupBox3.TabStop = false;
       this.groupBox3.Text = "Export Presets";
       //
       // checkBox_SaveProfileOnExport
       //
       this.checkBox_SaveProfileOnExport.AutoSize = true;
       this.checkBox_SaveProfileOnExport.Location = new System.Drawing.Point(400, 53);
       this.checkBox_SaveProfileOnExport.Name = "checkBox_SaveProfileOnExport";
       this.checkBox_SaveProfileOnExport.Size = new System.Drawing.Size(132, 17);
       this.checkBox_SaveProfileOnExport.TabIndex = 4;
       this.checkBox_SaveProfileOnExport.Text = "Save Preset on Export";
       this.checkBox_SaveProfileOnExport.UseVisualStyleBackColor = true;
       //
       // label2
       //
       this.label2.AutoSize = true;
       this.label2.Location = new System.Drawing.Point(13, 22);
       this.label2.Name = "label2";
       this.label2.Size = new System.Drawing.Size(40, 13);
       this.label2.TabIndex = 0;
       this.label2.Text = "Preset:";
       //
       // button_SaveProfile
       //
       this.button_SaveProfile.Image = ((System.Drawing.Image)(resources.GetObject("button_SaveProfile.Image")));
       this.button_SaveProfile.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
       this.button_SaveProfile.Location = new System.Drawing.Point(252, 46);
       this.button_SaveProfile.Name = "button_SaveProfile";
       this.button_SaveProfile.Size = new System.Drawing.Size(142, 28);
       this.button_SaveProfile.TabIndex = 2;
       this.button_SaveProfile.Text = "Save Preset";
       this.button_SaveProfile.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
       this.button_SaveProfile.UseVisualStyleBackColor = true;
       this.button_SaveProfile.Click += new System.EventHandler(this.button_SaveProfile_Click);
       //
       // button_CreateProfile
       //
       this.button_CreateProfile.Image = ((System.Drawing.Image)(resources.GetObject("button_CreateProfile.Image")));
       this.button_CreateProfile.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
       this.button_CreateProfile.Location = new System.Drawing.Point(104, 46);
       this.button_CreateProfile.Name = "button_CreateProfile";
       this.button_CreateProfile.Size = new System.Drawing.Size(142, 28);
       this.button_CreateProfile.TabIndex = 3;
       this.button_CreateProfile.Text = "Create Preset";
       this.button_CreateProfile.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
       this.button_CreateProfile.UseVisualStyleBackColor = true;
       this.button_CreateProfile.Click += new System.EventHandler(this.button_CreateProfile_Click);
       //
       // comboBox_Profile
       //
       this.comboBox_Profile.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
       this.comboBox_Profile.FormattingEnabled = true;
       this.comboBox_Profile.Location = new System.Drawing.Point(104, 19);
       this.comboBox_Profile.Name = "comboBox_Profile";
       this.comboBox_Profile.Size = new System.Drawing.Size(290, 21);
       this.comboBox_Profile.TabIndex = 1;
       this.comboBox_Profile.SelectionChangeCommitted += new System.EventHandler(this.comboBox_Profile_SelectionChangeCommitted);
       //
       // button_ExportSelectedProfiles
       //
       this.button_ExportSelectedProfiles.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
       this.button_ExportSelectedProfiles.Image = ((System.Drawing.Image)(resources.GetObject("button_ExportSelectedProfiles.Image")));
       this.button_ExportSelectedProfiles.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
       this.button_ExportSelectedProfiles.Location = new System.Drawing.Point(135, 695);
       this.button_ExportSelectedProfiles.Name = "button_ExportSelectedProfiles";
       this.button_ExportSelectedProfiles.Size = new System.Drawing.Size(169, 28);
       this.button_ExportSelectedProfiles.TabIndex = 6;
       this.button_ExportSelectedProfiles.Text = "Export Selected Profiles";
       this.button_ExportSelectedProfiles.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
       this.button_ExportSelectedProfiles.Click += new System.EventHandler(this.button_ExportSelectedProfiles_Click);
       //
       // captionBar
       //
       this.captionBar.BackColor = System.Drawing.SystemColors.Window;
       this.captionBar.Caption = "Exporting the Scene";
       this.captionBar.CompactView = false;
       this.captionBar.Description = resources.GetString("captionBar.Description");
       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(579, 69);
       this.captionBar.TabIndex = 0;
       //
       // ExportDialog
       //
       this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
       this.CancelButton = this.button_CANCEL;
       this.ClientSize = new System.Drawing.Size(579, 735);
       this.Controls.Add(this.groupBox3);
       this.Controls.Add(this.groupBox2);
       this.Controls.Add(this.settingsBox);
       this.Controls.Add(this.groupBox1);
       this.Controls.Add(this.captionBar);
       this.Controls.Add(this.button_CANCEL);
       this.Controls.Add(this.button_ExportSelectedProfiles);
       this.Controls.Add(this.button_ExportActiveProfile);
       this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
       this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
       this.MaximizeBox = false;
       this.MinimizeBox = false;
       this.Name = "ExportDialog";
       this.ShowInTaskbar = false;
       this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
       this.Text = "Export Scene";
       this.Load += new System.EventHandler(this.ExportDialog_Load);
       this.groupBox1.ResumeLayout(false);
       this.groupBox1.PerformLayout();
       this.settingsBox.ResumeLayout(false);
       this.settingsBox.PerformLayout();
       this.groupBox2.ResumeLayout(false);
       this.tableLayoutPanel1.ResumeLayout(false);
       this.tableLayoutPanel1.PerformLayout();
       this.groupBox3.ResumeLayout(false);
       this.groupBox3.PerformLayout();
       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()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ExportDialog));
       System.Windows.Forms.ListViewGroup listViewGroup5 = new System.Windows.Forms.ListViewGroup("Layers to export", System.Windows.Forms.HorizontalAlignment.Left);
       System.Windows.Forms.ListViewGroup listViewGroup6 = new System.Windows.Forms.ListViewGroup("Zones to export", System.Windows.Forms.HorizontalAlignment.Left);
       System.Windows.Forms.ListViewGroup listViewGroup7 = new System.Windows.Forms.ListViewGroup("Scene Components to export", System.Windows.Forms.HorizontalAlignment.Left);
       System.Windows.Forms.ListViewGroup listViewGroup8 = new System.Windows.Forms.ListViewGroup("Optional Plugins to embed", System.Windows.Forms.HorizontalAlignment.Left);
       System.Windows.Forms.ListViewItem listViewItem5 = new System.Windows.Forms.ListViewItem("xxx");
       System.Windows.Forms.ListViewItem listViewItem6 = new System.Windows.Forms.ListViewItem("yyy");
       System.Windows.Forms.ListViewItem listViewItem7 = new System.Windows.Forms.ListViewItem("zzz");
       System.Windows.Forms.ListViewItem listViewItem8 = new System.Windows.Forms.ListViewItem("www");
       this.button_ExportActiveProfile = new System.Windows.Forms.Button();
       this.button_CANCEL = new System.Windows.Forms.Button();
       this.groupBox1 = new System.Windows.Forms.GroupBox();
       this.dropDown_AssetProfiles = new CSharpFramework.Controls.ProfileDropDownControl();
       this.label_PathExtension = new System.Windows.Forms.Label();
       this.label3 = new System.Windows.Forms.Label();
       this.label1 = new System.Windows.Forms.Label();
       this.button_Browse = new System.Windows.Forms.Button();
       this.text_Pathname = new System.Windows.Forms.TextBox();
       this.settingsBox = new System.Windows.Forms.GroupBox();
       this.checkBoxTableLayout = new System.Windows.Forms.TableLayoutPanel();
       this.checkBox_IncludeVisibilityInfo = new System.Windows.Forms.CheckBox();
       this.checkBox_RunAfterExport = new System.Windows.Forms.CheckBox();
       this.checkBox_InvisibleLayersExportInvisibleObjects = new System.Windows.Forms.CheckBox();
       this.checkBox_updateAssetTransformations = new System.Windows.Forms.CheckBox();
       this.groupBox2 = new System.Windows.Forms.GroupBox();
       this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
       this.button_ShowAssets = new System.Windows.Forms.Button();
       this.button_AllLayers = new System.Windows.Forms.Button();
       this.button_InvertLayers = new System.Windows.Forms.Button();
       this.checkBox_LoadedZonesOnly = new System.Windows.Forms.CheckBox();
       this.listView_Layers = new System.Windows.Forms.ListView();
       this.nameHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
       this.descriptionHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
       this.groupBox3 = new System.Windows.Forms.GroupBox();
       this.button_DeleteProfile = new System.Windows.Forms.Button();
       this.checkBox_SaveProfileOnExport = new System.Windows.Forms.CheckBox();
       this.label2 = new System.Windows.Forms.Label();
       this.button_SaveProfile = new System.Windows.Forms.Button();
       this.button_CreateProfile = new System.Windows.Forms.Button();
       this.comboBox_Profile = new System.Windows.Forms.ComboBox();
       this.button_ExportSelectedProfiles = new System.Windows.Forms.Button();
       this.captionBar = new CSharpFramework.Controls.DialogCaptionBar();
       this.groupBox1.SuspendLayout();
       this.settingsBox.SuspendLayout();
       this.checkBoxTableLayout.SuspendLayout();
       this.groupBox2.SuspendLayout();
       this.tableLayoutPanel1.SuspendLayout();
       this.groupBox3.SuspendLayout();
       this.SuspendLayout();
       //
       // button_ExportActiveProfile
       //
       this.button_ExportActiveProfile.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
       this.button_ExportActiveProfile.Image = ((System.Drawing.Image)(resources.GetObject("button_ExportActiveProfile.Image")));
       this.button_ExportActiveProfile.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
       this.button_ExportActiveProfile.Location = new System.Drawing.Point(304, 666);
       this.button_ExportActiveProfile.Name = "button_ExportActiveProfile";
       this.button_ExportActiveProfile.Size = new System.Drawing.Size(135, 28);
       this.button_ExportActiveProfile.TabIndex = 6;
       this.button_ExportActiveProfile.Text = "Export Active Profile";
       this.button_ExportActiveProfile.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
       this.button_ExportActiveProfile.Click += new System.EventHandler(this.button_ExportActiveProfile_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(444, 666);
       this.button_CANCEL.Name = "button_CANCEL";
       this.button_CANCEL.Size = new System.Drawing.Size(97, 28);
       this.button_CANCEL.TabIndex = 7;
       this.button_CANCEL.Text = "Cancel";
       //
       // groupBox1
       //
       this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
       this.groupBox1.Controls.Add(this.dropDown_AssetProfiles);
       this.groupBox1.Controls.Add(this.label_PathExtension);
       this.groupBox1.Controls.Add(this.label3);
       this.groupBox1.Controls.Add(this.label1);
       this.groupBox1.Controls.Add(this.button_Browse);
       this.groupBox1.Controls.Add(this.text_Pathname);
       this.groupBox1.Location = new System.Drawing.Point(12, 138);
       this.groupBox1.Name = "groupBox1";
       this.groupBox1.Size = new System.Drawing.Size(529, 68);
       this.groupBox1.TabIndex = 2;
       this.groupBox1.TabStop = false;
       this.groupBox1.Text = "Target";
       //
       // dropDown_AssetProfiles
       //
       this.dropDown_AssetProfiles.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
       this.dropDown_AssetProfiles.AnchorSize = new System.Drawing.Size(417, 20);
       this.dropDown_AssetProfiles.BackColor = System.Drawing.Color.White;
       this.dropDown_AssetProfiles.DockSide = CSharpFramework.Controls.DropDownControl.eDockSide.Left;
       this.dropDown_AssetProfiles.Location = new System.Drawing.Point(104, 42);
       this.dropDown_AssetProfiles.Name = "dropDown_AssetProfiles";
       this.dropDown_AssetProfiles.Size = new System.Drawing.Size(417, 20);
       this.dropDown_AssetProfiles.TabIndex = 5;
       this.dropDown_AssetProfiles.ProfileSelectionChanged += new System.EventHandler(this.ProfileControlChanged);
       //
       // label_PathExtension
       //
       this.label_PathExtension.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
       this.label_PathExtension.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
       this.label_PathExtension.Location = new System.Drawing.Point(374, 15);
       this.label_PathExtension.Name = "label_PathExtension";
       this.label_PathExtension.Size = new System.Drawing.Size(120, 19);
       this.label_PathExtension.TabIndex = 3;
       this.label_PathExtension.Text = ".[profile].vscene";
       this.label_PathExtension.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
       //
       // label3
       //
       this.label3.AutoSize = true;
       this.label3.Location = new System.Drawing.Point(13, 45);
       this.label3.Name = "label3";
       this.label3.Size = new System.Drawing.Size(73, 13);
       this.label3.TabIndex = 4;
       this.label3.Text = "Asset Profiles:";
       //
       // label1
       //
       this.label1.AutoSize = true;
       this.label1.Location = new System.Drawing.Point(13, 19);
       this.label1.Name = "label1";
       this.label1.Size = new System.Drawing.Size(57, 13);
       this.label1.TabIndex = 0;
       this.label1.Text = "File Name:";
       //
       // button_Browse
       //
       this.button_Browse.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
       this.button_Browse.Location = new System.Drawing.Point(497, 13);
       this.button_Browse.Name = "button_Browse";
       this.button_Browse.Size = new System.Drawing.Size(24, 23);
       this.button_Browse.TabIndex = 2;
       this.button_Browse.Text = "...";
       this.button_Browse.Click += new System.EventHandler(this.button_Browse_Click);
       //
       // text_Pathname
       //
       this.text_Pathname.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
       this.text_Pathname.Location = new System.Drawing.Point(104, 16);
       this.text_Pathname.Name = "text_Pathname";
       this.text_Pathname.Size = new System.Drawing.Size(265, 20);
       this.text_Pathname.TabIndex = 1;
       this.text_Pathname.Text = "textBox1";
       this.text_Pathname.TextChanged += new System.EventHandler(this.ProfileControlChanged);
       //
       // settingsBox
       //
       this.settingsBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
       this.settingsBox.Controls.Add(this.checkBoxTableLayout);
       this.settingsBox.Location = new System.Drawing.Point(12, 589);
       this.settingsBox.Name = "settingsBox";
       this.settingsBox.Size = new System.Drawing.Size(529, 69);
       this.settingsBox.TabIndex = 4;
       this.settingsBox.TabStop = false;
       this.settingsBox.Text = "Options";
       //
       // checkBoxTableLayout
       //
       this.checkBoxTableLayout.ColumnCount = 2;
       this.checkBoxTableLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
       this.checkBoxTableLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
       this.checkBoxTableLayout.Controls.Add(this.checkBox_IncludeVisibilityInfo, 0, 0);
       this.checkBoxTableLayout.Controls.Add(this.checkBox_RunAfterExport, 1, 1);
       this.checkBoxTableLayout.Controls.Add(this.checkBox_InvisibleLayersExportInvisibleObjects, 0, 1);
       this.checkBoxTableLayout.Controls.Add(this.checkBox_updateAssetTransformations, 1, 0);
       this.checkBoxTableLayout.Dock = System.Windows.Forms.DockStyle.Fill;
       this.checkBoxTableLayout.Location = new System.Drawing.Point(3, 16);
       this.checkBoxTableLayout.Name = "checkBoxTableLayout";
       this.checkBoxTableLayout.RowCount = 2;
       this.checkBoxTableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
       this.checkBoxTableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
       this.checkBoxTableLayout.Size = new System.Drawing.Size(523, 50);
       this.checkBoxTableLayout.TabIndex = 8;
       //
       // checkBox_IncludeVisibilityInfo
       //
       this.checkBox_IncludeVisibilityInfo.AutoSize = true;
       this.checkBox_IncludeVisibilityInfo.Dock = System.Windows.Forms.DockStyle.Fill;
       this.checkBox_IncludeVisibilityInfo.Location = new System.Drawing.Point(3, 3);
       this.checkBox_IncludeVisibilityInfo.Name = "checkBox_IncludeVisibilityInfo";
       this.checkBox_IncludeVisibilityInfo.Size = new System.Drawing.Size(255, 19);
       this.checkBox_IncludeVisibilityInfo.TabIndex = 0;
       this.checkBox_IncludeVisibilityInfo.Text = "Build and include Visibility Info";
       this.checkBox_IncludeVisibilityInfo.CheckedChanged += new System.EventHandler(this.ProfileControlChanged);
       //
       // checkBox_RunAfterExport
       //
       this.checkBox_RunAfterExport.AutoSize = true;
       this.checkBox_RunAfterExport.Dock = System.Windows.Forms.DockStyle.Fill;
       this.checkBox_RunAfterExport.Location = new System.Drawing.Point(264, 28);
       this.checkBox_RunAfterExport.Name = "checkBox_RunAfterExport";
       this.checkBox_RunAfterExport.Size = new System.Drawing.Size(256, 19);
       this.checkBox_RunAfterExport.TabIndex = 1;
       this.checkBox_RunAfterExport.Text = "Run after Export";
       this.checkBox_RunAfterExport.CheckedChanged += new System.EventHandler(this.ProfileControlChanged);
       //
       // checkBox_InvisibleLayersExportInvisibleObjects
       //
       this.checkBox_InvisibleLayersExportInvisibleObjects.AutoSize = true;
       this.checkBox_InvisibleLayersExportInvisibleObjects.Dock = System.Windows.Forms.DockStyle.Fill;
       this.checkBox_InvisibleLayersExportInvisibleObjects.Location = new System.Drawing.Point(3, 28);
       this.checkBox_InvisibleLayersExportInvisibleObjects.Name = "checkBox_InvisibleLayersExportInvisibleObjects";
       this.checkBox_InvisibleLayersExportInvisibleObjects.Size = new System.Drawing.Size(255, 19);
       this.checkBox_InvisibleLayersExportInvisibleObjects.TabIndex = 2;
       this.checkBox_InvisibleLayersExportInvisibleObjects.Text = "Invisible Layers export invisible Objects";
       this.checkBox_InvisibleLayersExportInvisibleObjects.CheckedChanged += new System.EventHandler(this.ProfileControlChanged);
       //
       // checkBox_updateAssetTransformations
       //
       this.checkBox_updateAssetTransformations.AutoSize = true;
       this.checkBox_updateAssetTransformations.Checked = true;
       this.checkBox_updateAssetTransformations.CheckState = System.Windows.Forms.CheckState.Checked;
       this.checkBox_updateAssetTransformations.Dock = System.Windows.Forms.DockStyle.Fill;
       this.checkBox_updateAssetTransformations.Location = new System.Drawing.Point(264, 3);
       this.checkBox_updateAssetTransformations.Name = "checkBox_updateAssetTransformations";
       this.checkBox_updateAssetTransformations.Size = new System.Drawing.Size(256, 19);
       this.checkBox_updateAssetTransformations.TabIndex = 7;
       this.checkBox_updateAssetTransformations.Text = "Execute Asset Transformation Pipeline";
       this.checkBox_updateAssetTransformations.CheckedChanged += new System.EventHandler(this.ProfileControlChanged);
       //
       // groupBox2
       //
       this.groupBox2.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.groupBox2.Controls.Add(this.tableLayoutPanel1);
       this.groupBox2.Location = new System.Drawing.Point(12, 212);
       this.groupBox2.Name = "groupBox2";
       this.groupBox2.Size = new System.Drawing.Size(529, 372);
       this.groupBox2.TabIndex = 3;
       this.groupBox2.TabStop = false;
       this.groupBox2.Text = "Layers and Zones to export";
       //
       // tableLayoutPanel1
       //
       this.tableLayoutPanel1.ColumnCount = 4;
       this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
       this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
       this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
       this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
       this.tableLayoutPanel1.Controls.Add(this.button_ShowAssets, 3, 1);
       this.tableLayoutPanel1.Controls.Add(this.button_AllLayers, 1, 1);
       this.tableLayoutPanel1.Controls.Add(this.button_InvertLayers, 2, 1);
       this.tableLayoutPanel1.Controls.Add(this.checkBox_LoadedZonesOnly, 0, 1);
       this.tableLayoutPanel1.Controls.Add(this.listView_Layers, 0, 0);
       this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
       this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 16);
       this.tableLayoutPanel1.Name = "tableLayoutPanel1";
       this.tableLayoutPanel1.RowCount = 2;
       this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
       this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
       this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 19F));
       this.tableLayoutPanel1.Size = new System.Drawing.Size(523, 353);
       this.tableLayoutPanel1.TabIndex = 5;
       //
       // button_ShowAssets
       //
       this.button_ShowAssets.Dock = System.Windows.Forms.DockStyle.Fill;
       this.button_ShowAssets.Location = new System.Drawing.Point(430, 324);
       this.button_ShowAssets.Name = "button_ShowAssets";
       this.button_ShowAssets.Size = new System.Drawing.Size(90, 26);
       this.button_ShowAssets.TabIndex = 7;
       this.button_ShowAssets.Text = "Show Assets";
       this.button_ShowAssets.Click += new System.EventHandler(this.button_ShowAssets_Click);
       //
       // button_AllLayers
       //
       this.button_AllLayers.Dock = System.Windows.Forms.DockStyle.Fill;
       this.button_AllLayers.Location = new System.Drawing.Point(238, 324);
       this.button_AllLayers.Name = "button_AllLayers";
       this.button_AllLayers.Size = new System.Drawing.Size(90, 26);
       this.button_AllLayers.TabIndex = 6;
       this.button_AllLayers.Text = "Select All";
       this.button_AllLayers.Click += new System.EventHandler(this.button_AllLayers_Click);
       //
       // button_InvertLayers
       //
       this.button_InvertLayers.Dock = System.Windows.Forms.DockStyle.Fill;
       this.button_InvertLayers.Location = new System.Drawing.Point(334, 324);
       this.button_InvertLayers.Name = "button_InvertLayers";
       this.button_InvertLayers.Size = new System.Drawing.Size(90, 26);
       this.button_InvertLayers.TabIndex = 5;
       this.button_InvertLayers.Text = "Invert Selection";
       this.button_InvertLayers.Click += new System.EventHandler(this.button_InvertLayers_Click);
       //
       // checkBox_LoadedZonesOnly
       //
       this.checkBox_LoadedZonesOnly.AutoSize = true;
       this.checkBox_LoadedZonesOnly.Dock = System.Windows.Forms.DockStyle.Fill;
       this.checkBox_LoadedZonesOnly.Location = new System.Drawing.Point(3, 329);
       this.checkBox_LoadedZonesOnly.Margin = new System.Windows.Forms.Padding(3, 8, 3, 7);
       this.checkBox_LoadedZonesOnly.Name = "checkBox_LoadedZonesOnly";
       this.checkBox_LoadedZonesOnly.Size = new System.Drawing.Size(229, 17);
       this.checkBox_LoadedZonesOnly.TabIndex = 2;
       this.checkBox_LoadedZonesOnly.Text = "Export loaded Zones only";
       this.checkBox_LoadedZonesOnly.CheckedChanged += new System.EventHandler(this.ProfileControlChanged);
       //
       // 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.AutoArrange = false;
       this.listView_Layers.CheckBoxes = true;
       this.listView_Layers.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.nameHeader,
     this.descriptionHeader});
       this.tableLayoutPanel1.SetColumnSpan(this.listView_Layers, 4);
       this.listView_Layers.FullRowSelect = true;
       this.listView_Layers.GridLines = true;
       listViewGroup5.Header = "Layers to export";
       listViewGroup5.Name = "Layers";
       listViewGroup6.Header = "Zones to export";
       listViewGroup6.Name = "Zones";
       listViewGroup7.Header = "Scene Components to export";
       listViewGroup7.Name = "SceneComponents";
       listViewGroup8.Header = "Optional Plugins to embed";
       listViewGroup8.Name = "Plugins";
       this.listView_Layers.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
     listViewGroup5,
     listViewGroup6,
     listViewGroup7,
     listViewGroup8});
       listViewItem5.Group = listViewGroup5;
       listViewItem5.StateImageIndex = 0;
       listViewItem6.Group = listViewGroup6;
       listViewItem6.StateImageIndex = 0;
       listViewItem7.Group = listViewGroup7;
       listViewItem7.StateImageIndex = 0;
       listViewItem8.Group = listViewGroup8;
       listViewItem8.StateImageIndex = 0;
       this.listView_Layers.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
     listViewItem5,
     listViewItem6,
     listViewItem7,
     listViewItem8});
       this.listView_Layers.Location = new System.Drawing.Point(3, 3);
       this.listView_Layers.MultiSelect = false;
       this.listView_Layers.Name = "listView_Layers";
       this.listView_Layers.ShowItemToolTips = true;
       this.listView_Layers.Size = new System.Drawing.Size(517, 315);
       this.listView_Layers.TabIndex = 1;
       this.listView_Layers.UseCompatibleStateImageBehavior = false;
       this.listView_Layers.View = System.Windows.Forms.View.Details;
       this.listView_Layers.ItemChecked += new System.Windows.Forms.ItemCheckedEventHandler(this.listView_Layers_ItemChecked);
       //
       // nameHeader
       //
       this.nameHeader.Text = "Name";
       this.nameHeader.Width = 200;
       //
       // descriptionHeader
       //
       this.descriptionHeader.Text = "Description";
       this.descriptionHeader.Width = 250;
       //
       // groupBox3
       //
       this.groupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
       this.groupBox3.Controls.Add(this.button_DeleteProfile);
       this.groupBox3.Controls.Add(this.checkBox_SaveProfileOnExport);
       this.groupBox3.Controls.Add(this.label2);
       this.groupBox3.Controls.Add(this.button_SaveProfile);
       this.groupBox3.Controls.Add(this.button_CreateProfile);
       this.groupBox3.Controls.Add(this.comboBox_Profile);
       this.groupBox3.Location = new System.Drawing.Point(12, 59);
       this.groupBox3.Name = "groupBox3";
       this.groupBox3.Size = new System.Drawing.Size(529, 74);
       this.groupBox3.TabIndex = 1;
       this.groupBox3.TabStop = false;
       this.groupBox3.Text = "Export Presets";
       //
       // button_DeleteProfile
       //
       this.button_DeleteProfile.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
       this.button_DeleteProfile.Image = global::Editor.Properties.Resources.delete2;
       this.button_DeleteProfile.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
       this.button_DeleteProfile.Location = new System.Drawing.Point(291, 43);
       this.button_DeleteProfile.Name = "button_DeleteProfile";
       this.button_DeleteProfile.Size = new System.Drawing.Size(107, 24);
       this.button_DeleteProfile.TabIndex = 5;
       this.button_DeleteProfile.Text = "Delete Preset";
       this.button_DeleteProfile.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
       this.button_DeleteProfile.UseVisualStyleBackColor = true;
       this.button_DeleteProfile.Click += new System.EventHandler(this.button_DeleteProfile_Click);
       //
       // checkBox_SaveProfileOnExport
       //
       this.checkBox_SaveProfileOnExport.AutoSize = true;
       this.checkBox_SaveProfileOnExport.Location = new System.Drawing.Point(15, 48);
       this.checkBox_SaveProfileOnExport.Name = "checkBox_SaveProfileOnExport";
       this.checkBox_SaveProfileOnExport.Size = new System.Drawing.Size(132, 17);
       this.checkBox_SaveProfileOnExport.TabIndex = 4;
       this.checkBox_SaveProfileOnExport.Text = "Save Preset on Export";
       this.checkBox_SaveProfileOnExport.UseVisualStyleBackColor = true;
       //
       // label2
       //
       this.label2.AutoSize = true;
       this.label2.Location = new System.Drawing.Point(13, 22);
       this.label2.Name = "label2";
       this.label2.Size = new System.Drawing.Size(40, 13);
       this.label2.TabIndex = 0;
       this.label2.Text = "Preset:";
       //
       // button_SaveProfile
       //
       this.button_SaveProfile.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
       this.button_SaveProfile.Image = ((System.Drawing.Image)(resources.GetObject("button_SaveProfile.Image")));
       this.button_SaveProfile.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
       this.button_SaveProfile.Location = new System.Drawing.Point(404, 43);
       this.button_SaveProfile.Name = "button_SaveProfile";
       this.button_SaveProfile.Size = new System.Drawing.Size(117, 24);
       this.button_SaveProfile.TabIndex = 2;
       this.button_SaveProfile.Text = "Save Preset";
       this.button_SaveProfile.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
       this.button_SaveProfile.UseVisualStyleBackColor = true;
       this.button_SaveProfile.Click += new System.EventHandler(this.button_SaveProfile_Click);
       //
       // button_CreateProfile
       //
       this.button_CreateProfile.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
       this.button_CreateProfile.Image = ((System.Drawing.Image)(resources.GetObject("button_CreateProfile.Image")));
       this.button_CreateProfile.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
       this.button_CreateProfile.Location = new System.Drawing.Point(168, 43);
       this.button_CreateProfile.Name = "button_CreateProfile";
       this.button_CreateProfile.Size = new System.Drawing.Size(117, 24);
       this.button_CreateProfile.TabIndex = 3;
       this.button_CreateProfile.Text = "Create Preset";
       this.button_CreateProfile.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
       this.button_CreateProfile.UseVisualStyleBackColor = true;
       this.button_CreateProfile.Click += new System.EventHandler(this.button_CreateProfile_Click);
       //
       // comboBox_Profile
       //
       this.comboBox_Profile.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
       this.comboBox_Profile.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
       this.comboBox_Profile.FormattingEnabled = true;
       this.comboBox_Profile.Location = new System.Drawing.Point(104, 19);
       this.comboBox_Profile.Name = "comboBox_Profile";
       this.comboBox_Profile.Size = new System.Drawing.Size(417, 21);
       this.comboBox_Profile.TabIndex = 1;
       this.comboBox_Profile.SelectionChangeCommitted += new System.EventHandler(this.comboBox_Profile_SelectionChangeCommitted);
       //
       // button_ExportSelectedProfiles
       //
       this.button_ExportSelectedProfiles.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
       this.button_ExportSelectedProfiles.Image = ((System.Drawing.Image)(resources.GetObject("button_ExportSelectedProfiles.Image")));
       this.button_ExportSelectedProfiles.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
       this.button_ExportSelectedProfiles.Location = new System.Drawing.Point(12, 666);
       this.button_ExportSelectedProfiles.Name = "button_ExportSelectedProfiles";
       this.button_ExportSelectedProfiles.Size = new System.Drawing.Size(285, 28);
       this.button_ExportSelectedProfiles.TabIndex = 6;
       this.button_ExportSelectedProfiles.Text = "Export Selected Profiles";
       this.button_ExportSelectedProfiles.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
       this.button_ExportSelectedProfiles.Click += new System.EventHandler(this.button_ExportSelectedProfiles_Click);
       //
       // captionBar
       //
       this.captionBar.BackColor = System.Drawing.SystemColors.Window;
       this.captionBar.Caption = "Exporting the Scene";
       this.captionBar.Description = "All settings in this dialog can be saved in export presets for later reuse. You c" +
     "an export the scene either for the active Asset Profile, or for a selection of m" +
     "ultiple Asset Profiles.";
       this.captionBar.Dock = System.Windows.Forms.DockStyle.Top;
       this.captionBar.HelpContext = "dialogs";
       this.captionBar.HelpKey = "Export Dialog";
       this.captionBar.HelpManual = null;
       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.Size = new System.Drawing.Size(554, 52);
       this.captionBar.TabIndex = 0;
       //
       // ExportDialog
       //
       this.AcceptButton = this.button_ExportSelectedProfiles;
       this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
       this.CancelButton = this.button_CANCEL;
       this.ClientSize = new System.Drawing.Size(554, 705);
       this.Controls.Add(this.groupBox3);
       this.Controls.Add(this.groupBox2);
       this.Controls.Add(this.settingsBox);
       this.Controls.Add(this.groupBox1);
       this.Controls.Add(this.captionBar);
       this.Controls.Add(this.button_CANCEL);
       this.Controls.Add(this.button_ExportSelectedProfiles);
       this.Controls.Add(this.button_ExportActiveProfile);
       this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
       this.MaximizeBox = false;
       this.MinimizeBox = false;
       this.MinimumSize = new System.Drawing.Size(570, 520);
       this.Name = "ExportDialog";
       this.ShowInTaskbar = false;
       this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
       this.Text = "Export Scene";
       this.Load += new System.EventHandler(this.ExportDialog_Load);
       this.ResizeEnd += new System.EventHandler(this.ExportDialog_ResizeEnd);
       this.groupBox1.ResumeLayout(false);
       this.groupBox1.PerformLayout();
       this.settingsBox.ResumeLayout(false);
       this.checkBoxTableLayout.ResumeLayout(false);
       this.checkBoxTableLayout.PerformLayout();
       this.groupBox2.ResumeLayout(false);
       this.tableLayoutPanel1.ResumeLayout(false);
       this.tableLayoutPanel1.PerformLayout();
       this.groupBox3.ResumeLayout(false);
       this.groupBox3.PerformLayout();
       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()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(VLuxLightingDlg));
       this.button_OK = new System.Windows.Forms.Button();
       this.button_Cancel = new System.Windows.Forms.Button();
       this.groupBox1 = new System.Windows.Forms.GroupBox();
       this.button_EditvLuxSettings = new System.Windows.Forms.Button();
       this.button_browse = new System.Windows.Forms.Button();
       this.textBox_CustomSettingsFile = new System.Windows.Forms.TextBox();
       this.radioButton_Custom = new System.Windows.Forms.RadioButton();
       this.radioButton_Standard = new System.Windows.Forms.RadioButton();
       this.button_Apply = new System.Windows.Forms.Button();
       this.button_ExportOnly = new System.Windows.Forms.Button();
       this.button_More = new System.Windows.Forms.Button();
       this.panel1 = new System.Windows.Forms.Panel();
       this.panel_More = new System.Windows.Forms.Panel();
       this.label3 = new System.Windows.Forms.Label();
       this.button_CopyParamStr = new System.Windows.Forms.Button();
       this.label2 = new System.Windows.Forms.Label();
       this.button_ShowInfo = new System.Windows.Forms.Button();
       this.label1 = new System.Windows.Forms.Label();
       this.panel3 = new System.Windows.Forms.Panel();
       this.panel2 = new System.Windows.Forms.Panel();
       this.groupBox2 = new System.Windows.Forms.GroupBox();
       this.listView_Zones = new System.Windows.Forms.ListView();
       this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
       this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
       this.dialogCaptionBar1 = new CSharpFramework.Controls.DialogCaptionBar();
       this.groupBox1.SuspendLayout();
       this.panel1.SuspendLayout();
       this.panel_More.SuspendLayout();
       this.panel3.SuspendLayout();
       this.panel2.SuspendLayout();
       this.groupBox2.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(152, 8);
       this.button_OK.Name = "button_OK";
       this.button_OK.Size = new System.Drawing.Size(80, 24);
       this.button_OK.TabIndex = 0;
       this.button_OK.Text = "Relight";
       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(344, 8);
       this.button_Cancel.Name = "button_Cancel";
       this.button_Cancel.Size = new System.Drawing.Size(80, 24);
       this.button_Cancel.TabIndex = 2;
       this.button_Cancel.Text = "Cancel";
       //
       // groupBox1
       //
       this.groupBox1.Controls.Add(this.button_EditvLuxSettings);
       this.groupBox1.Controls.Add(this.button_browse);
       this.groupBox1.Controls.Add(this.textBox_CustomSettingsFile);
       this.groupBox1.Controls.Add(this.radioButton_Custom);
       this.groupBox1.Controls.Add(this.radioButton_Standard);
       this.groupBox1.Location = new System.Drawing.Point(8, 8);
       this.groupBox1.Name = "groupBox1";
       this.groupBox1.Size = new System.Drawing.Size(416, 148);
       this.groupBox1.TabIndex = 0;
       this.groupBox1.TabStop = false;
       this.groupBox1.Text = "vLux settings";
       //
       // button_EditvLuxSettings
       //
       this.button_EditvLuxSettings.Location = new System.Drawing.Point(24, 109);
       this.button_EditvLuxSettings.Name = "button_EditvLuxSettings";
       this.button_EditvLuxSettings.Size = new System.Drawing.Size(120, 24);
       this.button_EditvLuxSettings.TabIndex = 4;
       this.button_EditvLuxSettings.Text = "Edit vLux settings";
       this.button_EditvLuxSettings.Click += new System.EventHandler(this.button_EditvLuxSettings_Click);
       //
       // button_browse
       //
       this.button_browse.Location = new System.Drawing.Point(360, 71);
       this.button_browse.Name = "button_browse";
       this.button_browse.Size = new System.Drawing.Size(20, 20);
       this.button_browse.TabIndex = 3;
       this.button_browse.Text = "...";
       this.button_browse.Click += new System.EventHandler(this.button_browse_Click);
       //
       // textBox_CustomSettingsFile
       //
       this.textBox_CustomSettingsFile.Location = new System.Drawing.Point(48, 71);
       this.textBox_CustomSettingsFile.Name = "textBox_CustomSettingsFile";
       this.textBox_CustomSettingsFile.Size = new System.Drawing.Size(304, 20);
       this.textBox_CustomSettingsFile.TabIndex = 2;
       this.textBox_CustomSettingsFile.TextChanged += new System.EventHandler(this.textBox_CustomSettingsFile_TextChanged);
       //
       // radioButton_Custom
       //
       this.radioButton_Custom.Location = new System.Drawing.Point(24, 41);
       this.radioButton_Custom.Name = "radioButton_Custom";
       this.radioButton_Custom.Size = new System.Drawing.Size(176, 27);
       this.radioButton_Custom.TabIndex = 1;
       this.radioButton_Custom.Text = "Custom settings file";
       this.radioButton_Custom.CheckedChanged += new System.EventHandler(this.radioButton_Custom_CheckedChanged);
       //
       // radioButton_Standard
       //
       this.radioButton_Standard.Location = new System.Drawing.Point(24, 23);
       this.radioButton_Standard.Name = "radioButton_Standard";
       this.radioButton_Standard.Size = new System.Drawing.Size(176, 22);
       this.radioButton_Standard.TabIndex = 0;
       this.radioButton_Standard.Text = "Standard settings file";
       this.radioButton_Standard.CheckedChanged += new System.EventHandler(this.radioButton_Standard_CheckedChanged);
       //
       // button_Apply
       //
       this.button_Apply.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
       this.button_Apply.DialogResult = System.Windows.Forms.DialogResult.OK;
       this.button_Apply.Location = new System.Drawing.Point(240, 8);
       this.button_Apply.Name = "button_Apply";
       this.button_Apply.Size = new System.Drawing.Size(96, 24);
       this.button_Apply.TabIndex = 1;
       this.button_Apply.Text = "Apply and exit";
       this.button_Apply.Click += new System.EventHandler(this.button_Apply_Click);
       //
       // button_ExportOnly
       //
       this.button_ExportOnly.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
       this.button_ExportOnly.DialogResult = System.Windows.Forms.DialogResult.OK;
       this.button_ExportOnly.Location = new System.Drawing.Point(16, 16);
       this.button_ExportOnly.Name = "button_ExportOnly";
       this.button_ExportOnly.Size = new System.Drawing.Size(96, 24);
       this.button_ExportOnly.TabIndex = 0;
       this.button_ExportOnly.Text = "Export info only";
       this.button_ExportOnly.Click += new System.EventHandler(this.button_ExportOnly_Click);
       //
       // button_More
       //
       this.button_More.Location = new System.Drawing.Point(368, 40);
       this.button_More.Name = "button_More";
       this.button_More.Size = new System.Drawing.Size(56, 24);
       this.button_More.TabIndex = 3;
       this.button_More.Text = "More >>";
       this.button_More.Click += new System.EventHandler(this.button_More_Click);
       //
       // panel1
       //
       this.panel1.Controls.Add(this.groupBox1);
       this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
       this.panel1.Location = new System.Drawing.Point(0, 50);
       this.panel1.Name = "panel1";
       this.panel1.Size = new System.Drawing.Size(434, 168);
       this.panel1.TabIndex = 1;
       //
       // panel_More
       //
       this.panel_More.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
       this.panel_More.Controls.Add(this.label3);
       this.panel_More.Controls.Add(this.button_CopyParamStr);
       this.panel_More.Controls.Add(this.label2);
       this.panel_More.Controls.Add(this.button_ShowInfo);
       this.panel_More.Controls.Add(this.label1);
       this.panel_More.Controls.Add(this.button_ExportOnly);
       this.panel_More.Dock = System.Windows.Forms.DockStyle.Top;
       this.panel_More.Location = new System.Drawing.Point(0, 519);
       this.panel_More.Name = "panel_More";
       this.panel_More.Size = new System.Drawing.Size(434, 134);
       this.panel_More.TabIndex = 4;
       //
       // label3
       //
       this.label3.Location = new System.Drawing.Point(120, 91);
       this.label3.Name = "label3";
       this.label3.Size = new System.Drawing.Size(288, 34);
       this.label3.TabIndex = 5;
       this.label3.Text = "Copy the argument string that is passed to vLux to the text clipboard";
       this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
       //
       // button_CopyParamStr
       //
       this.button_CopyParamStr.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
       this.button_CopyParamStr.Location = new System.Drawing.Point(16, 96);
       this.button_CopyParamStr.Name = "button_CopyParamStr";
       this.button_CopyParamStr.Size = new System.Drawing.Size(96, 24);
       this.button_CopyParamStr.TabIndex = 4;
       this.button_CopyParamStr.Text = "Argumentstring";
       this.button_CopyParamStr.Click += new System.EventHandler(this.button_CopyParamStr_Click);
       //
       // label2
       //
       this.label2.Location = new System.Drawing.Point(120, 49);
       this.label2.Name = "label2";
       this.label2.Size = new System.Drawing.Size(288, 40);
       this.label2.TabIndex = 3;
       this.label2.Text = "For debugging purposes display the light information for vLux";
       this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
       //
       // button_ShowInfo
       //
       this.button_ShowInfo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
       this.button_ShowInfo.Location = new System.Drawing.Point(16, 56);
       this.button_ShowInfo.Name = "button_ShowInfo";
       this.button_ShowInfo.Size = new System.Drawing.Size(96, 24);
       this.button_ShowInfo.TabIndex = 2;
       this.button_ShowInfo.Text = "Show info";
       this.button_ShowInfo.Click += new System.EventHandler(this.button_ShowInfo_Click);
       //
       // label1
       //
       this.label1.Location = new System.Drawing.Point(120, 8);
       this.label1.Name = "label1";
       this.label1.Size = new System.Drawing.Size(288, 40);
       this.label1.TabIndex = 1;
       this.label1.Text = "Exports the scene relevant lighting information so vLux can be launched outside v" +
       "Forge";
       this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
       //
       // panel3
       //
       this.panel3.Controls.Add(this.button_OK);
       this.panel3.Controls.Add(this.button_Apply);
       this.panel3.Controls.Add(this.button_Cancel);
       this.panel3.Controls.Add(this.button_More);
       this.panel3.Dock = System.Windows.Forms.DockStyle.Top;
       this.panel3.Location = new System.Drawing.Point(0, 447);
       this.panel3.Name = "panel3";
       this.panel3.Size = new System.Drawing.Size(434, 72);
       this.panel3.TabIndex = 3;
       //
       // panel2
       //
       this.panel2.Controls.Add(this.groupBox2);
       this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
       this.panel2.Location = new System.Drawing.Point(0, 218);
       this.panel2.Name = "panel2";
       this.panel2.Size = new System.Drawing.Size(434, 229);
       this.panel2.TabIndex = 2;
       //
       // groupBox2
       //
       this.groupBox2.Controls.Add(this.listView_Zones);
       this.groupBox2.Location = new System.Drawing.Point(8, 6);
       this.groupBox2.Name = "groupBox2";
       this.groupBox2.Size = new System.Drawing.Size(416, 220);
       this.groupBox2.TabIndex = 0;
       this.groupBox2.TabStop = false;
       this.groupBox2.Text = "Zones to light";
       //
       // listView_Zones
       //
       this.listView_Zones.CheckBoxes = true;
       this.listView_Zones.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader1,
     this.columnHeader2});
       this.listView_Zones.Location = new System.Drawing.Point(10, 25);
       this.listView_Zones.Name = "listView_Zones";
       this.listView_Zones.Size = new System.Drawing.Size(392, 189);
       this.listView_Zones.TabIndex = 0;
       this.listView_Zones.UseCompatibleStateImageBehavior = false;
       this.listView_Zones.View = System.Windows.Forms.View.Details;
       //
       // columnHeader1
       //
       this.columnHeader1.Text = "Zone Name";
       this.columnHeader1.Width = 159;
       //
       // columnHeader2
       //
       this.columnHeader2.Text = "Description";
       this.columnHeader2.Width = 229;
       //
       // dialogCaptionBar1
       //
       this.dialogCaptionBar1.BackColor = System.Drawing.SystemColors.Window;
       this.dialogCaptionBar1.Caption = "Relighting the Scene";
       this.dialogCaptionBar1.CompactView = false;
       this.dialogCaptionBar1.Description = "Please select the vLux settings file to use and press \"Relight\" to recompute the " +
       "static lighting.";
       this.dialogCaptionBar1.Dock = System.Windows.Forms.DockStyle.Top;
       this.dialogCaptionBar1.HelpContext = "dialogs";
       this.dialogCaptionBar1.HelpKey = "vLux Lighting";
       this.dialogCaptionBar1.HelpManual = "";
       this.dialogCaptionBar1.Image = ((System.Drawing.Image)(resources.GetObject("dialogCaptionBar1.Image")));
       this.dialogCaptionBar1.Location = new System.Drawing.Point(0, 0);
       this.dialogCaptionBar1.Name = "dialogCaptionBar1";
       this.dialogCaptionBar1.SetFontColor = System.Drawing.SystemColors.ControlText;
       this.dialogCaptionBar1.ShowBorder = false;
       this.dialogCaptionBar1.ShowBottomLine = true;
       this.dialogCaptionBar1.ShowCaptionText = true;
       this.dialogCaptionBar1.ShowImage = true;
       this.dialogCaptionBar1.Size = new System.Drawing.Size(434, 50);
       this.dialogCaptionBar1.TabIndex = 0;
       //
       // StaticLightingDlg
       //
       this.ShowInTaskbar = false;
       this.AcceptButton = this.button_OK;
       this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
       this.CancelButton = this.button_Cancel;
       this.ClientSize = new System.Drawing.Size(434, 656);
       this.Controls.Add(this.panel_More);
       this.Controls.Add(this.panel3);
       this.Controls.Add(this.panel2);
       this.Controls.Add(this.panel1);
       this.Controls.Add(this.dialogCaptionBar1);
       this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
       this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
       this.MaximizeBox = false;
       this.MaximumSize = new System.Drawing.Size(440, 688);
       this.MinimizeBox = false;
       this.MinimumSize = new System.Drawing.Size(440, 544);
       this.Name = "StaticLightingDlg";
       this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
       this.Text = "Relight Scene";
       this.groupBox1.ResumeLayout(false);
       this.groupBox1.PerformLayout();
       this.panel1.ResumeLayout(false);
       this.panel_More.ResumeLayout(false);
       this.panel3.ResumeLayout(false);
       this.panel2.ResumeLayout(false);
       this.groupBox2.ResumeLayout(false);
       this.ResumeLayout(false);
 }