/// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
            System.Windows.Forms.GroupBox groupBox1;
            System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
            System.Windows.Forms.Label label1;
            System.Windows.Forms.Label label2;
            System.Windows.Forms.FlowLayoutPanel flowLayoutPanel2;
            System.Windows.Forms.FlowLayoutPanel flowLayoutPanel3;
            System.Windows.Forms.Label label3;
            System.Windows.Forms.Label label4;
            System.Windows.Forms.Label label5;
            System.Windows.Forms.FlowLayoutPanel flowLayoutPanel6;
            System.Windows.Forms.FlowLayoutPanel flowLayoutPanel4;
            System.Windows.Forms.FlowLayoutPanel flowLayoutPanel5;
            System.Windows.Forms.GroupBox groupBox2;
            System.Windows.Forms.Button browse;
            this.fileFormat = new System.Windows.Forms.ComboBox();
            this.jpegCompression = new System.Windows.Forms.NumericUpDown();
            this.ok = new System.Windows.Forms.Button();
            this.cancel = new System.Windows.Forms.Button();
            this.alphaLDRGroup = new System.Windows.Forms.GroupBox();
            this.alphaMap = new System.Windows.Forms.ComboBox();
            this.alphaCol = new System.Windows.Forms.Button();
            this.blackPoint = new System.Windows.Forms.TextBox();
            this.whitePoint = new System.Windows.Forms.TextBox();
            this.sliceGroup = new System.Windows.Forms.GroupBox();
            this.exportAllSlices = new System.Windows.Forms.CheckBox();
            this.oneSlice = new System.Windows.Forms.CheckBox();
            this.sliceSelect = new System.Windows.Forms.ComboBox();
            this.mapSlicesToGrid = new System.Windows.Forms.CheckBox();
            this.gridWidth = new System.Windows.Forms.NumericUpDown();
            this.cubeCruciform = new System.Windows.Forms.CheckBox();
            this.mipGroup = new System.Windows.Forms.GroupBox();
            this.exportAllMips = new System.Windows.Forms.CheckBox();
            this.oneMip = new System.Windows.Forms.CheckBox();
            this.mipSelect = new System.Windows.Forms.ComboBox();
            this.sampleGroup = new System.Windows.Forms.GroupBox();
            this.oneSample = new System.Windows.Forms.CheckBox();
            this.sampleSelect = new System.Windows.Forms.ComboBox();
            this.mapSampleArray = new System.Windows.Forms.CheckBox();
            this.colorDialog = new System.Windows.Forms.ColorDialog();
            this.resolveSamples = new System.Windows.Forms.CheckBox();
            this.filename = new System.Windows.Forms.TextBox();
            this.saveTexDialog = new System.Windows.Forms.SaveFileDialog();
            tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            groupBox1 = new System.Windows.Forms.GroupBox();
            flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
            label1 = new System.Windows.Forms.Label();
            label2 = new System.Windows.Forms.Label();
            flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel();
            flowLayoutPanel3 = new System.Windows.Forms.FlowLayoutPanel();
            label3 = new System.Windows.Forms.Label();
            label4 = new System.Windows.Forms.Label();
            label5 = new System.Windows.Forms.Label();
            flowLayoutPanel6 = new System.Windows.Forms.FlowLayoutPanel();
            flowLayoutPanel4 = new System.Windows.Forms.FlowLayoutPanel();
            flowLayoutPanel5 = new System.Windows.Forms.FlowLayoutPanel();
            groupBox2 = new System.Windows.Forms.GroupBox();
            browse = new System.Windows.Forms.Button();
            tableLayoutPanel1.SuspendLayout();
            groupBox1.SuspendLayout();
            flowLayoutPanel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.jpegCompression)).BeginInit();
            flowLayoutPanel2.SuspendLayout();
            this.alphaLDRGroup.SuspendLayout();
            flowLayoutPanel3.SuspendLayout();
            this.sliceGroup.SuspendLayout();
            flowLayoutPanel6.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gridWidth)).BeginInit();
            this.mipGroup.SuspendLayout();
            flowLayoutPanel4.SuspendLayout();
            this.sampleGroup.SuspendLayout();
            flowLayoutPanel5.SuspendLayout();
            groupBox2.SuspendLayout();
            this.SuspendLayout();
            // 
            // tableLayoutPanel1
            // 
            tableLayoutPanel1.AutoSize = true;
            tableLayoutPanel1.ColumnCount = 1;
            tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            tableLayoutPanel1.Controls.Add(groupBox1, 0, 1);
            tableLayoutPanel1.Controls.Add(flowLayoutPanel2, 0, 6);
            tableLayoutPanel1.Controls.Add(this.alphaLDRGroup, 0, 5);
            tableLayoutPanel1.Controls.Add(this.sliceGroup, 0, 4);
            tableLayoutPanel1.Controls.Add(this.mipGroup, 0, 2);
            tableLayoutPanel1.Controls.Add(this.sampleGroup, 0, 3);
            tableLayoutPanel1.Controls.Add(groupBox2, 0, 0);
            tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
            tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
            tableLayoutPanel1.Name = "tableLayoutPanel1";
            tableLayoutPanel1.RowCount = 7;
            tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F));
            tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
            tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
            tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
            tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
            tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
            tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
            tableLayoutPanel1.Size = new System.Drawing.Size(375, 521);
            tableLayoutPanel1.TabIndex = 0;
            // 
            // groupBox1
            // 
            groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            groupBox1.AutoSize = true;
            groupBox1.Controls.Add(flowLayoutPanel1);
            groupBox1.Location = new System.Drawing.Point(3, 53);
            groupBox1.Name = "groupBox1";
            groupBox1.Size = new System.Drawing.Size(369, 72);
            groupBox1.TabIndex = 0;
            groupBox1.TabStop = false;
            groupBox1.Text = "File Format";
            // 
            // flowLayoutPanel1
            // 
            flowLayoutPanel1.AutoSize = true;
            flowLayoutPanel1.Controls.Add(label1);
            flowLayoutPanel1.Controls.Add(this.fileFormat);
            flowLayoutPanel1.Controls.Add(label2);
            flowLayoutPanel1.Controls.Add(this.jpegCompression);
            flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
            flowLayoutPanel1.Location = new System.Drawing.Point(3, 16);
            flowLayoutPanel1.Name = "flowLayoutPanel1";
            flowLayoutPanel1.Size = new System.Drawing.Size(363, 53);
            flowLayoutPanel1.TabIndex = 0;
            // 
            // label1
            // 
            label1.Anchor = System.Windows.Forms.AnchorStyles.Right;
            label1.AutoSize = true;
            label1.Location = new System.Drawing.Point(3, 7);
            label1.MinimumSize = new System.Drawing.Size(150, 0);
            label1.Name = "label1";
            label1.Size = new System.Drawing.Size(150, 13);
            label1.TabIndex = 1;
            label1.Text = "File Format:";
            label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // fileFormat
            // 
            this.fileFormat.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            flowLayoutPanel1.SetFlowBreak(this.fileFormat, true);
            this.fileFormat.FormattingEnabled = true;
            this.fileFormat.Location = new System.Drawing.Point(159, 3);
            this.fileFormat.Name = "fileFormat";
            this.fileFormat.Size = new System.Drawing.Size(121, 21);
            this.fileFormat.TabIndex = 0;
            this.fileFormat.SelectedIndexChanged += new System.EventHandler(this.fileFormat_SelectedIndexChanged);
            // 
            // label2
            // 
            label2.Anchor = System.Windows.Forms.AnchorStyles.Right;
            label2.AutoSize = true;
            label2.Location = new System.Drawing.Point(3, 33);
            label2.MinimumSize = new System.Drawing.Size(150, 0);
            label2.Name = "label2";
            label2.Size = new System.Drawing.Size(150, 13);
            label2.TabIndex = 2;
            label2.Text = "JPEG Compression:";
            label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // jpegCompression
            // 
            this.jpegCompression.Location = new System.Drawing.Point(159, 30);
            this.jpegCompression.Name = "jpegCompression";
            this.jpegCompression.Size = new System.Drawing.Size(120, 20);
            this.jpegCompression.TabIndex = 3;
            this.jpegCompression.ValueChanged += new System.EventHandler(this.jpegCompression_ValueChanged);
            // 
            // flowLayoutPanel2
            // 
            flowLayoutPanel2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            flowLayoutPanel2.AutoSize = true;
            flowLayoutPanel2.Controls.Add(this.ok);
            flowLayoutPanel2.Controls.Add(this.cancel);
            flowLayoutPanel2.Location = new System.Drawing.Point(210, 513);
            flowLayoutPanel2.Name = "flowLayoutPanel2";
            flowLayoutPanel2.Size = new System.Drawing.Size(162, 29);
            flowLayoutPanel2.TabIndex = 1;
            // 
            // ok
            // 
            this.ok.DialogResult = System.Windows.Forms.DialogResult.OK;
            this.ok.Location = new System.Drawing.Point(3, 3);
            this.ok.Name = "ok";
            this.ok.Size = new System.Drawing.Size(75, 23);
            this.ok.TabIndex = 1;
            this.ok.Text = "Save";
            this.ok.UseVisualStyleBackColor = true;
            this.ok.Click += new System.EventHandler(this.ok_Click);
            // 
            // cancel
            // 
            this.cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.cancel.Location = new System.Drawing.Point(84, 3);
            this.cancel.Name = "cancel";
            this.cancel.Size = new System.Drawing.Size(75, 23);
            this.cancel.TabIndex = 0;
            this.cancel.Text = "Cancel";
            this.cancel.UseVisualStyleBackColor = true;
            // 
            // alphaLDRGroup
            // 
            this.alphaLDRGroup.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.alphaLDRGroup.AutoSize = true;
            this.alphaLDRGroup.Controls.Add(flowLayoutPanel3);
            this.alphaLDRGroup.Location = new System.Drawing.Point(3, 428);
            this.alphaLDRGroup.Name = "alphaLDRGroup";
            this.alphaLDRGroup.Size = new System.Drawing.Size(369, 79);
            this.alphaLDRGroup.TabIndex = 2;
            this.alphaLDRGroup.TabStop = false;
            this.alphaLDRGroup.Text = "Alpha Handling";
            // 
            // flowLayoutPanel3
            // 
            flowLayoutPanel3.AutoSize = true;
            flowLayoutPanel3.Controls.Add(label3);
            flowLayoutPanel3.Controls.Add(this.alphaMap);
            flowLayoutPanel3.Controls.Add(this.alphaCol);
            flowLayoutPanel3.Controls.Add(label4);
            flowLayoutPanel3.Controls.Add(this.blackPoint);
            flowLayoutPanel3.Controls.Add(label5);
            flowLayoutPanel3.Controls.Add(this.whitePoint);
            flowLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
            flowLayoutPanel3.Location = new System.Drawing.Point(3, 16);
            flowLayoutPanel3.Name = "flowLayoutPanel3";
            flowLayoutPanel3.Size = new System.Drawing.Size(363, 60);
            flowLayoutPanel3.TabIndex = 0;
            // 
            // label3
            // 
            label3.Anchor = System.Windows.Forms.AnchorStyles.Right;
            label3.AutoSize = true;
            label3.Location = new System.Drawing.Point(3, 7);
            label3.Name = "label3";
            label3.Size = new System.Drawing.Size(80, 13);
            label3.TabIndex = 1;
            label3.Text = "Alpha mapping:";
            label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // alphaMap
            // 
            this.alphaMap.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.alphaMap.FormattingEnabled = true;
            this.alphaMap.Items.AddRange(new object[] {
            "Discard",
            "Blend to Colour",
            "Blend to Checkerboard"});
            this.alphaMap.Location = new System.Drawing.Point(89, 3);
            this.alphaMap.Name = "alphaMap";
            this.alphaMap.Size = new System.Drawing.Size(148, 21);
            this.alphaMap.TabIndex = 0;
            this.alphaMap.SelectedIndexChanged += new System.EventHandler(this.alphaMap_SelectedIndexChanged);
            // 
            // alphaCol
            // 
            flowLayoutPanel3.SetFlowBreak(this.alphaCol, true);
            this.alphaCol.Location = new System.Drawing.Point(243, 3);
            this.alphaCol.Name = "alphaCol";
            this.alphaCol.Size = new System.Drawing.Size(110, 21);
            this.alphaCol.TabIndex = 2;
            this.alphaCol.Text = "Background Colour";
            this.alphaCol.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
            this.alphaCol.UseVisualStyleBackColor = true;
            this.alphaCol.Click += new System.EventHandler(this.alphaCol_Click);
            // 
            // label4
            // 
            label4.Anchor = System.Windows.Forms.AnchorStyles.Right;
            label4.AutoSize = true;
            label4.Location = new System.Drawing.Point(3, 40);
            label4.Margin = new System.Windows.Forms.Padding(3, 7, 3, 0);
            label4.Name = "label4";
            label4.Size = new System.Drawing.Size(64, 13);
            label4.TabIndex = 3;
            label4.Text = "Black Point:";
            label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // blackPoint
            // 
            this.blackPoint.Location = new System.Drawing.Point(73, 37);
            this.blackPoint.Margin = new System.Windows.Forms.Padding(3, 10, 3, 3);
            this.blackPoint.Name = "blackPoint";
            this.blackPoint.Size = new System.Drawing.Size(100, 20);
            this.blackPoint.TabIndex = 5;
            this.blackPoint.TextChanged += new System.EventHandler(this.blackPoint_TextChanged);
            // 
            // label5
            // 
            label5.Anchor = System.Windows.Forms.AnchorStyles.Right;
            label5.AutoSize = true;
            label5.Location = new System.Drawing.Point(179, 40);
            label5.Margin = new System.Windows.Forms.Padding(3, 7, 3, 0);
            label5.Name = "label5";
            label5.Size = new System.Drawing.Size(65, 13);
            label5.TabIndex = 4;
            label5.Text = "White Point:";
            label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // whitePoint
            // 
            this.whitePoint.Location = new System.Drawing.Point(250, 37);
            this.whitePoint.Margin = new System.Windows.Forms.Padding(3, 10, 3, 3);
            this.whitePoint.Name = "whitePoint";
            this.whitePoint.Size = new System.Drawing.Size(100, 20);
            this.whitePoint.TabIndex = 6;
            this.whitePoint.TextChanged += new System.EventHandler(this.whitePoint_TextChanged);
            // 
            // sliceGroup
            // 
            this.sliceGroup.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.sliceGroup.AutoSize = true;
            this.sliceGroup.Controls.Add(flowLayoutPanel6);
            this.sliceGroup.Location = new System.Drawing.Point(3, 304);
            this.sliceGroup.Name = "sliceGroup";
            this.sliceGroup.Size = new System.Drawing.Size(369, 118);
            this.sliceGroup.TabIndex = 5;
            this.sliceGroup.TabStop = false;
            this.sliceGroup.Text = "Array/Depth Slices";
            // 
            // flowLayoutPanel6
            // 
            flowLayoutPanel6.AutoSize = true;
            flowLayoutPanel6.Controls.Add(this.exportAllSlices);
            flowLayoutPanel6.Controls.Add(this.oneSlice);
            flowLayoutPanel6.Controls.Add(this.sliceSelect);
            flowLayoutPanel6.Controls.Add(this.mapSlicesToGrid);
            flowLayoutPanel6.Controls.Add(this.gridWidth);
            flowLayoutPanel6.Controls.Add(this.cubeCruciform);
            flowLayoutPanel6.Dock = System.Windows.Forms.DockStyle.Fill;
            flowLayoutPanel6.Location = new System.Drawing.Point(3, 16);
            flowLayoutPanel6.Name = "flowLayoutPanel6";
            flowLayoutPanel6.Size = new System.Drawing.Size(363, 99);
            flowLayoutPanel6.TabIndex = 0;
            // 
            // exportAllSlices
            // 
            this.exportAllSlices.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            flowLayoutPanel6.SetFlowBreak(this.exportAllSlices, true);
            this.exportAllSlices.Location = new System.Drawing.Point(3, 3);
            this.exportAllSlices.MinimumSize = new System.Drawing.Size(120, 0);
            this.exportAllSlices.Name = "exportAllSlices";
            this.exportAllSlices.Size = new System.Drawing.Size(120, 17);
            this.exportAllSlices.TabIndex = 0;
            this.exportAllSlices.Text = "Export All Slices";
            this.exportAllSlices.UseVisualStyleBackColor = true;
            this.exportAllSlices.CheckedChanged += new System.EventHandler(this.exportAllSlices_CheckedChanged);
            // 
            // oneSlice
            // 
            this.oneSlice.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.oneSlice.AutoSize = true;
            this.oneSlice.Location = new System.Drawing.Point(3, 28);
            this.oneSlice.MinimumSize = new System.Drawing.Size(120, 0);
            this.oneSlice.Name = "oneSlice";
            this.oneSlice.Size = new System.Drawing.Size(120, 17);
            this.oneSlice.TabIndex = 4;
            this.oneSlice.Text = "Select Slice:";
            this.oneSlice.UseVisualStyleBackColor = true;
            this.oneSlice.CheckedChanged += new System.EventHandler(this.oneSlice_CheckedChanged);
            // 
            // sliceSelect
            // 
            this.sliceSelect.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            flowLayoutPanel6.SetFlowBreak(this.sliceSelect, true);
            this.sliceSelect.FormattingEnabled = true;
            this.sliceSelect.Location = new System.Drawing.Point(129, 26);
            this.sliceSelect.Name = "sliceSelect";
            this.sliceSelect.Size = new System.Drawing.Size(121, 21);
            this.sliceSelect.TabIndex = 5;
            this.sliceSelect.SelectedIndexChanged += new System.EventHandler(this.sliceSelect_SelectedIndexChanged);
            // 
            // mapSlicesToGrid
            // 
            this.mapSlicesToGrid.AutoSize = true;
            this.mapSlicesToGrid.Location = new System.Drawing.Point(3, 53);
            this.mapSlicesToGrid.Name = "mapSlicesToGrid";
            this.mapSlicesToGrid.Size = new System.Drawing.Size(179, 17);
            this.mapSlicesToGrid.TabIndex = 1;
            this.mapSlicesToGrid.Text = "Show Slices as Grid. Grid Width:";
            this.mapSlicesToGrid.UseVisualStyleBackColor = true;
            this.mapSlicesToGrid.CheckedChanged += new System.EventHandler(this.mapSlicesToGrid_CheckedChanged);
            // 
            // gridWidth
            // 
            this.gridWidth.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            flowLayoutPanel6.SetFlowBreak(this.gridWidth, true);
            this.gridWidth.Location = new System.Drawing.Point(188, 53);
            this.gridWidth.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.gridWidth.Name = "gridWidth";
            this.gridWidth.Size = new System.Drawing.Size(49, 20);
            this.gridWidth.TabIndex = 3;
            this.gridWidth.Value = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.gridWidth.ValueChanged += new System.EventHandler(this.gridWidth_ValueChanged);
            // 
            // cubeCruciform
            // 
            this.cubeCruciform.AutoSize = true;
            this.cubeCruciform.Location = new System.Drawing.Point(3, 79);
            this.cubeCruciform.Name = "cubeCruciform";
            this.cubeCruciform.Size = new System.Drawing.Size(144, 17);
            this.cubeCruciform.TabIndex = 2;
            this.cubeCruciform.Text = "Show Cubemap as Cross";
            this.cubeCruciform.UseVisualStyleBackColor = true;
            this.cubeCruciform.CheckedChanged += new System.EventHandler(this.cubeCruciform_CheckedChanged);
            // 
            // mipGroup
            // 
            this.mipGroup.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.mipGroup.AutoSize = true;
            this.mipGroup.Controls.Add(flowLayoutPanel4);
            this.mipGroup.Location = new System.Drawing.Point(3, 131);
            this.mipGroup.Name = "mipGroup";
            this.mipGroup.Size = new System.Drawing.Size(369, 69);
            this.mipGroup.TabIndex = 3;
            this.mipGroup.TabStop = false;
            this.mipGroup.Text = "Mips";
            // 
            // flowLayoutPanel4
            // 
            flowLayoutPanel4.AutoSize = true;
            flowLayoutPanel4.Controls.Add(this.exportAllMips);
            flowLayoutPanel4.Controls.Add(this.oneMip);
            flowLayoutPanel4.Controls.Add(this.mipSelect);
            flowLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
            flowLayoutPanel4.Location = new System.Drawing.Point(3, 16);
            flowLayoutPanel4.Name = "flowLayoutPanel4";
            flowLayoutPanel4.Size = new System.Drawing.Size(363, 50);
            flowLayoutPanel4.TabIndex = 0;
            // 
            // exportAllMips
            // 
            this.exportAllMips.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.exportAllMips.AutoSize = true;
            flowLayoutPanel4.SetFlowBreak(this.exportAllMips, true);
            this.exportAllMips.Location = new System.Drawing.Point(3, 3);
            this.exportAllMips.MinimumSize = new System.Drawing.Size(120, 0);
            this.exportAllMips.Name = "exportAllMips";
            this.exportAllMips.Size = new System.Drawing.Size(120, 17);
            this.exportAllMips.TabIndex = 0;
            this.exportAllMips.Text = "Export All Mips";
            this.exportAllMips.UseVisualStyleBackColor = true;
            this.exportAllMips.CheckedChanged += new System.EventHandler(this.exportAllMips_CheckedChanged);
            // 
            // oneMip
            // 
            this.oneMip.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.oneMip.AutoSize = true;
            this.oneMip.Location = new System.Drawing.Point(3, 28);
            this.oneMip.MinimumSize = new System.Drawing.Size(120, 0);
            this.oneMip.Name = "oneMip";
            this.oneMip.Size = new System.Drawing.Size(120, 17);
            this.oneMip.TabIndex = 2;
            this.oneMip.Text = "Select Mip:";
            this.oneMip.UseVisualStyleBackColor = true;
            this.oneMip.CheckedChanged += new System.EventHandler(this.oneMip_CheckedChanged);
            // 
            // mipSelect
            // 
            this.mipSelect.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            flowLayoutPanel4.SetFlowBreak(this.mipSelect, true);
            this.mipSelect.FormattingEnabled = true;
            this.mipSelect.Location = new System.Drawing.Point(129, 26);
            this.mipSelect.Name = "mipSelect";
            this.mipSelect.Size = new System.Drawing.Size(121, 21);
            this.mipSelect.TabIndex = 1;
            this.mipSelect.SelectedIndexChanged += new System.EventHandler(this.mipSelect_SelectedIndexChanged);
            // 
            // sampleGroup
            // 
            this.sampleGroup.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.sampleGroup.AutoSize = true;
            this.sampleGroup.Controls.Add(flowLayoutPanel5);
            this.sampleGroup.Location = new System.Drawing.Point(3, 206);
            this.sampleGroup.Name = "sampleGroup";
            this.sampleGroup.Size = new System.Drawing.Size(369, 92);
            this.sampleGroup.TabIndex = 6;
            this.sampleGroup.TabStop = false;
            this.sampleGroup.Text = "MSAA Samples";
            // 
            // flowLayoutPanel5
            // 
            flowLayoutPanel5.AutoSize = true;
            flowLayoutPanel5.Controls.Add(this.mapSampleArray);
            flowLayoutPanel5.Controls.Add(this.resolveSamples);
            flowLayoutPanel5.Controls.Add(this.oneSample);
            flowLayoutPanel5.Controls.Add(this.sampleSelect);
            flowLayoutPanel5.Dock = System.Windows.Forms.DockStyle.Fill;
            flowLayoutPanel5.Location = new System.Drawing.Point(3, 16);
            flowLayoutPanel5.Name = "flowLayoutPanel5";
            flowLayoutPanel5.Size = new System.Drawing.Size(363, 73);
            flowLayoutPanel5.TabIndex = 0;
            // 
            // oneSample
            // 
            this.oneSample.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.oneSample.AutoSize = true;
            this.oneSample.Location = new System.Drawing.Point(3, 51);
            this.oneSample.MinimumSize = new System.Drawing.Size(120, 0);
            this.oneSample.Name = "oneSample";
            this.oneSample.Size = new System.Drawing.Size(120, 17);
            this.oneSample.TabIndex = 3;
            this.oneSample.Text = "Select Sample:";
            this.oneSample.UseVisualStyleBackColor = true;
            this.oneSample.CheckedChanged += new System.EventHandler(this.oneSample_CheckedChanged);
            // 
            // sampleSelect
            // 
            this.sampleSelect.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            flowLayoutPanel5.SetFlowBreak(this.sampleSelect, true);
            this.sampleSelect.FormattingEnabled = true;
            this.sampleSelect.Location = new System.Drawing.Point(129, 49);
            this.sampleSelect.Name = "sampleSelect";
            this.sampleSelect.Size = new System.Drawing.Size(121, 21);
            this.sampleSelect.TabIndex = 2;
            this.sampleSelect.SelectedIndexChanged += new System.EventHandler(this.sampleSelect_SelectedIndexChanged);
            // 
            // mapSampleArray
            // 
            this.mapSampleArray.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.mapSampleArray.AutoSize = true;
            flowLayoutPanel5.SetFlowBreak(this.mapSampleArray, true);
            this.mapSampleArray.Location = new System.Drawing.Point(3, 3);
            this.mapSampleArray.Name = "mapSampleArray";
            this.mapSampleArray.Size = new System.Drawing.Size(162, 17);
            this.mapSampleArray.TabIndex = 1;
            this.mapSampleArray.Text = "Map Samples as Array Slices";
            this.mapSampleArray.UseVisualStyleBackColor = true;
            this.mapSampleArray.CheckedChanged += new System.EventHandler(this.mapSampleArray_CheckedChanged);
            // 
            // colorDialog
            // 
            this.colorDialog.AnyColor = true;
            // 
            // resolveSamples
            // 
            this.resolveSamples.AutoSize = true;
            flowLayoutPanel5.SetFlowBreak(this.resolveSamples, true);
            this.resolveSamples.Location = new System.Drawing.Point(3, 26);
            this.resolveSamples.Name = "resolveSamples";
            this.resolveSamples.Size = new System.Drawing.Size(108, 17);
            this.resolveSamples.TabIndex = 4;
            this.resolveSamples.Text = "Resolve Samples";
            this.resolveSamples.UseVisualStyleBackColor = true;
            this.resolveSamples.CheckedChanged += new System.EventHandler(this.resolveSamples_CheckedChanged);
            // 
            // groupBox2
            // 
            groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            groupBox2.Controls.Add(this.filename);
            groupBox2.Controls.Add(browse);
            groupBox2.Location = new System.Drawing.Point(3, 3);
            groupBox2.Name = "groupBox2";
            groupBox2.Size = new System.Drawing.Size(369, 44);
            groupBox2.TabIndex = 7;
            groupBox2.TabStop = false;
            groupBox2.Text = "Path";
            // 
            // browse
            // 
            browse.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            browse.Location = new System.Drawing.Point(334, 15);
            browse.Name = "browse";
            browse.Size = new System.Drawing.Size(26, 23);
            browse.TabIndex = 0;
            browse.Text = "...";
            browse.UseVisualStyleBackColor = true;
            browse.Click += new System.EventHandler(this.browse_Click);
            // 
            // filename
            // 
            this.filename.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.filename.Location = new System.Drawing.Point(9, 15);
            this.filename.Name = "filename";
            this.filename.Size = new System.Drawing.Size(319, 20);
            this.filename.TabIndex = 1;
            // 
            // saveTexDialog
            // 
            this.saveTexDialog.DefaultExt = "dds";
            this.saveTexDialog.Title = "Save Texture As";
            // 
            // TextureSaveDialog
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.AutoSize = true;
            this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.ClientSize = new System.Drawing.Size(375, 521);
            this.Controls.Add(tableLayoutPanel1);
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "TextureSaveDialog";
            this.ShowIcon = false;
            this.ShowInTaskbar = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "Save Texture";
            this.Shown += new System.EventHandler(this.TextureSaveDialog_Shown);
            tableLayoutPanel1.ResumeLayout(false);
            tableLayoutPanel1.PerformLayout();
            groupBox1.ResumeLayout(false);
            groupBox1.PerformLayout();
            flowLayoutPanel1.ResumeLayout(false);
            flowLayoutPanel1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.jpegCompression)).EndInit();
            flowLayoutPanel2.ResumeLayout(false);
            this.alphaLDRGroup.ResumeLayout(false);
            this.alphaLDRGroup.PerformLayout();
            flowLayoutPanel3.ResumeLayout(false);
            flowLayoutPanel3.PerformLayout();
            this.sliceGroup.ResumeLayout(false);
            this.sliceGroup.PerformLayout();
            flowLayoutPanel6.ResumeLayout(false);
            flowLayoutPanel6.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gridWidth)).EndInit();
            this.mipGroup.ResumeLayout(false);
            this.mipGroup.PerformLayout();
            flowLayoutPanel4.ResumeLayout(false);
            flowLayoutPanel4.PerformLayout();
            this.sampleGroup.ResumeLayout(false);
            this.sampleGroup.PerformLayout();
            flowLayoutPanel5.ResumeLayout(false);
            flowLayoutPanel5.PerformLayout();
            groupBox2.ResumeLayout(false);
            groupBox2.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Example #2
0
        public MainForm()
        {
            this.Text = "Imp";
            this.Size = new System.Drawing.Size(640, 480);

            System.Windows.Forms.SplitContainer SplitContainer = new System.Windows.Forms.SplitContainer();
            SplitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
            this.Controls.Add(SplitContainer);

            TreeView      = new System.Windows.Forms.TreeView();
            TreeView.Dock = System.Windows.Forms.DockStyle.Fill;
            SplitContainer.Panel1.Controls.Add(TreeView);

            System.IO.StreamReader StreamReader = new System.IO.StreamReader(System.Reflection.Assembly.GetExecutingAssembly().GetManifestResourceStream("keyboard.tsv"));

            for (string Line = StreamReader.ReadLine(); Line != null; Line = StreamReader.ReadLine())
            {
                string[] LineElements = Line.Split("\t".ToCharArray());
                TreeView.Nodes.Add(new System.Windows.Forms.TreeNode(LineElements[1]));
            }

            System.Windows.Forms.FlowLayoutPanel FlowLayoutPanel = new System.Windows.Forms.FlowLayoutPanel();
            FlowLayoutPanel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            FlowLayoutPanel.Padding     = new System.Windows.Forms.Padding(4, 8, 4, 4);
            FlowLayoutPanel.Dock        = System.Windows.Forms.DockStyle.Fill;
            SplitContainer.Panel2.Controls.Add(FlowLayoutPanel);

            System.Windows.Forms.Label KeyMappingLabel = new System.Windows.Forms.Label();
            KeyMappingLabel.Text     = "Key Mapping";
            KeyMappingLabel.Font     = new System.Drawing.Font(KeyMappingLabel.Font.FontFamily, 14, System.Drawing.FontStyle.Bold);
            KeyMappingLabel.AutoSize = true;
            KeyMappingLabel.Dock     = System.Windows.Forms.DockStyle.Top | System.Windows.Forms.DockStyle.Bottom;
            FlowLayoutPanel.Controls.Add(KeyMappingLabel);
            FlowLayoutPanel.SetFlowBreak(KeyMappingLabel, true);

            UnassignedRadioButton          = new System.Windows.Forms.RadioButton();
            UnassignedRadioButton.Text     = "Unassigned";
            UnassignedRadioButton.Checked  = true;
            UnassignedRadioButton.AutoSize = true;
            UnassignedRadioButton.Dock     = System.Windows.Forms.DockStyle.Top | System.Windows.Forms.DockStyle.Bottom;
            FlowLayoutPanel.Controls.Add(UnassignedRadioButton);
            FlowLayoutPanel.SetFlowBreak(UnassignedRadioButton, true);

            NoteRadioButton          = new System.Windows.Forms.RadioButton();
            NoteRadioButton.Text     = "Note";
            NoteRadioButton.AutoSize = true;
            NoteRadioButton.Dock     = System.Windows.Forms.DockStyle.Top | System.Windows.Forms.DockStyle.Bottom;
            FlowLayoutPanel.Controls.Add(NoteRadioButton);
            FlowLayoutPanel.SetFlowBreak(NoteRadioButton, false);

            NoteNumericUpDown          = new System.Windows.Forms.NumericUpDown();
            NoteNumericUpDown.AutoSize = true;
            NoteNumericUpDown.Minimum  = 1;
            NoteNumericUpDown.Maximum  = 128;
            NoteNumericUpDown.Value    = 60;
            NoteNumericUpDown.Dock     = System.Windows.Forms.DockStyle.Top | System.Windows.Forms.DockStyle.Bottom;
            FlowLayoutPanel.Controls.Add(NoteNumericUpDown);
            FlowLayoutPanel.SetFlowBreak(NoteNumericUpDown, false);

            NoteChannelComboBox = new System.Windows.Forms.ComboBox();
            NoteChannelComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            NoteChannelComboBox.Items.Add("Default Channel");
            NoteChannelComboBox.Items.Add("Channel 1");
            NoteChannelComboBox.Items.Add("Channel 2");
            NoteChannelComboBox.Items.Add("Channel 3");
            NoteChannelComboBox.Items.Add("Channel 4");
            NoteChannelComboBox.Items.Add("Channel 5");
            NoteChannelComboBox.Items.Add("Channel 6");
            NoteChannelComboBox.Items.Add("Channel 7");
            NoteChannelComboBox.Items.Add("Channel 8");
            NoteChannelComboBox.Items.Add("Channel 9");
            NoteChannelComboBox.Items.Add("Channel 10");
            NoteChannelComboBox.Items.Add("Channel 11");
            NoteChannelComboBox.Items.Add("Channel 12");
            NoteChannelComboBox.Items.Add("Channel 13");
            NoteChannelComboBox.Items.Add("Channel 14");
            NoteChannelComboBox.Items.Add("Channel 15");
            NoteChannelComboBox.Items.Add("Channel 16");
            NoteChannelComboBox.SelectedIndex = 0;
            NoteChannelComboBox.AutoSize      = true;
            NoteChannelComboBox.Dock          = System.Windows.Forms.DockStyle.Top | System.Windows.Forms.DockStyle.Bottom;
            FlowLayoutPanel.Controls.Add(NoteChannelComboBox);
            FlowLayoutPanel.SetFlowBreak(NoteChannelComboBox, true);

            TransposeRadioButton          = new System.Windows.Forms.RadioButton();
            TransposeRadioButton.Text     = "Transpose";
            TransposeRadioButton.AutoSize = true;
            TransposeRadioButton.Dock     = System.Windows.Forms.DockStyle.Top | System.Windows.Forms.DockStyle.Bottom;
            FlowLayoutPanel.Controls.Add(TransposeRadioButton);
            FlowLayoutPanel.SetFlowBreak(TransposeRadioButton, false);

            TransposeNumericUpDown          = new System.Windows.Forms.NumericUpDown();
            TransposeNumericUpDown.Minimum  = -128;
            TransposeNumericUpDown.Maximum  = 128;
            TransposeNumericUpDown.Value    = 0;
            TransposeNumericUpDown.AutoSize = true;
            TransposeNumericUpDown.Dock     = System.Windows.Forms.DockStyle.Top | System.Windows.Forms.DockStyle.Bottom;
            FlowLayoutPanel.Controls.Add(TransposeNumericUpDown);
            FlowLayoutPanel.SetFlowBreak(TransposeNumericUpDown, false);

            TransposeMomentaryCheckBox          = new System.Windows.Forms.CheckBox();
            TransposeMomentaryCheckBox.Text     = "Momentary";
            TransposeMomentaryCheckBox.AutoSize = true;
            TransposeMomentaryCheckBox.Dock     = System.Windows.Forms.DockStyle.Top | System.Windows.Forms.DockStyle.Bottom;
            FlowLayoutPanel.Controls.Add(TransposeMomentaryCheckBox);
            FlowLayoutPanel.SetFlowBreak(TransposeMomentaryCheckBox, false);

            TransposeAbsoluteCheckBox          = new System.Windows.Forms.CheckBox();
            TransposeAbsoluteCheckBox.Text     = "Absolute";
            TransposeAbsoluteCheckBox.AutoSize = true;
            TransposeAbsoluteCheckBox.Dock     = System.Windows.Forms.DockStyle.Top | System.Windows.Forms.DockStyle.Bottom;
            FlowLayoutPanel.Controls.Add(TransposeAbsoluteCheckBox);
            FlowLayoutPanel.SetFlowBreak(TransposeAbsoluteCheckBox, true);

            VelocityRadioButton          = new System.Windows.Forms.RadioButton();
            VelocityRadioButton.Text     = "Velocity";
            VelocityRadioButton.AutoSize = true;
            VelocityRadioButton.Dock     = System.Windows.Forms.DockStyle.Top | System.Windows.Forms.DockStyle.Bottom;
            FlowLayoutPanel.Controls.Add(VelocityRadioButton);
            FlowLayoutPanel.SetFlowBreak(VelocityRadioButton, false);

            VelocityNumericUpDown          = new System.Windows.Forms.NumericUpDown();
            VelocityNumericUpDown.Minimum  = -128;
            VelocityNumericUpDown.Maximum  = 128;
            VelocityNumericUpDown.Value    = 0;
            VelocityNumericUpDown.AutoSize = true;
            VelocityNumericUpDown.Dock     = System.Windows.Forms.DockStyle.Top | System.Windows.Forms.DockStyle.Bottom;
            FlowLayoutPanel.Controls.Add(VelocityNumericUpDown);
            FlowLayoutPanel.SetFlowBreak(VelocityNumericUpDown, false);

            VelocityMomentaryCheckBox          = new System.Windows.Forms.CheckBox();
            VelocityMomentaryCheckBox.Text     = "Momentary";
            VelocityMomentaryCheckBox.AutoSize = true;
            VelocityMomentaryCheckBox.Dock     = System.Windows.Forms.DockStyle.Top | System.Windows.Forms.DockStyle.Bottom;
            FlowLayoutPanel.Controls.Add(VelocityMomentaryCheckBox);
            FlowLayoutPanel.SetFlowBreak(VelocityMomentaryCheckBox, false);

            VelocityAbsoluteCheckBox          = new System.Windows.Forms.CheckBox();
            VelocityAbsoluteCheckBox.Text     = "Absolute";
            VelocityAbsoluteCheckBox.AutoSize = true;
            VelocityAbsoluteCheckBox.Dock     = System.Windows.Forms.DockStyle.Top | System.Windows.Forms.DockStyle.Bottom;
            FlowLayoutPanel.Controls.Add(VelocityAbsoluteCheckBox);
            FlowLayoutPanel.SetFlowBreak(VelocityAbsoluteCheckBox, true);

            PanicRadioButton          = new System.Windows.Forms.RadioButton();
            PanicRadioButton.Text     = "Panic";
            PanicRadioButton.AutoSize = true;
            PanicRadioButton.Dock     = System.Windows.Forms.DockStyle.Top | System.Windows.Forms.DockStyle.Bottom;
            FlowLayoutPanel.Controls.Add(PanicRadioButton);
            FlowLayoutPanel.SetFlowBreak(PanicRadioButton, true);

            InfoRichTextBox         = new System.Windows.Forms.RichTextBox();
            InfoRichTextBox.Dock    = System.Windows.Forms.DockStyle.Fill;
            InfoRichTextBox.Visible = false;
            SplitContainer.Panel2.Controls.Add(InfoRichTextBox);
        }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
     System.Windows.Forms.GroupBox         groupBox1;
     System.Windows.Forms.FlowLayoutPanel  flowLayoutPanel1;
     System.Windows.Forms.Label            label1;
     System.Windows.Forms.Label            label2;
     System.Windows.Forms.FlowLayoutPanel  flowLayoutPanel2;
     System.Windows.Forms.FlowLayoutPanel  flowLayoutPanel3;
     System.Windows.Forms.Label            label3;
     System.Windows.Forms.Label            label4;
     System.Windows.Forms.Label            label5;
     System.Windows.Forms.FlowLayoutPanel  flowLayoutPanel6;
     System.Windows.Forms.FlowLayoutPanel  flowLayoutPanel4;
     System.Windows.Forms.FlowLayoutPanel  flowLayoutPanel5;
     System.Windows.Forms.GroupBox         groupBox2;
     System.Windows.Forms.Button           browse;
     this.fileFormat      = new System.Windows.Forms.ComboBox();
     this.jpegCompression = new System.Windows.Forms.NumericUpDown();
     this.ok              = new System.Windows.Forms.Button();
     this.cancel          = new System.Windows.Forms.Button();
     this.alphaLDRGroup   = new System.Windows.Forms.GroupBox();
     this.alphaMap        = new System.Windows.Forms.ComboBox();
     this.alphaCol        = new System.Windows.Forms.Button();
     this.blackPoint      = new System.Windows.Forms.TextBox();
     this.whitePoint      = new System.Windows.Forms.TextBox();
     this.sliceGroup      = new System.Windows.Forms.GroupBox();
     this.exportAllSlices = new System.Windows.Forms.CheckBox();
     this.oneSlice        = new System.Windows.Forms.CheckBox();
     this.sliceSelect     = new System.Windows.Forms.ComboBox();
     this.mapSlicesToGrid = new System.Windows.Forms.CheckBox();
     this.gridWidth       = new System.Windows.Forms.NumericUpDown();
     this.cubeCruciform   = new System.Windows.Forms.CheckBox();
     this.mipGroup        = new System.Windows.Forms.GroupBox();
     this.exportAllMips   = new System.Windows.Forms.CheckBox();
     this.oneMip          = new System.Windows.Forms.CheckBox();
     this.mipSelect       = new System.Windows.Forms.ComboBox();
     this.sampleGroup     = new System.Windows.Forms.GroupBox();
     this.mapSampleArray  = new System.Windows.Forms.CheckBox();
     this.resolveSamples  = new System.Windows.Forms.CheckBox();
     this.oneSample       = new System.Windows.Forms.CheckBox();
     this.sampleSelect    = new System.Windows.Forms.ComboBox();
     this.filename        = new System.Windows.Forms.TextBox();
     this.colorDialog     = new System.Windows.Forms.ColorDialog();
     this.saveTexDialog   = new System.Windows.Forms.SaveFileDialog();
     tableLayoutPanel1    = new System.Windows.Forms.TableLayoutPanel();
     groupBox1            = new System.Windows.Forms.GroupBox();
     flowLayoutPanel1     = new System.Windows.Forms.FlowLayoutPanel();
     label1           = new System.Windows.Forms.Label();
     label2           = new System.Windows.Forms.Label();
     flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel();
     flowLayoutPanel3 = new System.Windows.Forms.FlowLayoutPanel();
     label3           = new System.Windows.Forms.Label();
     label4           = new System.Windows.Forms.Label();
     label5           = new System.Windows.Forms.Label();
     flowLayoutPanel6 = new System.Windows.Forms.FlowLayoutPanel();
     flowLayoutPanel4 = new System.Windows.Forms.FlowLayoutPanel();
     flowLayoutPanel5 = new System.Windows.Forms.FlowLayoutPanel();
     groupBox2        = new System.Windows.Forms.GroupBox();
     browse           = new System.Windows.Forms.Button();
     tableLayoutPanel1.SuspendLayout();
     groupBox1.SuspendLayout();
     flowLayoutPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.jpegCompression)).BeginInit();
     flowLayoutPanel2.SuspendLayout();
     this.alphaLDRGroup.SuspendLayout();
     flowLayoutPanel3.SuspendLayout();
     this.sliceGroup.SuspendLayout();
     flowLayoutPanel6.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridWidth)).BeginInit();
     this.mipGroup.SuspendLayout();
     flowLayoutPanel4.SuspendLayout();
     this.sampleGroup.SuspendLayout();
     flowLayoutPanel5.SuspendLayout();
     groupBox2.SuspendLayout();
     this.SuspendLayout();
     //
     // tableLayoutPanel1
     //
     tableLayoutPanel1.AutoSize    = true;
     tableLayoutPanel1.ColumnCount = 1;
     tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     tableLayoutPanel1.Controls.Add(groupBox1, 0, 1);
     tableLayoutPanel1.Controls.Add(flowLayoutPanel2, 0, 6);
     tableLayoutPanel1.Controls.Add(this.alphaLDRGroup, 0, 5);
     tableLayoutPanel1.Controls.Add(this.sliceGroup, 0, 4);
     tableLayoutPanel1.Controls.Add(this.mipGroup, 0, 2);
     tableLayoutPanel1.Controls.Add(this.sampleGroup, 0, 3);
     tableLayoutPanel1.Controls.Add(groupBox2, 0, 0);
     tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     tableLayoutPanel1.Name     = "tableLayoutPanel1";
     tableLayoutPanel1.RowCount = 7;
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F));
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel1.Size     = new System.Drawing.Size(378, 555);
     tableLayoutPanel1.TabIndex = 0;
     //
     // groupBox1
     //
     groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                              | System.Windows.Forms.AnchorStyles.Right)));
     groupBox1.AutoSize = true;
     groupBox1.Controls.Add(flowLayoutPanel1);
     groupBox1.Location = new System.Drawing.Point(3, 53);
     groupBox1.Name     = "groupBox1";
     groupBox1.Size     = new System.Drawing.Size(372, 72);
     groupBox1.TabIndex = 0;
     groupBox1.TabStop  = false;
     groupBox1.Text     = "File Format";
     //
     // flowLayoutPanel1
     //
     flowLayoutPanel1.AutoSize = true;
     flowLayoutPanel1.Controls.Add(label1);
     flowLayoutPanel1.Controls.Add(this.fileFormat);
     flowLayoutPanel1.Controls.Add(label2);
     flowLayoutPanel1.Controls.Add(this.jpegCompression);
     flowLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     flowLayoutPanel1.Location = new System.Drawing.Point(3, 16);
     flowLayoutPanel1.Name     = "flowLayoutPanel1";
     flowLayoutPanel1.Size     = new System.Drawing.Size(366, 53);
     flowLayoutPanel1.TabIndex = 0;
     //
     // label1
     //
     label1.Anchor      = System.Windows.Forms.AnchorStyles.Right;
     label1.AutoSize    = true;
     label1.Location    = new System.Drawing.Point(3, 7);
     label1.MinimumSize = new System.Drawing.Size(150, 0);
     label1.Name        = "label1";
     label1.Size        = new System.Drawing.Size(150, 13);
     label1.TabIndex    = 1;
     label1.Text        = "File Format:";
     label1.TextAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // fileFormat
     //
     this.fileFormat.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     flowLayoutPanel1.SetFlowBreak(this.fileFormat, true);
     this.fileFormat.FormattingEnabled = true;
     this.fileFormat.Location          = new System.Drawing.Point(159, 3);
     this.fileFormat.Name                  = "fileFormat";
     this.fileFormat.Size                  = new System.Drawing.Size(121, 21);
     this.fileFormat.TabIndex              = 3;
     this.fileFormat.SelectedIndexChanged += new System.EventHandler(this.fileFormat_SelectedIndexChanged);
     //
     // label2
     //
     label2.Anchor      = System.Windows.Forms.AnchorStyles.Right;
     label2.AutoSize    = true;
     label2.Location    = new System.Drawing.Point(3, 33);
     label2.MinimumSize = new System.Drawing.Size(150, 0);
     label2.Name        = "label2";
     label2.Size        = new System.Drawing.Size(150, 13);
     label2.TabIndex    = 2;
     label2.Text        = "JPEG Compression:";
     label2.TextAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // jpegCompression
     //
     this.jpegCompression.Location      = new System.Drawing.Point(159, 30);
     this.jpegCompression.Name          = "jpegCompression";
     this.jpegCompression.Size          = new System.Drawing.Size(120, 20);
     this.jpegCompression.TabIndex      = 4;
     this.jpegCompression.ValueChanged += new System.EventHandler(this.jpegCompression_ValueChanged);
     //
     // flowLayoutPanel2
     //
     flowLayoutPanel2.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     flowLayoutPanel2.AutoSize = true;
     flowLayoutPanel2.Controls.Add(this.ok);
     flowLayoutPanel2.Controls.Add(this.cancel);
     flowLayoutPanel2.Location = new System.Drawing.Point(213, 523);
     flowLayoutPanel2.Name     = "flowLayoutPanel2";
     flowLayoutPanel2.Size     = new System.Drawing.Size(162, 29);
     flowLayoutPanel2.TabIndex = 1;
     //
     // ok
     //
     this.ok.Location = new System.Drawing.Point(3, 3);
     this.ok.Name     = "ok";
     this.ok.Size     = new System.Drawing.Size(75, 23);
     this.ok.TabIndex = 22;
     this.ok.Text     = "Save";
     this.ok.UseVisualStyleBackColor = true;
     this.ok.Click += new System.EventHandler(this.ok_Click);
     //
     // cancel
     //
     this.cancel.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.cancel.Location                = new System.Drawing.Point(84, 3);
     this.cancel.Name                    = "cancel";
     this.cancel.Size                    = new System.Drawing.Size(75, 23);
     this.cancel.TabIndex                = 23;
     this.cancel.Text                    = "Cancel";
     this.cancel.UseVisualStyleBackColor = true;
     //
     // alphaLDRGroup
     //
     this.alphaLDRGroup.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.alphaLDRGroup.AutoSize = true;
     this.alphaLDRGroup.Controls.Add(flowLayoutPanel3);
     this.alphaLDRGroup.Location = new System.Drawing.Point(3, 428);
     this.alphaLDRGroup.Name     = "alphaLDRGroup";
     this.alphaLDRGroup.Size     = new System.Drawing.Size(372, 79);
     this.alphaLDRGroup.TabIndex = 2;
     this.alphaLDRGroup.TabStop  = false;
     this.alphaLDRGroup.Text     = "Alpha Handling";
     //
     // flowLayoutPanel3
     //
     flowLayoutPanel3.AutoSize = true;
     flowLayoutPanel3.Controls.Add(label3);
     flowLayoutPanel3.Controls.Add(this.alphaMap);
     flowLayoutPanel3.Controls.Add(this.alphaCol);
     flowLayoutPanel3.Controls.Add(label4);
     flowLayoutPanel3.Controls.Add(this.blackPoint);
     flowLayoutPanel3.Controls.Add(label5);
     flowLayoutPanel3.Controls.Add(this.whitePoint);
     flowLayoutPanel3.Dock     = System.Windows.Forms.DockStyle.Fill;
     flowLayoutPanel3.Location = new System.Drawing.Point(3, 16);
     flowLayoutPanel3.Name     = "flowLayoutPanel3";
     flowLayoutPanel3.Size     = new System.Drawing.Size(366, 60);
     flowLayoutPanel3.TabIndex = 0;
     //
     // label3
     //
     label3.Anchor    = System.Windows.Forms.AnchorStyles.Right;
     label3.AutoSize  = true;
     label3.Location  = new System.Drawing.Point(3, 7);
     label3.Name      = "label3";
     label3.Size      = new System.Drawing.Size(80, 13);
     label3.TabIndex  = 1;
     label3.Text      = "Alpha mapping:";
     label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // alphaMap
     //
     this.alphaMap.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.alphaMap.FormattingEnabled = true;
     this.alphaMap.Items.AddRange(new object[] {
         "Discard",
         "Blend to Colour",
         "Blend to Checkerboard"
     });
     this.alphaMap.Location              = new System.Drawing.Point(89, 3);
     this.alphaMap.Name                  = "alphaMap";
     this.alphaMap.Size                  = new System.Drawing.Size(148, 21);
     this.alphaMap.TabIndex              = 18;
     this.alphaMap.SelectedIndexChanged += new System.EventHandler(this.alphaMap_SelectedIndexChanged);
     //
     // alphaCol
     //
     flowLayoutPanel3.SetFlowBreak(this.alphaCol, true);
     this.alphaCol.Location                = new System.Drawing.Point(243, 3);
     this.alphaCol.Name                    = "alphaCol";
     this.alphaCol.Size                    = new System.Drawing.Size(110, 21);
     this.alphaCol.TabIndex                = 19;
     this.alphaCol.Text                    = "Background Colour";
     this.alphaCol.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.alphaCol.UseVisualStyleBackColor = true;
     this.alphaCol.Click                  += new System.EventHandler(this.alphaCol_Click);
     //
     // label4
     //
     label4.Anchor    = System.Windows.Forms.AnchorStyles.Right;
     label4.AutoSize  = true;
     label4.Location  = new System.Drawing.Point(3, 40);
     label4.Margin    = new System.Windows.Forms.Padding(3, 7, 3, 0);
     label4.Name      = "label4";
     label4.Size      = new System.Drawing.Size(64, 13);
     label4.TabIndex  = 3;
     label4.Text      = "Black Point:";
     label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // blackPoint
     //
     this.blackPoint.Location     = new System.Drawing.Point(73, 37);
     this.blackPoint.Margin       = new System.Windows.Forms.Padding(3, 10, 3, 3);
     this.blackPoint.Name         = "blackPoint";
     this.blackPoint.Size         = new System.Drawing.Size(100, 20);
     this.blackPoint.TabIndex     = 20;
     this.blackPoint.TextChanged += new System.EventHandler(this.blackPoint_TextChanged);
     //
     // label5
     //
     label5.Anchor    = System.Windows.Forms.AnchorStyles.Right;
     label5.AutoSize  = true;
     label5.Location  = new System.Drawing.Point(179, 40);
     label5.Margin    = new System.Windows.Forms.Padding(3, 7, 3, 0);
     label5.Name      = "label5";
     label5.Size      = new System.Drawing.Size(65, 13);
     label5.TabIndex  = 4;
     label5.Text      = "White Point:";
     label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // whitePoint
     //
     this.whitePoint.Location     = new System.Drawing.Point(250, 37);
     this.whitePoint.Margin       = new System.Windows.Forms.Padding(3, 10, 3, 3);
     this.whitePoint.Name         = "whitePoint";
     this.whitePoint.Size         = new System.Drawing.Size(100, 20);
     this.whitePoint.TabIndex     = 21;
     this.whitePoint.TextChanged += new System.EventHandler(this.whitePoint_TextChanged);
     //
     // sliceGroup
     //
     this.sliceGroup.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this.sliceGroup.AutoSize = true;
     this.sliceGroup.Controls.Add(flowLayoutPanel6);
     this.sliceGroup.Location = new System.Drawing.Point(3, 304);
     this.sliceGroup.Name     = "sliceGroup";
     this.sliceGroup.Size     = new System.Drawing.Size(372, 118);
     this.sliceGroup.TabIndex = 5;
     this.sliceGroup.TabStop  = false;
     this.sliceGroup.Text     = "Array/Depth Slices";
     //
     // flowLayoutPanel6
     //
     flowLayoutPanel6.AutoSize = true;
     flowLayoutPanel6.Controls.Add(this.exportAllSlices);
     flowLayoutPanel6.Controls.Add(this.oneSlice);
     flowLayoutPanel6.Controls.Add(this.sliceSelect);
     flowLayoutPanel6.Controls.Add(this.mapSlicesToGrid);
     flowLayoutPanel6.Controls.Add(this.gridWidth);
     flowLayoutPanel6.Controls.Add(this.cubeCruciform);
     flowLayoutPanel6.Dock     = System.Windows.Forms.DockStyle.Fill;
     flowLayoutPanel6.Location = new System.Drawing.Point(3, 16);
     flowLayoutPanel6.Name     = "flowLayoutPanel6";
     flowLayoutPanel6.Size     = new System.Drawing.Size(366, 99);
     flowLayoutPanel6.TabIndex = 0;
     //
     // exportAllSlices
     //
     this.exportAllSlices.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     flowLayoutPanel6.SetFlowBreak(this.exportAllSlices, true);
     this.exportAllSlices.Location                = new System.Drawing.Point(3, 3);
     this.exportAllSlices.MinimumSize             = new System.Drawing.Size(120, 0);
     this.exportAllSlices.Name                    = "exportAllSlices";
     this.exportAllSlices.Size                    = new System.Drawing.Size(120, 17);
     this.exportAllSlices.TabIndex                = 12;
     this.exportAllSlices.Text                    = "Export All Slices";
     this.exportAllSlices.UseVisualStyleBackColor = true;
     this.exportAllSlices.CheckedChanged         += new System.EventHandler(this.exportAllSlices_CheckedChanged);
     //
     // oneSlice
     //
     this.oneSlice.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.oneSlice.AutoSize                = true;
     this.oneSlice.Location                = new System.Drawing.Point(3, 28);
     this.oneSlice.MinimumSize             = new System.Drawing.Size(120, 0);
     this.oneSlice.Name                    = "oneSlice";
     this.oneSlice.Size                    = new System.Drawing.Size(120, 17);
     this.oneSlice.TabIndex                = 13;
     this.oneSlice.Text                    = "Select Slice:";
     this.oneSlice.UseVisualStyleBackColor = true;
     this.oneSlice.CheckedChanged         += new System.EventHandler(this.oneSlice_CheckedChanged);
     //
     // sliceSelect
     //
     this.sliceSelect.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     flowLayoutPanel6.SetFlowBreak(this.sliceSelect, true);
     this.sliceSelect.FormattingEnabled = true;
     this.sliceSelect.Location          = new System.Drawing.Point(129, 26);
     this.sliceSelect.Name                  = "sliceSelect";
     this.sliceSelect.Size                  = new System.Drawing.Size(121, 21);
     this.sliceSelect.TabIndex              = 14;
     this.sliceSelect.SelectedIndexChanged += new System.EventHandler(this.sliceSelect_SelectedIndexChanged);
     //
     // mapSlicesToGrid
     //
     this.mapSlicesToGrid.AutoSize = true;
     this.mapSlicesToGrid.Location = new System.Drawing.Point(3, 53);
     this.mapSlicesToGrid.Name     = "mapSlicesToGrid";
     this.mapSlicesToGrid.Size     = new System.Drawing.Size(179, 17);
     this.mapSlicesToGrid.TabIndex = 15;
     this.mapSlicesToGrid.Text     = "Show Slices as Grid. Grid Width:";
     this.mapSlicesToGrid.UseVisualStyleBackColor = true;
     this.mapSlicesToGrid.CheckedChanged         += new System.EventHandler(this.mapSlicesToGrid_CheckedChanged);
     //
     // gridWidth
     //
     this.gridWidth.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     flowLayoutPanel6.SetFlowBreak(this.gridWidth, true);
     this.gridWidth.Location = new System.Drawing.Point(188, 53);
     this.gridWidth.Minimum  = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.gridWidth.Name     = "gridWidth";
     this.gridWidth.Size     = new System.Drawing.Size(49, 20);
     this.gridWidth.TabIndex = 16;
     this.gridWidth.Value    = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.gridWidth.ValueChanged += new System.EventHandler(this.gridWidth_ValueChanged);
     //
     // cubeCruciform
     //
     this.cubeCruciform.AutoSize = true;
     this.cubeCruciform.Location = new System.Drawing.Point(3, 79);
     this.cubeCruciform.Name     = "cubeCruciform";
     this.cubeCruciform.Size     = new System.Drawing.Size(144, 17);
     this.cubeCruciform.TabIndex = 17;
     this.cubeCruciform.Text     = "Show Cubemap as Cross";
     this.cubeCruciform.UseVisualStyleBackColor = true;
     this.cubeCruciform.CheckedChanged         += new System.EventHandler(this.cubeCruciform_CheckedChanged);
     //
     // mipGroup
     //
     this.mipGroup.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.mipGroup.AutoSize = true;
     this.mipGroup.Controls.Add(flowLayoutPanel4);
     this.mipGroup.Location = new System.Drawing.Point(3, 131);
     this.mipGroup.Name     = "mipGroup";
     this.mipGroup.Size     = new System.Drawing.Size(372, 69);
     this.mipGroup.TabIndex = 3;
     this.mipGroup.TabStop  = false;
     this.mipGroup.Text     = "Mips";
     //
     // flowLayoutPanel4
     //
     flowLayoutPanel4.AutoSize = true;
     flowLayoutPanel4.Controls.Add(this.exportAllMips);
     flowLayoutPanel4.Controls.Add(this.oneMip);
     flowLayoutPanel4.Controls.Add(this.mipSelect);
     flowLayoutPanel4.Dock     = System.Windows.Forms.DockStyle.Fill;
     flowLayoutPanel4.Location = new System.Drawing.Point(3, 16);
     flowLayoutPanel4.Name     = "flowLayoutPanel4";
     flowLayoutPanel4.Size     = new System.Drawing.Size(366, 50);
     flowLayoutPanel4.TabIndex = 0;
     //
     // exportAllMips
     //
     this.exportAllMips.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.exportAllMips.AutoSize = true;
     flowLayoutPanel4.SetFlowBreak(this.exportAllMips, true);
     this.exportAllMips.Location                = new System.Drawing.Point(3, 3);
     this.exportAllMips.MinimumSize             = new System.Drawing.Size(120, 0);
     this.exportAllMips.Name                    = "exportAllMips";
     this.exportAllMips.Size                    = new System.Drawing.Size(120, 17);
     this.exportAllMips.TabIndex                = 5;
     this.exportAllMips.Text                    = "Export All Mips";
     this.exportAllMips.UseVisualStyleBackColor = true;
     this.exportAllMips.CheckedChanged         += new System.EventHandler(this.exportAllMips_CheckedChanged);
     //
     // oneMip
     //
     this.oneMip.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.oneMip.AutoSize                = true;
     this.oneMip.Location                = new System.Drawing.Point(3, 28);
     this.oneMip.MinimumSize             = new System.Drawing.Size(120, 0);
     this.oneMip.Name                    = "oneMip";
     this.oneMip.Size                    = new System.Drawing.Size(120, 17);
     this.oneMip.TabIndex                = 6;
     this.oneMip.Text                    = "Select Mip:";
     this.oneMip.UseVisualStyleBackColor = true;
     this.oneMip.CheckedChanged         += new System.EventHandler(this.oneMip_CheckedChanged);
     //
     // mipSelect
     //
     this.mipSelect.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     flowLayoutPanel4.SetFlowBreak(this.mipSelect, true);
     this.mipSelect.FormattingEnabled = true;
     this.mipSelect.Location          = new System.Drawing.Point(129, 26);
     this.mipSelect.Name                  = "mipSelect";
     this.mipSelect.Size                  = new System.Drawing.Size(121, 21);
     this.mipSelect.TabIndex              = 7;
     this.mipSelect.SelectedIndexChanged += new System.EventHandler(this.mipSelect_SelectedIndexChanged);
     //
     // sampleGroup
     //
     this.sampleGroup.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.sampleGroup.AutoSize = true;
     this.sampleGroup.Controls.Add(flowLayoutPanel5);
     this.sampleGroup.Location = new System.Drawing.Point(3, 206);
     this.sampleGroup.Name     = "sampleGroup";
     this.sampleGroup.Size     = new System.Drawing.Size(372, 92);
     this.sampleGroup.TabIndex = 6;
     this.sampleGroup.TabStop  = false;
     this.sampleGroup.Text     = "MSAA Samples";
     //
     // flowLayoutPanel5
     //
     flowLayoutPanel5.AutoSize = true;
     flowLayoutPanel5.Controls.Add(this.mapSampleArray);
     flowLayoutPanel5.Controls.Add(this.resolveSamples);
     flowLayoutPanel5.Controls.Add(this.oneSample);
     flowLayoutPanel5.Controls.Add(this.sampleSelect);
     flowLayoutPanel5.Dock     = System.Windows.Forms.DockStyle.Fill;
     flowLayoutPanel5.Location = new System.Drawing.Point(3, 16);
     flowLayoutPanel5.Name     = "flowLayoutPanel5";
     flowLayoutPanel5.Size     = new System.Drawing.Size(366, 73);
     flowLayoutPanel5.TabIndex = 0;
     //
     // mapSampleArray
     //
     this.mapSampleArray.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.mapSampleArray.AutoSize = true;
     flowLayoutPanel5.SetFlowBreak(this.mapSampleArray, true);
     this.mapSampleArray.Location = new System.Drawing.Point(3, 3);
     this.mapSampleArray.Name     = "mapSampleArray";
     this.mapSampleArray.Size     = new System.Drawing.Size(162, 17);
     this.mapSampleArray.TabIndex = 8;
     this.mapSampleArray.Text     = "Map Samples as Array Slices";
     this.mapSampleArray.UseVisualStyleBackColor = true;
     this.mapSampleArray.CheckedChanged         += new System.EventHandler(this.mapSampleArray_CheckedChanged);
     //
     // resolveSamples
     //
     this.resolveSamples.AutoSize = true;
     flowLayoutPanel5.SetFlowBreak(this.resolveSamples, true);
     this.resolveSamples.Location = new System.Drawing.Point(3, 26);
     this.resolveSamples.Name     = "resolveSamples";
     this.resolveSamples.Size     = new System.Drawing.Size(108, 17);
     this.resolveSamples.TabIndex = 9;
     this.resolveSamples.Text     = "Resolve Samples";
     this.resolveSamples.UseVisualStyleBackColor = true;
     this.resolveSamples.CheckedChanged         += new System.EventHandler(this.resolveSamples_CheckedChanged);
     //
     // oneSample
     //
     this.oneSample.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.oneSample.AutoSize                = true;
     this.oneSample.Location                = new System.Drawing.Point(3, 51);
     this.oneSample.MinimumSize             = new System.Drawing.Size(120, 0);
     this.oneSample.Name                    = "oneSample";
     this.oneSample.Size                    = new System.Drawing.Size(120, 17);
     this.oneSample.TabIndex                = 10;
     this.oneSample.Text                    = "Select Sample:";
     this.oneSample.UseVisualStyleBackColor = true;
     this.oneSample.CheckedChanged         += new System.EventHandler(this.oneSample_CheckedChanged);
     //
     // sampleSelect
     //
     this.sampleSelect.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     flowLayoutPanel5.SetFlowBreak(this.sampleSelect, true);
     this.sampleSelect.FormattingEnabled = true;
     this.sampleSelect.Location          = new System.Drawing.Point(129, 49);
     this.sampleSelect.Name                  = "sampleSelect";
     this.sampleSelect.Size                  = new System.Drawing.Size(121, 21);
     this.sampleSelect.TabIndex              = 11;
     this.sampleSelect.SelectedIndexChanged += new System.EventHandler(this.sampleSelect_SelectedIndexChanged);
     //
     // groupBox2
     //
     groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                              | System.Windows.Forms.AnchorStyles.Right)));
     groupBox2.Controls.Add(this.filename);
     groupBox2.Controls.Add(browse);
     groupBox2.Location = new System.Drawing.Point(3, 3);
     groupBox2.Name     = "groupBox2";
     groupBox2.Size     = new System.Drawing.Size(372, 44);
     groupBox2.TabIndex = 7;
     groupBox2.TabStop  = false;
     groupBox2.Text     = "Path";
     //
     // filename
     //
     this.filename.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.filename.Location = new System.Drawing.Point(9, 15);
     this.filename.Name     = "filename";
     this.filename.Size     = new System.Drawing.Size(322, 20);
     this.filename.TabIndex = 1;
     //
     // browse
     //
     browse.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     browse.Location = new System.Drawing.Point(337, 15);
     browse.Name     = "browse";
     browse.Size     = new System.Drawing.Size(26, 23);
     browse.TabIndex = 2;
     browse.Text     = "...";
     browse.UseVisualStyleBackColor = true;
     browse.Click += new System.EventHandler(this.browse_Click);
     //
     // colorDialog
     //
     this.colorDialog.AnyColor = true;
     //
     // saveTexDialog
     //
     this.saveTexDialog.DefaultExt      = "dds";
     this.saveTexDialog.OverwritePrompt = false;
     this.saveTexDialog.Title           = "Save Texture As";
     //
     // TextureSaveDialog
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoSize            = true;
     this.AutoSizeMode        = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.ClientSize          = new System.Drawing.Size(378, 555);
     this.Controls.Add(tableLayoutPanel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "TextureSaveDialog";
     this.ShowIcon        = false;
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "Save Texture";
     this.Shown          += new System.EventHandler(this.TextureSaveDialog_Shown);
     tableLayoutPanel1.ResumeLayout(false);
     tableLayoutPanel1.PerformLayout();
     groupBox1.ResumeLayout(false);
     groupBox1.PerformLayout();
     flowLayoutPanel1.ResumeLayout(false);
     flowLayoutPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.jpegCompression)).EndInit();
     flowLayoutPanel2.ResumeLayout(false);
     this.alphaLDRGroup.ResumeLayout(false);
     this.alphaLDRGroup.PerformLayout();
     flowLayoutPanel3.ResumeLayout(false);
     flowLayoutPanel3.PerformLayout();
     this.sliceGroup.ResumeLayout(false);
     this.sliceGroup.PerformLayout();
     flowLayoutPanel6.ResumeLayout(false);
     flowLayoutPanel6.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridWidth)).EndInit();
     this.mipGroup.ResumeLayout(false);
     this.mipGroup.PerformLayout();
     flowLayoutPanel4.ResumeLayout(false);
     flowLayoutPanel4.PerformLayout();
     this.sampleGroup.ResumeLayout(false);
     this.sampleGroup.PerformLayout();
     flowLayoutPanel5.ResumeLayout(false);
     flowLayoutPanel5.PerformLayout();
     groupBox2.ResumeLayout(false);
     groupBox2.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
            System.Windows.Forms.PictureBox pictureBox1;
            System.Windows.Forms.Panel panel1;
            System.Windows.Forms.Label label2;
            System.Windows.Forms.Label label1;
            System.Windows.Forms.Panel panel2;
            System.Windows.Forms.Panel panel3;
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Launcher));
            this.password = new System.Windows.Forms.TextBox();
            this.username = new System.Windows.Forms.TextBox();
            this.register = new System.Windows.Forms.Button();
            this.login = new System.Windows.Forms.Button();
            this.info = new System.Windows.Forms.Label();
            this.timer = new System.Windows.Forms.Timer(this.components);
            flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
            pictureBox1 = new System.Windows.Forms.PictureBox();
            panel1 = new System.Windows.Forms.Panel();
            label2 = new System.Windows.Forms.Label();
            label1 = new System.Windows.Forms.Label();
            panel2 = new System.Windows.Forms.Panel();
            panel3 = new System.Windows.Forms.Panel();
            flowLayoutPanel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(pictureBox1)).BeginInit();
            panel1.SuspendLayout();
            panel2.SuspendLayout();
            panel3.SuspendLayout();
            this.SuspendLayout();
            // 
            // flowLayoutPanel1
            // 
            flowLayoutPanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            flowLayoutPanel1.Controls.Add(pictureBox1);
            flowLayoutPanel1.Controls.Add(panel1);
            flowLayoutPanel1.Controls.Add(panel2);
            flowLayoutPanel1.Controls.Add(panel3);
            flowLayoutPanel1.Location = new System.Drawing.Point(12, 12);
            flowLayoutPanel1.Name = "flowLayoutPanel1";
            flowLayoutPanel1.Size = new System.Drawing.Size(760, 527);
            flowLayoutPanel1.TabIndex = 0;
            // 
            // pictureBox1
            // 
            flowLayoutPanel1.SetFlowBreak(pictureBox1, true);
            pictureBox1.Image = global::Launcher.Properties.Resources.banner;
            pictureBox1.InitialImage = null;
            pictureBox1.Location = new System.Drawing.Point(3, 3);
            pictureBox1.Name = "pictureBox1";
            pictureBox1.Size = new System.Drawing.Size(750, 444);
            pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
            pictureBox1.TabIndex = 0;
            pictureBox1.TabStop = false;
            // 
            // panel1
            // 
            panel1.Controls.Add(this.password);
            panel1.Controls.Add(this.username);
            panel1.Controls.Add(label2);
            panel1.Controls.Add(label1);
            panel1.Location = new System.Drawing.Point(3, 453);
            panel1.Name = "panel1";
            panel1.Size = new System.Drawing.Size(174, 71);
            panel1.TabIndex = 3;
            // 
            // password
            // 
            this.password.Location = new System.Drawing.Point(67, 38);
            this.password.MaxLength = 255;
            this.password.Name = "password";
            this.password.Size = new System.Drawing.Size(100, 20);
            this.password.TabIndex = 5;
            this.password.UseSystemPasswordChar = true;
            // 
            // username
            // 
            this.username.Location = new System.Drawing.Point(67, 10);
            this.username.MaxLength = 255;
            this.username.Name = "username";
            this.username.Size = new System.Drawing.Size(100, 20);
            this.username.TabIndex = 4;
            // 
            // label2
            // 
            label2.AutoSize = true;
            label2.Location = new System.Drawing.Point(3, 41);
            label2.Name = "label2";
            label2.Size = new System.Drawing.Size(56, 13);
            label2.TabIndex = 3;
            label2.Text = "Password:"******"label1";
            label1.Size = new System.Drawing.Size(58, 13);
            label1.TabIndex = 1;
            label1.Text = "Username:"******"panel2";
            panel2.Size = new System.Drawing.Size(99, 71);
            panel2.TabIndex = 4;
            // 
            // register
            // 
            this.register.Location = new System.Drawing.Point(12, 38);
            this.register.Name = "register";
            this.register.Size = new System.Drawing.Size(75, 23);
            this.register.TabIndex = 1;
            this.register.Text = "Website";
            this.register.UseVisualStyleBackColor = true;
            this.register.Click += new System.EventHandler(this.register_Click);
            // 
            // login
            // 
            this.login.Location = new System.Drawing.Point(12, 10);
            this.login.Name = "login";
            this.login.Size = new System.Drawing.Size(75, 23);
            this.login.TabIndex = 0;
            this.login.Text = "Login";
            this.login.UseVisualStyleBackColor = true;
            this.login.Click += new System.EventHandler(this.login_Click);
            // 
            // panel3
            // 
            panel3.Controls.Add(this.info);
            panel3.Location = new System.Drawing.Point(288, 453);
            panel3.Name = "panel3";
            panel3.Size = new System.Drawing.Size(465, 71);
            panel3.TabIndex = 5;
            // 
            // info
            // 
            this.info.Location = new System.Drawing.Point(9, 12);
            this.info.Name = "info";
            this.info.Size = new System.Drawing.Size(451, 13);
            this.info.TabIndex = 0;
            this.info.Text = "__________________________________________________________________________";
            this.info.Visible = false;
            // 
            // timer
            // 
            this.timer.Interval = 1000;
            this.timer.Tick += new System.EventHandler(this.timer_Tick);
            // 
            // Launcher
            // 
            this.AcceptButton = this.login;
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(794, 559);
            this.Controls.Add(flowLayoutPanel1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.MaximumSize = new System.Drawing.Size(800, 588);
            this.MinimumSize = new System.Drawing.Size(800, 588);
            this.Name = "Launcher";
            this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "Accelerated Delivery";
            flowLayoutPanel1.ResumeLayout(false);
            flowLayoutPanel1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(pictureBox1)).EndInit();
            panel1.ResumeLayout(false);
            panel1.PerformLayout();
            panel2.ResumeLayout(false);
            panel3.ResumeLayout(false);
            this.ResumeLayout(false);

        }
Example #5
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.FlowLayoutPanel           _lytMessage;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RateForm));
     System.Windows.Forms.FlowLayoutPanel           _lytButtons;
     System.Windows.Forms.TableLayoutPanel          tableLayoutPanel1;
     this._pbxRateImage = new System.Windows.Forms.PictureBox();
     this._lblInfo      = new System.Windows.Forms.Label();
     this._btnYes       = new System.Windows.Forms.Button();
     this._btnCancel    = new System.Windows.Forms.Button();
     _lytMessage        = new System.Windows.Forms.FlowLayoutPanel();
     _lytButtons        = new System.Windows.Forms.FlowLayoutPanel();
     tableLayoutPanel1  = new System.Windows.Forms.TableLayoutPanel();
     _lytMessage.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this._pbxRateImage)).BeginInit();
     _lytButtons.SuspendLayout();
     tableLayoutPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // _lytMessage
     //
     resources.ApplyResources(_lytMessage, "_lytMessage");
     _lytMessage.Controls.Add(this._pbxRateImage);
     _lytMessage.Controls.Add(this._lblInfo);
     _lytMessage.Name = "_lytMessage";
     //
     // _pbxRateImage
     //
     resources.ApplyResources(this._pbxRateImage, "_pbxRateImage");
     this._pbxRateImage.Name    = "_pbxRateImage";
     this._pbxRateImage.TabStop = false;
     //
     // _lblInfo
     //
     resources.ApplyResources(this._lblInfo, "_lblInfo");
     _lytMessage.SetFlowBreak(this._lblInfo, true);
     this._lblInfo.Name = "_lblInfo";
     //
     // _lytButtons
     //
     resources.ApplyResources(_lytButtons, "_lytButtons");
     _lytButtons.Controls.Add(this._btnYes);
     _lytButtons.Controls.Add(this._btnCancel);
     _lytButtons.Name = "_lytButtons";
     //
     // _btnYes
     //
     resources.ApplyResources(this._btnYes, "_btnYes");
     this._btnYes.DialogResult = System.Windows.Forms.DialogResult.Yes;
     this._btnYes.Name         = "_btnYes";
     //
     // _btnCancel
     //
     resources.ApplyResources(this._btnCancel, "_btnCancel");
     this._btnCancel.DialogResult = System.Windows.Forms.DialogResult.No;
     this._btnCancel.Name         = "_btnCancel";
     //
     // tableLayoutPanel1
     //
     resources.ApplyResources(tableLayoutPanel1, "tableLayoutPanel1");
     tableLayoutPanel1.Controls.Add(_lytMessage, 0, 0);
     tableLayoutPanel1.Controls.Add(_lytButtons, 0, 1);
     tableLayoutPanel1.Name = "tableLayoutPanel1";
     //
     // RateForm
     //
     this.AcceptButton = this._btnYes;
     resources.ApplyResources(this, "$this");
     this.BackColor    = System.Drawing.SystemColors.ControlLight;
     this.CancelButton = this._btnCancel;
     this.ControlBox   = false;
     this.Controls.Add(tableLayoutPanel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "RateForm";
     this.ShowInTaskbar   = false;
     _lytMessage.ResumeLayout(false);
     _lytMessage.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this._pbxRateImage)).EndInit();
     _lytButtons.ResumeLayout(false);
     _lytButtons.PerformLayout();
     tableLayoutPanel1.ResumeLayout(false);
     tableLayoutPanel1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
     this.m_lblMessage    = new System.Windows.Forms.Label();
     this.m_chkApplyToAll = new System.Windows.Forms.CheckBox();
     this.m_btnYes        = new System.Windows.Forms.Button();
     this.m_btnNo         = new System.Windows.Forms.Button();
     flowLayoutPanel1     = new System.Windows.Forms.FlowLayoutPanel();
     flowLayoutPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // flowLayoutPanel1
     //
     flowLayoutPanel1.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)));
     flowLayoutPanel1.AutoSize = true;
     flowLayoutPanel1.Controls.Add(this.m_lblMessage);
     flowLayoutPanel1.Controls.Add(this.m_chkApplyToAll);
     flowLayoutPanel1.Location = new System.Drawing.Point(12, 12);
     flowLayoutPanel1.Name     = "flowLayoutPanel1";
     flowLayoutPanel1.Size     = new System.Drawing.Size(392, 69);
     flowLayoutPanel1.TabIndex = 6;
     //
     // m_lblMessage
     //
     this.m_lblMessage.AutoSize = true;
     flowLayoutPanel1.SetFlowBreak(this.m_lblMessage, true);
     this.m_lblMessage.Location = new System.Drawing.Point(3, 0);
     this.m_lblMessage.Margin   = new System.Windows.Forms.Padding(3, 0, 3, 12);
     this.m_lblMessage.Name     = "m_lblMessage";
     this.m_lblMessage.Size     = new System.Drawing.Size(14, 13);
     this.m_lblMessage.TabIndex = 1;
     this.m_lblMessage.Text     = "#";
     //
     // m_chkApplyToAll
     //
     this.m_chkApplyToAll.AutoSize = true;
     flowLayoutPanel1.SetFlowBreak(this.m_chkApplyToAll, true);
     this.m_chkApplyToAll.Location = new System.Drawing.Point(3, 28);
     this.m_chkApplyToAll.Name     = "m_chkApplyToAll";
     this.m_chkApplyToAll.Size     = new System.Drawing.Size(77, 17);
     this.m_chkApplyToAll.TabIndex = 3;
     this.m_chkApplyToAll.Text     = "&Apply to all";
     this.m_chkApplyToAll.UseVisualStyleBackColor = true;
     //
     // m_btnYes
     //
     this.m_btnYes.Anchor                  = System.Windows.Forms.AnchorStyles.Bottom;
     this.m_btnYes.DialogResult            = System.Windows.Forms.DialogResult.Yes;
     this.m_btnYes.Location                = new System.Drawing.Point(130, 97);
     this.m_btnYes.Name                    = "m_btnYes";
     this.m_btnYes.Size                    = new System.Drawing.Size(75, 23);
     this.m_btnYes.TabIndex                = 4;
     this.m_btnYes.Text                    = "&Yes";
     this.m_btnYes.UseVisualStyleBackColor = true;
     //
     // m_btnNo
     //
     this.m_btnNo.Anchor                  = System.Windows.Forms.AnchorStyles.Bottom;
     this.m_btnNo.DialogResult            = System.Windows.Forms.DialogResult.No;
     this.m_btnNo.Location                = new System.Drawing.Point(211, 97);
     this.m_btnNo.Name                    = "m_btnNo";
     this.m_btnNo.Size                    = new System.Drawing.Size(75, 23);
     this.m_btnNo.TabIndex                = 5;
     this.m_btnNo.Text                    = "&No";
     this.m_btnNo.UseVisualStyleBackColor = true;
     //
     // YesNoApplyToAllDlg
     //
     this.AcceptButton        = this.m_btnYes;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoSize            = true;
     this.CancelButton        = this.m_btnNo;
     this.ClientSize          = new System.Drawing.Size(416, 131);
     this.Controls.Add(flowLayoutPanel1);
     this.Controls.Add(this.m_btnNo);
     this.Controls.Add(this.m_btnYes);
     this.MaximumSize   = new System.Drawing.Size(6000, 170);
     this.MinimumSize   = new System.Drawing.Size(16, 170);
     this.Name          = "YesNoApplyToAllDlg";
     this.ShowIcon      = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     flowLayoutPanel1.ResumeLayout(false);
     flowLayoutPanel1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #7
0
		private void InitializeComponent()
		{
			System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
			System.Windows.Forms.Label label5;
			System.Windows.Forms.Label label1;
			System.Windows.Forms.ColumnHeader columnHeader2;
			System.Windows.Forms.ColumnHeader columnHeader1;
			System.Windows.Forms.ColumnHeader columnHeader3;
			System.Windows.Forms.ColumnHeader columnHeader4;
			System.Windows.Forms.ColumnHeader columnHeader5;
			System.Windows.Forms.Label label2;
			System.Windows.Forms.Button button2;
			System.Windows.Forms.FlowLayoutPanel flowLayoutPanel2;
			System.Windows.Forms.ColumnHeader columnHeader6;
			this.button1 = new System.Windows.Forms.Button();
			this.button6 = new System.Windows.Forms.Button();
			this.ErrorsLabel = new System.Windows.Forms.Label();
			this.ErrorsButton = new System.Windows.Forms.Button();
			this.listView1 = new System.Windows.Forms.ListView();
			flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
			label5 = new System.Windows.Forms.Label();
			label1 = new System.Windows.Forms.Label();
			columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
			columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
			columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
			columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
			columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
			label2 = new System.Windows.Forms.Label();
			button2 = new System.Windows.Forms.Button();
			flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel();
			columnHeader6 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
			flowLayoutPanel2.SuspendLayout();
			this.SuspendLayout();
			// 
			// flowLayoutPanel1
			// 
			flowLayoutPanel1.AutoSize = true;
			flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Top;
			flowLayoutPanel1.Location = new System.Drawing.Point(0, 0);
			flowLayoutPanel1.Name = "flowLayoutPanel1";
			flowLayoutPanel1.Size = new System.Drawing.Size(786, 0);
			flowLayoutPanel1.TabIndex = 1;
			// 
			// label5
			// 
			label5.AutoSize = true;
			label5.Location = new System.Drawing.Point(3, 67);
			label5.Margin = new System.Windows.Forms.Padding(3, 12, 3, 0);
			label5.Name = "label5";
			label5.Size = new System.Drawing.Size(140, 26);
			label5.TabIndex = 6;
			label5.Text = "Deletes files according to the selected categories.";
			// 
			// label1
			// 
			label1.AutoSize = true;
			label1.Location = new System.Drawing.Point(3, 134);
			label1.Margin = new System.Windows.Forms.Padding(3, 12, 3, 0);
			label1.Name = "label1";
			label1.Size = new System.Drawing.Size(143, 39);
			label1.TabIndex = 10;
			label1.Text = "Tells Steam to redownload deleted files for the highlighted game.";
			// 
			// columnHeader2
			// 
			columnHeader2.Text = "AppId";
			// 
			// columnHeader1
			// 
			columnHeader1.Text = "Game name";
			columnHeader1.Width = 200;
			// 
			// columnHeader3
			// 
			columnHeader3.Text = "Size";
			// 
			// columnHeader4
			// 
			columnHeader4.Text = "Deletable";
			columnHeader4.Width = 95;
			// 
			// columnHeader5
			// 
			columnHeader5.Text = "Not selected";
			columnHeader5.Width = 85;
			// 
			// label2
			// 
			label2.AutoSize = true;
			label2.Location = new System.Drawing.Point(3, 0);
			label2.Name = "label2";
			label2.Size = new System.Drawing.Size(144, 26);
			label2.TabIndex = 13;
			label2.Text = "Select which categories of files to delete.";
			// 
			// button2
			// 
			flowLayoutPanel2.SetFlowBreak(button2, true);
			button2.Location = new System.Drawing.Point(3, 29);
			button2.Name = "button2";
			button2.Size = new System.Drawing.Size(142, 23);
			button2.TabIndex = 12;
			button2.Text = "Category selection";
			button2.UseVisualStyleBackColor = true;
			button2.Click += new System.EventHandler(this.button2_Click);
			// 
			// flowLayoutPanel2
			// 
			flowLayoutPanel2.Controls.Add(label2);
			flowLayoutPanel2.Controls.Add(button2);
			flowLayoutPanel2.Controls.Add(label5);
			flowLayoutPanel2.Controls.Add(this.button1);
			flowLayoutPanel2.Controls.Add(label1);
			flowLayoutPanel2.Controls.Add(this.button6);
			flowLayoutPanel2.Controls.Add(this.ErrorsLabel);
			flowLayoutPanel2.Controls.Add(this.ErrorsButton);
			flowLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Right;
			flowLayoutPanel2.Location = new System.Drawing.Point(636, 0);
			flowLayoutPanel2.Name = "flowLayoutPanel2";
			flowLayoutPanel2.Size = new System.Drawing.Size(150, 566);
			flowLayoutPanel2.TabIndex = 5;
			// 
			// button1
			// 
			this.button1.Enabled = false;
			flowLayoutPanel2.SetFlowBreak(this.button1, true);
			this.button1.Location = new System.Drawing.Point(3, 96);
			this.button1.Name = "button1";
			this.button1.Size = new System.Drawing.Size(142, 23);
			this.button1.TabIndex = 0;
			this.button1.Text = "Delete!";
			this.button1.UseVisualStyleBackColor = true;
			this.button1.Click += new System.EventHandler(this.DeleteFilesClicked);
			// 
			// button6
			// 
			this.button6.Enabled = false;
			flowLayoutPanel2.SetFlowBreak(this.button6, true);
			this.button6.Location = new System.Drawing.Point(3, 176);
			this.button6.Name = "button6";
			this.button6.Size = new System.Drawing.Size(142, 23);
			this.button6.TabIndex = 11;
			this.button6.Text = "Restore deleted files";
			this.button6.UseVisualStyleBackColor = true;
			this.button6.Click += new System.EventHandler(this.ValidateClicked);
			// 
			// ErrorsLabel
			// 
			this.ErrorsLabel.AutoSize = true;
			this.ErrorsLabel.Location = new System.Drawing.Point(3, 202);
			this.ErrorsLabel.Name = "ErrorsLabel";
			this.ErrorsLabel.Size = new System.Drawing.Size(143, 39);
			this.ErrorsLabel.TabIndex = 14;
			this.ErrorsLabel.Text = "Errors were encountered when loading information for some games.";
			this.ErrorsLabel.Visible = false;
			// 
			// ErrorsButton
			// 
			flowLayoutPanel2.SetFlowBreak(this.ErrorsButton, true);
			this.ErrorsButton.Location = new System.Drawing.Point(3, 244);
			this.ErrorsButton.Name = "ErrorsButton";
			this.ErrorsButton.Size = new System.Drawing.Size(142, 23);
			this.ErrorsButton.TabIndex = 16;
			this.ErrorsButton.Text = "Show errors";
			this.ErrorsButton.UseVisualStyleBackColor = true;
			this.ErrorsButton.Visible = false;
			this.ErrorsButton.Click += new System.EventHandler(this.ErrorsButton_Click);
			// 
			// columnHeader6
			// 
			columnHeader6.Text = "Saved";
			columnHeader6.Width = 85;
			// 
			// listView1
			// 
			this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            columnHeader1,
            columnHeader2,
            columnHeader3,
            columnHeader4,
            columnHeader5,
            columnHeader6});
			this.listView1.Dock = System.Windows.Forms.DockStyle.Fill;
			this.listView1.FullRowSelect = true;
			this.listView1.HideSelection = false;
			this.listView1.Location = new System.Drawing.Point(0, 0);
			this.listView1.MultiSelect = false;
			this.listView1.Name = "listView1";
			this.listView1.Size = new System.Drawing.Size(636, 566);
			this.listView1.Sorting = System.Windows.Forms.SortOrder.Descending;
			this.listView1.TabIndex = 4;
			this.listView1.UseCompatibleStateImageBehavior = false;
			this.listView1.View = System.Windows.Forms.View.Details;
			this.listView1.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.HeaderClicked);
			this.listView1.SelectedIndexChanged += new System.EventHandler(this.ItemSelected);
			// 
			// MainForm
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.ClientSize = new System.Drawing.Size(786, 566);
			this.Controls.Add(this.listView1);
			this.Controls.Add(flowLayoutPanel2);
			this.Controls.Add(flowLayoutPanel1);
			this.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
			this.MaximizeBox = false;
			this.Name = "MainForm";
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "Steam Disk Saver";
			this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.MainForm_FormClosed);
			this.Load += new System.EventHandler(this.MainForm_Load);
			flowLayoutPanel2.ResumeLayout(false);
			flowLayoutPanel2.PerformLayout();
			this.ResumeLayout(false);
			this.PerformLayout();

		}
Example #8
0
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			System.Windows.Forms.FlowLayoutPanel _lytMessage;
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RateForm));
			System.Windows.Forms.FlowLayoutPanel _lytButtons;
			System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
			this._pbxRateImage = new System.Windows.Forms.PictureBox();
			this._lblInfo = new System.Windows.Forms.Label();
			this._btnYes = new System.Windows.Forms.Button();
			this._btnCancel = new System.Windows.Forms.Button();
			_lytMessage = new System.Windows.Forms.FlowLayoutPanel();
			_lytButtons = new System.Windows.Forms.FlowLayoutPanel();
			tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
			_lytMessage.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this._pbxRateImage)).BeginInit();
			_lytButtons.SuspendLayout();
			tableLayoutPanel1.SuspendLayout();
			this.SuspendLayout();
			// 
			// _lytMessage
			// 
			resources.ApplyResources(_lytMessage, "_lytMessage");
			_lytMessage.Controls.Add(this._pbxRateImage);
			_lytMessage.Controls.Add(this._lblInfo);
			_lytMessage.Name = "_lytMessage";
			// 
			// _pbxRateImage
			// 
			resources.ApplyResources(this._pbxRateImage, "_pbxRateImage");
			this._pbxRateImage.Name = "_pbxRateImage";
			this._pbxRateImage.TabStop = false;
			// 
			// _lblInfo
			// 
			resources.ApplyResources(this._lblInfo, "_lblInfo");
			_lytMessage.SetFlowBreak(this._lblInfo, true);
			this._lblInfo.Name = "_lblInfo";
			// 
			// _lytButtons
			// 
			resources.ApplyResources(_lytButtons, "_lytButtons");
			_lytButtons.Controls.Add(this._btnYes);
			_lytButtons.Controls.Add(this._btnCancel);
			_lytButtons.Name = "_lytButtons";
			// 
			// _btnYes
			// 
			resources.ApplyResources(this._btnYes, "_btnYes");
			this._btnYes.DialogResult = System.Windows.Forms.DialogResult.Yes;
			this._btnYes.Name = "_btnYes";
			// 
			// _btnCancel
			// 
			resources.ApplyResources(this._btnCancel, "_btnCancel");
			this._btnCancel.DialogResult = System.Windows.Forms.DialogResult.No;
			this._btnCancel.Name = "_btnCancel";
			// 
			// tableLayoutPanel1
			// 
			resources.ApplyResources(tableLayoutPanel1, "tableLayoutPanel1");
			tableLayoutPanel1.Controls.Add(_lytMessage, 0, 0);
			tableLayoutPanel1.Controls.Add(_lytButtons, 0, 1);
			tableLayoutPanel1.Name = "tableLayoutPanel1";
			// 
			// RateForm
			// 
			this.AcceptButton = this._btnYes;
			resources.ApplyResources(this, "$this");
			this.BackColor = System.Drawing.SystemColors.ControlLight;
			this.CancelButton = this._btnCancel;
			this.ControlBox = false;
			this.Controls.Add(tableLayoutPanel1);
			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "RateForm";
			this.ShowInTaskbar = false;
			_lytMessage.ResumeLayout(false);
			_lytMessage.PerformLayout();
			((System.ComponentModel.ISupportInitialize)(this._pbxRateImage)).EndInit();
			_lytButtons.ResumeLayout(false);
			_lytButtons.PerformLayout();
			tableLayoutPanel1.ResumeLayout(false);
			tableLayoutPanel1.PerformLayout();
			this.ResumeLayout(false);
			this.PerformLayout();
		}