/// <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 tlpRenameTag; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TagRenameForm)); this.btnOk = new System.Windows.Forms.Button(); this.btnCancel = new System.Windows.Forms.Button(); this.tbTag = new System.Windows.Forms.TextBox(); tlpRenameTag = new System.Windows.Forms.TableLayoutPanel(); tlpRenameTag.SuspendLayout(); this.SuspendLayout(); // // tlpRenameTag // resources.ApplyResources(tlpRenameTag, "tlpRenameTag"); tlpRenameTag.Controls.Add(this.btnOk, 0, 3); tlpRenameTag.Controls.Add(this.btnCancel, 1, 3); tlpRenameTag.Controls.Add(this.tbTag, 0, 1); tlpRenameTag.Name = "tlpRenameTag"; // // btnOk // resources.ApplyResources(this.btnOk, "btnOk"); this.btnOk.Image = global::easyMoney.Manager.Properties.Resources.tick; this.btnOk.Name = "btnOk"; this.btnOk.UseVisualStyleBackColor = true; this.btnOk.Click += new System.EventHandler(this.btnOk_Click); // // btnCancel // this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; resources.ApplyResources(this.btnCancel, "btnCancel"); this.btnCancel.Image = global::easyMoney.Manager.Properties.Resources.cancel; this.btnCancel.Name = "btnCancel"; this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // tbTag // tlpRenameTag.SetColumnSpan(this.tbTag, 2); resources.ApplyResources(this.tbTag, "tbTag"); this.tbTag.Name = "tbTag"; // // TagRenameForm // this.AcceptButton = this.btnOk; resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.btnCancel; this.Controls.Add(tlpRenameTag); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "TagRenameForm"; this.ShowIcon = false; this.ShowInTaskbar = false; tlpRenameTag.ResumeLayout(false); tlpRenameTag.PerformLayout(); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.Windows.Forms.TableLayoutPanel TableLayout; this.SideImageControl = new TC.WinForms.Controls.TSystemIconBox(); this.MessageLabel = new TC.WinForms.Controls.TLabel(); TableLayout = new System.Windows.Forms.TableLayoutPanel(); TableLayout.SuspendLayout(); this.SuspendLayout(); // // TableLayout // TableLayout.AutoSize = true; TableLayout.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; TableLayout.ColumnCount = 2; TableLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); TableLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); TableLayout.Controls.Add(this.SideImageControl, 0, 0); TableLayout.Controls.Add(this.MessageLabel, 1, 0); TableLayout.Dock = System.Windows.Forms.DockStyle.Fill; TableLayout.Location = new System.Drawing.Point(8, 8); TableLayout.Name = "TableLayout"; TableLayout.RowCount = 1; TableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle()); TableLayout.Size = new System.Drawing.Size(84, 38); TableLayout.TabIndex = 0; // // SideImageControl // this.SideImageControl.Location = new System.Drawing.Point(3, 3); this.SideImageControl.Name = "SideImageControl"; this.SideImageControl.Size = new System.Drawing.Size(42, 42); this.SideImageControl.TabIndex = 0; this.SideImageControl.TabStop = false; // // MessageLabel // this.MessageLabel.AutoSize = true; this.MessageLabel.Location = new System.Drawing.Point(41, 0); this.MessageLabel.Name = "MessageLabel"; this.MessageLabel.Padding = new System.Windows.Forms.Padding(10); this.MessageLabel.Size = new System.Drawing.Size(20, 33); this.MessageLabel.TabIndex = 0; // // TMessageDialogContentControl // this.AutoSize = true; this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.Controls.Add(TableLayout); this.Name = "TMessageDialogContentControl"; this.Size = new System.Drawing.Size(100, 54); TableLayout.ResumeLayout(false); TableLayout.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// デザイナ サポートに必要なメソッドです。このメソッドの内容を /// コード エディタで変更しないでください。 /// </summary> private void InitializeComponent() { System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; System.Windows.Forms.Label label1; tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); label1 = new System.Windows.Forms.Label(); tableLayoutPanel1.SuspendLayout(); this.SuspendLayout(); // // tableLayoutPanel1 // tableLayoutPanel1.ColumnCount = 3; tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); tableLayoutPanel1.Controls.Add(label1, 1, 1); tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); tableLayoutPanel1.Name = "tableLayoutPanel1"; tableLayoutPanel1.RowCount = 3; tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); tableLayoutPanel1.Size = new System.Drawing.Size(150, 150); tableLayoutPanel1.TabIndex = 0; // // label1 // label1.AutoSize = true; label1.Font = new System.Drawing.Font("MS UI Gothic", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128))); label1.Location = new System.Drawing.Point(-28, 58); label1.Name = "label1"; label1.Size = new System.Drawing.Size(207, 33); label1.TabIndex = 0; label1.Text = "お待ちください..."; // // WaitNow // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.BackColor = System.Drawing.Color.WhiteSmoke; this.Controls.Add(tableLayoutPanel1); this.ForeColor = System.Drawing.Color.Black; this.Name = "WaitNow"; tableLayoutPanel1.ResumeLayout(false); tableLayoutPanel1.PerformLayout(); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.Windows.Forms.TableLayoutPanel table; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(About)); this.webLink = new System.Windows.Forms.LinkLabel(); this.version = new System.Windows.Forms.Label(); this.productName = new System.Windows.Forms.Label(); table = new System.Windows.Forms.TableLayoutPanel(); table.SuspendLayout(); this.SuspendLayout(); // // table // resources.ApplyResources(table, "table"); table.Controls.Add(this.webLink, 0, 2); table.Controls.Add(this.version, 0, 1); table.Controls.Add(this.productName, 0, 0); table.Name = "table"; // // webLink // resources.ApplyResources(this.webLink, "webLink"); this.webLink.Name = "webLink"; this.webLink.TabStop = true; // // version // resources.ApplyResources(this.version, "version"); this.version.Name = "version"; // // productName // resources.ApplyResources(this.productName, "productName"); this.productName.Name = "productName"; // // About // resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(table); this.Name = "About"; table.ResumeLayout(false); table.PerformLayout(); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); label1 = new System.Windows.Forms.Label(); pictureBox1 = new System.Windows.Forms.PictureBox(); tableLayoutPanel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)pictureBox1).BeginInit(); base.SuspendLayout(); tableLayoutPanel1.ColumnCount = 2; tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); tableLayoutPanel1.Controls.Add(label1, 0, 0); tableLayoutPanel1.Controls.Add(pictureBox1, 0, 0); tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); tableLayoutPanel1.Name = "tableLayoutPanel1"; tableLayoutPanel1.RowCount = 1; tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100f)); tableLayoutPanel1.Size = new System.Drawing.Size(0x191, 0x1a); tableLayoutPanel1.TabIndex = 0; label1.AutoSize = true; label1.Dock = System.Windows.Forms.DockStyle.Fill; label1.Location = new System.Drawing.Point(0xe7, 2); label1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 0); label1.Name = "label1"; label1.Size = new System.Drawing.Size(0xa7, 0x18); label1.TabIndex = 3; label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill; pictureBox1.Image = SVNMonitor.Resources.Images.animation_8_1; pictureBox1.Location = new System.Drawing.Point(3, 3); pictureBox1.Name = "pictureBox1"; pictureBox1.Size = new System.Drawing.Size(0xde, 20); pictureBox1.TabIndex = 2; pictureBox1.TabStop = false; base.AutoScaleDimensions = new System.Drawing.SizeF(6f, 13f); base.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; base.Controls.Add(tableLayoutPanel1); base.Name = "AnimationProgressBar"; base.Size = new System.Drawing.Size(0x191, 0x1a); tableLayoutPanel1.ResumeLayout(false); tableLayoutPanel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)pictureBox1).EndInit(); base.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.Windows.Forms.ToolStripLabel toolStripLabel1; System.Windows.Forms.TableLayoutPanel toolstripTable; TreelistView.TreeListColumn treeListColumn1 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Slot", "Slot"))); TreelistView.TreeListColumn treeListColumn2 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Buffer", "Buffer"))); TreelistView.TreeListColumn treeListColumn3 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Rate", "Rate"))); TreelistView.TreeListColumn treeListColumn4 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Offset", "Offset"))); TreelistView.TreeListColumn treeListColumn5 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Stride", "Stride"))); TreelistView.TreeListColumn treeListColumn6 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("bytelen", "Byte Len"))); TreelistView.TreeListColumn treeListColumn7 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Go", "Go"))); System.Windows.Forms.GroupBox groupBox2; TreelistView.TreeListColumn treeListColumn8 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Idx", "Index"))); TreelistView.TreeListColumn treeListColumn9 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Name", "Name"))); TreelistView.TreeListColumn treeListColumn10 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Location", "Location"))); TreelistView.TreeListColumn treeListColumn11 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Binding", "Binding"))); TreelistView.TreeListColumn treeListColumn12 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Format", "Format"))); TreelistView.TreeListColumn treeListColumn13 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Offset", "Offset"))); TreelistView.TreeListColumn treeListColumn14 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Go", "Go"))); System.Windows.Forms.GroupBox groupBox44; TreelistView.TreeListColumn treeListColumn15 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("PlusMinus", ""))); TreelistView.TreeListColumn treeListColumn16 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Set", "Set"))); TreelistView.TreeListColumn treeListColumn17 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Binding", "Binding"))); TreelistView.TreeListColumn treeListColumn18 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Type", "Type"))); TreelistView.TreeListColumn treeListColumn19 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Resource", "Resource"))); TreelistView.TreeListColumn treeListColumn20 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Contents1", "Contents"))); TreelistView.TreeListColumn treeListColumn21 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Contents2", ""))); TreelistView.TreeListColumn treeListColumn23 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Go", "Go"))); TreelistView.TreeListColumn treeListColumn24 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("PlusMinus", ""))); TreelistView.TreeListColumn treeListColumn25 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Set", "Set"))); TreelistView.TreeListColumn treeListColumn26 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Binding", "Binding"))); TreelistView.TreeListColumn treeListColumn27 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Buffer", "Buffer"))); TreelistView.TreeListColumn treeListColumn28 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Byte Range", "Byte Range"))); TreelistView.TreeListColumn treeListColumn29 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Size", "Size"))); TreelistView.TreeListColumn treeListColumn30 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Go", "Go"))); TreelistView.TreeListColumn treeListColumn31 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("PlusMinus", ""))); TreelistView.TreeListColumn treeListColumn32 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Set", "Set"))); TreelistView.TreeListColumn treeListColumn33 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Binding", "Binding"))); TreelistView.TreeListColumn treeListColumn34 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Type", "Type"))); TreelistView.TreeListColumn treeListColumn35 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Resource", "Resource"))); TreelistView.TreeListColumn treeListColumn36 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Contents1", "Contents"))); TreelistView.TreeListColumn treeListColumn37 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Contents2", ""))); TreelistView.TreeListColumn treeListColumn39 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Go", "Go"))); TreelistView.TreeListColumn treeListColumn40 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("PlusMinus", ""))); TreelistView.TreeListColumn treeListColumn41 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Set", "Set"))); TreelistView.TreeListColumn treeListColumn42 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Binding", "Binding"))); TreelistView.TreeListColumn treeListColumn43 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Buffer", "Buffer"))); TreelistView.TreeListColumn treeListColumn44 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Byte Range", "Byte Range"))); TreelistView.TreeListColumn treeListColumn45 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Size", "Size"))); TreelistView.TreeListColumn treeListColumn46 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Go", "Go"))); TreelistView.TreeListColumn treeListColumn47 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("PlusMinus", ""))); TreelistView.TreeListColumn treeListColumn48 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Set", "Set"))); TreelistView.TreeListColumn treeListColumn49 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Binding", "Binding"))); TreelistView.TreeListColumn treeListColumn50 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Type", "Type"))); TreelistView.TreeListColumn treeListColumn51 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Resource", "Resource"))); TreelistView.TreeListColumn treeListColumn52 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Contents1", "Contents"))); TreelistView.TreeListColumn treeListColumn53 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Contents2", ""))); TreelistView.TreeListColumn treeListColumn55 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Go", "Go"))); TreelistView.TreeListColumn treeListColumn56 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("PlusMinus", ""))); TreelistView.TreeListColumn treeListColumn57 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Set", "Set"))); TreelistView.TreeListColumn treeListColumn58 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Binding", "Binding"))); TreelistView.TreeListColumn treeListColumn59 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Buffer", "Buffer"))); TreelistView.TreeListColumn treeListColumn60 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Byte Range", "Byte Range"))); TreelistView.TreeListColumn treeListColumn61 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Size", "Size"))); TreelistView.TreeListColumn treeListColumn62 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Go", "Go"))); TreelistView.TreeListColumn treeListColumn63 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("PlusMinus", ""))); TreelistView.TreeListColumn treeListColumn64 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Set", "Set"))); TreelistView.TreeListColumn treeListColumn65 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Binding", "Binding"))); TreelistView.TreeListColumn treeListColumn66 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Type", "Type"))); TreelistView.TreeListColumn treeListColumn67 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Resource", "Resource"))); TreelistView.TreeListColumn treeListColumn68 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Contents1", "Contents"))); TreelistView.TreeListColumn treeListColumn69 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Contents2", ""))); TreelistView.TreeListColumn treeListColumn71 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Go", "Go"))); TreelistView.TreeListColumn treeListColumn72 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("PlusMinus", ""))); TreelistView.TreeListColumn treeListColumn73 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Set", "Set"))); TreelistView.TreeListColumn treeListColumn74 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Binding", "Binding"))); TreelistView.TreeListColumn treeListColumn75 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Buffer", "Buffer"))); TreelistView.TreeListColumn treeListColumn76 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Byte Range", "Byte Range"))); TreelistView.TreeListColumn treeListColumn77 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Size", "Size"))); TreelistView.TreeListColumn treeListColumn78 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Go", "Go"))); TreelistView.TreeListColumn treeListColumn79 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Slot", "Slot"))); TreelistView.TreeListColumn treeListColumn80 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("X", "X"))); TreelistView.TreeListColumn treeListColumn81 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Y", "Y"))); TreelistView.TreeListColumn treeListColumn82 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Width", "Width"))); TreelistView.TreeListColumn treeListColumn83 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Height", "Height"))); TreelistView.TreeListColumn treeListColumn84 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("MinDepth", "MinDepth"))); TreelistView.TreeListColumn treeListColumn85 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("MaxDepth", "MaxDepth"))); System.Windows.Forms.GroupBox groupBox42; TreelistView.TreeListColumn treeListColumn86 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Slot", "Slot"))); TreelistView.TreeListColumn treeListColumn87 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("X", "X"))); TreelistView.TreeListColumn treeListColumn88 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Y", "Y"))); TreelistView.TreeListColumn treeListColumn89 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Width", "Width"))); TreelistView.TreeListColumn treeListColumn90 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Height", "Height"))); System.Windows.Forms.Label label7; System.Windows.Forms.Label label25; System.Windows.Forms.Label label26; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(VulkanPipelineStateViewer)); System.Windows.Forms.Label label1; System.Windows.Forms.Label label15; System.Windows.Forms.Label label16; System.Windows.Forms.Label label17; TreelistView.TreeListColumn treeListColumn91 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("PlusMinus", ""))); TreelistView.TreeListColumn treeListColumn92 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Set", "Set"))); TreelistView.TreeListColumn treeListColumn93 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Binding", "Binding"))); TreelistView.TreeListColumn treeListColumn94 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Type", "Type"))); TreelistView.TreeListColumn treeListColumn95 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Resource", "Resource"))); TreelistView.TreeListColumn treeListColumn96 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Contents1", "Contents"))); TreelistView.TreeListColumn treeListColumn97 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Contents2", ""))); TreelistView.TreeListColumn treeListColumn99 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Go", "Go"))); TreelistView.TreeListColumn treeListColumn100 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("PlusMinus", ""))); TreelistView.TreeListColumn treeListColumn101 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Set", "Set"))); TreelistView.TreeListColumn treeListColumn102 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Binding", "Binding"))); TreelistView.TreeListColumn treeListColumn103 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Buffer", "Buffer"))); TreelistView.TreeListColumn treeListColumn104 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Byte Range", "Byte Range"))); TreelistView.TreeListColumn treeListColumn105 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Size", "Size"))); TreelistView.TreeListColumn treeListColumn106 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Go", "Go"))); TreelistView.TreeListColumn treeListColumn107 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Slot", "Slot"))); TreelistView.TreeListColumn treeListColumn108 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Resource", "Resource"))); TreelistView.TreeListColumn treeListColumn109 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Type", "Type"))); TreelistView.TreeListColumn treeListColumn110 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Width", "Width"))); TreelistView.TreeListColumn treeListColumn111 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Height", "Height"))); TreelistView.TreeListColumn treeListColumn112 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Depth", "Depth"))); TreelistView.TreeListColumn treeListColumn113 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Array Size", "Array Size"))); TreelistView.TreeListColumn treeListColumn114 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Format", "Format"))); TreelistView.TreeListColumn treeListColumn115 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Go", "Go"))); TreelistView.TreeListColumn treeListColumn116 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Slot", "Slot"))); TreelistView.TreeListColumn treeListColumn117 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Enabled", "Enabled"))); TreelistView.TreeListColumn treeListColumn118 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Colour Src", "Colour Src"))); TreelistView.TreeListColumn treeListColumn119 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Colour Dst", "Colour Dst"))); TreelistView.TreeListColumn treeListColumn120 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Colour Op", "Colour Op"))); TreelistView.TreeListColumn treeListColumn121 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Alpha Src", "Alpha Src"))); TreelistView.TreeListColumn treeListColumn122 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Alpha Dst", "Alpha Dst"))); TreelistView.TreeListColumn treeListColumn123 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Alpha Op", "Alpha Op"))); TreelistView.TreeListColumn treeListColumn124 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Write Mask", "Write Mask"))); TreelistView.TreeListColumn treeListColumn125 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Face", "Face"))); TreelistView.TreeListColumn treeListColumn126 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Func", "Func"))); TreelistView.TreeListColumn treeListColumn127 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Fail Op", "Fail Op"))); TreelistView.TreeListColumn treeListColumn128 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Depth Fail Op", "Depth Fail Op"))); TreelistView.TreeListColumn treeListColumn129 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Pass Op", "Pass Op"))); TreelistView.TreeListColumn treeListColumn130 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("writemask", "Write Mask"))); TreelistView.TreeListColumn treeListColumn131 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("compare", "Comp Mask"))); TreelistView.TreeListColumn treeListColumn132 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Ref", "Ref"))); TreelistView.TreeListColumn treeListColumn133 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("PlusMinus", ""))); TreelistView.TreeListColumn treeListColumn134 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Set", "Set"))); TreelistView.TreeListColumn treeListColumn135 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Binding", "Binding"))); TreelistView.TreeListColumn treeListColumn136 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Type", "Type"))); TreelistView.TreeListColumn treeListColumn137 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Resource", "Resource"))); TreelistView.TreeListColumn treeListColumn138 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Contents1", "Contents"))); TreelistView.TreeListColumn treeListColumn139 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Contents2", ""))); TreelistView.TreeListColumn treeListColumn141 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Go", "Go"))); TreelistView.TreeListColumn treeListColumn142 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("PlusMinus", ""))); TreelistView.TreeListColumn treeListColumn143 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Set", "Set"))); TreelistView.TreeListColumn treeListColumn144 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Binding", "Binding"))); TreelistView.TreeListColumn treeListColumn145 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Buffer", "Buffer"))); TreelistView.TreeListColumn treeListColumn146 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Byte Range", "Byte Range"))); TreelistView.TreeListColumn treeListColumn147 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Size", "Size"))); TreelistView.TreeListColumn treeListColumn148 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Go", "Go"))); this.pipeFlow = new renderdocui.Controls.PipelineFlowchart(); this.flowLayoutPanel6 = new System.Windows.Forms.FlowLayoutPanel(); this.toolStrip1 = new System.Windows.Forms.ToolStrip(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.showDisabledToolitem = new System.Windows.Forms.ToolStripButton(); this.showEmptyToolitem = new System.Windows.Forms.ToolStripButton(); this.export = new System.Windows.Forms.ToolStripButton(); this.stageTabControl = new renderdocui.Controls.TablessControl(); this.tabIA = new System.Windows.Forms.TabPage(); this.panel1 = new System.Windows.Forms.Panel(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.tableLayoutPanel13 = new System.Windows.Forms.TableLayoutPanel(); this.topologyDiagram = new System.Windows.Forms.PictureBox(); this.topology = new System.Windows.Forms.Label(); this.primRestart = new System.Windows.Forms.Label(); this.groupBox4 = new System.Windows.Forms.GroupBox(); this.viBuffers = new TreelistView.TreeListView(); this.viAttrs = new TreelistView.TreeListView(); this.meshView = new System.Windows.Forms.PictureBox(); this.tabVS = new System.Windows.Forms.TabPage(); this.panel2 = new System.Windows.Forms.Panel(); this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.flowLayoutPanel3 = new System.Windows.Forms.FlowLayoutPanel(); this.vsShader = new System.Windows.Forms.Label(); this.vsShaderCog = new System.Windows.Forms.PictureBox(); this.vsShaderEdit = new System.Windows.Forms.PictureBox(); this.groupBox7 = new System.Windows.Forms.GroupBox(); this.vsResources = new TreelistView.TreeListView(); this.groupBox9 = new System.Windows.Forms.GroupBox(); this.vsCBuffers = new TreelistView.TreeListView(); this.tabHS = new System.Windows.Forms.TabPage(); this.panel3 = new System.Windows.Forms.Panel(); this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel(); this.groupBox10 = new System.Windows.Forms.GroupBox(); this.flowLayoutPanel4 = new System.Windows.Forms.FlowLayoutPanel(); this.hsShader = new System.Windows.Forms.Label(); this.hsShaderCog = new System.Windows.Forms.PictureBox(); this.hsShaderEdit = new System.Windows.Forms.PictureBox(); this.groupBox12 = new System.Windows.Forms.GroupBox(); this.hsResources = new TreelistView.TreeListView(); this.groupBox15 = new System.Windows.Forms.GroupBox(); this.hsCBuffers = new TreelistView.TreeListView(); this.tabDS = new System.Windows.Forms.TabPage(); this.panel4 = new System.Windows.Forms.Panel(); this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel(); this.groupBox16 = new System.Windows.Forms.GroupBox(); this.flowLayoutPanel5 = new System.Windows.Forms.FlowLayoutPanel(); this.dsShader = new System.Windows.Forms.Label(); this.dsShaderCog = new System.Windows.Forms.PictureBox(); this.dsShaderEdit = new System.Windows.Forms.PictureBox(); this.groupBox18 = new System.Windows.Forms.GroupBox(); this.dsResources = new TreelistView.TreeListView(); this.groupBox21 = new System.Windows.Forms.GroupBox(); this.dsCBuffers = new TreelistView.TreeListView(); this.tabGS = new System.Windows.Forms.TabPage(); this.panel5 = new System.Windows.Forms.Panel(); this.geomTableLayout = new System.Windows.Forms.TableLayoutPanel(); this.groupBox22 = new System.Windows.Forms.GroupBox(); this.flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel(); this.gsShader = new System.Windows.Forms.Label(); this.gsShaderCog = new System.Windows.Forms.PictureBox(); this.gsShaderEdit = new System.Windows.Forms.PictureBox(); this.groupBox24 = new System.Windows.Forms.GroupBox(); this.gsResources = new TreelistView.TreeListView(); this.geomCBufGroupBox = new System.Windows.Forms.GroupBox(); this.gsCBuffers = new TreelistView.TreeListView(); this.tabRS = new System.Windows.Forms.TabPage(); this.panel8 = new System.Windows.Forms.Panel(); this.tableLayoutPanel14 = new System.Windows.Forms.TableLayoutPanel(); this.groupBox32 = new System.Windows.Forms.GroupBox(); this.viewports = new TreelistView.TreeListView(); this.scissors = new TreelistView.TreeListView(); this.groupBox5 = new System.Windows.Forms.GroupBox(); this.tableLayoutPanel5 = new System.Windows.Forms.TableLayoutPanel(); this.label12 = new System.Windows.Forms.Label(); this.minSampleShading = new System.Windows.Forms.Label(); this.sampleMask = new System.Windows.Forms.Label(); this.sampleCount = new System.Windows.Forms.Label(); this.sampleShading = new System.Windows.Forms.PictureBox(); this.groupBox31 = new System.Windows.Forms.GroupBox(); this.tableLayoutPanel8 = new System.Windows.Forms.TableLayoutPanel(); this.frontCCW = new System.Windows.Forms.PictureBox(); this.cullMode = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.depthBias = new System.Windows.Forms.Label(); this.depthBiasClamp = new System.Windows.Forms.Label(); this.slopeScaledBias = new System.Windows.Forms.Label(); this.label18 = new System.Windows.Forms.Label(); this.label19 = new System.Windows.Forms.Label(); this.depthClamp = new System.Windows.Forms.PictureBox(); this.fillMode = new System.Windows.Forms.Label(); this.rasterizerDiscard = new System.Windows.Forms.PictureBox(); this.label14 = new System.Windows.Forms.Label(); this.lineWidth = new System.Windows.Forms.Label(); this.tabPS = new System.Windows.Forms.TabPage(); this.panel6 = new System.Windows.Forms.Panel(); this.pixelTableLayout = new System.Windows.Forms.TableLayoutPanel(); this.groupBox13 = new System.Windows.Forms.GroupBox(); this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel(); this.psShader = new System.Windows.Forms.Label(); this.psShaderCog = new System.Windows.Forms.PictureBox(); this.psShaderEdit = new System.Windows.Forms.PictureBox(); this.groupBox28 = new System.Windows.Forms.GroupBox(); this.psResources = new TreelistView.TreeListView(); this.pixelCBufGroupBox = new System.Windows.Forms.GroupBox(); this.psCBuffers = new TreelistView.TreeListView(); this.tabOM = new System.Windows.Forms.TabPage(); this.panel9 = new System.Windows.Forms.Panel(); this.tableLayoutPanel9 = new System.Windows.Forms.TableLayoutPanel(); this.groupBox33 = new System.Windows.Forms.GroupBox(); this.targetOutputs = new TreelistView.TreeListView(); this.groupBox37 = new System.Windows.Forms.GroupBox(); this.blendOperations = new TreelistView.TreeListView(); this.tableLayoutPanel10 = new System.Windows.Forms.TableLayoutPanel(); this.groupBox40 = new System.Windows.Forms.GroupBox(); this.tableLayoutPanel11 = new System.Windows.Forms.TableLayoutPanel(); this.label4 = new System.Windows.Forms.Label(); this.logicOp = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.blendFactor = new System.Windows.Forms.Label(); this.alphaToOne = new System.Windows.Forms.PictureBox(); this.groupBox41 = new System.Windows.Forms.GroupBox(); this.tableLayoutPanel12 = new System.Windows.Forms.TableLayoutPanel(); this.depthBounds = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.depthEnable = new System.Windows.Forms.PictureBox(); this.label21 = new System.Windows.Forms.Label(); this.depthWrite = new System.Windows.Forms.PictureBox(); this.label11 = new System.Windows.Forms.Label(); this.label13 = new System.Windows.Forms.Label(); this.depthFunc = new System.Windows.Forms.Label(); this.groupBox43 = new System.Windows.Forms.GroupBox(); this.stencilFuncs = new TreelistView.TreeListView(); this.tabCS = new System.Windows.Forms.TabPage(); this.panel7 = new System.Windows.Forms.Panel(); this.tableLayoutPanel7 = new System.Windows.Forms.TableLayoutPanel(); this.groupBox6 = new System.Windows.Forms.GroupBox(); this.flowLayoutPanel7 = new System.Windows.Forms.FlowLayoutPanel(); this.csShader = new System.Windows.Forms.Label(); this.csShaderCog = new System.Windows.Forms.PictureBox(); this.csShaderEdit = new System.Windows.Forms.PictureBox(); this.computeDebugControls = new System.Windows.Forms.FlowLayoutPanel(); this.label9 = new System.Windows.Forms.Label(); this.groupX = new System.Windows.Forms.TextBox(); this.groupY = new System.Windows.Forms.TextBox(); this.groupZ = new System.Windows.Forms.TextBox(); this.label10 = new System.Windows.Forms.Label(); this.threadX = new System.Windows.Forms.TextBox(); this.threadY = new System.Windows.Forms.TextBox(); this.threadZ = new System.Windows.Forms.TextBox(); this.csDebug = new System.Windows.Forms.Button(); this.groupBox34 = new System.Windows.Forms.GroupBox(); this.csResources = new TreelistView.TreeListView(); this.groupBox36 = new System.Windows.Forms.GroupBox(); this.csCBuffers = new TreelistView.TreeListView(); this.rightclickMenu = new System.Windows.Forms.ContextMenuStrip(this.components); this.showDisabled = new System.Windows.Forms.ToolStripMenuItem(); this.showEmpty = new System.Windows.Forms.ToolStripMenuItem(); this.toolTip = new System.Windows.Forms.ToolTip(this.components); this.exportDialog = new System.Windows.Forms.SaveFileDialog(); toolStripLabel1 = new System.Windows.Forms.ToolStripLabel(); toolstripTable = new System.Windows.Forms.TableLayoutPanel(); groupBox2 = new System.Windows.Forms.GroupBox(); groupBox44 = new System.Windows.Forms.GroupBox(); groupBox42 = new System.Windows.Forms.GroupBox(); label7 = new System.Windows.Forms.Label(); label25 = new System.Windows.Forms.Label(); label26 = new System.Windows.Forms.Label(); label1 = new System.Windows.Forms.Label(); label15 = new System.Windows.Forms.Label(); label16 = new System.Windows.Forms.Label(); label17 = new System.Windows.Forms.Label(); toolstripTable.SuspendLayout(); this.flowLayoutPanel6.SuspendLayout(); this.toolStrip1.SuspendLayout(); this.stageTabControl.SuspendLayout(); this.tabIA.SuspendLayout(); this.panel1.SuspendLayout(); this.tableLayoutPanel1.SuspendLayout(); this.groupBox1.SuspendLayout(); this.tableLayoutPanel13.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.topologyDiagram)).BeginInit(); this.groupBox4.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.viBuffers)).BeginInit(); groupBox2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.viAttrs)).BeginInit(); groupBox44.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.meshView)).BeginInit(); this.tabVS.SuspendLayout(); this.panel2.SuspendLayout(); this.tableLayoutPanel2.SuspendLayout(); this.groupBox3.SuspendLayout(); this.flowLayoutPanel3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.vsShaderCog)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.vsShaderEdit)).BeginInit(); this.groupBox7.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.vsResources)).BeginInit(); this.groupBox9.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.vsCBuffers)).BeginInit(); this.tabHS.SuspendLayout(); this.panel3.SuspendLayout(); this.tableLayoutPanel3.SuspendLayout(); this.groupBox10.SuspendLayout(); this.flowLayoutPanel4.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.hsShaderCog)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.hsShaderEdit)).BeginInit(); this.groupBox12.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.hsResources)).BeginInit(); this.groupBox15.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.hsCBuffers)).BeginInit(); this.tabDS.SuspendLayout(); this.panel4.SuspendLayout(); this.tableLayoutPanel4.SuspendLayout(); this.groupBox16.SuspendLayout(); this.flowLayoutPanel5.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dsShaderCog)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dsShaderEdit)).BeginInit(); this.groupBox18.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dsResources)).BeginInit(); this.groupBox21.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dsCBuffers)).BeginInit(); this.tabGS.SuspendLayout(); this.panel5.SuspendLayout(); this.geomTableLayout.SuspendLayout(); this.groupBox22.SuspendLayout(); this.flowLayoutPanel2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gsShaderCog)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gsShaderEdit)).BeginInit(); this.groupBox24.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gsResources)).BeginInit(); this.geomCBufGroupBox.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gsCBuffers)).BeginInit(); this.tabRS.SuspendLayout(); this.panel8.SuspendLayout(); this.tableLayoutPanel14.SuspendLayout(); this.groupBox32.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.viewports)).BeginInit(); groupBox42.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.scissors)).BeginInit(); this.groupBox5.SuspendLayout(); this.tableLayoutPanel5.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.sampleShading)).BeginInit(); this.groupBox31.SuspendLayout(); this.tableLayoutPanel8.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.frontCCW)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.depthClamp)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.rasterizerDiscard)).BeginInit(); this.tabPS.SuspendLayout(); this.panel6.SuspendLayout(); this.pixelTableLayout.SuspendLayout(); this.groupBox13.SuspendLayout(); this.flowLayoutPanel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.psShaderCog)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.psShaderEdit)).BeginInit(); this.groupBox28.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.psResources)).BeginInit(); this.pixelCBufGroupBox.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.psCBuffers)).BeginInit(); this.tabOM.SuspendLayout(); this.panel9.SuspendLayout(); this.tableLayoutPanel9.SuspendLayout(); this.groupBox33.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.targetOutputs)).BeginInit(); this.groupBox37.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.blendOperations)).BeginInit(); this.tableLayoutPanel10.SuspendLayout(); this.groupBox40.SuspendLayout(); this.tableLayoutPanel11.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.alphaToOne)).BeginInit(); this.groupBox41.SuspendLayout(); this.tableLayoutPanel12.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.depthEnable)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.depthWrite)).BeginInit(); this.groupBox43.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.stencilFuncs)).BeginInit(); this.tabCS.SuspendLayout(); this.panel7.SuspendLayout(); this.tableLayoutPanel7.SuspendLayout(); this.groupBox6.SuspendLayout(); this.flowLayoutPanel7.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.csShaderCog)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.csShaderEdit)).BeginInit(); this.computeDebugControls.SuspendLayout(); this.groupBox34.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.csResources)).BeginInit(); this.groupBox36.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.csCBuffers)).BeginInit(); this.rightclickMenu.SuspendLayout(); this.SuspendLayout(); // // toolStripLabel1 // toolStripLabel1.Name = "toolStripLabel1"; toolStripLabel1.Size = new System.Drawing.Size(84, 22); toolStripLabel1.Text = "Display Controls"; // // toolstripTable // toolstripTable.ColumnCount = 1; toolstripTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); toolstripTable.Controls.Add(this.pipeFlow, 0, 1); toolstripTable.Controls.Add(this.flowLayoutPanel6, 0, 0); toolstripTable.Controls.Add(this.stageTabControl, 0, 2); toolstripTable.Dock = System.Windows.Forms.DockStyle.Fill; toolstripTable.Location = new System.Drawing.Point(0, 0); toolstripTable.Name = "toolstripTable"; toolstripTable.RowCount = 3; toolstripTable.RowStyles.Add(new System.Windows.Forms.RowStyle()); toolstripTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F)); toolstripTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 90F)); toolstripTable.Size = new System.Drawing.Size(1112, 600); toolstripTable.TabIndex = 2; // // pipeFlow // this.pipeFlow.BackColor = System.Drawing.Color.Transparent; this.pipeFlow.Dock = System.Windows.Forms.DockStyle.Fill; this.pipeFlow.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.pipeFlow.Location = new System.Drawing.Point(4, 35); this.pipeFlow.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.pipeFlow.Name = "pipeFlow"; this.pipeFlow.SelectedStage = 0; this.pipeFlow.Size = new System.Drawing.Size(1104, 48); this.pipeFlow.TabIndex = 0; this.pipeFlow.SelectedStageChanged += new System.EventHandler<System.EventArgs>(this.pipeFlow_SelectedStageChanged); // // flowLayoutPanel6 // this.flowLayoutPanel6.AutoSize = true; this.flowLayoutPanel6.Controls.Add(this.toolStrip1); this.flowLayoutPanel6.Location = new System.Drawing.Point(3, 3); this.flowLayoutPanel6.Name = "flowLayoutPanel6"; this.flowLayoutPanel6.Size = new System.Drawing.Size(394, 25); this.flowLayoutPanel6.TabIndex = 1; // // toolStrip1 // this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { toolStripLabel1, this.toolStripSeparator2, this.showDisabledToolitem, this.showEmptyToolitem, this.export}); this.toolStrip1.Location = new System.Drawing.Point(0, 0); this.toolStrip1.Name = "toolStrip1"; this.toolStrip1.Size = new System.Drawing.Size(394, 25); this.toolStrip1.TabIndex = 0; this.toolStrip1.Text = "toolStrip1"; // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25); // // showDisabledToolitem // this.showDisabledToolitem.CheckOnClick = true; this.showDisabledToolitem.Image = global::renderdocui.Properties.Resources.page_white_delete; this.showDisabledToolitem.ImageTransparentColor = System.Drawing.Color.Magenta; this.showDisabledToolitem.Name = "showDisabledToolitem"; this.showDisabledToolitem.Size = new System.Drawing.Size(126, 22); this.showDisabledToolitem.Text = "Show Disabled Items"; this.showDisabledToolitem.Click += new System.EventHandler(this.hideDisabled_Click); // // showEmptyToolitem // this.showEmptyToolitem.CheckOnClick = true; this.showEmptyToolitem.Image = global::renderdocui.Properties.Resources.page_white_database; this.showEmptyToolitem.ImageTransparentColor = System.Drawing.Color.Magenta; this.showEmptyToolitem.Name = "showEmptyToolitem"; this.showEmptyToolitem.Size = new System.Drawing.Size(116, 22); this.showEmptyToolitem.Text = "Show Empty Items"; this.showEmptyToolitem.Click += new System.EventHandler(this.hideEmpty_Click); // // export // this.export.Image = global::renderdocui.Properties.Resources.save; this.export.ImageTransparentColor = System.Drawing.Color.Magenta; this.export.Name = "export"; this.export.Size = new System.Drawing.Size(59, 22); this.export.Text = "Export"; this.export.Click += new System.EventHandler(this.export_Click); // // stageTabControl // this.stageTabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.stageTabControl.Controls.Add(this.tabIA); this.stageTabControl.Controls.Add(this.tabVS); this.stageTabControl.Controls.Add(this.tabHS); this.stageTabControl.Controls.Add(this.tabDS); this.stageTabControl.Controls.Add(this.tabGS); this.stageTabControl.Controls.Add(this.tabRS); this.stageTabControl.Controls.Add(this.tabPS); this.stageTabControl.Controls.Add(this.tabOM); this.stageTabControl.Controls.Add(this.tabCS); this.stageTabControl.HotTrack = true; this.stageTabControl.Location = new System.Drawing.Point(3, 90); this.stageTabControl.Multiline = true; this.stageTabControl.Name = "stageTabControl"; this.stageTabControl.SelectedIndex = 0; this.stageTabControl.Size = new System.Drawing.Size(1106, 507); this.stageTabControl.TabIndex = 0; // // tabIA // this.tabIA.Controls.Add(this.panel1); this.tabIA.Location = new System.Drawing.Point(4, 22); this.tabIA.Name = "tabIA"; this.tabIA.Size = new System.Drawing.Size(1098, 481); this.tabIA.TabIndex = 0; this.tabIA.Text = "Input Assembler"; this.tabIA.UseVisualStyleBackColor = true; // // panel1 // this.panel1.AutoScroll = true; this.panel1.AutoScrollMinSize = new System.Drawing.Size(280, 300); this.panel1.Controls.Add(this.tableLayoutPanel1); this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Margin = new System.Windows.Forms.Padding(0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(1098, 481); this.panel1.TabIndex = 0; // // tableLayoutPanel1 // this.tableLayoutPanel1.ColumnCount = 3; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 30F)); this.tableLayoutPanel1.Controls.Add(this.groupBox1, 2, 1); this.tableLayoutPanel1.Controls.Add(this.groupBox4, 0, 1); this.tableLayoutPanel1.Controls.Add(groupBox2, 0, 0); this.tableLayoutPanel1.Controls.Add(groupBox44, 1, 1); this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(0); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 2; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanel1.Size = new System.Drawing.Size(1098, 481); this.tableLayoutPanel1.TabIndex = 9; // // groupBox1 // this.groupBox1.Controls.Add(this.tableLayoutPanel13); this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox1.Location = new System.Drawing.Point(771, 243); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(324, 235); this.groupBox1.TabIndex = 6; this.groupBox1.TabStop = false; this.groupBox1.Text = "Primitive Topology"; // // tableLayoutPanel13 // this.tableLayoutPanel13.ColumnCount = 1; this.tableLayoutPanel13.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel13.Controls.Add(this.topologyDiagram, 0, 1); this.tableLayoutPanel13.Controls.Add(this.topology, 0, 0); this.tableLayoutPanel13.Controls.Add(this.primRestart, 0, 2); this.tableLayoutPanel13.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel13.Location = new System.Drawing.Point(3, 16); this.tableLayoutPanel13.Name = "tableLayoutPanel13"; this.tableLayoutPanel13.RowCount = 3; this.tableLayoutPanel13.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel13.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel13.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel13.Size = new System.Drawing.Size(318, 216); this.tableLayoutPanel13.TabIndex = 2; // // topologyDiagram // this.topologyDiagram.Dock = System.Windows.Forms.DockStyle.Fill; this.topologyDiagram.Image = global::renderdocui.Properties.Resources.topo_trilist; this.topologyDiagram.Location = new System.Drawing.Point(3, 26); this.topologyDiagram.Name = "topologyDiagram"; this.topologyDiagram.Size = new System.Drawing.Size(312, 164); this.topologyDiagram.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage; this.topologyDiagram.TabIndex = 1; this.topologyDiagram.TabStop = false; // // topology // this.topology.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.topology.AutoSize = true; this.topology.BackColor = System.Drawing.Color.Transparent; this.topology.Font = new System.Drawing.Font("Tahoma", 14.25F); this.topology.Location = new System.Drawing.Point(3, 0); this.topology.Name = "topology"; this.topology.Size = new System.Drawing.Size(312, 23); this.topology.TabIndex = 0; this.topology.Text = "Triangle List"; this.topology.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // primRestart // this.primRestart.AutoSize = true; this.primRestart.Font = new System.Drawing.Font("Tahoma", 14.25F); this.primRestart.Location = new System.Drawing.Point(3, 193); this.primRestart.Name = "primRestart"; this.primRestart.Size = new System.Drawing.Size(219, 23); this.primRestart.TabIndex = 2; this.primRestart.Text = "Primitive Restart Enabled"; // // groupBox4 // this.groupBox4.Controls.Add(this.viBuffers); this.groupBox4.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox4.Location = new System.Drawing.Point(3, 243); this.groupBox4.Name = "groupBox4"; this.groupBox4.Size = new System.Drawing.Size(543, 235); this.groupBox4.TabIndex = 8; this.groupBox4.TabStop = false; this.groupBox4.Text = "Buffers"; // // viBuffers // treeListColumn1.AutoSizeMinSize = 0; treeListColumn1.Width = 60; treeListColumn2.AutoSize = true; treeListColumn2.AutoSizeMinSize = 100; treeListColumn2.Width = 50; treeListColumn3.AutoSizeMinSize = 0; treeListColumn3.Width = 60; treeListColumn4.AutoSizeMinSize = 0; treeListColumn4.Width = 75; treeListColumn5.AutoSizeMinSize = 0; treeListColumn5.Width = 50; treeListColumn6.AutoSizeMinSize = 0; treeListColumn6.Width = 80; treeListColumn7.AutoSizeMinSize = 0; treeListColumn7.Width = 25; this.viBuffers.Columns.AddRange(new TreelistView.TreeListColumn[] { treeListColumn1, treeListColumn2, treeListColumn3, treeListColumn4, treeListColumn5, treeListColumn6, treeListColumn7}); this.viBuffers.Cursor = System.Windows.Forms.Cursors.Arrow; this.viBuffers.Dock = System.Windows.Forms.DockStyle.Fill; this.viBuffers.GridLineColour = System.Drawing.SystemColors.ControlDark; this.viBuffers.Location = new System.Drawing.Point(3, 16); this.viBuffers.MultiSelect = false; this.viBuffers.Name = "viBuffers"; this.viBuffers.RowOptions.ItemHeight = 20; this.viBuffers.RowOptions.ShowHeader = false; this.viBuffers.Size = new System.Drawing.Size(537, 216); this.viBuffers.TabIndex = 10; this.viBuffers.Text = "treeListView1"; this.viBuffers.TreeColumn = 6; this.viBuffers.ViewOptions.Indent = 0; this.viBuffers.ViewOptions.ShowLine = false; this.viBuffers.ViewOptions.ShowPlusMinus = false; this.viBuffers.NodeDoubleClicked += new TreelistView.TreeListView.NodeDoubleClickedHandler(this.iabuffers_NodeDoubleClicked); this.viBuffers.NodeClicked += new TreelistView.TreeListView.NodeClickedHandler(this.iabuffers_NodeDoubleClicked); this.viBuffers.KeyDown += new System.Windows.Forms.KeyEventHandler(this.defaultCopyPaste_KeyDown); this.viBuffers.Leave += new System.EventHandler(this.disableSelection_Leave); this.viBuffers.MouseClick += new System.Windows.Forms.MouseEventHandler(this.hideDisabledEmpty_MouseClick); this.viBuffers.MouseLeave += new System.EventHandler(this.ia_MouseLeave); this.viBuffers.MouseMove += new System.Windows.Forms.MouseEventHandler(this.iabuffers_MouseMove); // // groupBox2 // this.tableLayoutPanel1.SetColumnSpan(groupBox2, 3); groupBox2.Controls.Add(this.viAttrs); groupBox2.Dock = System.Windows.Forms.DockStyle.Fill; groupBox2.Location = new System.Drawing.Point(3, 3); groupBox2.Name = "groupBox2"; groupBox2.Size = new System.Drawing.Size(1092, 234); groupBox2.TabIndex = 9; groupBox2.TabStop = false; groupBox2.Text = "Attributes"; // // viAttrs // treeListColumn8.AutoSizeMinSize = 0; treeListColumn8.Width = 40; treeListColumn9.AutoSize = true; treeListColumn9.AutoSizeMinSize = 0; treeListColumn9.Width = 200; treeListColumn10.AutoSizeMinSize = 50; treeListColumn10.Width = 75; treeListColumn11.AutoSizeMinSize = 0; treeListColumn11.Width = 90; treeListColumn12.AutoSizeMinSize = 0; treeListColumn12.Width = 150; treeListColumn13.AutoSizeMinSize = 0; treeListColumn13.Width = 75; treeListColumn14.AutoSizeMinSize = 0; treeListColumn14.Width = 25; this.viAttrs.Columns.AddRange(new TreelistView.TreeListColumn[] { treeListColumn8, treeListColumn9, treeListColumn10, treeListColumn11, treeListColumn12, treeListColumn13, treeListColumn14}); this.viAttrs.Cursor = System.Windows.Forms.Cursors.Arrow; this.viAttrs.Dock = System.Windows.Forms.DockStyle.Fill; this.viAttrs.GridLineColour = System.Drawing.SystemColors.ControlDark; this.viAttrs.Location = new System.Drawing.Point(3, 16); this.viAttrs.MultiSelect = false; this.viAttrs.Name = "viAttrs"; this.viAttrs.RowOptions.ItemHeight = 20; this.viAttrs.RowOptions.ShowHeader = false; this.viAttrs.Size = new System.Drawing.Size(1086, 215); this.viAttrs.TabIndex = 12; this.viAttrs.Text = "Input Layouts"; this.viAttrs.TreeColumn = 6; this.viAttrs.ViewOptions.Indent = 0; this.viAttrs.ViewOptions.ShowLine = false; this.viAttrs.ViewOptions.ShowPlusMinus = false; this.viAttrs.NodeDoubleClicked += new TreelistView.TreeListView.NodeDoubleClickedHandler(this.inputLayouts_NodeDoubleClick); this.viAttrs.NodeClicked += new TreelistView.TreeListView.NodeClickedHandler(this.inputLayouts_NodeDoubleClick); this.viAttrs.KeyDown += new System.Windows.Forms.KeyEventHandler(this.defaultCopyPaste_KeyDown); this.viAttrs.Leave += new System.EventHandler(this.disableSelection_Leave); this.viAttrs.MouseClick += new System.Windows.Forms.MouseEventHandler(this.hideDisabledEmpty_MouseClick); this.viAttrs.MouseLeave += new System.EventHandler(this.ia_MouseLeave); this.viAttrs.MouseMove += new System.Windows.Forms.MouseEventHandler(this.iaattrs_MouseMove); // // groupBox44 // groupBox44.Controls.Add(this.meshView); groupBox44.Dock = System.Windows.Forms.DockStyle.Fill; groupBox44.Location = new System.Drawing.Point(552, 243); groupBox44.Name = "groupBox44"; groupBox44.Size = new System.Drawing.Size(213, 235); groupBox44.TabIndex = 11; groupBox44.TabStop = false; groupBox44.Text = "Mesh View"; // // meshView // this.meshView.Cursor = System.Windows.Forms.Cursors.Hand; this.meshView.Dock = System.Windows.Forms.DockStyle.Fill; this.meshView.Image = global::renderdocui.Properties.Resources.wireframe_mesh; this.meshView.Location = new System.Drawing.Point(3, 16); this.meshView.Name = "meshView"; this.meshView.Size = new System.Drawing.Size(207, 216); this.meshView.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage; this.meshView.TabIndex = 0; this.meshView.TabStop = false; this.toolTip.SetToolTip(this.meshView, "View the mesh"); this.meshView.Click += new System.EventHandler(this.meshView_Click); this.meshView.MouseEnter += new System.EventHandler(this.meshView_MouseEnter); this.meshView.MouseLeave += new System.EventHandler(this.meshView_MouseLeave); // // tabVS // this.tabVS.Controls.Add(this.panel2); this.tabVS.Location = new System.Drawing.Point(4, 22); this.tabVS.Name = "tabVS"; this.tabVS.Size = new System.Drawing.Size(1098, 481); this.tabVS.TabIndex = 1; this.tabVS.Text = "Vertex Shader"; this.tabVS.UseVisualStyleBackColor = true; // // panel2 // this.panel2.AutoScroll = true; this.panel2.AutoScrollMinSize = new System.Drawing.Size(0, 300); this.panel2.Controls.Add(this.tableLayoutPanel2); this.panel2.Dock = System.Windows.Forms.DockStyle.Fill; this.panel2.Location = new System.Drawing.Point(0, 0); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(1098, 481); this.panel2.TabIndex = 4; // // tableLayoutPanel2 // this.tableLayoutPanel2.ColumnCount = 1; this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanel2.Controls.Add(this.groupBox3, 0, 0); this.tableLayoutPanel2.Controls.Add(this.groupBox7, 0, 1); this.tableLayoutPanel2.Controls.Add(this.groupBox9, 0, 2); this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanel2.Name = "tableLayoutPanel2"; this.tableLayoutPanel2.RowCount = 3; this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F)); this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel2.Size = new System.Drawing.Size(1082, 500); this.tableLayoutPanel2.TabIndex = 1; // // groupBox3 // this.groupBox3.Controls.Add(this.flowLayoutPanel3); this.groupBox3.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox3.Location = new System.Drawing.Point(3, 3); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(1076, 44); this.groupBox3.TabIndex = 17; this.groupBox3.TabStop = false; this.groupBox3.Text = "Shader"; // // flowLayoutPanel3 // this.flowLayoutPanel3.Controls.Add(this.vsShader); this.flowLayoutPanel3.Controls.Add(this.vsShaderCog); this.flowLayoutPanel3.Controls.Add(this.vsShaderEdit); this.flowLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill; this.flowLayoutPanel3.Location = new System.Drawing.Point(3, 16); this.flowLayoutPanel3.Name = "flowLayoutPanel3"; this.flowLayoutPanel3.Size = new System.Drawing.Size(1070, 25); this.flowLayoutPanel3.TabIndex = 25; // // vsShader // this.vsShader.Anchor = System.Windows.Forms.AnchorStyles.Left; this.vsShader.AutoSize = true; this.vsShader.BackColor = System.Drawing.Color.LightGray; this.vsShader.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.vsShader.Cursor = System.Windows.Forms.Cursors.Hand; this.vsShader.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F); this.vsShader.Location = new System.Drawing.Point(3, 3); this.vsShader.MinimumSize = new System.Drawing.Size(300, 2); this.vsShader.Name = "vsShader"; this.vsShader.Size = new System.Drawing.Size(300, 15); this.vsShader.TabIndex = 24; this.vsShader.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.vsShader.Click += new System.EventHandler(this.shader_Click); this.vsShader.MouseEnter += new System.EventHandler(this.shaderCog_MouseEnter); this.vsShader.MouseLeave += new System.EventHandler(this.shaderCog_MouseLeave); // // vsShaderCog // this.vsShaderCog.Cursor = System.Windows.Forms.Cursors.Hand; this.vsShaderCog.Image = global::renderdocui.Properties.Resources.action; this.vsShaderCog.Location = new System.Drawing.Point(309, 3); this.vsShaderCog.Name = "vsShaderCog"; this.vsShaderCog.Size = new System.Drawing.Size(16, 16); this.vsShaderCog.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize; this.vsShaderCog.TabIndex = 25; this.vsShaderCog.TabStop = false; this.vsShaderCog.Click += new System.EventHandler(this.shader_Click); this.vsShaderCog.MouseEnter += new System.EventHandler(this.shaderCog_MouseEnter); this.vsShaderCog.MouseLeave += new System.EventHandler(this.shaderCog_MouseLeave); // // vsShaderEdit // this.vsShaderEdit.Cursor = System.Windows.Forms.Cursors.Hand; this.vsShaderEdit.Image = global::renderdocui.Properties.Resources.page_white_edit; this.vsShaderEdit.Location = new System.Drawing.Point(331, 3); this.vsShaderEdit.Name = "vsShaderEdit"; this.vsShaderEdit.Size = new System.Drawing.Size(16, 16); this.vsShaderEdit.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize; this.vsShaderEdit.TabIndex = 26; this.vsShaderEdit.TabStop = false; this.toolTip.SetToolTip(this.vsShaderEdit, "HLSL edit and replace this shader"); this.vsShaderEdit.Click += new System.EventHandler(this.shaderedit_Click); // // groupBox7 // this.groupBox7.Controls.Add(this.vsResources); this.groupBox7.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox7.Location = new System.Drawing.Point(3, 53); this.groupBox7.Name = "groupBox7"; this.groupBox7.Size = new System.Drawing.Size(1076, 219); this.groupBox7.TabIndex = 14; this.groupBox7.TabStop = false; this.groupBox7.Text = "Resources"; // // vsResources // treeListColumn15.AutoSizeMinSize = 0; treeListColumn15.Width = 20; treeListColumn16.AutoSizeMinSize = 0; treeListColumn16.Width = 30; treeListColumn17.AutoSizeMinSize = 0; treeListColumn17.Width = 120; treeListColumn18.AutoSizeMinSize = 0; treeListColumn18.Width = 110; treeListColumn19.AutoSizeMinSize = 0; treeListColumn19.Width = 200; treeListColumn19.AutoSize = true; treeListColumn20.AutoSizeMinSize = 0; treeListColumn20.Width = 200; treeListColumn21.AutoSizeMinSize = 0; treeListColumn21.Width = 200; treeListColumn23.AutoSizeMinSize = 0; treeListColumn23.Width = 25; this.vsResources.Columns.AddRange(new TreelistView.TreeListColumn[] { treeListColumn15, treeListColumn16, treeListColumn17, treeListColumn18, treeListColumn19, treeListColumn20, treeListColumn21, treeListColumn23}); this.vsResources.Cursor = System.Windows.Forms.Cursors.Arrow; this.vsResources.Dock = System.Windows.Forms.DockStyle.Fill; this.vsResources.GridLineColour = System.Drawing.SystemColors.ControlDark; this.vsResources.Location = new System.Drawing.Point(3, 16); this.vsResources.MultiSelect = false; this.vsResources.Name = "vsResources"; this.vsResources.RowOptions.HoverHighlight = true; this.vsResources.RowOptions.ItemHeight = 20; this.vsResources.RowOptions.ShowHeader = false; this.vsResources.Size = new System.Drawing.Size(1070, 200); this.vsResources.TabIndex = 1; this.vsResources.Text = "Resources"; this.vsResources.TreeColumn = 7; this.vsResources.ViewOptions.Indent = 0; this.vsResources.ViewOptions.ShowLine = false; this.vsResources.ViewOptions.PadForPlusMinus = false; this.vsResources.NodeDoubleClicked += new TreelistView.TreeListView.NodeDoubleClickedHandler(this.textureCell_CellDoubleClick); this.vsResources.NodeClicked += new TreelistView.TreeListView.NodeClickedHandler(this.textureCell_CellDoubleClick); this.vsResources.KeyDown += new System.Windows.Forms.KeyEventHandler(this.defaultCopyPaste_KeyDown); this.vsResources.Leave += new System.EventHandler(this.disableSelection_Leave); this.vsResources.MouseClick += new System.Windows.Forms.MouseEventHandler(this.hideDisabledEmpty_MouseClick); this.vsResources.MouseLeave += new System.EventHandler(this.resource_MouseLeave); this.vsResources.MouseMove += new System.Windows.Forms.MouseEventHandler(this.resource_MouseMove); // // groupBox9 // this.groupBox9.Controls.Add(this.vsCBuffers); this.groupBox9.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox9.Location = new System.Drawing.Point(3, 278); this.groupBox9.Name = "groupBox9"; this.groupBox9.Size = new System.Drawing.Size(1076, 219); this.groupBox9.TabIndex = 12; this.groupBox9.TabStop = false; this.groupBox9.Text = "Uniform Buffers"; // // vsCBuffers // treeListColumn24.AutoSizeMinSize = 0; treeListColumn24.Width = 20; treeListColumn25.AutoSizeMinSize = 0; treeListColumn25.Width = 30; treeListColumn26.AutoSizeMinSize = 0; treeListColumn26.Width = 120; treeListColumn27.AutoSize = true; treeListColumn27.AutoSizeMinSize = 100; treeListColumn27.Width = 50; treeListColumn28.AutoSizeMinSize = 0; treeListColumn28.Width = 140; treeListColumn29.AutoSizeMinSize = 0; treeListColumn29.Width = 250; treeListColumn30.AutoSizeMinSize = 0; treeListColumn30.Width = 25; this.vsCBuffers.Columns.AddRange(new TreelistView.TreeListColumn[] { treeListColumn24, treeListColumn25, treeListColumn26, treeListColumn27, treeListColumn28, treeListColumn29, treeListColumn30}); this.vsCBuffers.Cursor = System.Windows.Forms.Cursors.Arrow; this.vsCBuffers.Dock = System.Windows.Forms.DockStyle.Fill; this.vsCBuffers.GridLineColour = System.Drawing.SystemColors.ControlDark; this.vsCBuffers.Location = new System.Drawing.Point(3, 16); this.vsCBuffers.MultiSelect = false; this.vsCBuffers.Name = "vsCBuffers"; this.vsCBuffers.RowOptions.HoverHighlight = true; this.vsCBuffers.RowOptions.ItemHeight = 20; this.vsCBuffers.RowOptions.ShowHeader = false; this.vsCBuffers.Size = new System.Drawing.Size(1070, 200); this.vsCBuffers.TabIndex = 11; this.vsCBuffers.Text = "Uniform Buffers"; this.vsCBuffers.TreeColumn = 6; this.vsCBuffers.ViewOptions.Indent = 0; this.vsCBuffers.ViewOptions.PadForPlusMinus = false; this.vsCBuffers.ViewOptions.ShowLine = false; this.vsCBuffers.NodeDoubleClicked += new TreelistView.TreeListView.NodeDoubleClickedHandler(this.cbuffers_NodeDoubleClicked); this.vsCBuffers.NodeClicked += new TreelistView.TreeListView.NodeClickedHandler(this.cbuffers_NodeDoubleClicked); this.vsCBuffers.KeyDown += new System.Windows.Forms.KeyEventHandler(this.defaultCopyPaste_KeyDown); this.vsCBuffers.Leave += new System.EventHandler(this.disableSelection_Leave); this.vsCBuffers.MouseClick += new System.Windows.Forms.MouseEventHandler(this.hideDisabledEmpty_MouseClick); // // tabHS // this.tabHS.Controls.Add(this.panel3); this.tabHS.Location = new System.Drawing.Point(4, 22); this.tabHS.Name = "tabHS"; this.tabHS.Size = new System.Drawing.Size(1098, 481); this.tabHS.TabIndex = 2; this.tabHS.Text = "Hull Shader"; this.tabHS.UseVisualStyleBackColor = true; // // panel3 // this.panel3.AutoScroll = true; this.panel3.AutoScrollMinSize = new System.Drawing.Size(0, 300); this.panel3.Controls.Add(this.tableLayoutPanel3); this.panel3.Dock = System.Windows.Forms.DockStyle.Fill; this.panel3.Location = new System.Drawing.Point(0, 0); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(1098, 481); this.panel3.TabIndex = 4; // // tableLayoutPanel3 // this.tableLayoutPanel3.ColumnCount = 1; this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanel3.Controls.Add(this.groupBox10, 0, 0); this.tableLayoutPanel3.Controls.Add(this.groupBox12, 0, 1); this.tableLayoutPanel3.Controls.Add(this.groupBox15, 0, 2); this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel3.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanel3.Name = "tableLayoutPanel3"; this.tableLayoutPanel3.RowCount = 3; this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F)); this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanel3.Size = new System.Drawing.Size(1082, 500); this.tableLayoutPanel3.TabIndex = 1; // // groupBox10 // this.groupBox10.Controls.Add(this.flowLayoutPanel4); this.groupBox10.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox10.Location = new System.Drawing.Point(3, 3); this.groupBox10.Name = "groupBox10"; this.groupBox10.Size = new System.Drawing.Size(1076, 44); this.groupBox10.TabIndex = 17; this.groupBox10.TabStop = false; this.groupBox10.Text = "Shader"; // // flowLayoutPanel4 // this.flowLayoutPanel4.Controls.Add(this.hsShader); this.flowLayoutPanel4.Controls.Add(this.hsShaderCog); this.flowLayoutPanel4.Controls.Add(this.hsShaderEdit); this.flowLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill; this.flowLayoutPanel4.Location = new System.Drawing.Point(3, 16); this.flowLayoutPanel4.Name = "flowLayoutPanel4"; this.flowLayoutPanel4.Size = new System.Drawing.Size(1070, 25); this.flowLayoutPanel4.TabIndex = 25; // // hsShader // this.hsShader.Anchor = System.Windows.Forms.AnchorStyles.Left; this.hsShader.AutoSize = true; this.hsShader.BackColor = System.Drawing.Color.LightGray; this.hsShader.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.hsShader.Cursor = System.Windows.Forms.Cursors.Hand; this.hsShader.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F); this.hsShader.Location = new System.Drawing.Point(3, 3); this.hsShader.MinimumSize = new System.Drawing.Size(300, 2); this.hsShader.Name = "hsShader"; this.hsShader.Size = new System.Drawing.Size(300, 15); this.hsShader.TabIndex = 24; this.hsShader.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.hsShader.Click += new System.EventHandler(this.shader_Click); this.hsShader.MouseEnter += new System.EventHandler(this.shaderCog_MouseEnter); this.hsShader.MouseLeave += new System.EventHandler(this.shaderCog_MouseLeave); // // hsShaderCog // this.hsShaderCog.Cursor = System.Windows.Forms.Cursors.Hand; this.hsShaderCog.Image = global::renderdocui.Properties.Resources.action; this.hsShaderCog.Location = new System.Drawing.Point(309, 3); this.hsShaderCog.Name = "hsShaderCog"; this.hsShaderCog.Size = new System.Drawing.Size(16, 16); this.hsShaderCog.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize; this.hsShaderCog.TabIndex = 25; this.hsShaderCog.TabStop = false; this.hsShaderCog.Click += new System.EventHandler(this.shader_Click); this.hsShaderCog.MouseEnter += new System.EventHandler(this.shaderCog_MouseEnter); this.hsShaderCog.MouseLeave += new System.EventHandler(this.shaderCog_MouseLeave); // // hsShaderEdit // this.hsShaderEdit.Cursor = System.Windows.Forms.Cursors.Hand; this.hsShaderEdit.Image = global::renderdocui.Properties.Resources.page_white_edit; this.hsShaderEdit.Location = new System.Drawing.Point(331, 3); this.hsShaderEdit.Name = "hsShaderEdit"; this.hsShaderEdit.Size = new System.Drawing.Size(16, 16); this.hsShaderEdit.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize; this.hsShaderEdit.TabIndex = 27; this.hsShaderEdit.TabStop = false; this.toolTip.SetToolTip(this.hsShaderEdit, "HLSL edit and replace this shader"); this.hsShaderEdit.Click += new System.EventHandler(this.shaderedit_Click); // // groupBox12 // this.groupBox12.Controls.Add(this.hsResources); this.groupBox12.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox12.Location = new System.Drawing.Point(3, 53); this.groupBox12.Name = "groupBox12"; this.groupBox12.Size = new System.Drawing.Size(1076, 219); this.groupBox12.TabIndex = 14; this.groupBox12.TabStop = false; this.groupBox12.Text = "Resources"; // // hsResources // treeListColumn31.AutoSizeMinSize = 0; treeListColumn31.Width = 20; treeListColumn32.AutoSizeMinSize = 0; treeListColumn32.Width = 30; treeListColumn33.AutoSizeMinSize = 0; treeListColumn33.Width = 120; treeListColumn34.AutoSizeMinSize = 0; treeListColumn34.Width = 110; treeListColumn35.AutoSizeMinSize = 0; treeListColumn35.Width = 200; treeListColumn35.AutoSize = true; treeListColumn36.AutoSizeMinSize = 0; treeListColumn36.Width = 200; treeListColumn37.AutoSizeMinSize = 0; treeListColumn37.Width = 200; treeListColumn39.AutoSizeMinSize = 0; treeListColumn39.Width = 25; this.hsResources.Columns.AddRange(new TreelistView.TreeListColumn[] { treeListColumn31, treeListColumn32, treeListColumn33, treeListColumn34, treeListColumn35, treeListColumn36, treeListColumn37, treeListColumn39}); this.hsResources.Cursor = System.Windows.Forms.Cursors.Arrow; this.hsResources.Dock = System.Windows.Forms.DockStyle.Fill; this.hsResources.GridLineColour = System.Drawing.SystemColors.ControlDark; this.hsResources.Location = new System.Drawing.Point(3, 16); this.hsResources.MultiSelect = false; this.hsResources.Name = "hsResources"; this.hsResources.RowOptions.HoverHighlight = true; this.hsResources.RowOptions.ItemHeight = 20; this.hsResources.RowOptions.ShowHeader = false; this.hsResources.Size = new System.Drawing.Size(1070, 200); this.hsResources.TabIndex = 1; this.hsResources.Text = "Outputs"; this.hsResources.TreeColumn = 7; this.hsResources.ViewOptions.Indent = 0; this.hsResources.ViewOptions.ShowLine = false; this.hsResources.ViewOptions.PadForPlusMinus = false; this.hsResources.NodeDoubleClicked += new TreelistView.TreeListView.NodeDoubleClickedHandler(this.textureCell_CellDoubleClick); this.hsResources.NodeClicked += new TreelistView.TreeListView.NodeClickedHandler(this.textureCell_CellDoubleClick); this.hsResources.KeyDown += new System.Windows.Forms.KeyEventHandler(this.defaultCopyPaste_KeyDown); this.hsResources.Leave += new System.EventHandler(this.disableSelection_Leave); this.hsResources.MouseClick += new System.Windows.Forms.MouseEventHandler(this.hideDisabledEmpty_MouseClick); this.hsResources.MouseLeave += new System.EventHandler(this.resource_MouseLeave); this.hsResources.MouseMove += new System.Windows.Forms.MouseEventHandler(this.resource_MouseMove); // // groupBox15 // this.groupBox15.Controls.Add(this.hsCBuffers); this.groupBox15.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox15.Location = new System.Drawing.Point(3, 278); this.groupBox15.Name = "groupBox15"; this.groupBox15.Size = new System.Drawing.Size(1076, 219); this.groupBox15.TabIndex = 12; this.groupBox15.TabStop = false; this.groupBox15.Text = "Uniform Buffers"; // // hsCBuffers // treeListColumn40.AutoSizeMinSize = 0; treeListColumn40.Width = 20; treeListColumn41.AutoSizeMinSize = 0; treeListColumn41.Width = 30; treeListColumn42.AutoSizeMinSize = 0; treeListColumn42.Width = 120; treeListColumn43.AutoSize = true; treeListColumn43.AutoSizeMinSize = 100; treeListColumn43.Width = 50; treeListColumn44.AutoSizeMinSize = 0; treeListColumn44.Width = 140; treeListColumn45.AutoSizeMinSize = 0; treeListColumn45.Width = 250; treeListColumn46.AutoSizeMinSize = 0; treeListColumn46.Width = 25; this.hsCBuffers.Columns.AddRange(new TreelistView.TreeListColumn[] { treeListColumn40, treeListColumn41, treeListColumn42, treeListColumn43, treeListColumn44, treeListColumn45, treeListColumn46}); this.hsCBuffers.Cursor = System.Windows.Forms.Cursors.Arrow; this.hsCBuffers.Dock = System.Windows.Forms.DockStyle.Fill; this.hsCBuffers.GridLineColour = System.Drawing.SystemColors.ControlDark; this.hsCBuffers.Location = new System.Drawing.Point(3, 16); this.hsCBuffers.MultiSelect = false; this.hsCBuffers.Name = "hsCBuffers"; this.hsCBuffers.RowOptions.HoverHighlight = true; this.hsCBuffers.RowOptions.ItemHeight = 20; this.hsCBuffers.RowOptions.ShowHeader = false; this.hsCBuffers.Size = new System.Drawing.Size(1070, 200); this.hsCBuffers.TabIndex = 11; this.hsCBuffers.Text = "Uniform Buffers"; this.hsCBuffers.TreeColumn = 6; this.hsCBuffers.ViewOptions.Indent = 0; this.hsCBuffers.ViewOptions.PadForPlusMinus = false; this.hsCBuffers.ViewOptions.ShowLine = false; this.hsCBuffers.NodeDoubleClicked += new TreelistView.TreeListView.NodeDoubleClickedHandler(this.cbuffers_NodeDoubleClicked); this.hsCBuffers.NodeClicked += new TreelistView.TreeListView.NodeClickedHandler(this.cbuffers_NodeDoubleClicked); this.hsCBuffers.KeyDown += new System.Windows.Forms.KeyEventHandler(this.defaultCopyPaste_KeyDown); this.hsCBuffers.Leave += new System.EventHandler(this.disableSelection_Leave); this.hsCBuffers.MouseClick += new System.Windows.Forms.MouseEventHandler(this.hideDisabledEmpty_MouseClick); // // tabDS // this.tabDS.Controls.Add(this.panel4); this.tabDS.Location = new System.Drawing.Point(4, 22); this.tabDS.Name = "tabDS"; this.tabDS.Size = new System.Drawing.Size(1098, 481); this.tabDS.TabIndex = 3; this.tabDS.Text = "Domain Shader"; this.tabDS.UseVisualStyleBackColor = true; // // panel4 // this.panel4.AutoScroll = true; this.panel4.AutoScrollMinSize = new System.Drawing.Size(0, 300); this.panel4.Controls.Add(this.tableLayoutPanel4); this.panel4.Dock = System.Windows.Forms.DockStyle.Fill; this.panel4.Location = new System.Drawing.Point(0, 0); this.panel4.Name = "panel4"; this.panel4.Size = new System.Drawing.Size(1098, 481); this.panel4.TabIndex = 4; // // tableLayoutPanel4 // this.tableLayoutPanel4.ColumnCount = 1; this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanel4.Controls.Add(this.groupBox16, 0, 0); this.tableLayoutPanel4.Controls.Add(this.groupBox18, 0, 1); this.tableLayoutPanel4.Controls.Add(this.groupBox21, 0, 2); this.tableLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel4.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanel4.Name = "tableLayoutPanel4"; this.tableLayoutPanel4.RowCount = 3; this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F)); this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanel4.Size = new System.Drawing.Size(1082, 500); this.tableLayoutPanel4.TabIndex = 1; // // groupBox16 // this.groupBox16.Controls.Add(this.flowLayoutPanel5); this.groupBox16.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox16.Location = new System.Drawing.Point(3, 3); this.groupBox16.Name = "groupBox16"; this.groupBox16.Size = new System.Drawing.Size(1076, 44); this.groupBox16.TabIndex = 17; this.groupBox16.TabStop = false; this.groupBox16.Text = "Shader"; // // flowLayoutPanel5 // this.flowLayoutPanel5.Controls.Add(this.dsShader); this.flowLayoutPanel5.Controls.Add(this.dsShaderCog); this.flowLayoutPanel5.Controls.Add(this.dsShaderEdit); this.flowLayoutPanel5.Dock = System.Windows.Forms.DockStyle.Fill; this.flowLayoutPanel5.Location = new System.Drawing.Point(3, 16); this.flowLayoutPanel5.Name = "flowLayoutPanel5"; this.flowLayoutPanel5.Size = new System.Drawing.Size(1070, 25); this.flowLayoutPanel5.TabIndex = 25; // // dsShader // this.dsShader.Anchor = System.Windows.Forms.AnchorStyles.Left; this.dsShader.AutoSize = true; this.dsShader.BackColor = System.Drawing.Color.LightGray; this.dsShader.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.dsShader.Cursor = System.Windows.Forms.Cursors.Hand; this.dsShader.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F); this.dsShader.Location = new System.Drawing.Point(3, 3); this.dsShader.MinimumSize = new System.Drawing.Size(300, 2); this.dsShader.Name = "dsShader"; this.dsShader.Size = new System.Drawing.Size(300, 15); this.dsShader.TabIndex = 24; this.dsShader.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.dsShader.Click += new System.EventHandler(this.shader_Click); this.dsShader.MouseEnter += new System.EventHandler(this.shaderCog_MouseEnter); this.dsShader.MouseLeave += new System.EventHandler(this.shaderCog_MouseLeave); // // dsShaderCog // this.dsShaderCog.Cursor = System.Windows.Forms.Cursors.Hand; this.dsShaderCog.Image = global::renderdocui.Properties.Resources.action; this.dsShaderCog.Location = new System.Drawing.Point(309, 3); this.dsShaderCog.Name = "dsShaderCog"; this.dsShaderCog.Size = new System.Drawing.Size(16, 16); this.dsShaderCog.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize; this.dsShaderCog.TabIndex = 25; this.dsShaderCog.TabStop = false; this.dsShaderCog.Click += new System.EventHandler(this.shader_Click); this.dsShaderCog.MouseEnter += new System.EventHandler(this.shaderCog_MouseEnter); this.dsShaderCog.MouseLeave += new System.EventHandler(this.shaderCog_MouseLeave); // // dsShaderEdit // this.dsShaderEdit.Cursor = System.Windows.Forms.Cursors.Hand; this.dsShaderEdit.Image = global::renderdocui.Properties.Resources.page_white_edit; this.dsShaderEdit.Location = new System.Drawing.Point(331, 3); this.dsShaderEdit.Name = "dsShaderEdit"; this.dsShaderEdit.Size = new System.Drawing.Size(16, 16); this.dsShaderEdit.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize; this.dsShaderEdit.TabIndex = 28; this.dsShaderEdit.TabStop = false; this.toolTip.SetToolTip(this.dsShaderEdit, "HLSL edit and replace this shader"); this.dsShaderEdit.Click += new System.EventHandler(this.shaderedit_Click); // // groupBox18 // this.groupBox18.Controls.Add(this.dsResources); this.groupBox18.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox18.Location = new System.Drawing.Point(3, 53); this.groupBox18.Name = "groupBox18"; this.groupBox18.Size = new System.Drawing.Size(1076, 219); this.groupBox18.TabIndex = 14; this.groupBox18.TabStop = false; this.groupBox18.Text = "Resources"; // // dsResources // treeListColumn47.AutoSizeMinSize = 0; treeListColumn47.Width = 20; treeListColumn48.AutoSizeMinSize = 0; treeListColumn48.Width = 30; treeListColumn49.AutoSizeMinSize = 0; treeListColumn49.Width = 120; treeListColumn50.AutoSizeMinSize = 0; treeListColumn50.Width = 110; treeListColumn51.AutoSizeMinSize = 0; treeListColumn51.Width = 200; treeListColumn51.AutoSize = true; treeListColumn52.AutoSizeMinSize = 0; treeListColumn52.Width = 200; treeListColumn53.AutoSizeMinSize = 0; treeListColumn53.Width = 200; treeListColumn55.AutoSizeMinSize = 0; treeListColumn55.Width = 25; this.dsResources.Columns.AddRange(new TreelistView.TreeListColumn[] { treeListColumn47, treeListColumn48, treeListColumn49, treeListColumn50, treeListColumn51, treeListColumn52, treeListColumn53, treeListColumn55}); this.dsResources.Cursor = System.Windows.Forms.Cursors.Arrow; this.dsResources.Dock = System.Windows.Forms.DockStyle.Fill; this.dsResources.GridLineColour = System.Drawing.SystemColors.ControlDark; this.dsResources.Location = new System.Drawing.Point(3, 16); this.dsResources.MultiSelect = false; this.dsResources.Name = "dsResources"; this.dsResources.RowOptions.HoverHighlight = true; this.dsResources.RowOptions.ItemHeight = 20; this.dsResources.RowOptions.ShowHeader = false; this.dsResources.Size = new System.Drawing.Size(1070, 200); this.dsResources.TabIndex = 1; this.dsResources.Text = "Outputs"; this.dsResources.TreeColumn = 7; this.dsResources.ViewOptions.Indent = 0; this.dsResources.ViewOptions.ShowLine = false; this.dsResources.ViewOptions.PadForPlusMinus = false; this.dsResources.NodeDoubleClicked += new TreelistView.TreeListView.NodeDoubleClickedHandler(this.textureCell_CellDoubleClick); this.dsResources.NodeClicked += new TreelistView.TreeListView.NodeClickedHandler(this.textureCell_CellDoubleClick); this.dsResources.KeyDown += new System.Windows.Forms.KeyEventHandler(this.defaultCopyPaste_KeyDown); this.dsResources.Leave += new System.EventHandler(this.disableSelection_Leave); this.dsResources.MouseClick += new System.Windows.Forms.MouseEventHandler(this.hideDisabledEmpty_MouseClick); this.dsResources.MouseLeave += new System.EventHandler(this.resource_MouseLeave); this.dsResources.MouseMove += new System.Windows.Forms.MouseEventHandler(this.resource_MouseMove); // // groupBox21 // this.groupBox21.Controls.Add(this.dsCBuffers); this.groupBox21.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox21.Location = new System.Drawing.Point(3, 278); this.groupBox21.Name = "groupBox21"; this.groupBox21.Size = new System.Drawing.Size(1076, 219); this.groupBox21.TabIndex = 12; this.groupBox21.TabStop = false; this.groupBox21.Text = "Uniform Buffers"; // // dsCBuffers // treeListColumn56.AutoSizeMinSize = 0; treeListColumn56.Width = 20; treeListColumn57.AutoSizeMinSize = 0; treeListColumn57.Width = 30; treeListColumn58.AutoSizeMinSize = 0; treeListColumn58.Width = 120; treeListColumn59.AutoSize = true; treeListColumn59.AutoSizeMinSize = 100; treeListColumn59.Width = 50; treeListColumn60.AutoSizeMinSize = 0; treeListColumn60.Width = 140; treeListColumn61.AutoSizeMinSize = 0; treeListColumn61.Width = 250; treeListColumn62.AutoSizeMinSize = 0; treeListColumn62.Width = 25; this.dsCBuffers.Columns.AddRange(new TreelistView.TreeListColumn[] { treeListColumn56, treeListColumn57, treeListColumn58, treeListColumn59, treeListColumn60, treeListColumn61, treeListColumn62}); this.dsCBuffers.Cursor = System.Windows.Forms.Cursors.Arrow; this.dsCBuffers.Dock = System.Windows.Forms.DockStyle.Fill; this.dsCBuffers.GridLineColour = System.Drawing.SystemColors.ControlDark; this.dsCBuffers.Location = new System.Drawing.Point(3, 16); this.dsCBuffers.MultiSelect = false; this.dsCBuffers.Name = "dsCBuffers"; this.dsCBuffers.RowOptions.HoverHighlight = true; this.dsCBuffers.RowOptions.ItemHeight = 20; this.dsCBuffers.RowOptions.ShowHeader = false; this.dsCBuffers.Size = new System.Drawing.Size(1070, 200); this.dsCBuffers.TabIndex = 11; this.dsCBuffers.Text = "Uniform Buffers"; this.dsCBuffers.TreeColumn = 5; this.dsCBuffers.ViewOptions.Indent = 0; this.dsCBuffers.ViewOptions.PadForPlusMinus = false; this.dsCBuffers.ViewOptions.ShowLine = false; this.dsCBuffers.NodeDoubleClicked += new TreelistView.TreeListView.NodeDoubleClickedHandler(this.cbuffers_NodeDoubleClicked); this.dsCBuffers.NodeClicked += new TreelistView.TreeListView.NodeClickedHandler(this.cbuffers_NodeDoubleClicked); this.dsCBuffers.KeyDown += new System.Windows.Forms.KeyEventHandler(this.defaultCopyPaste_KeyDown); this.dsCBuffers.Leave += new System.EventHandler(this.disableSelection_Leave); this.dsCBuffers.MouseClick += new System.Windows.Forms.MouseEventHandler(this.hideDisabledEmpty_MouseClick); // // tabGS // this.tabGS.Controls.Add(this.panel5); this.tabGS.Location = new System.Drawing.Point(4, 22); this.tabGS.Name = "tabGS"; this.tabGS.Size = new System.Drawing.Size(1098, 481); this.tabGS.TabIndex = 4; this.tabGS.Text = "Geometry Shader"; this.tabGS.UseVisualStyleBackColor = true; // // panel5 // this.panel5.AutoScroll = true; this.panel5.AutoScrollMinSize = new System.Drawing.Size(0, 300); this.panel5.Controls.Add(this.geomTableLayout); this.panel5.Dock = System.Windows.Forms.DockStyle.Fill; this.panel5.Location = new System.Drawing.Point(0, 0); this.panel5.Name = "panel5"; this.panel5.Size = new System.Drawing.Size(1098, 481); this.panel5.TabIndex = 4; // // geomTableLayout // this.geomTableLayout.ColumnCount = 1; this.geomTableLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.geomTableLayout.Controls.Add(this.groupBox22, 0, 0); this.geomTableLayout.Controls.Add(this.groupBox24, 0, 1); this.geomTableLayout.Controls.Add(this.geomCBufGroupBox, 0, 2); this.geomTableLayout.Dock = System.Windows.Forms.DockStyle.Fill; this.geomTableLayout.Location = new System.Drawing.Point(0, 0); this.geomTableLayout.Name = "geomTableLayout"; this.geomTableLayout.RowCount = 3; this.geomTableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F)); this.geomTableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.geomTableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.geomTableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.geomTableLayout.Size = new System.Drawing.Size(1082, 500); this.geomTableLayout.TabIndex = 1; // // groupBox22 // this.groupBox22.Controls.Add(this.flowLayoutPanel2); this.groupBox22.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox22.Location = new System.Drawing.Point(3, 3); this.groupBox22.Name = "groupBox22"; this.groupBox22.Size = new System.Drawing.Size(1076, 44); this.groupBox22.TabIndex = 17; this.groupBox22.TabStop = false; this.groupBox22.Text = "Shader"; // // flowLayoutPanel2 // this.flowLayoutPanel2.Controls.Add(this.gsShader); this.flowLayoutPanel2.Controls.Add(this.gsShaderCog); this.flowLayoutPanel2.Controls.Add(this.gsShaderEdit); this.flowLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill; this.flowLayoutPanel2.Location = new System.Drawing.Point(3, 16); this.flowLayoutPanel2.Name = "flowLayoutPanel2"; this.flowLayoutPanel2.Size = new System.Drawing.Size(1070, 25); this.flowLayoutPanel2.TabIndex = 25; // // gsShader // this.gsShader.Anchor = System.Windows.Forms.AnchorStyles.Left; this.gsShader.AutoSize = true; this.gsShader.BackColor = System.Drawing.Color.LightGray; this.gsShader.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.gsShader.Cursor = System.Windows.Forms.Cursors.Hand; this.gsShader.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F); this.gsShader.Location = new System.Drawing.Point(3, 3); this.gsShader.MinimumSize = new System.Drawing.Size(300, 2); this.gsShader.Name = "gsShader"; this.gsShader.Size = new System.Drawing.Size(300, 15); this.gsShader.TabIndex = 24; this.gsShader.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.gsShader.Click += new System.EventHandler(this.shader_Click); this.gsShader.MouseEnter += new System.EventHandler(this.shaderCog_MouseEnter); this.gsShader.MouseLeave += new System.EventHandler(this.shaderCog_MouseLeave); // // gsShaderCog // this.gsShaderCog.Cursor = System.Windows.Forms.Cursors.Hand; this.gsShaderCog.Image = global::renderdocui.Properties.Resources.action; this.gsShaderCog.Location = new System.Drawing.Point(309, 3); this.gsShaderCog.Name = "gsShaderCog"; this.gsShaderCog.Size = new System.Drawing.Size(16, 16); this.gsShaderCog.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize; this.gsShaderCog.TabIndex = 25; this.gsShaderCog.TabStop = false; this.gsShaderCog.Click += new System.EventHandler(this.shader_Click); this.gsShaderCog.MouseEnter += new System.EventHandler(this.shaderCog_MouseEnter); this.gsShaderCog.MouseLeave += new System.EventHandler(this.shaderCog_MouseLeave); // // gsShaderEdit // this.gsShaderEdit.Cursor = System.Windows.Forms.Cursors.Hand; this.gsShaderEdit.Image = global::renderdocui.Properties.Resources.page_white_edit; this.gsShaderEdit.Location = new System.Drawing.Point(331, 3); this.gsShaderEdit.Name = "gsShaderEdit"; this.gsShaderEdit.Size = new System.Drawing.Size(16, 16); this.gsShaderEdit.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize; this.gsShaderEdit.TabIndex = 28; this.gsShaderEdit.TabStop = false; this.toolTip.SetToolTip(this.gsShaderEdit, "HLSL edit and replace this shader"); this.gsShaderEdit.Click += new System.EventHandler(this.shaderedit_Click); // // groupBox24 // this.groupBox24.Controls.Add(this.gsResources); this.groupBox24.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox24.Location = new System.Drawing.Point(3, 53); this.groupBox24.Name = "groupBox24"; this.groupBox24.Size = new System.Drawing.Size(1076, 219); this.groupBox24.TabIndex = 14; this.groupBox24.TabStop = false; this.groupBox24.Text = "Resources"; // // gsResources // treeListColumn63.AutoSizeMinSize = 0; treeListColumn63.Width = 20; treeListColumn64.AutoSizeMinSize = 0; treeListColumn64.Width = 30; treeListColumn65.AutoSizeMinSize = 0; treeListColumn65.Width = 120; treeListColumn66.AutoSizeMinSize = 0; treeListColumn66.Width = 110; treeListColumn67.AutoSizeMinSize = 0; treeListColumn67.Width = 200; treeListColumn67.AutoSize = true; treeListColumn68.AutoSizeMinSize = 0; treeListColumn68.Width = 200; treeListColumn69.AutoSizeMinSize = 0; treeListColumn69.Width = 200; treeListColumn71.AutoSizeMinSize = 0; treeListColumn71.Width = 25; this.gsResources.Columns.AddRange(new TreelistView.TreeListColumn[] { treeListColumn63, treeListColumn64, treeListColumn65, treeListColumn66, treeListColumn67, treeListColumn68, treeListColumn69, treeListColumn71}); this.gsResources.Cursor = System.Windows.Forms.Cursors.Arrow; this.gsResources.Dock = System.Windows.Forms.DockStyle.Fill; this.gsResources.GridLineColour = System.Drawing.SystemColors.ControlDark; this.gsResources.Location = new System.Drawing.Point(3, 16); this.gsResources.MultiSelect = false; this.gsResources.Name = "gsResources"; this.gsResources.RowOptions.HoverHighlight = true; this.gsResources.RowOptions.ItemHeight = 20; this.gsResources.RowOptions.ShowHeader = false; this.gsResources.Size = new System.Drawing.Size(1070, 200); this.gsResources.TabIndex = 1; this.gsResources.Text = "Outputs"; this.gsResources.TreeColumn = 7; this.gsResources.ViewOptions.Indent = 0; this.gsResources.ViewOptions.ShowLine = false; this.gsResources.ViewOptions.PadForPlusMinus = false; this.gsResources.NodeDoubleClicked += new TreelistView.TreeListView.NodeDoubleClickedHandler(this.textureCell_CellDoubleClick); this.gsResources.NodeClicked += new TreelistView.TreeListView.NodeClickedHandler(this.textureCell_CellDoubleClick); this.gsResources.KeyDown += new System.Windows.Forms.KeyEventHandler(this.defaultCopyPaste_KeyDown); this.gsResources.Leave += new System.EventHandler(this.disableSelection_Leave); this.gsResources.MouseClick += new System.Windows.Forms.MouseEventHandler(this.hideDisabledEmpty_MouseClick); this.gsResources.MouseLeave += new System.EventHandler(this.resource_MouseLeave); this.gsResources.MouseMove += new System.Windows.Forms.MouseEventHandler(this.resource_MouseMove); // // geomCBufGroupBox // this.geomCBufGroupBox.Controls.Add(this.gsCBuffers); this.geomCBufGroupBox.Dock = System.Windows.Forms.DockStyle.Fill; this.geomCBufGroupBox.Location = new System.Drawing.Point(3, 278); this.geomCBufGroupBox.Name = "geomCBufGroupBox"; this.geomCBufGroupBox.Size = new System.Drawing.Size(1076, 219); this.geomCBufGroupBox.TabIndex = 12; this.geomCBufGroupBox.TabStop = false; this.geomCBufGroupBox.Text = "Uniform Buffers"; // // gsCBuffers // treeListColumn72.AutoSizeMinSize = 0; treeListColumn72.Width = 20; treeListColumn73.AutoSizeMinSize = 0; treeListColumn73.Width = 30; treeListColumn74.AutoSizeMinSize = 0; treeListColumn74.Width = 120; treeListColumn75.AutoSize = true; treeListColumn75.AutoSizeMinSize = 100; treeListColumn75.Width = 50; treeListColumn76.AutoSizeMinSize = 0; treeListColumn76.Width = 140; treeListColumn77.AutoSizeMinSize = 0; treeListColumn77.Width = 250; treeListColumn78.AutoSizeMinSize = 0; treeListColumn78.Width = 25; this.gsCBuffers.Columns.AddRange(new TreelistView.TreeListColumn[] { treeListColumn72, treeListColumn73, treeListColumn74, treeListColumn75, treeListColumn76, treeListColumn77, treeListColumn78}); this.gsCBuffers.Cursor = System.Windows.Forms.Cursors.Arrow; this.gsCBuffers.Dock = System.Windows.Forms.DockStyle.Fill; this.gsCBuffers.GridLineColour = System.Drawing.SystemColors.ControlDark; this.gsCBuffers.Location = new System.Drawing.Point(3, 16); this.gsCBuffers.MultiSelect = false; this.gsCBuffers.Name = "gsCBuffers"; this.gsCBuffers.RowOptions.HoverHighlight = true; this.gsCBuffers.RowOptions.ItemHeight = 20; this.gsCBuffers.RowOptions.ShowHeader = false; this.gsCBuffers.Size = new System.Drawing.Size(1070, 200); this.gsCBuffers.TabIndex = 11; this.gsCBuffers.Text = "Samplers"; this.gsCBuffers.TreeColumn = 5; this.gsCBuffers.ViewOptions.Indent = 0; this.gsCBuffers.ViewOptions.PadForPlusMinus = false; this.gsCBuffers.ViewOptions.ShowLine = false; this.gsCBuffers.NodeDoubleClicked += new TreelistView.TreeListView.NodeDoubleClickedHandler(this.cbuffers_NodeDoubleClicked); this.gsCBuffers.NodeClicked += new TreelistView.TreeListView.NodeClickedHandler(this.cbuffers_NodeDoubleClicked); this.gsCBuffers.KeyDown += new System.Windows.Forms.KeyEventHandler(this.defaultCopyPaste_KeyDown); this.gsCBuffers.Leave += new System.EventHandler(this.disableSelection_Leave); this.gsCBuffers.MouseClick += new System.Windows.Forms.MouseEventHandler(this.hideDisabledEmpty_MouseClick); // // tabRS // this.tabRS.Controls.Add(this.panel8); this.tabRS.Location = new System.Drawing.Point(4, 22); this.tabRS.Name = "tabRS"; this.tabRS.Size = new System.Drawing.Size(1098, 481); this.tabRS.TabIndex = 5; this.tabRS.Text = "Rasterizer"; this.tabRS.UseVisualStyleBackColor = true; // // panel8 // this.panel8.AutoScroll = true; this.panel8.AutoScrollMinSize = new System.Drawing.Size(500, 220); this.panel8.Controls.Add(this.tableLayoutPanel14); this.panel8.Dock = System.Windows.Forms.DockStyle.Fill; this.panel8.Location = new System.Drawing.Point(0, 0); this.panel8.Name = "panel8"; this.panel8.Size = new System.Drawing.Size(1098, 481); this.panel8.TabIndex = 2; // // tableLayoutPanel14 // this.tableLayoutPanel14.AutoScroll = true; this.tableLayoutPanel14.AutoScrollMinSize = new System.Drawing.Size(500, 0); this.tableLayoutPanel14.ColumnCount = 2; this.tableLayoutPanel14.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel14.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel14.Controls.Add(this.groupBox32, 0, 1); this.tableLayoutPanel14.Controls.Add(groupBox42, 1, 1); this.tableLayoutPanel14.Controls.Add(this.groupBox5, 1, 0); this.tableLayoutPanel14.Controls.Add(this.groupBox31, 0, 0); this.tableLayoutPanel14.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel14.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanel14.Name = "tableLayoutPanel14"; this.tableLayoutPanel14.RowCount = 3; this.tableLayoutPanel14.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel14.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel14.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanel14.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanel14.Size = new System.Drawing.Size(1098, 481); this.tableLayoutPanel14.TabIndex = 1; // // groupBox32 // this.groupBox32.Controls.Add(this.viewports); this.groupBox32.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox32.Location = new System.Drawing.Point(3, 106); this.groupBox32.Name = "groupBox32"; this.groupBox32.Size = new System.Drawing.Size(543, 352); this.groupBox32.TabIndex = 1; this.groupBox32.TabStop = false; this.groupBox32.Text = "Viewports"; // // viewports // treeListColumn79.AutoSizeMinSize = 0; treeListColumn79.Width = 50; treeListColumn80.AutoSizeMinSize = 0; treeListColumn80.Width = 50; treeListColumn81.AutoSizeMinSize = 0; treeListColumn81.Width = 50; treeListColumn82.AutoSizeMinSize = 0; treeListColumn82.Width = 50; treeListColumn83.AutoSizeMinSize = 0; treeListColumn83.Width = 50; treeListColumn84.AutoSizeMinSize = 0; treeListColumn84.Width = 70; treeListColumn85.AutoSize = true; treeListColumn85.AutoSizeMinSize = 60; treeListColumn85.Width = 60; this.viewports.Columns.AddRange(new TreelistView.TreeListColumn[] { treeListColumn79, treeListColumn80, treeListColumn81, treeListColumn82, treeListColumn83, treeListColumn84, treeListColumn85}); this.viewports.Cursor = System.Windows.Forms.Cursors.Arrow; this.viewports.Dock = System.Windows.Forms.DockStyle.Fill; this.viewports.GridLineColour = System.Drawing.SystemColors.ControlDark; this.viewports.Location = new System.Drawing.Point(3, 16); this.viewports.MultiSelect = false; this.viewports.Name = "viewports"; this.viewports.RowOptions.ItemHeight = 20; this.viewports.RowOptions.ShowHeader = false; this.viewports.Size = new System.Drawing.Size(537, 333); this.viewports.TabIndex = 0; this.viewports.Text = "Viewports"; this.viewports.TreeColumn = -1; this.viewports.ViewOptions.ShowPlusMinus = false; this.viewports.KeyDown += new System.Windows.Forms.KeyEventHandler(this.defaultCopyPaste_KeyDown); this.viewports.Leave += new System.EventHandler(this.disableSelection_Leave); this.viewports.MouseClick += new System.Windows.Forms.MouseEventHandler(this.hideDisabledEmpty_MouseClick); // // groupBox42 // groupBox42.Controls.Add(this.scissors); groupBox42.Dock = System.Windows.Forms.DockStyle.Fill; groupBox42.Location = new System.Drawing.Point(552, 106); groupBox42.Name = "groupBox42"; groupBox42.Size = new System.Drawing.Size(543, 352); groupBox42.TabIndex = 2; groupBox42.TabStop = false; groupBox42.Text = "Scissor Regions"; // // scissors // treeListColumn86.AutoSizeMinSize = 0; treeListColumn86.Width = 80; treeListColumn87.AutoSizeMinSize = 0; treeListColumn87.Width = 50; treeListColumn88.AutoSizeMinSize = 0; treeListColumn88.Width = 50; treeListColumn89.AutoSizeMinSize = 0; treeListColumn89.Width = 50; treeListColumn90.AutoSize = true; treeListColumn90.AutoSizeMinSize = 50; treeListColumn90.Width = 50; this.scissors.Columns.AddRange(new TreelistView.TreeListColumn[] { treeListColumn86, treeListColumn87, treeListColumn88, treeListColumn89, treeListColumn90}); this.scissors.Cursor = System.Windows.Forms.Cursors.Arrow; this.scissors.Dock = System.Windows.Forms.DockStyle.Fill; this.scissors.GridLineColour = System.Drawing.SystemColors.ControlDark; this.scissors.Location = new System.Drawing.Point(3, 16); this.scissors.MultiSelect = false; this.scissors.Name = "scissors"; this.scissors.RowOptions.ItemHeight = 20; this.scissors.RowOptions.ShowHeader = false; this.scissors.Size = new System.Drawing.Size(537, 333); this.scissors.TabIndex = 1; this.scissors.Text = "Scissor Regions"; this.scissors.TreeColumn = -1; this.scissors.ViewOptions.ShowPlusMinus = false; this.scissors.KeyDown += new System.Windows.Forms.KeyEventHandler(this.defaultCopyPaste_KeyDown); this.scissors.Leave += new System.EventHandler(this.disableSelection_Leave); this.scissors.MouseClick += new System.Windows.Forms.MouseEventHandler(this.hideDisabledEmpty_MouseClick); // // groupBox5 // this.groupBox5.Controls.Add(this.tableLayoutPanel5); this.groupBox5.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox5.Location = new System.Drawing.Point(552, 3); this.groupBox5.MinimumSize = new System.Drawing.Size(360, 0); this.groupBox5.Name = "groupBox5"; this.groupBox5.Size = new System.Drawing.Size(543, 97); this.groupBox5.TabIndex = 3; this.groupBox5.TabStop = false; this.groupBox5.Text = "Multisample State"; // // tableLayoutPanel5 // this.tableLayoutPanel5.AutoSize = true; this.tableLayoutPanel5.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single; this.tableLayoutPanel5.ColumnCount = 4; this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanel5.Controls.Add(label7, 0, 1); this.tableLayoutPanel5.Controls.Add(this.label12, 2, 1); this.tableLayoutPanel5.Controls.Add(this.minSampleShading, 1, 1); this.tableLayoutPanel5.Controls.Add(this.sampleMask, 3, 1); this.tableLayoutPanel5.Controls.Add(label25, 0, 0); this.tableLayoutPanel5.Controls.Add(label26, 2, 0); this.tableLayoutPanel5.Controls.Add(this.sampleCount, 1, 0); this.tableLayoutPanel5.Controls.Add(this.sampleShading, 3, 0); this.tableLayoutPanel5.Location = new System.Drawing.Point(3, 16); this.tableLayoutPanel5.MinimumSize = new System.Drawing.Size(350, 0); this.tableLayoutPanel5.Name = "tableLayoutPanel5"; this.tableLayoutPanel5.RowCount = 2; this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50.00001F)); this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanel5.Size = new System.Drawing.Size(350, 78); this.tableLayoutPanel5.TabIndex = 0; // // label7 // label7.Anchor = System.Windows.Forms.AnchorStyles.Right; label7.AutoSize = true; label7.Location = new System.Drawing.Point(4, 51); label7.Name = "label7"; label7.Size = new System.Drawing.Size(107, 13); label7.TabIndex = 0; label7.Text = "Min Sample Shading:"; // // label12 // this.label12.Anchor = System.Windows.Forms.AnchorStyles.Right; this.label12.AutoSize = true; this.label12.Location = new System.Drawing.Point(170, 51); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(74, 13); this.label12.TabIndex = 1; this.label12.Text = "Sample Mask:"; // // minSampleShading // this.minSampleShading.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.minSampleShading.AutoSize = true; this.minSampleShading.BackColor = System.Drawing.Color.Transparent; this.minSampleShading.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.minSampleShading.Location = new System.Drawing.Point(118, 48); this.minSampleShading.Name = "minSampleShading"; this.minSampleShading.Size = new System.Drawing.Size(32, 19); this.minSampleShading.TabIndex = 3; this.minSampleShading.Text = "0.0"; this.minSampleShading.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // sampleMask // this.sampleMask.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.sampleMask.AutoSize = true; this.sampleMask.BackColor = System.Drawing.Color.Transparent; this.sampleMask.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.sampleMask.Location = new System.Drawing.Point(251, 48); this.sampleMask.Name = "sampleMask"; this.sampleMask.Size = new System.Drawing.Size(95, 19); this.sampleMask.TabIndex = 4; this.sampleMask.Text = "FFFFFFFF"; this.sampleMask.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label25 // label25.Anchor = System.Windows.Forms.AnchorStyles.Right; label25.AutoSize = true; label25.Location = new System.Drawing.Point(35, 13); label25.Name = "label25"; label25.Size = new System.Drawing.Size(76, 13); label25.TabIndex = 6; label25.Text = "Sample Count:"; // // label26 // label26.Anchor = System.Windows.Forms.AnchorStyles.Right; label26.AutoSize = true; label26.Location = new System.Drawing.Point(157, 13); label26.Name = "label26"; label26.Size = new System.Drawing.Size(87, 13); label26.TabIndex = 7; label26.Text = "Sample Shading:"; // // sampleCount // this.sampleCount.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.sampleCount.AutoSize = true; this.sampleCount.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.sampleCount.Location = new System.Drawing.Point(118, 10); this.sampleCount.Name = "sampleCount"; this.sampleCount.Size = new System.Drawing.Size(32, 19); this.sampleCount.TabIndex = 17; this.sampleCount.Text = "1"; this.sampleCount.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // sampleShading // this.sampleShading.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.sampleShading.Image = ((System.Drawing.Image)(resources.GetObject("sampleShading.Image"))); this.sampleShading.Location = new System.Drawing.Point(251, 11); this.sampleShading.Name = "sampleShading"; this.sampleShading.Size = new System.Drawing.Size(95, 16); this.sampleShading.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage; this.sampleShading.TabIndex = 22; this.sampleShading.TabStop = false; // // groupBox31 // this.groupBox31.Controls.Add(this.tableLayoutPanel8); this.groupBox31.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox31.Location = new System.Drawing.Point(3, 3); this.groupBox31.MinimumSize = new System.Drawing.Size(430, 0); this.groupBox31.Name = "groupBox31"; this.groupBox31.Size = new System.Drawing.Size(543, 97); this.groupBox31.TabIndex = 0; this.groupBox31.TabStop = false; this.groupBox31.Text = "Rasterizer State"; // // tableLayoutPanel8 // this.tableLayoutPanel8.AutoSize = true; this.tableLayoutPanel8.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single; this.tableLayoutPanel8.ColumnCount = 6; this.tableLayoutPanel8.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanel8.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanel8.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanel8.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanel8.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanel8.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanel8.Controls.Add(this.frontCCW, 5, 0); this.tableLayoutPanel8.Controls.Add(this.cullMode, 3, 0); this.tableLayoutPanel8.Controls.Add(label1, 0, 1); this.tableLayoutPanel8.Controls.Add(this.label2, 2, 1); this.tableLayoutPanel8.Controls.Add(this.label5, 4, 1); this.tableLayoutPanel8.Controls.Add(this.depthBias, 1, 1); this.tableLayoutPanel8.Controls.Add(this.depthBiasClamp, 3, 1); this.tableLayoutPanel8.Controls.Add(this.slopeScaledBias, 5, 1); this.tableLayoutPanel8.Controls.Add(label15, 0, 0); this.tableLayoutPanel8.Controls.Add(label16, 2, 0); this.tableLayoutPanel8.Controls.Add(label17, 4, 0); this.tableLayoutPanel8.Controls.Add(this.label18, 0, 2); this.tableLayoutPanel8.Controls.Add(this.label19, 2, 2); this.tableLayoutPanel8.Controls.Add(this.depthClamp, 1, 2); this.tableLayoutPanel8.Controls.Add(this.fillMode, 1, 0); this.tableLayoutPanel8.Controls.Add(this.rasterizerDiscard, 3, 2); this.tableLayoutPanel8.Controls.Add(this.label14, 4, 2); this.tableLayoutPanel8.Controls.Add(this.lineWidth, 5, 2); this.tableLayoutPanel8.Location = new System.Drawing.Point(3, 16); this.tableLayoutPanel8.MinimumSize = new System.Drawing.Size(420, 0); this.tableLayoutPanel8.Name = "tableLayoutPanel8"; this.tableLayoutPanel8.RowCount = 3; this.tableLayoutPanel8.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F)); this.tableLayoutPanel8.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F)); this.tableLayoutPanel8.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F)); this.tableLayoutPanel8.Size = new System.Drawing.Size(420, 78); this.tableLayoutPanel8.TabIndex = 0; // // frontCCW // this.frontCCW.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.frontCCW.Image = ((System.Drawing.Image)(resources.GetObject("frontCCW.Image"))); this.frontCCW.Location = new System.Drawing.Point(383, 5); this.frontCCW.Name = "frontCCW"; this.frontCCW.Size = new System.Drawing.Size(33, 16); this.frontCCW.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage; this.frontCCW.TabIndex = 19; this.frontCCW.TabStop = false; // // cullMode // this.cullMode.Anchor = System.Windows.Forms.AnchorStyles.Left; this.cullMode.AutoSize = true; this.cullMode.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.cullMode.Location = new System.Drawing.Point(227, 3); this.cullMode.Name = "cullMode"; this.cullMode.Size = new System.Drawing.Size(46, 19); this.cullMode.TabIndex = 18; this.cullMode.Text = "Front"; // // label1 // label1.Anchor = System.Windows.Forms.AnchorStyles.Right; label1.AutoSize = true; label1.Location = new System.Drawing.Point(4, 31); label1.Name = "label1"; label1.Size = new System.Drawing.Size(62, 13); label1.TabIndex = 0; label1.Text = "Depth Bias:"; // // label2 // this.label2.Anchor = System.Windows.Forms.AnchorStyles.Right; this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(126, 31); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(94, 13); this.label2.TabIndex = 1; this.label2.Text = "Depth Bias Clamp:"; // // label5 // this.label5.Anchor = System.Windows.Forms.AnchorStyles.Right; this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(280, 31); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(96, 13); this.label5.TabIndex = 2; this.label5.Text = "Slope-Scaled Bias:"; // // depthBias // this.depthBias.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.depthBias.AutoSize = true; this.depthBias.BackColor = System.Drawing.Color.Transparent; this.depthBias.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.depthBias.Location = new System.Drawing.Point(73, 28); this.depthBias.Name = "depthBias"; this.depthBias.Size = new System.Drawing.Size(44, 19); this.depthBias.TabIndex = 3; this.depthBias.Text = "0"; this.depthBias.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // depthBiasClamp // this.depthBiasClamp.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.depthBiasClamp.AutoSize = true; this.depthBiasClamp.BackColor = System.Drawing.Color.Transparent; this.depthBiasClamp.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.depthBiasClamp.Location = new System.Drawing.Point(227, 28); this.depthBiasClamp.Name = "depthBiasClamp"; this.depthBiasClamp.Size = new System.Drawing.Size(46, 19); this.depthBiasClamp.TabIndex = 4; this.depthBiasClamp.Text = "0.0"; this.depthBiasClamp.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // slopeScaledBias // this.slopeScaledBias.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.slopeScaledBias.AutoSize = true; this.slopeScaledBias.BackColor = System.Drawing.Color.Transparent; this.slopeScaledBias.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.slopeScaledBias.Location = new System.Drawing.Point(383, 28); this.slopeScaledBias.Name = "slopeScaledBias"; this.slopeScaledBias.Size = new System.Drawing.Size(33, 19); this.slopeScaledBias.TabIndex = 5; this.slopeScaledBias.Text = "0.0"; this.slopeScaledBias.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label15 // label15.Anchor = System.Windows.Forms.AnchorStyles.Right; label15.AutoSize = true; label15.Location = new System.Drawing.Point(14, 6); label15.Name = "label15"; label15.Size = new System.Drawing.Size(52, 13); label15.TabIndex = 6; label15.Text = "Fill Mode:"; // // label16 // label16.Anchor = System.Windows.Forms.AnchorStyles.Right; label16.AutoSize = true; label16.Location = new System.Drawing.Point(163, 6); label16.Name = "label16"; label16.Size = new System.Drawing.Size(57, 13); label16.TabIndex = 7; label16.Text = "Cull Mode:"; // // label17 // label17.Anchor = System.Windows.Forms.AnchorStyles.Right; label17.AutoSize = true; label17.Location = new System.Drawing.Point(314, 6); label17.Name = "label17"; label17.Size = new System.Drawing.Size(62, 13); label17.TabIndex = 8; label17.Text = "Front CCW:"; // // label18 // this.label18.Anchor = System.Windows.Forms.AnchorStyles.Right; this.label18.AutoSize = true; this.label18.Location = new System.Drawing.Point(7, 57); this.label18.Name = "label18"; this.label18.Size = new System.Drawing.Size(59, 13); this.label18.TabIndex = 9; this.label18.Text = "Depth Clamp:"; // // label19 // this.label19.Anchor = System.Windows.Forms.AnchorStyles.Right; this.label19.AutoSize = true; this.label19.Location = new System.Drawing.Point(124, 57); this.label19.Name = "label19"; this.label19.Size = new System.Drawing.Size(96, 13); this.label19.TabIndex = 10; this.label19.Text = "Rasterizer Discard:"; // // depthClamp // this.depthClamp.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.depthClamp.Image = ((System.Drawing.Image)(resources.GetObject("depthClamp.Image"))); this.depthClamp.Location = new System.Drawing.Point(73, 56); this.depthClamp.Name = "depthClamp"; this.depthClamp.Size = new System.Drawing.Size(44, 16); this.depthClamp.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage; this.depthClamp.TabIndex = 13; this.depthClamp.TabStop = false; // // fillMode // this.fillMode.Anchor = System.Windows.Forms.AnchorStyles.Left; this.fillMode.AutoSize = true; this.fillMode.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.fillMode.Location = new System.Drawing.Point(73, 3); this.fillMode.Name = "fillMode"; this.fillMode.Size = new System.Drawing.Size(44, 19); this.fillMode.TabIndex = 17; this.fillMode.Text = "Solid"; // // rasterizerDiscard // this.rasterizerDiscard.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.rasterizerDiscard.Image = ((System.Drawing.Image)(resources.GetObject("rasterizerDiscard.Image"))); this.rasterizerDiscard.Location = new System.Drawing.Point(227, 56); this.rasterizerDiscard.Name = "rasterizerDiscard"; this.rasterizerDiscard.Size = new System.Drawing.Size(46, 16); this.rasterizerDiscard.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage; this.rasterizerDiscard.TabIndex = 22; this.rasterizerDiscard.TabStop = false; // // label14 // this.label14.Anchor = System.Windows.Forms.AnchorStyles.Right; this.label14.AutoSize = true; this.label14.Location = new System.Drawing.Point(315, 57); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(61, 13); this.label14.TabIndex = 23; this.label14.Text = "Line Width:"; // // lineWidth // this.lineWidth.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.lineWidth.AutoSize = true; this.lineWidth.BackColor = System.Drawing.Color.Transparent; this.lineWidth.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lineWidth.Location = new System.Drawing.Point(383, 54); this.lineWidth.Name = "lineWidth"; this.lineWidth.Size = new System.Drawing.Size(33, 19); this.lineWidth.TabIndex = 24; this.lineWidth.Text = "0.0"; this.lineWidth.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // tabPS // this.tabPS.Controls.Add(this.panel6); this.tabPS.Location = new System.Drawing.Point(4, 22); this.tabPS.Name = "tabPS"; this.tabPS.Size = new System.Drawing.Size(1098, 481); this.tabPS.TabIndex = 6; this.tabPS.Text = "Pixel Shader"; this.tabPS.UseVisualStyleBackColor = true; // // panel6 // this.panel6.AutoScroll = true; this.panel6.AutoScrollMinSize = new System.Drawing.Size(0, 300); this.panel6.Controls.Add(this.pixelTableLayout); this.panel6.Dock = System.Windows.Forms.DockStyle.Fill; this.panel6.Location = new System.Drawing.Point(0, 0); this.panel6.Name = "panel6"; this.panel6.Size = new System.Drawing.Size(1098, 481); this.panel6.TabIndex = 3; // // pixelTableLayout // this.pixelTableLayout.ColumnCount = 1; this.pixelTableLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.pixelTableLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.pixelTableLayout.Controls.Add(this.groupBox13, 0, 0); this.pixelTableLayout.Controls.Add(this.groupBox28, 0, 1); this.pixelTableLayout.Controls.Add(this.pixelCBufGroupBox, 0, 2); this.pixelTableLayout.Dock = System.Windows.Forms.DockStyle.Fill; this.pixelTableLayout.Location = new System.Drawing.Point(0, 0); this.pixelTableLayout.Name = "pixelTableLayout"; this.pixelTableLayout.RowCount = 3; this.pixelTableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F)); this.pixelTableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.pixelTableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.pixelTableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.pixelTableLayout.Size = new System.Drawing.Size(1082, 500); this.pixelTableLayout.TabIndex = 1; // // groupBox13 // this.groupBox13.Controls.Add(this.flowLayoutPanel1); this.groupBox13.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox13.Location = new System.Drawing.Point(3, 3); this.groupBox13.Name = "groupBox13"; this.groupBox13.Size = new System.Drawing.Size(1076, 44); this.groupBox13.TabIndex = 17; this.groupBox13.TabStop = false; this.groupBox13.Text = "Shader"; // // flowLayoutPanel1 // this.flowLayoutPanel1.Controls.Add(this.psShader); this.flowLayoutPanel1.Controls.Add(this.psShaderCog); this.flowLayoutPanel1.Controls.Add(this.psShaderEdit); this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.flowLayoutPanel1.Location = new System.Drawing.Point(3, 16); this.flowLayoutPanel1.Name = "flowLayoutPanel1"; this.flowLayoutPanel1.Size = new System.Drawing.Size(1070, 25); this.flowLayoutPanel1.TabIndex = 25; // // psShader // this.psShader.Anchor = System.Windows.Forms.AnchorStyles.Left; this.psShader.AutoSize = true; this.psShader.BackColor = System.Drawing.Color.LightGray; this.psShader.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.psShader.Cursor = System.Windows.Forms.Cursors.Hand; this.psShader.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F); this.psShader.Location = new System.Drawing.Point(3, 3); this.psShader.MinimumSize = new System.Drawing.Size(300, 2); this.psShader.Name = "psShader"; this.psShader.Size = new System.Drawing.Size(300, 15); this.psShader.TabIndex = 24; this.psShader.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.psShader.Click += new System.EventHandler(this.shader_Click); this.psShader.MouseEnter += new System.EventHandler(this.shaderCog_MouseEnter); this.psShader.MouseLeave += new System.EventHandler(this.shaderCog_MouseLeave); // // psShaderCog // this.psShaderCog.Cursor = System.Windows.Forms.Cursors.Hand; this.psShaderCog.Image = global::renderdocui.Properties.Resources.action; this.psShaderCog.Location = new System.Drawing.Point(309, 3); this.psShaderCog.Name = "psShaderCog"; this.psShaderCog.Size = new System.Drawing.Size(16, 16); this.psShaderCog.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize; this.psShaderCog.TabIndex = 25; this.psShaderCog.TabStop = false; this.psShaderCog.Click += new System.EventHandler(this.shader_Click); this.psShaderCog.MouseEnter += new System.EventHandler(this.shaderCog_MouseEnter); this.psShaderCog.MouseLeave += new System.EventHandler(this.shaderCog_MouseLeave); // // psShaderEdit // this.psShaderEdit.Cursor = System.Windows.Forms.Cursors.Hand; this.psShaderEdit.Image = global::renderdocui.Properties.Resources.page_white_edit; this.psShaderEdit.Location = new System.Drawing.Point(331, 3); this.psShaderEdit.Name = "psShaderEdit"; this.psShaderEdit.Size = new System.Drawing.Size(16, 16); this.psShaderEdit.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize; this.psShaderEdit.TabIndex = 29; this.psShaderEdit.TabStop = false; this.toolTip.SetToolTip(this.psShaderEdit, "HLSL edit and replace this shader"); this.psShaderEdit.Click += new System.EventHandler(this.shaderedit_Click); // // groupBox28 // this.groupBox28.Controls.Add(this.psResources); this.groupBox28.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox28.Location = new System.Drawing.Point(3, 53); this.groupBox28.Name = "groupBox28"; this.groupBox28.Size = new System.Drawing.Size(1076, 219); this.groupBox28.TabIndex = 14; this.groupBox28.TabStop = false; this.groupBox28.Text = "Resources"; // // psResources // treeListColumn91.AutoSizeMinSize = 0; treeListColumn91.Width = 20; treeListColumn92.AutoSizeMinSize = 0; treeListColumn92.Width = 30; treeListColumn93.AutoSizeMinSize = 0; treeListColumn93.Width = 120; treeListColumn94.AutoSizeMinSize = 0; treeListColumn94.Width = 110; treeListColumn95.AutoSizeMinSize = 0; treeListColumn95.Width = 200; treeListColumn95.AutoSize = true; treeListColumn96.AutoSizeMinSize = 0; treeListColumn96.Width = 200; treeListColumn97.AutoSizeMinSize = 0; treeListColumn97.Width = 200; treeListColumn99.AutoSizeMinSize = 0; treeListColumn99.Width = 25; this.psResources.Columns.AddRange(new TreelistView.TreeListColumn[] { treeListColumn91, treeListColumn92, treeListColumn93, treeListColumn94, treeListColumn95, treeListColumn96, treeListColumn97, treeListColumn99}); this.psResources.Cursor = System.Windows.Forms.Cursors.Arrow; this.psResources.Dock = System.Windows.Forms.DockStyle.Fill; this.psResources.GridLineColour = System.Drawing.SystemColors.ControlDark; this.psResources.Location = new System.Drawing.Point(3, 16); this.psResources.MultiSelect = false; this.psResources.Name = "psResources"; this.psResources.RowOptions.HoverHighlight = true; this.psResources.RowOptions.ItemHeight = 20; this.psResources.RowOptions.ShowHeader = false; this.psResources.Size = new System.Drawing.Size(1070, 200); this.psResources.TabIndex = 1; this.psResources.Text = "Outputs"; this.psResources.TreeColumn = 7; this.psResources.ViewOptions.Indent = 0; this.psResources.ViewOptions.ShowLine = false; this.psResources.ViewOptions.PadForPlusMinus = false; this.psResources.NodeDoubleClicked += new TreelistView.TreeListView.NodeDoubleClickedHandler(this.textureCell_CellDoubleClick); this.psResources.NodeClicked += new TreelistView.TreeListView.NodeClickedHandler(this.textureCell_CellDoubleClick); this.psResources.KeyDown += new System.Windows.Forms.KeyEventHandler(this.defaultCopyPaste_KeyDown); this.psResources.Leave += new System.EventHandler(this.disableSelection_Leave); this.psResources.MouseClick += new System.Windows.Forms.MouseEventHandler(this.hideDisabledEmpty_MouseClick); this.psResources.MouseLeave += new System.EventHandler(this.resource_MouseLeave); this.psResources.MouseMove += new System.Windows.Forms.MouseEventHandler(this.resource_MouseMove); // // pixelCBufGroupBox // this.pixelCBufGroupBox.Controls.Add(this.psCBuffers); this.pixelCBufGroupBox.Dock = System.Windows.Forms.DockStyle.Fill; this.pixelCBufGroupBox.Location = new System.Drawing.Point(3, 278); this.pixelCBufGroupBox.Name = "pixelCBufGroupBox"; this.pixelCBufGroupBox.Size = new System.Drawing.Size(1076, 219); this.pixelCBufGroupBox.TabIndex = 12; this.pixelCBufGroupBox.TabStop = false; this.pixelCBufGroupBox.Text = "Uniform Buffers"; // // psCBuffers // treeListColumn100.AutoSizeMinSize = 0; treeListColumn100.Width = 20; treeListColumn101.AutoSizeMinSize = 0; treeListColumn101.Width = 30; treeListColumn102.AutoSizeMinSize = 0; treeListColumn102.Width = 120; treeListColumn103.AutoSize = true; treeListColumn103.AutoSizeMinSize = 100; treeListColumn103.Width = 50; treeListColumn104.AutoSizeMinSize = 0; treeListColumn104.Width = 140; treeListColumn105.AutoSizeMinSize = 0; treeListColumn105.Width = 250; treeListColumn106.AutoSizeMinSize = 0; treeListColumn106.Width = 25; this.psCBuffers.Columns.AddRange(new TreelistView.TreeListColumn[] { treeListColumn100, treeListColumn101, treeListColumn102, treeListColumn103, treeListColumn104, treeListColumn105, treeListColumn106}); this.psCBuffers.Cursor = System.Windows.Forms.Cursors.Arrow; this.psCBuffers.Dock = System.Windows.Forms.DockStyle.Fill; this.psCBuffers.GridLineColour = System.Drawing.SystemColors.ControlDark; this.psCBuffers.Location = new System.Drawing.Point(3, 16); this.psCBuffers.MultiSelect = false; this.psCBuffers.Name = "psCBuffers"; this.psCBuffers.RowOptions.HoverHighlight = true; this.psCBuffers.RowOptions.ItemHeight = 20; this.psCBuffers.RowOptions.ShowHeader = false; this.psCBuffers.Size = new System.Drawing.Size(1070, 200); this.psCBuffers.TabIndex = 11; this.psCBuffers.Text = "Uniform Buffers"; this.psCBuffers.TreeColumn = 6; this.psCBuffers.ViewOptions.Indent = 0; this.psCBuffers.ViewOptions.PadForPlusMinus = false; this.psCBuffers.ViewOptions.ShowLine = false; this.psCBuffers.NodeDoubleClicked += new TreelistView.TreeListView.NodeDoubleClickedHandler(this.cbuffers_NodeDoubleClicked); this.psCBuffers.NodeClicked += new TreelistView.TreeListView.NodeClickedHandler(this.cbuffers_NodeDoubleClicked); this.psCBuffers.KeyDown += new System.Windows.Forms.KeyEventHandler(this.defaultCopyPaste_KeyDown); this.psCBuffers.Leave += new System.EventHandler(this.disableSelection_Leave); this.psCBuffers.MouseClick += new System.Windows.Forms.MouseEventHandler(this.hideDisabledEmpty_MouseClick); // // tabOM // this.tabOM.Controls.Add(this.panel9); this.tabOM.Location = new System.Drawing.Point(4, 22); this.tabOM.Name = "tabOM"; this.tabOM.Size = new System.Drawing.Size(1098, 481); this.tabOM.TabIndex = 7; this.tabOM.Text = "Output Merger"; this.tabOM.UseVisualStyleBackColor = true; // // panel9 // this.panel9.AutoScroll = true; this.panel9.AutoScrollMinSize = new System.Drawing.Size(930, 320); this.panel9.Controls.Add(this.tableLayoutPanel9); this.panel9.Dock = System.Windows.Forms.DockStyle.Fill; this.panel9.Location = new System.Drawing.Point(0, 0); this.panel9.Name = "panel9"; this.panel9.Size = new System.Drawing.Size(1098, 481); this.panel9.TabIndex = 1; // // tableLayoutPanel9 // this.tableLayoutPanel9.AutoScroll = true; this.tableLayoutPanel9.ColumnCount = 1; this.tableLayoutPanel9.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel9.Controls.Add(this.groupBox33, 0, 0); this.tableLayoutPanel9.Controls.Add(this.groupBox37, 0, 1); this.tableLayoutPanel9.Controls.Add(this.tableLayoutPanel10, 0, 2); this.tableLayoutPanel9.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel9.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanel9.Name = "tableLayoutPanel9"; this.tableLayoutPanel9.RowCount = 3; this.tableLayoutPanel9.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 60F)); this.tableLayoutPanel9.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 40F)); this.tableLayoutPanel9.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel9.Size = new System.Drawing.Size(1098, 481); this.tableLayoutPanel9.TabIndex = 0; // // groupBox33 // this.groupBox33.Controls.Add(this.targetOutputs); this.groupBox33.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox33.Location = new System.Drawing.Point(3, 3); this.groupBox33.Name = "groupBox33"; this.groupBox33.Size = new System.Drawing.Size(1092, 190); this.groupBox33.TabIndex = 15; this.groupBox33.TabStop = false; this.groupBox33.Text = "Framebuffer Attachments"; // // targetOutputs // treeListColumn107.AutoSizeMinSize = 0; treeListColumn107.Width = 50; treeListColumn108.AutoSize = true; treeListColumn108.AutoSizeMinSize = 150; treeListColumn108.Width = 50; treeListColumn109.AutoSizeMinSize = 0; treeListColumn109.Width = 75; treeListColumn110.AutoSizeMinSize = 0; treeListColumn110.Width = 50; treeListColumn111.AutoSizeMinSize = 0; treeListColumn111.Width = 50; treeListColumn112.AutoSizeMinSize = 0; treeListColumn112.Width = 50; treeListColumn113.AutoSizeMinSize = 0; treeListColumn113.Width = 85; treeListColumn114.AutoSizeMinSize = 0; treeListColumn114.Width = 200; treeListColumn115.AutoSizeMinSize = 0; treeListColumn115.Width = 25; this.targetOutputs.Columns.AddRange(new TreelistView.TreeListColumn[] { treeListColumn107, treeListColumn108, treeListColumn109, treeListColumn110, treeListColumn111, treeListColumn112, treeListColumn113, treeListColumn114, treeListColumn115}); this.targetOutputs.Cursor = System.Windows.Forms.Cursors.Arrow; this.targetOutputs.Dock = System.Windows.Forms.DockStyle.Fill; this.targetOutputs.GridLineColour = System.Drawing.SystemColors.ControlDark; this.targetOutputs.Location = new System.Drawing.Point(3, 16); this.targetOutputs.MultiSelect = false; this.targetOutputs.Name = "targetOutputs"; this.targetOutputs.RowOptions.HoverHighlight = true; this.targetOutputs.RowOptions.ItemHeight = 20; this.targetOutputs.RowOptions.ShowHeader = false; this.targetOutputs.Size = new System.Drawing.Size(1086, 171); this.targetOutputs.TabIndex = 0; this.targetOutputs.Text = "Outputs"; this.targetOutputs.TreeColumn = 8; this.targetOutputs.ViewOptions.Indent = 0; this.targetOutputs.ViewOptions.ShowLine = false; this.targetOutputs.ViewOptions.ShowPlusMinus = false; this.targetOutputs.NodeDoubleClicked += new TreelistView.TreeListView.NodeDoubleClickedHandler(this.textureCell_CellDoubleClick); this.targetOutputs.NodeClicked += new TreelistView.TreeListView.NodeClickedHandler(this.textureCell_CellDoubleClick); this.targetOutputs.KeyDown += new System.Windows.Forms.KeyEventHandler(this.defaultCopyPaste_KeyDown); this.targetOutputs.Leave += new System.EventHandler(this.disableSelection_Leave); this.targetOutputs.MouseClick += new System.Windows.Forms.MouseEventHandler(this.hideDisabledEmpty_MouseClick); this.targetOutputs.MouseLeave += new System.EventHandler(this.resource_MouseLeave); this.targetOutputs.MouseMove += new System.Windows.Forms.MouseEventHandler(this.resource_MouseMove); // // groupBox37 // this.groupBox37.Controls.Add(this.blendOperations); this.groupBox37.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox37.Location = new System.Drawing.Point(3, 199); this.groupBox37.Name = "groupBox37"; this.groupBox37.Size = new System.Drawing.Size(1092, 125); this.groupBox37.TabIndex = 16; this.groupBox37.TabStop = false; this.groupBox37.Text = "Target Blends"; // // blendOperations // treeListColumn116.AutoSizeMinSize = 0; treeListColumn116.Width = 50; treeListColumn117.AutoSizeMinSize = 0; treeListColumn117.Width = 60; treeListColumn118.AutoSizeMinSize = 0; treeListColumn118.Width = 100; treeListColumn119.AutoSizeMinSize = 0; treeListColumn119.Width = 100; treeListColumn120.AutoSizeMinSize = 0; treeListColumn120.Width = 135; treeListColumn121.AutoSizeMinSize = 0; treeListColumn121.Width = 100; treeListColumn122.AutoSizeMinSize = 0; treeListColumn122.Width = 100; treeListColumn123.AutoSizeMinSize = 0; treeListColumn123.Width = 100; treeListColumn124.AutoSize = true; treeListColumn124.AutoSizeMinSize = 60; treeListColumn124.Width = 60; this.blendOperations.Columns.AddRange(new TreelistView.TreeListColumn[] { treeListColumn116, treeListColumn117, treeListColumn118, treeListColumn119, treeListColumn120, treeListColumn121, treeListColumn122, treeListColumn123, treeListColumn124}); this.blendOperations.Cursor = System.Windows.Forms.Cursors.Arrow; this.blendOperations.Dock = System.Windows.Forms.DockStyle.Fill; this.blendOperations.GridLineColour = System.Drawing.SystemColors.ControlDark; this.blendOperations.Location = new System.Drawing.Point(3, 16); this.blendOperations.MultiSelect = false; this.blendOperations.Name = "blendOperations"; this.blendOperations.RowOptions.HoverHighlight = true; this.blendOperations.RowOptions.ItemHeight = 20; this.blendOperations.RowOptions.ShowHeader = false; this.blendOperations.Size = new System.Drawing.Size(1086, 106); this.blendOperations.TabIndex = 32; this.blendOperations.Text = "Outputs"; this.blendOperations.TreeColumn = 7; this.blendOperations.ViewOptions.Indent = 0; this.blendOperations.ViewOptions.ShowLine = false; this.blendOperations.ViewOptions.ShowPlusMinus = false; // // tableLayoutPanel10 // this.tableLayoutPanel10.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.tableLayoutPanel10.AutoSize = true; this.tableLayoutPanel10.ColumnCount = 3; this.tableLayoutPanel10.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanel10.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanel10.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanel10.Controls.Add(this.groupBox40, 0, 0); this.tableLayoutPanel10.Controls.Add(this.groupBox41, 1, 0); this.tableLayoutPanel10.Controls.Add(this.groupBox43, 2, 0); this.tableLayoutPanel10.Location = new System.Drawing.Point(3, 330); this.tableLayoutPanel10.MinimumSize = new System.Drawing.Size(990, 130); this.tableLayoutPanel10.Name = "tableLayoutPanel10"; this.tableLayoutPanel10.RowCount = 1; this.tableLayoutPanel10.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel10.Size = new System.Drawing.Size(1092, 147); this.tableLayoutPanel10.TabIndex = 17; // // groupBox40 // this.groupBox40.AutoSize = true; this.groupBox40.Controls.Add(this.tableLayoutPanel11); this.groupBox40.Location = new System.Drawing.Point(3, 3); this.groupBox40.MinimumSize = new System.Drawing.Size(230, 0); this.groupBox40.Name = "groupBox40"; this.groupBox40.Size = new System.Drawing.Size(250, 141); this.groupBox40.TabIndex = 0; this.groupBox40.TabStop = false; this.groupBox40.Text = "Blend State"; // // tableLayoutPanel11 // this.tableLayoutPanel11.AutoSize = true; this.tableLayoutPanel11.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single; this.tableLayoutPanel11.ColumnCount = 2; this.tableLayoutPanel11.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 65F)); this.tableLayoutPanel11.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanel11.Controls.Add(this.label4, 0, 2); this.tableLayoutPanel11.Controls.Add(this.logicOp, 1, 1); this.tableLayoutPanel11.Controls.Add(this.label3, 0, 0); this.tableLayoutPanel11.Controls.Add(this.label6, 0, 1); this.tableLayoutPanel11.Controls.Add(this.blendFactor, 1, 0); this.tableLayoutPanel11.Controls.Add(this.alphaToOne, 1, 2); this.tableLayoutPanel11.Location = new System.Drawing.Point(3, 16); this.tableLayoutPanel11.Name = "tableLayoutPanel11"; this.tableLayoutPanel11.RowCount = 3; this.tableLayoutPanel11.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F)); this.tableLayoutPanel11.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F)); this.tableLayoutPanel11.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F)); this.tableLayoutPanel11.Size = new System.Drawing.Size(241, 106); this.tableLayoutPanel11.TabIndex = 0; // // label4 // this.label4.Anchor = System.Windows.Forms.AnchorStyles.Right; this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(5, 81); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(58, 13); this.label4.TabIndex = 25; this.label4.Text = "Alpha to 1:"; this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // logicOp // this.logicOp.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.logicOp.AutoSize = true; this.logicOp.BackColor = System.Drawing.Color.Transparent; this.logicOp.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.logicOp.Location = new System.Drawing.Point(70, 43); this.logicOp.Name = "logicOp"; this.logicOp.Size = new System.Drawing.Size(167, 19); this.logicOp.TabIndex = 23; this.logicOp.Text = "-"; this.logicOp.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label3 // this.label3.Anchor = System.Windows.Forms.AnchorStyles.Right; this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(23, 5); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(40, 26); this.label3.TabIndex = 0; this.label3.Text = "Blend Factor:"; this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label6 // this.label6.Anchor = System.Windows.Forms.AnchorStyles.Right; this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(10, 46); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(53, 13); this.label6.TabIndex = 2; this.label6.Text = "Logic Op:"; this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // blendFactor // this.blendFactor.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.blendFactor.AutoSize = true; this.blendFactor.BackColor = System.Drawing.Color.Transparent; this.blendFactor.Font = new System.Drawing.Font("Tahoma", 12F); this.blendFactor.Location = new System.Drawing.Point(70, 8); this.blendFactor.Name = "blendFactor"; this.blendFactor.Size = new System.Drawing.Size(167, 19); this.blendFactor.TabIndex = 24; this.blendFactor.Text = "0.00, 0.00, 0.00, 0.00"; this.blendFactor.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // alphaToOne // this.alphaToOne.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.alphaToOne.Image = ((System.Drawing.Image)(resources.GetObject("alphaToOne.Image"))); this.alphaToOne.Location = new System.Drawing.Point(70, 81); this.alphaToOne.Name = "alphaToOne"; this.alphaToOne.Size = new System.Drawing.Size(167, 14); this.alphaToOne.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage; this.alphaToOne.TabIndex = 26; this.alphaToOne.TabStop = false; // // groupBox41 // this.groupBox41.AutoSize = true; this.groupBox41.Controls.Add(this.tableLayoutPanel12); this.groupBox41.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox41.Location = new System.Drawing.Point(259, 3); this.groupBox41.MinimumSize = new System.Drawing.Size(165, 0); this.groupBox41.Name = "groupBox41"; this.groupBox41.Size = new System.Drawing.Size(217, 141); this.groupBox41.TabIndex = 1; this.groupBox41.TabStop = false; this.groupBox41.Text = "Depth State"; // // tableLayoutPanel12 // this.tableLayoutPanel12.AutoSize = true; this.tableLayoutPanel12.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single; this.tableLayoutPanel12.ColumnCount = 2; this.tableLayoutPanel12.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 60F)); this.tableLayoutPanel12.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanel12.Controls.Add(this.depthBounds, 1, 1); this.tableLayoutPanel12.Controls.Add(this.label8, 0, 1); this.tableLayoutPanel12.Controls.Add(this.depthEnable, 1, 0); this.tableLayoutPanel12.Controls.Add(this.label21, 0, 0); this.tableLayoutPanel12.Controls.Add(this.depthWrite, 1, 2); this.tableLayoutPanel12.Controls.Add(this.label11, 0, 2); this.tableLayoutPanel12.Controls.Add(this.label13, 0, 3); this.tableLayoutPanel12.Controls.Add(this.depthFunc, 1, 3); this.tableLayoutPanel12.Location = new System.Drawing.Point(3, 16); this.tableLayoutPanel12.Name = "tableLayoutPanel12"; this.tableLayoutPanel12.RowCount = 4; this.tableLayoutPanel12.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.tableLayoutPanel12.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.tableLayoutPanel12.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.tableLayoutPanel12.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.tableLayoutPanel12.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanel12.Size = new System.Drawing.Size(208, 102); this.tableLayoutPanel12.TabIndex = 1; // // depthBounds // this.depthBounds.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.depthBounds.AutoSize = true; this.depthBounds.BackColor = System.Drawing.Color.Transparent; this.depthBounds.Font = new System.Drawing.Font("Tahoma", 12F); this.depthBounds.Image = global::renderdocui.Properties.Resources.cross; this.depthBounds.Location = new System.Drawing.Point(65, 28); this.depthBounds.Name = "depthBounds"; this.depthBounds.Size = new System.Drawing.Size(139, 19); this.depthBounds.TabIndex = 27; this.depthBounds.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label8 // this.label8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(4, 31); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(54, 13); this.label8.TabIndex = 26; this.label8.Text = "Bounds:"; this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // depthEnable // this.depthEnable.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.depthEnable.Image = ((System.Drawing.Image)(resources.GetObject("depthEnable.Image"))); this.depthEnable.Location = new System.Drawing.Point(65, 5); this.depthEnable.Name = "depthEnable"; this.depthEnable.Size = new System.Drawing.Size(139, 16); this.depthEnable.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage; this.depthEnable.TabIndex = 22; this.depthEnable.TabStop = false; // // label21 // this.label21.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.label21.AutoSize = true; this.label21.Location = new System.Drawing.Point(4, 6); this.label21.Name = "label21"; this.label21.Size = new System.Drawing.Size(54, 13); this.label21.TabIndex = 1; this.label21.Text = "Enabled:"; this.label21.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // depthWrite // this.depthWrite.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.depthWrite.Image = ((System.Drawing.Image)(resources.GetObject("depthWrite.Image"))); this.depthWrite.Location = new System.Drawing.Point(65, 56); this.depthWrite.Name = "depthWrite"; this.depthWrite.Size = new System.Drawing.Size(139, 14); this.depthWrite.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage; this.depthWrite.TabIndex = 25; this.depthWrite.TabStop = false; // // label11 // this.label11.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.label11.AutoSize = true; this.label11.Location = new System.Drawing.Point(4, 56); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(54, 13); this.label11.TabIndex = 24; this.label11.Text = "Write:"; this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label13 // this.label13.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.label13.AutoSize = true; this.label13.Location = new System.Drawing.Point(4, 82); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(54, 13); this.label13.TabIndex = 3; this.label13.Text = "Func:"; this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // depthFunc // this.depthFunc.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.depthFunc.AutoSize = true; this.depthFunc.BackColor = System.Drawing.Color.Transparent; this.depthFunc.Font = new System.Drawing.Font("Tahoma", 12F); this.depthFunc.Location = new System.Drawing.Point(65, 79); this.depthFunc.Name = "depthFunc"; this.depthFunc.Size = new System.Drawing.Size(139, 19); this.depthFunc.TabIndex = 23; this.depthFunc.Text = "GREATER_EQUAL"; this.depthFunc.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // groupBox43 // this.groupBox43.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.groupBox43.AutoSize = true; this.groupBox43.Controls.Add(this.stencilFuncs); this.groupBox43.Location = new System.Drawing.Point(482, 3); this.groupBox43.MinimumSize = new System.Drawing.Size(510, 100); this.groupBox43.Name = "groupBox43"; this.groupBox43.Size = new System.Drawing.Size(607, 100); this.groupBox43.TabIndex = 2; this.groupBox43.TabStop = false; this.groupBox43.Text = "Stencil State"; // // stencilFuncs // treeListColumn125.AutoSizeMinSize = 0; treeListColumn125.Width = 50; treeListColumn126.AutoSizeMinSize = 0; treeListColumn126.Width = 60; treeListColumn127.AutoSizeMinSize = 0; treeListColumn127.Width = 74; treeListColumn128.AutoSizeMinSize = 0; treeListColumn128.Width = 75; treeListColumn129.AutoSizeMinSize = 50; treeListColumn129.Width = 75; treeListColumn130.AutoSizeMinSize = 0; treeListColumn130.Width = 65; treeListColumn131.AutoSizeMinSize = 0; treeListColumn131.Width = 65; treeListColumn132.AutoSize = true; treeListColumn132.AutoSizeMinSize = 0; treeListColumn132.Width = 50; this.stencilFuncs.Columns.AddRange(new TreelistView.TreeListColumn[] { treeListColumn125, treeListColumn126, treeListColumn127, treeListColumn128, treeListColumn129, treeListColumn130, treeListColumn131, treeListColumn132}); this.stencilFuncs.Cursor = System.Windows.Forms.Cursors.Arrow; this.stencilFuncs.Dock = System.Windows.Forms.DockStyle.Fill; this.stencilFuncs.Location = new System.Drawing.Point(3, 16); this.stencilFuncs.MinimumSize = new System.Drawing.Size(500, 0); this.stencilFuncs.Name = "stencilFuncs"; this.stencilFuncs.RowOptions.ItemHeight = 20; this.stencilFuncs.RowOptions.ShowHeader = false; this.stencilFuncs.Size = new System.Drawing.Size(601, 81); this.stencilFuncs.TabIndex = 4; this.stencilFuncs.Text = "treeListView1"; this.stencilFuncs.TreeColumn = -1; this.stencilFuncs.ViewOptions.ShowLine = false; this.stencilFuncs.ViewOptions.ShowPlusMinus = false; // // tabCS // this.tabCS.Controls.Add(this.panel7); this.tabCS.Location = new System.Drawing.Point(4, 22); this.tabCS.Name = "tabCS"; this.tabCS.Size = new System.Drawing.Size(1098, 481); this.tabCS.TabIndex = 8; this.tabCS.Text = "Compute Shader"; this.tabCS.UseVisualStyleBackColor = true; // // panel7 // this.panel7.AutoScroll = true; this.panel7.AutoScrollMinSize = new System.Drawing.Size(0, 300); this.panel7.Controls.Add(this.tableLayoutPanel7); this.panel7.Dock = System.Windows.Forms.DockStyle.Fill; this.panel7.Location = new System.Drawing.Point(0, 0); this.panel7.Name = "panel7"; this.panel7.Size = new System.Drawing.Size(1098, 481); this.panel7.TabIndex = 4; // // tableLayoutPanel7 // this.tableLayoutPanel7.ColumnCount = 1; this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel7.Controls.Add(this.groupBox6, 0, 0); this.tableLayoutPanel7.Controls.Add(this.groupBox34, 0, 1); this.tableLayoutPanel7.Controls.Add(this.groupBox36, 0, 2); this.tableLayoutPanel7.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel7.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanel7.Name = "tableLayoutPanel7"; this.tableLayoutPanel7.RowCount = 3; this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 60F)); this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanel7.Size = new System.Drawing.Size(1082, 500); this.tableLayoutPanel7.TabIndex = 1; // // groupBox6 // this.groupBox6.Controls.Add(this.flowLayoutPanel7); this.groupBox6.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox6.Location = new System.Drawing.Point(3, 3); this.groupBox6.Name = "groupBox6"; this.groupBox6.Size = new System.Drawing.Size(1076, 54); this.groupBox6.TabIndex = 17; this.groupBox6.TabStop = false; this.groupBox6.Text = "Shader"; // // flowLayoutPanel7 // this.flowLayoutPanel7.Controls.Add(this.csShader); this.flowLayoutPanel7.Controls.Add(this.csShaderCog); this.flowLayoutPanel7.Controls.Add(this.csShaderEdit); this.flowLayoutPanel7.Controls.Add(this.computeDebugControls); this.flowLayoutPanel7.Dock = System.Windows.Forms.DockStyle.Fill; this.flowLayoutPanel7.Location = new System.Drawing.Point(3, 16); this.flowLayoutPanel7.Name = "flowLayoutPanel7"; this.flowLayoutPanel7.Size = new System.Drawing.Size(1070, 35); this.flowLayoutPanel7.TabIndex = 25; // // csShader // this.csShader.Anchor = System.Windows.Forms.AnchorStyles.Left; this.csShader.AutoSize = true; this.csShader.BackColor = System.Drawing.Color.LightGray; this.csShader.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.csShader.Cursor = System.Windows.Forms.Cursors.Hand; this.csShader.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F); this.csShader.Location = new System.Drawing.Point(3, 11); this.csShader.MinimumSize = new System.Drawing.Size(300, 2); this.csShader.Name = "csShader"; this.csShader.Size = new System.Drawing.Size(300, 15); this.csShader.TabIndex = 24; this.csShader.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.csShader.Click += new System.EventHandler(this.shader_Click); this.csShader.MouseEnter += new System.EventHandler(this.shaderCog_MouseEnter); this.csShader.MouseLeave += new System.EventHandler(this.shaderCog_MouseLeave); // // csShaderCog // this.csShaderCog.Anchor = System.Windows.Forms.AnchorStyles.Left; this.csShaderCog.Cursor = System.Windows.Forms.Cursors.Hand; this.csShaderCog.Image = global::renderdocui.Properties.Resources.action; this.csShaderCog.Location = new System.Drawing.Point(309, 11); this.csShaderCog.Name = "csShaderCog"; this.csShaderCog.Size = new System.Drawing.Size(16, 16); this.csShaderCog.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize; this.csShaderCog.TabIndex = 25; this.csShaderCog.TabStop = false; this.csShaderCog.Click += new System.EventHandler(this.shader_Click); this.csShaderCog.MouseEnter += new System.EventHandler(this.shaderCog_MouseEnter); this.csShaderCog.MouseLeave += new System.EventHandler(this.shaderCog_MouseLeave); // // csShaderEdit // this.csShaderEdit.Anchor = System.Windows.Forms.AnchorStyles.Left; this.csShaderEdit.Cursor = System.Windows.Forms.Cursors.Hand; this.csShaderEdit.Image = global::renderdocui.Properties.Resources.page_white_edit; this.csShaderEdit.Location = new System.Drawing.Point(331, 11); this.csShaderEdit.Name = "csShaderEdit"; this.csShaderEdit.Size = new System.Drawing.Size(16, 16); this.csShaderEdit.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize; this.csShaderEdit.TabIndex = 36; this.csShaderEdit.TabStop = false; this.toolTip.SetToolTip(this.csShaderEdit, "HLSL edit and replace this shader"); this.csShaderEdit.Click += new System.EventHandler(this.shaderedit_Click); // // computeDebugControls // this.computeDebugControls.Controls.Add(this.label9); this.computeDebugControls.Controls.Add(this.groupX); this.computeDebugControls.Controls.Add(this.groupY); this.computeDebugControls.Controls.Add(this.groupZ); this.computeDebugControls.Controls.Add(this.label10); this.computeDebugControls.Controls.Add(this.threadX); this.computeDebugControls.Controls.Add(this.threadY); this.computeDebugControls.Controls.Add(this.threadZ); this.computeDebugControls.Controls.Add(this.csDebug); this.computeDebugControls.Location = new System.Drawing.Point(353, 3); this.computeDebugControls.Name = "computeDebugControls"; this.computeDebugControls.Size = new System.Drawing.Size(498, 32); this.computeDebugControls.TabIndex = 35; // // label9 // this.label9.Anchor = System.Windows.Forms.AnchorStyles.Left; this.label9.Location = new System.Drawing.Point(3, 4); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(78, 23); this.label9.TabIndex = 30; this.label9.Text = "Debug Group:"; this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // groupX // this.groupX.Anchor = System.Windows.Forms.AnchorStyles.Left; this.groupX.Location = new System.Drawing.Point(87, 5); this.groupX.Name = "groupX"; this.groupX.Size = new System.Drawing.Size(46, 20); this.groupX.TabIndex = 26; this.groupX.Text = "0"; // // groupY // this.groupY.Anchor = System.Windows.Forms.AnchorStyles.Left; this.groupY.Location = new System.Drawing.Point(139, 5); this.groupY.Name = "groupY"; this.groupY.Size = new System.Drawing.Size(49, 20); this.groupY.TabIndex = 27; this.groupY.Text = "0"; // // groupZ // this.groupZ.Anchor = System.Windows.Forms.AnchorStyles.Left; this.groupZ.Location = new System.Drawing.Point(194, 5); this.groupZ.Name = "groupZ"; this.groupZ.Size = new System.Drawing.Size(52, 20); this.groupZ.TabIndex = 28; this.groupZ.Text = "0"; // // label10 // this.label10.Anchor = System.Windows.Forms.AnchorStyles.Left; this.label10.Location = new System.Drawing.Point(252, 4); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(47, 23); this.label10.TabIndex = 34; this.label10.Text = "Thread:"; this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // threadX // this.threadX.Anchor = System.Windows.Forms.AnchorStyles.Left; this.threadX.Location = new System.Drawing.Point(305, 5); this.threadX.Name = "threadX"; this.threadX.Size = new System.Drawing.Size(46, 20); this.threadX.TabIndex = 31; this.threadX.Text = "0"; // // threadY // this.threadY.Anchor = System.Windows.Forms.AnchorStyles.Left; this.threadY.Location = new System.Drawing.Point(357, 5); this.threadY.Name = "threadY"; this.threadY.Size = new System.Drawing.Size(49, 20); this.threadY.TabIndex = 32; this.threadY.Text = "0"; // // threadZ // this.threadZ.Anchor = System.Windows.Forms.AnchorStyles.Left; this.threadZ.Location = new System.Drawing.Point(412, 5); this.threadZ.Name = "threadZ"; this.threadZ.Size = new System.Drawing.Size(52, 20); this.threadZ.TabIndex = 33; this.threadZ.Text = "0"; // // csDebug // this.csDebug.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.csDebug.Image = global::renderdocui.Properties.Resources.wrench; this.csDebug.Location = new System.Drawing.Point(470, 3); this.csDebug.Name = "csDebug"; this.csDebug.Size = new System.Drawing.Size(25, 25); this.csDebug.TabIndex = 29; this.toolTip.SetToolTip(this.csDebug, "Debug Compute Shader"); this.csDebug.UseVisualStyleBackColor = true; this.csDebug.Click += new System.EventHandler(this.csDebug_Click); // // groupBox34 // this.groupBox34.Controls.Add(this.csResources); this.groupBox34.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox34.Location = new System.Drawing.Point(3, 63); this.groupBox34.Name = "groupBox34"; this.groupBox34.Size = new System.Drawing.Size(1076, 214); this.groupBox34.TabIndex = 14; this.groupBox34.TabStop = false; this.groupBox34.Text = "Resources"; // // csResources // treeListColumn133.AutoSizeMinSize = 0; treeListColumn133.Width = 20; treeListColumn134.AutoSizeMinSize = 0; treeListColumn134.Width = 30; treeListColumn135.AutoSizeMinSize = 0; treeListColumn135.Width = 120; treeListColumn136.AutoSizeMinSize = 0; treeListColumn136.Width = 110; treeListColumn137.AutoSizeMinSize = 0; treeListColumn137.Width = 200; treeListColumn137.AutoSize = true; treeListColumn138.AutoSizeMinSize = 0; treeListColumn138.Width = 200; treeListColumn139.AutoSizeMinSize = 0; treeListColumn139.Width = 200; treeListColumn141.AutoSizeMinSize = 0; treeListColumn141.Width = 25; this.csResources.Columns.AddRange(new TreelistView.TreeListColumn[] { treeListColumn133, treeListColumn134, treeListColumn135, treeListColumn136, treeListColumn137, treeListColumn138, treeListColumn139, treeListColumn141}); this.csResources.Cursor = System.Windows.Forms.Cursors.Arrow; this.csResources.Dock = System.Windows.Forms.DockStyle.Fill; this.csResources.GridLineColour = System.Drawing.SystemColors.ControlDark; this.csResources.Location = new System.Drawing.Point(3, 16); this.csResources.MultiSelect = false; this.csResources.Name = "csResources"; this.csResources.RowOptions.HoverHighlight = true; this.csResources.RowOptions.ItemHeight = 20; this.csResources.RowOptions.ShowHeader = false; this.csResources.Size = new System.Drawing.Size(1070, 195); this.csResources.TabIndex = 1; this.csResources.Text = "Outputs"; this.csResources.TreeColumn = 7; this.csResources.ViewOptions.Indent = 0; this.csResources.ViewOptions.ShowLine = false; this.csResources.ViewOptions.PadForPlusMinus = false; this.csResources.NodeDoubleClicked += new TreelistView.TreeListView.NodeDoubleClickedHandler(this.textureCell_CellDoubleClick); this.csResources.NodeClicked += new TreelistView.TreeListView.NodeClickedHandler(this.textureCell_CellDoubleClick); this.csResources.KeyDown += new System.Windows.Forms.KeyEventHandler(this.defaultCopyPaste_KeyDown); this.csResources.Leave += new System.EventHandler(this.disableSelection_Leave); this.csResources.MouseClick += new System.Windows.Forms.MouseEventHandler(this.hideDisabledEmpty_MouseClick); this.csResources.MouseLeave += new System.EventHandler(this.resource_MouseLeave); this.csResources.MouseMove += new System.Windows.Forms.MouseEventHandler(this.resource_MouseMove); // // groupBox36 // this.groupBox36.Controls.Add(this.csCBuffers); this.groupBox36.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox36.Location = new System.Drawing.Point(3, 283); this.groupBox36.Name = "groupBox36"; this.groupBox36.Size = new System.Drawing.Size(1076, 214); this.groupBox36.TabIndex = 12; this.groupBox36.TabStop = false; this.groupBox36.Text = "Uniform Buffers"; // // csCBuffers // treeListColumn142.AutoSizeMinSize = 0; treeListColumn142.Width = 20; treeListColumn143.AutoSizeMinSize = 0; treeListColumn143.Width = 30; treeListColumn144.AutoSizeMinSize = 0; treeListColumn144.Width = 120; treeListColumn145.AutoSize = true; treeListColumn145.AutoSizeMinSize = 100; treeListColumn145.Width = 50; treeListColumn146.AutoSizeMinSize = 0; treeListColumn146.Width = 140; treeListColumn147.AutoSizeMinSize = 0; treeListColumn147.Width = 250; treeListColumn148.AutoSizeMinSize = 0; treeListColumn148.Width = 25; this.csCBuffers.Columns.AddRange(new TreelistView.TreeListColumn[] { treeListColumn142, treeListColumn143, treeListColumn144, treeListColumn145, treeListColumn146, treeListColumn147, treeListColumn148}); this.csCBuffers.Cursor = System.Windows.Forms.Cursors.Arrow; this.csCBuffers.Dock = System.Windows.Forms.DockStyle.Fill; this.csCBuffers.GridLineColour = System.Drawing.SystemColors.ControlDark; this.csCBuffers.Location = new System.Drawing.Point(3, 16); this.csCBuffers.MultiSelect = false; this.csCBuffers.Name = "csCBuffers"; this.csCBuffers.RowOptions.HoverHighlight = true; this.csCBuffers.RowOptions.ItemHeight = 20; this.csCBuffers.RowOptions.ShowHeader = false; this.csCBuffers.Size = new System.Drawing.Size(1070, 195); this.csCBuffers.TabIndex = 11; this.csCBuffers.Text = "Uniform Buffers"; this.csCBuffers.TreeColumn = 6; this.csCBuffers.ViewOptions.Indent = 0; this.csCBuffers.ViewOptions.PadForPlusMinus = false; this.csCBuffers.ViewOptions.ShowLine = false; this.csCBuffers.NodeDoubleClicked += new TreelistView.TreeListView.NodeDoubleClickedHandler(this.cbuffers_NodeDoubleClicked); this.csCBuffers.NodeClicked += new TreelistView.TreeListView.NodeClickedHandler(this.cbuffers_NodeDoubleClicked); this.csCBuffers.KeyDown += new System.Windows.Forms.KeyEventHandler(this.defaultCopyPaste_KeyDown); this.csCBuffers.Leave += new System.EventHandler(this.disableSelection_Leave); this.csCBuffers.MouseClick += new System.Windows.Forms.MouseEventHandler(this.hideDisabledEmpty_MouseClick); // // rightclickMenu // this.rightclickMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.showDisabled, this.showEmpty}); this.rightclickMenu.Name = "rightclickMenu"; this.rightclickMenu.Size = new System.Drawing.Size(144, 48); // // showDisabled // this.showDisabled.Image = global::renderdocui.Properties.Resources.page_white_delete; this.showDisabled.Name = "showDisabled"; this.showDisabled.Size = new System.Drawing.Size(143, 22); this.showDisabled.Text = "Show Disabled"; this.showDisabled.Click += new System.EventHandler(this.hideDisabled_Click); // // showEmpty // this.showEmpty.Image = global::renderdocui.Properties.Resources.page_white_database; this.showEmpty.Name = "showEmpty"; this.showEmpty.Size = new System.Drawing.Size(143, 22); this.showEmpty.Text = "Show Empty"; this.showEmpty.Click += new System.EventHandler(this.hideEmpty_Click); // // toolTip // this.toolTip.UseAnimation = false; this.toolTip.UseFading = false; // // exportDialog // this.exportDialog.DefaultExt = "html"; this.exportDialog.Filter = "HTML Files (*.html)|*.html"; this.exportDialog.Title = "Export pipeline state as HTML"; // // VulkanPipelineStateViewer // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(toolstripTable); this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Name = "VulkanPipelineStateViewer"; this.Size = new System.Drawing.Size(1112, 600); toolstripTable.ResumeLayout(false); toolstripTable.PerformLayout(); this.flowLayoutPanel6.ResumeLayout(false); this.flowLayoutPanel6.PerformLayout(); this.toolStrip1.ResumeLayout(false); this.toolStrip1.PerformLayout(); this.stageTabControl.ResumeLayout(false); this.tabIA.ResumeLayout(false); this.panel1.ResumeLayout(false); this.tableLayoutPanel1.ResumeLayout(false); this.groupBox1.ResumeLayout(false); this.tableLayoutPanel13.ResumeLayout(false); this.tableLayoutPanel13.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.topologyDiagram)).EndInit(); this.groupBox4.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.viBuffers)).EndInit(); groupBox2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.viAttrs)).EndInit(); groupBox44.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.meshView)).EndInit(); this.tabVS.ResumeLayout(false); this.panel2.ResumeLayout(false); this.tableLayoutPanel2.ResumeLayout(false); this.groupBox3.ResumeLayout(false); this.flowLayoutPanel3.ResumeLayout(false); this.flowLayoutPanel3.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.vsShaderCog)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.vsShaderEdit)).EndInit(); this.groupBox7.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.vsResources)).EndInit(); this.groupBox9.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.vsCBuffers)).EndInit(); this.tabHS.ResumeLayout(false); this.panel3.ResumeLayout(false); this.tableLayoutPanel3.ResumeLayout(false); this.groupBox10.ResumeLayout(false); this.flowLayoutPanel4.ResumeLayout(false); this.flowLayoutPanel4.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.hsShaderCog)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.hsShaderEdit)).EndInit(); this.groupBox12.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.hsResources)).EndInit(); this.groupBox15.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.hsCBuffers)).EndInit(); this.tabDS.ResumeLayout(false); this.panel4.ResumeLayout(false); this.tableLayoutPanel4.ResumeLayout(false); this.groupBox16.ResumeLayout(false); this.flowLayoutPanel5.ResumeLayout(false); this.flowLayoutPanel5.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dsShaderCog)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dsShaderEdit)).EndInit(); this.groupBox18.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dsResources)).EndInit(); this.groupBox21.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dsCBuffers)).EndInit(); this.tabGS.ResumeLayout(false); this.panel5.ResumeLayout(false); this.geomTableLayout.ResumeLayout(false); this.groupBox22.ResumeLayout(false); this.flowLayoutPanel2.ResumeLayout(false); this.flowLayoutPanel2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.gsShaderCog)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gsShaderEdit)).EndInit(); this.groupBox24.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gsResources)).EndInit(); this.geomCBufGroupBox.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gsCBuffers)).EndInit(); this.tabRS.ResumeLayout(false); this.panel8.ResumeLayout(false); this.tableLayoutPanel14.ResumeLayout(false); this.groupBox32.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.viewports)).EndInit(); groupBox42.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.scissors)).EndInit(); this.groupBox5.ResumeLayout(false); this.groupBox5.PerformLayout(); this.tableLayoutPanel5.ResumeLayout(false); this.tableLayoutPanel5.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.sampleShading)).EndInit(); this.groupBox31.ResumeLayout(false); this.groupBox31.PerformLayout(); this.tableLayoutPanel8.ResumeLayout(false); this.tableLayoutPanel8.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.frontCCW)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.depthClamp)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.rasterizerDiscard)).EndInit(); this.tabPS.ResumeLayout(false); this.panel6.ResumeLayout(false); this.pixelTableLayout.ResumeLayout(false); this.groupBox13.ResumeLayout(false); this.flowLayoutPanel1.ResumeLayout(false); this.flowLayoutPanel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.psShaderCog)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.psShaderEdit)).EndInit(); this.groupBox28.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.psResources)).EndInit(); this.pixelCBufGroupBox.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.psCBuffers)).EndInit(); this.tabOM.ResumeLayout(false); this.panel9.ResumeLayout(false); this.tableLayoutPanel9.ResumeLayout(false); this.tableLayoutPanel9.PerformLayout(); this.groupBox33.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.targetOutputs)).EndInit(); this.groupBox37.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.blendOperations)).EndInit(); this.tableLayoutPanel10.ResumeLayout(false); this.tableLayoutPanel10.PerformLayout(); this.groupBox40.ResumeLayout(false); this.groupBox40.PerformLayout(); this.tableLayoutPanel11.ResumeLayout(false); this.tableLayoutPanel11.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.alphaToOne)).EndInit(); this.groupBox41.ResumeLayout(false); this.groupBox41.PerformLayout(); this.tableLayoutPanel12.ResumeLayout(false); this.tableLayoutPanel12.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.depthEnable)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.depthWrite)).EndInit(); this.groupBox43.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.stencilFuncs)).EndInit(); this.tabCS.ResumeLayout(false); this.panel7.ResumeLayout(false); this.tableLayoutPanel7.ResumeLayout(false); this.groupBox6.ResumeLayout(false); this.flowLayoutPanel7.ResumeLayout(false); this.flowLayoutPanel7.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.csShaderCog)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.csShaderEdit)).EndInit(); this.computeDebugControls.ResumeLayout(false); this.computeDebugControls.PerformLayout(); this.groupBox34.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.csResources)).EndInit(); this.groupBox36.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.csCBuffers)).EndInit(); this.rightclickMenu.ResumeLayout(false); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.Windows.Forms.TableLayoutPanel tlpnlMain; this.gbGeneral = new System.Windows.Forms.GroupBox(); this.tlpnlGeneral = new System.Windows.Forms.TableLayoutPanel(); this.chkSortByAuthorDate = new System.Windows.Forms.CheckBox(); this.chkShowRelativeDate = new System.Windows.Forms.CheckBox(); this.truncatePathMethod = new System.Windows.Forms.ComboBox(); this.truncateLongFilenames = new System.Windows.Forms.Label(); this.chkEnableAutoScale = new System.Windows.Forms.CheckBox(); this.chkShowCurrentBranchInVisualStudio = new System.Windows.Forms.CheckBox(); this.gbLanguages = new System.Windows.Forms.GroupBox(); this.tlpnlLanguage = new System.Windows.Forms.TableLayoutPanel(); this.Dictionary = new System.Windows.Forms.ComboBox(); this.downloadDictionary = new System.Windows.Forms.LinkLabel(); this.lblSpellingDictionary = new System.Windows.Forms.Label(); this.lblLanguage = new System.Windows.Forms.Label(); this.Language = new System.Windows.Forms.ComboBox(); this.helpTranslate = new System.Windows.Forms.LinkLabel(); this.gbAuthorImages = new System.Windows.Forms.GroupBox(); this.tlpnlAuthor = new System.Windows.Forms.TableLayoutPanel(); this.lblAvatarProvider = new System.Windows.Forms.Label(); this.AvatarProvider = new System.Windows.Forms.ComboBox(); this.ShowAuthorAvatarInCommitGraph = new System.Windows.Forms.CheckBox(); this.ShowAuthorAvatarInCommitInfo = new System.Windows.Forms.CheckBox(); this.ClearImageCache = new System.Windows.Forms.Button(); this._NO_TRANSLATE_NoImageService = new System.Windows.Forms.ComboBox(); this.lblCacheDays = new System.Windows.Forms.Label(); this.lblNoImageService = new System.Windows.Forms.Label(); this._NO_TRANSLATE_DaysToCacheImages = new System.Windows.Forms.NumericUpDown(); this.pictureAvatarHelp = new System.Windows.Forms.PictureBox(); this.fixedWidthFontDialog = new System.Windows.Forms.FontDialog(); this.applicationDialog = new System.Windows.Forms.FontDialog(); this.commitFontDialog = new System.Windows.Forms.FontDialog(); tlpnlMain = new System.Windows.Forms.TableLayoutPanel(); tlpnlMain.SuspendLayout(); this.gbGeneral.SuspendLayout(); this.tlpnlGeneral.SuspendLayout(); this.gbLanguages.SuspendLayout(); this.tlpnlLanguage.SuspendLayout(); this.gbAuthorImages.SuspendLayout(); this.tlpnlAuthor.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this._NO_TRANSLATE_DaysToCacheImages)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureAvatarHelp)).BeginInit(); this.SuspendLayout(); // // tlpnlMain // tlpnlMain.ColumnCount = 1; tlpnlMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); tlpnlMain.Controls.Add(this.gbGeneral, 0, 0); tlpnlMain.Controls.Add(this.gbLanguages, 0, 2); tlpnlMain.Controls.Add(this.gbAuthorImages, 0, 1); tlpnlMain.Dock = System.Windows.Forms.DockStyle.Fill; tlpnlMain.Location = new System.Drawing.Point(8, 8); tlpnlMain.Name = "tlpnlMain"; tlpnlMain.RowCount = 4; tlpnlMain.RowStyles.Add(new System.Windows.Forms.RowStyle()); tlpnlMain.RowStyles.Add(new System.Windows.Forms.RowStyle()); tlpnlMain.RowStyles.Add(new System.Windows.Forms.RowStyle()); tlpnlMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); tlpnlMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 10F)); tlpnlMain.Size = new System.Drawing.Size(1542, 481); tlpnlMain.TabIndex = 0; // // gbGeneral // this.gbGeneral.AutoSize = true; this.gbGeneral.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.gbGeneral.Controls.Add(this.tlpnlGeneral); this.gbGeneral.Dock = System.Windows.Forms.DockStyle.Fill; this.gbGeneral.Location = new System.Drawing.Point(3, 3); this.gbGeneral.Name = "gbGeneral"; this.gbGeneral.Padding = new System.Windows.Forms.Padding(8); this.gbGeneral.Size = new System.Drawing.Size(1536, 125); this.gbGeneral.TabIndex = 0; this.gbGeneral.TabStop = false; this.gbGeneral.Text = "General"; // // tlpnlGeneral // this.tlpnlGeneral.AutoSize = true; this.tlpnlGeneral.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.tlpnlGeneral.ColumnCount = 3; this.tlpnlGeneral.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tlpnlGeneral.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tlpnlGeneral.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tlpnlGeneral.Controls.Add(this.chkShowRelativeDate, 0, 0); this.tlpnlGeneral.Controls.Add(this.chkShowCurrentBranchInVisualStudio, 0, 1); this.tlpnlGeneral.Controls.Add(this.chkEnableAutoScale, 0, 2); this.tlpnlGeneral.Controls.Add(this.chkSortByAuthorDate, 0, 3); this.tlpnlGeneral.Controls.Add(this.truncateLongFilenames, 0, 4); this.tlpnlGeneral.Controls.Add(this.truncatePathMethod, 1, 4); this.tlpnlGeneral.Dock = System.Windows.Forms.DockStyle.Fill; this.tlpnlGeneral.Location = new System.Drawing.Point(8, 21); this.tlpnlGeneral.Name = "tlpnlGeneral"; this.tlpnlGeneral.RowCount = 5; this.tlpnlGeneral.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tlpnlGeneral.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tlpnlGeneral.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tlpnlGeneral.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tlpnlGeneral.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tlpnlGeneral.Size = new System.Drawing.Size(1035, 119); this.tlpnlGeneral.TabIndex = 0; // // chkShowRelativeDate // this.chkShowRelativeDate.AutoSize = true; this.tlpnlGeneral.SetColumnSpan(this.chkShowRelativeDate, 2); this.chkShowRelativeDate.Dock = System.Windows.Forms.DockStyle.Fill; this.chkShowRelativeDate.Location = new System.Drawing.Point(3, 3); this.chkShowRelativeDate.Name = "chkShowRelativeDate"; this.chkShowRelativeDate.Size = new System.Drawing.Size(314, 17); this.chkShowRelativeDate.TabIndex = 0; this.chkShowRelativeDate.Text = "Show relative date instead of full date"; this.chkShowRelativeDate.UseVisualStyleBackColor = true; // // chkShowCurrentBranchInVisualStudio // this.chkShowCurrentBranchInVisualStudio.AutoSize = true; this.tlpnlGeneral.SetColumnSpan(this.chkShowCurrentBranchInVisualStudio, 2); this.chkShowCurrentBranchInVisualStudio.Dock = System.Windows.Forms.DockStyle.Fill; this.chkShowCurrentBranchInVisualStudio.Location = new System.Drawing.Point(3, 49); this.chkShowCurrentBranchInVisualStudio.Name = "chkShowCurrentBranchInVisualStudio"; this.chkShowCurrentBranchInVisualStudio.Size = new System.Drawing.Size(314, 17); this.chkShowCurrentBranchInVisualStudio.TabIndex = 1; this.chkShowCurrentBranchInVisualStudio.Text = "Show current branch in Visual Studio"; this.chkShowCurrentBranchInVisualStudio.UseVisualStyleBackColor = true; // // chkEnableAutoScale // this.chkEnableAutoScale.AutoSize = true; this.tlpnlGeneral.SetColumnSpan(this.chkEnableAutoScale, 2); this.chkEnableAutoScale.Dock = System.Windows.Forms.DockStyle.Fill; this.chkEnableAutoScale.Location = new System.Drawing.Point(3, 69); this.chkEnableAutoScale.Name = "chkEnableAutoScale"; this.chkEnableAutoScale.Size = new System.Drawing.Size(314, 17); this.chkEnableAutoScale.TabIndex = 2; this.chkEnableAutoScale.Text = "Auto scale user interface when high DPI is used"; this.chkEnableAutoScale.UseVisualStyleBackColor = true; // // chkSortByAuthorDate // this.chkSortByAuthorDate.AutoSize = true; this.chkSortByAuthorDate.Location = new System.Drawing.Point(3, 89); this.chkSortByAuthorDate.Name = "chkSortByAuthorDate"; this.chkSortByAuthorDate.Size = new System.Drawing.Size(116, 17); this.chkSortByAuthorDate.TabIndex = 3; this.chkSortByAuthorDate.Text = "Sort by author date"; // // truncateLongFilenames // this.truncateLongFilenames.AutoSize = true; this.truncateLongFilenames.Dock = System.Windows.Forms.DockStyle.Fill; this.truncateLongFilenames.Location = new System.Drawing.Point(3, 109); this.truncateLongFilenames.Name = "truncateLongFilenames"; this.truncateLongFilenames.Size = new System.Drawing.Size(120, 27); this.truncateLongFilenames.TabIndex = 4; this.truncateLongFilenames.Text = "Truncate long filenames"; this.truncateLongFilenames.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // truncatePathMethod // this.truncatePathMethod.Dock = System.Windows.Forms.DockStyle.Fill; this.truncatePathMethod.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.truncatePathMethod.FormattingEnabled = true; this.truncatePathMethod.Items.AddRange(new object[] { "None", "Compact", "Trim start", "Filename only" }); this.truncatePathMethod.Location = new System.Drawing.Point(129, 72); this.truncatePathMethod.Name = "truncatePathMethod"; this.truncatePathMethod.Size = new System.Drawing.Size(188, 21); this.truncatePathMethod.TabIndex = 4; // // gbAuthorImages // this.gbAuthorImages.AutoSize = true; this.gbAuthorImages.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.gbAuthorImages.Controls.Add(this.tlpnlAuthor); this.gbAuthorImages.Dock = System.Windows.Forms.DockStyle.Fill; this.gbAuthorImages.Location = new System.Drawing.Point(3, 134); this.gbAuthorImages.Name = "gbAuthorImages"; this.gbAuthorImages.Padding = new System.Windows.Forms.Padding(8); this.gbAuthorImages.Size = new System.Drawing.Size(1536, 184); this.gbAuthorImages.TabIndex = 1; this.gbAuthorImages.TabStop = false; this.gbAuthorImages.Text = "Author images"; // // tlpnlAuthor // this.tlpnlAuthor.AutoSize = true; this.tlpnlAuthor.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.tlpnlAuthor.ColumnCount = 3; this.tlpnlAuthor.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tlpnlAuthor.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tlpnlAuthor.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tlpnlAuthor.Controls.Add(this.lblAvatarProvider, 0, 3); this.tlpnlAuthor.Controls.Add(this.AvatarProvider, 1, 3); this.tlpnlAuthor.Controls.Add(this.ShowAuthorAvatarInCommitGraph, 0, 0); this.tlpnlAuthor.Controls.Add(this.ShowAuthorAvatarInCommitInfo, 0, 1); this.tlpnlAuthor.Controls.Add(this.ClearImageCache, 1, 5); this.tlpnlAuthor.Controls.Add(this._NO_TRANSLATE_NoImageService, 1, 4); this.tlpnlAuthor.Controls.Add(this.lblCacheDays, 0, 2); this.tlpnlAuthor.Controls.Add(this.lblNoImageService, 0, 4); this.tlpnlAuthor.Controls.Add(this._NO_TRANSLATE_DaysToCacheImages, 1, 2); this.tlpnlAuthor.Controls.Add(this.pictureAvatarHelp, 2, 4); this.tlpnlAuthor.Dock = System.Windows.Forms.DockStyle.Fill; this.tlpnlAuthor.Location = new System.Drawing.Point(8, 21); this.tlpnlAuthor.Name = "tlpnlAuthor"; this.tlpnlAuthor.RowCount = 6; this.tlpnlAuthor.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tlpnlAuthor.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tlpnlAuthor.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tlpnlAuthor.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tlpnlAuthor.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tlpnlAuthor.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tlpnlAuthor.Size = new System.Drawing.Size(1520, 155); this.tlpnlAuthor.TabIndex = 0; // // lblAvatarProvider // this.lblAvatarProvider.AutoSize = true; this.lblAvatarProvider.Dock = System.Windows.Forms.DockStyle.Fill; this.lblAvatarProvider.Location = new System.Drawing.Point(3, 72); this.lblAvatarProvider.Name = "lblAvatarProvider"; this.lblAvatarProvider.Size = new System.Drawing.Size(155, 27); this.lblAvatarProvider.TabIndex = 11; this.lblAvatarProvider.Text = "Avatar provider"; this.lblAvatarProvider.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // AvatarProvider // this.AvatarProvider.Dock = System.Windows.Forms.DockStyle.Fill; this.AvatarProvider.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.AvatarProvider.FormattingEnabled = true; this.AvatarProvider.Location = new System.Drawing.Point(164, 75); this.AvatarProvider.Name = "AvatarProvider"; this.AvatarProvider.Size = new System.Drawing.Size(183, 21); this.AvatarProvider.TabIndex = 3; this.AvatarProvider.SelectedIndexChanged += new System.EventHandler(this.AvatarProvider_SelectedIndexChanged); // // ShowAuthorAvatarInCommitGraph // this.ShowAuthorAvatarInCommitGraph.AutoSize = true; this.tlpnlAuthor.SetColumnSpan(this.ShowAuthorAvatarInCommitGraph, 2); this.ShowAuthorAvatarInCommitGraph.Dock = System.Windows.Forms.DockStyle.Fill; this.ShowAuthorAvatarInCommitGraph.Location = new System.Drawing.Point(3, 3); this.ShowAuthorAvatarInCommitGraph.Name = "ShowAuthorAvatarInCommitGraph"; this.ShowAuthorAvatarInCommitGraph.Size = new System.Drawing.Size(344, 17); this.ShowAuthorAvatarInCommitGraph.TabIndex = 0; this.ShowAuthorAvatarInCommitGraph.Text = "Show author\'s avatar column in the commit graph"; this.ShowAuthorAvatarInCommitGraph.UseVisualStyleBackColor = true; // // ShowAuthorAvatarInCommitInfo // this.ShowAuthorAvatarInCommitInfo.AutoSize = true; this.tlpnlAuthor.SetColumnSpan(this.ShowAuthorAvatarInCommitInfo, 2); this.ShowAuthorAvatarInCommitInfo.Dock = System.Windows.Forms.DockStyle.Fill; this.ShowAuthorAvatarInCommitInfo.Location = new System.Drawing.Point(3, 26); this.ShowAuthorAvatarInCommitInfo.Name = "ShowAuthorAvatarInCommitInfo"; this.ShowAuthorAvatarInCommitInfo.Size = new System.Drawing.Size(344, 17); this.ShowAuthorAvatarInCommitInfo.TabIndex = 1; this.ShowAuthorAvatarInCommitInfo.Text = "Show author\'s avatar in the commit info view"; this.ShowAuthorAvatarInCommitInfo.UseVisualStyleBackColor = true; // // ClearImageCache // this.ClearImageCache.AutoSize = true; this.ClearImageCache.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.ClearImageCache.Dock = System.Windows.Forms.DockStyle.Fill; this.ClearImageCache.Location = new System.Drawing.Point(164, 129); this.ClearImageCache.Name = "ClearImageCache"; this.ClearImageCache.Size = new System.Drawing.Size(183, 23); this.ClearImageCache.TabIndex = 6; this.ClearImageCache.Text = "Clear image cache"; this.ClearImageCache.UseVisualStyleBackColor = true; this.ClearImageCache.Click += new System.EventHandler(this.ClearImageCache_Click); // // gbLanguages // this.gbLanguages.AutoSize = true; this.gbLanguages.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.gbLanguages.Controls.Add(this.tlpnlLanguage); this.gbLanguages.Dock = System.Windows.Forms.DockStyle.Fill; this.gbLanguages.Location = new System.Drawing.Point(3, 324); this.gbLanguages.Name = "gbLanguages"; this.gbLanguages.Padding = new System.Windows.Forms.Padding(8); this.gbLanguages.Size = new System.Drawing.Size(1536, 83); this.gbLanguages.TabIndex = 2; this.gbLanguages.TabStop = false; this.gbLanguages.Text = "Language"; // // tlpnlLanguage // this.tlpnlLanguage.AutoSize = true; this.tlpnlLanguage.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.tlpnlLanguage.ColumnCount = 4; this.tlpnlLanguage.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tlpnlLanguage.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tlpnlLanguage.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tlpnlLanguage.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tlpnlLanguage.Controls.Add(this.Dictionary, 1, 1); this.tlpnlLanguage.Controls.Add(this.downloadDictionary, 2, 1); this.tlpnlLanguage.Controls.Add(this.lblSpellingDictionary, 0, 1); this.tlpnlLanguage.Controls.Add(this.lblLanguage, 0, 0); this.tlpnlLanguage.Controls.Add(this.Language, 1, 0); this.tlpnlLanguage.Controls.Add(this.helpTranslate, 2, 0); this.tlpnlLanguage.Dock = System.Windows.Forms.DockStyle.Fill; this.tlpnlLanguage.Location = new System.Drawing.Point(8, 21); this.tlpnlLanguage.Name = "tlpnlLanguage"; this.tlpnlLanguage.RowCount = 2; this.tlpnlLanguage.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tlpnlLanguage.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tlpnlLanguage.Size = new System.Drawing.Size(1520, 54); this.tlpnlLanguage.TabIndex = 0; // // Dictionary // this.Dictionary.Dock = System.Windows.Forms.DockStyle.Fill; this.Dictionary.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.Dictionary.FormattingEnabled = true; this.Dictionary.Location = new System.Drawing.Point(158, 30); this.Dictionary.Name = "Dictionary"; this.Dictionary.Size = new System.Drawing.Size(86, 21); this.Dictionary.TabIndex = 3; this.Dictionary.DropDown += new System.EventHandler(this.Dictionary_DropDown); // // downloadDictionary // this.downloadDictionary.AutoSize = true; this.downloadDictionary.Dock = System.Windows.Forms.DockStyle.Fill; this.downloadDictionary.LinkColor = System.Drawing.SystemColors.HotTrack; this.downloadDictionary.Location = new System.Drawing.Point(250, 27); this.downloadDictionary.Name = "downloadDictionary"; this.downloadDictionary.Size = new System.Drawing.Size(103, 27); this.downloadDictionary.TabIndex = 4; this.downloadDictionary.TabStop = true; this.downloadDictionary.Text = "Download dictionary"; this.downloadDictionary.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.downloadDictionary.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.downloadDictionary_LinkClicked); // // lblSpellingDictionary // this.lblSpellingDictionary.AutoSize = true; this.lblSpellingDictionary.Dock = System.Windows.Forms.DockStyle.Fill; this.lblSpellingDictionary.Location = new System.Drawing.Point(3, 27); this.lblSpellingDictionary.Name = "lblSpellingDictionary"; this.lblSpellingDictionary.Size = new System.Drawing.Size(149, 27); this.lblSpellingDictionary.TabIndex = 3; this.lblSpellingDictionary.Text = "Dictionary for spelling checker"; this.lblSpellingDictionary.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // lblLanguage // this.lblLanguage.AutoSize = true; this.lblLanguage.Dock = System.Windows.Forms.DockStyle.Fill; this.lblLanguage.Location = new System.Drawing.Point(3, 0); this.lblLanguage.Name = "lblLanguage"; this.lblLanguage.Size = new System.Drawing.Size(149, 27); this.lblLanguage.TabIndex = 0; this.lblLanguage.Text = "Language (restart required)"; this.lblLanguage.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // Language // this.Language.Dock = System.Windows.Forms.DockStyle.Fill; this.Language.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.Language.FormattingEnabled = true; this.Language.Location = new System.Drawing.Point(158, 3); this.Language.Name = "Language"; this.Language.Size = new System.Drawing.Size(86, 21); this.Language.TabIndex = 0; // // helpTranslate // this.helpTranslate.AutoSize = true; this.helpTranslate.Dock = System.Windows.Forms.DockStyle.Fill; this.helpTranslate.LinkColor = System.Drawing.SystemColors.HotTrack; this.helpTranslate.Location = new System.Drawing.Point(250, 0); this.helpTranslate.Name = "helpTranslate"; this.helpTranslate.Size = new System.Drawing.Size(103, 27); this.helpTranslate.TabIndex = 1; this.helpTranslate.TabStop = true; this.helpTranslate.Text = "Help translate"; this.helpTranslate.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.helpTranslate.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.helpTranslate_LinkClicked); // // _NO_TRANSLATE_NoImageService // this._NO_TRANSLATE_NoImageService.Dock = System.Windows.Forms.DockStyle.Fill; this._NO_TRANSLATE_NoImageService.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this._NO_TRANSLATE_NoImageService.FormattingEnabled = true; this._NO_TRANSLATE_NoImageService.Location = new System.Drawing.Point(164, 102); this._NO_TRANSLATE_NoImageService.Name = "_NO_TRANSLATE_NoImageService"; this._NO_TRANSLATE_NoImageService.Size = new System.Drawing.Size(183, 21); this._NO_TRANSLATE_NoImageService.TabIndex = 4; // // lblCacheDays // this.lblCacheDays.AutoSize = true; this.lblCacheDays.Dock = System.Windows.Forms.DockStyle.Fill; this.lblCacheDays.Location = new System.Drawing.Point(3, 46); this.lblCacheDays.Name = "lblCacheDays"; this.lblCacheDays.Size = new System.Drawing.Size(155, 26); this.lblCacheDays.TabIndex = 2; this.lblCacheDays.Text = "Cache images (days)"; this.lblCacheDays.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // lblNoImageService // this.lblNoImageService.AutoSize = true; this.lblNoImageService.Dock = System.Windows.Forms.DockStyle.Fill; this.lblNoImageService.Location = new System.Drawing.Point(3, 99); this.lblNoImageService.Name = "lblNoImageService"; this.lblNoImageService.Size = new System.Drawing.Size(155, 27); this.lblNoImageService.TabIndex = 4; this.lblNoImageService.Text = "Fallback generated avatar style"; this.lblNoImageService.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // _NO_TRANSLATE_DaysToCacheImages // this._NO_TRANSLATE_DaysToCacheImages.Location = new System.Drawing.Point(164, 49); this._NO_TRANSLATE_DaysToCacheImages.Maximum = new decimal(new int[] { 400, 0, 0, 0 }); this._NO_TRANSLATE_DaysToCacheImages.Name = "_NO_TRANSLATE_DaysToCacheImages"; this._NO_TRANSLATE_DaysToCacheImages.Size = new System.Drawing.Size(38, 20); this._NO_TRANSLATE_DaysToCacheImages.TabIndex = 2; this._NO_TRANSLATE_DaysToCacheImages.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // pictureAvatarHelp // this.pictureAvatarHelp.Image = global::GitUI.Properties.Resources.information; this.pictureAvatarHelp.Location = new System.Drawing.Point(353, 104); this.pictureAvatarHelp.Margin = new System.Windows.Forms.Padding(3, 5, 3, 3); this.pictureAvatarHelp.Name = "pictureAvatarHelp"; this.pictureAvatarHelp.Size = new System.Drawing.Size(16, 16); this.pictureAvatarHelp.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize; this.pictureAvatarHelp.TabIndex = 3; this.pictureAvatarHelp.TabStop = false; this.pictureAvatarHelp.Click += new System.EventHandler(this.pictureAvatarHelp_Click); // // fixedWidthFontDialog // this.fixedWidthFontDialog.AllowVerticalFonts = false; this.fixedWidthFontDialog.Color = System.Drawing.SystemColors.ControlText; this.fixedWidthFontDialog.FixedPitchOnly = true; // // applicationDialog // this.applicationDialog.AllowVerticalFonts = false; this.applicationDialog.Color = System.Drawing.SystemColors.ControlText; // // commitFontDialog // this.commitFontDialog.AllowVerticalFonts = false; this.commitFontDialog.Color = System.Drawing.SystemColors.ControlText; // // AppearanceSettingsPage // this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.Controls.Add(tlpnlMain); this.MinimumSize = new System.Drawing.Size(258, 255); this.Name = "AppearanceSettingsPage"; this.Text = "Appearance"; this.Padding = new System.Windows.Forms.Padding(8); this.Size = new System.Drawing.Size(1558, 497); tlpnlMain.ResumeLayout(false); tlpnlMain.PerformLayout(); this.gbGeneral.ResumeLayout(false); this.gbGeneral.PerformLayout(); this.tlpnlGeneral.ResumeLayout(false); this.tlpnlGeneral.PerformLayout(); this.gbLanguages.ResumeLayout(false); this.gbLanguages.PerformLayout(); this.tlpnlLanguage.ResumeLayout(false); this.tlpnlLanguage.PerformLayout(); this.gbAuthorImages.ResumeLayout(false); this.gbAuthorImages.PerformLayout(); this.tlpnlAuthor.ResumeLayout(false); this.tlpnlAuthor.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this._NO_TRANSLATE_DaysToCacheImages)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureAvatarHelp)).EndInit(); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; TreelistView.TreeListColumn treeListColumn1 = new TreelistView.TreeListColumn("Hostname", "Hostname"); TreelistView.TreeListColumn treeListColumn2 = new TreelistView.TreeListColumn("API", "API"); TreelistView.TreeListColumn treeListColumn3 = new TreelistView.TreeListColumn("User", "Connected User"); this.hosts = new TreelistView.TreeListView(); this.connect = new System.Windows.Forms.Button(); this.addhost = new System.Windows.Forms.Button(); this.hostname = new System.Windows.Forms.TextBox(); this.refresh = new System.Windows.Forms.Button(); tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); tableLayoutPanel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.hosts)).BeginInit(); this.SuspendLayout(); // // tableLayoutPanel1 // tableLayoutPanel1.ColumnCount = 4; tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); tableLayoutPanel1.Controls.Add(this.hosts, 0, 0); tableLayoutPanel1.Controls.Add(this.connect, 3, 1); tableLayoutPanel1.Controls.Add(this.addhost, 1, 1); tableLayoutPanel1.Controls.Add(this.hostname, 0, 1); tableLayoutPanel1.Controls.Add(this.refresh, 2, 1); tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); tableLayoutPanel1.Name = "tableLayoutPanel1"; tableLayoutPanel1.RowCount = 2; tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); tableLayoutPanel1.Size = new System.Drawing.Size(488, 297); tableLayoutPanel1.TabIndex = 2; // // hosts // this.hosts.AlwaysDisplayVScroll = true; treeListColumn1.AutoSize = true; treeListColumn1.AutoSizeMinSize = 15; treeListColumn1.Width = 48; treeListColumn2.AutoSizeMinSize = 15; treeListColumn2.Width = 80; treeListColumn3.AutoSizeMinSize = 15; treeListColumn3.Width = 125; this.hosts.Columns.AddRange(new TreelistView.TreeListColumn[] { treeListColumn1, treeListColumn2, treeListColumn3}); tableLayoutPanel1.SetColumnSpan(this.hosts, 4); this.hosts.Cursor = System.Windows.Forms.Cursors.Arrow; this.hosts.Dock = System.Windows.Forms.DockStyle.Fill; this.hosts.Location = new System.Drawing.Point(3, 3); this.hosts.MultiSelect = false; this.hosts.Name = "hosts"; this.hosts.RowOptions.ShowHeader = false; this.hosts.Size = new System.Drawing.Size(482, 262); this.hosts.TabIndex = 1; this.hosts.ViewOptions.HoverHandTreeColumn = false; this.hosts.ViewOptions.Indent = 12; this.hosts.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.hosts_AfterSelect); this.hosts.NodeDoubleClicked += new TreelistView.TreeListView.NodeDoubleClickedHandler(this.hosts_NodeDoubleClicked); this.hosts.KeyDown += new System.Windows.Forms.KeyEventHandler(this.hosts_KeyDown); // // connect // this.connect.Anchor = System.Windows.Forms.AnchorStyles.Right; this.connect.Enabled = false; this.connect.Location = new System.Drawing.Point(410, 271); this.connect.Margin = new System.Windows.Forms.Padding(32, 3, 3, 3); this.connect.Name = "connect"; this.connect.Size = new System.Drawing.Size(75, 23); this.connect.TabIndex = 5; this.connect.Text = "Connect"; this.connect.UseVisualStyleBackColor = true; this.connect.Click += new System.EventHandler(this.connect_Click); // // addhost // this.addhost.Anchor = System.Windows.Forms.AnchorStyles.Right; this.addhost.Location = new System.Drawing.Point(219, 271); this.addhost.Name = "addhost"; this.addhost.Size = new System.Drawing.Size(75, 23); this.addhost.TabIndex = 3; this.addhost.Text = "Add Host"; this.addhost.UseVisualStyleBackColor = true; this.addhost.Click += new System.EventHandler(this.addhost_Click); // // hostname // this.hostname.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.hostname.Location = new System.Drawing.Point(3, 271); this.hostname.Name = "hostname"; this.hostname.Size = new System.Drawing.Size(210, 20); this.hostname.TabIndex = 2; this.hostname.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.hostname_KeyPress); // // refresh // this.refresh.Location = new System.Drawing.Point(300, 271); this.refresh.Name = "refresh"; this.refresh.Size = new System.Drawing.Size(75, 23); this.refresh.TabIndex = 4; this.refresh.Text = "Refresh"; this.refresh.UseVisualStyleBackColor = true; this.refresh.Click += new System.EventHandler(this.refresh_Click); // // RemoteHostSelect // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(488, 297); this.Controls.Add(tableLayoutPanel1); this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.Name = "RemoteHostSelect"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Attach to running instance"; tableLayoutPanel1.ResumeLayout(false); tableLayoutPanel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.hosts)).EndInit(); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.Windows.Forms.Label lblGameName2; System.Windows.Forms.Label lblMap2; System.Windows.Forms.Label lblGamePort2; System.Windows.Forms.Label lblServerAddress2; System.Windows.Forms.Label lblPlayers2; System.Windows.Forms.Label lblClients2; System.Windows.Forms.ToolStripMenuItem mnuTools; System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm)); this.mnuMain = new System.Windows.Forms.MenuStrip(); this.mnuFile = new System.Windows.Forms.ToolStripMenuItem(); this.mnuFileChangeServer = new System.Windows.Forms.ToolStripMenuItem(); this.mnuFileExit = new System.Windows.Forms.ToolStripMenuItem(); this.mnuToolsLaunchWarcraft = new System.Windows.Forms.ToolStripMenuItem(); this.mnuHelp = new System.Windows.Forms.ToolStripMenuItem(); this.mnuHelpAbout = new System.Windows.Forms.ToolStripMenuItem(); this.lblGameName = new System.Windows.Forms.Label(); this.lblMap = new System.Windows.Forms.Label(); this.lblGamePort = new System.Windows.Forms.Label(); this.lblServerAddress = new System.Windows.Forms.Label(); this.lblPlayers = new System.Windows.Forms.Label(); this.lblClientCount = new System.Windows.Forms.Label(); this.mIcon = new System.Windows.Forms.NotifyIcon(this.components); this.mIconMenu = new System.Windows.Forms.ContextMenuStrip(this.components); this.mnuIconExit = new System.Windows.Forms.ToolStripMenuItem(); lblGameName2 = new System.Windows.Forms.Label(); lblMap2 = new System.Windows.Forms.Label(); lblGamePort2 = new System.Windows.Forms.Label(); lblServerAddress2 = new System.Windows.Forms.Label(); lblPlayers2 = new System.Windows.Forms.Label(); lblClients2 = new System.Windows.Forms.Label(); mnuTools = new System.Windows.Forms.ToolStripMenuItem(); tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.mnuMain.SuspendLayout(); tableLayoutPanel1.SuspendLayout(); this.mIconMenu.SuspendLayout(); this.SuspendLayout(); // // lblGameName2 // lblGameName2.AutoSize = true; lblGameName2.Location = new System.Drawing.Point(3, 28); lblGameName2.Name = "lblGameName2"; lblGameName2.Size = new System.Drawing.Size(67, 13); lblGameName2.TabIndex = 3; lblGameName2.Text = "Game name:"; // // lblMap2 // lblMap2.AutoSize = true; lblMap2.Location = new System.Drawing.Point(3, 48); lblMap2.Name = "lblMap2"; lblMap2.Size = new System.Drawing.Size(31, 13); lblMap2.TabIndex = 5; lblMap2.Text = "Map:"; // // lblGamePort2 // lblGamePort2.AutoSize = true; lblGamePort2.Location = new System.Drawing.Point(3, 68); lblGamePort2.Name = "lblGamePort2"; lblGamePort2.Size = new System.Drawing.Size(59, 13); lblGamePort2.TabIndex = 7; lblGamePort2.Text = "Game port:"; // // lblServerAddress2 // lblServerAddress2.AutoSize = true; lblServerAddress2.Location = new System.Drawing.Point(3, 8); lblServerAddress2.Name = "lblServerAddress2"; lblServerAddress2.Size = new System.Drawing.Size(81, 13); lblServerAddress2.TabIndex = 2; lblServerAddress2.Text = "Server address:"; // // lblPlayers2 // lblPlayers2.AutoSize = true; lblPlayers2.Location = new System.Drawing.Point(3, 88); lblPlayers2.Name = "lblPlayers2"; lblPlayers2.Size = new System.Drawing.Size(44, 13); lblPlayers2.TabIndex = 9; lblPlayers2.Text = "Players:"; // // lblClients2 // lblClients2.AutoSize = true; lblClients2.Location = new System.Drawing.Point(3, 108); lblClients2.Name = "lblClients2"; lblClients2.Size = new System.Drawing.Size(41, 13); lblClients2.TabIndex = 11; lblClients2.Text = "Clients:"; // // mnuMain // this.mnuMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.mnuFile, mnuTools, this.mnuHelp}); this.mnuMain.Location = new System.Drawing.Point(0, 0); this.mnuMain.Name = "mnuMain"; this.mnuMain.Size = new System.Drawing.Size(343, 24); this.mnuMain.TabIndex = 0; // // mnuFile // this.mnuFile.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.mnuFileChangeServer, this.mnuFileExit}); this.mnuFile.Name = "mnuFile"; this.mnuFile.Size = new System.Drawing.Size(35, 20); this.mnuFile.Text = "&File"; // // mnuFileChangeServer // this.mnuFileChangeServer.Name = "mnuFileChangeServer"; this.mnuFileChangeServer.Size = new System.Drawing.Size(156, 22); this.mnuFileChangeServer.Text = "Change server"; this.mnuFileChangeServer.Click += new System.EventHandler(this.mnuChangeServer_Click); // // mnuFileExit // this.mnuFileExit.Name = "mnuFileExit"; this.mnuFileExit.Size = new System.Drawing.Size(156, 22); this.mnuFileExit.Text = "E&xit"; this.mnuFileExit.Click += new System.EventHandler(this.mnuFileExit_Click); // // mnuTools // mnuTools.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.mnuToolsLaunchWarcraft}); mnuTools.Name = "mnuTools"; mnuTools.Size = new System.Drawing.Size(44, 20); mnuTools.Text = "Tools"; // // mnuToolsLaunchWarcraft // this.mnuToolsLaunchWarcraft.Name = "mnuToolsLaunchWarcraft"; this.mnuToolsLaunchWarcraft.Size = new System.Drawing.Size(180, 22); this.mnuToolsLaunchWarcraft.Text = "Launch Warcraft III"; this.mnuToolsLaunchWarcraft.Click += new System.EventHandler(this.mnuLaunchWarcraft_Click); // // mnuHelp // this.mnuHelp.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; this.mnuHelp.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.mnuHelpAbout}); this.mnuHelp.Name = "mnuHelp"; this.mnuHelp.Size = new System.Drawing.Size(40, 20); this.mnuHelp.Text = "&Help"; // // mnuHelpAbout // this.mnuHelpAbout.Name = "mnuHelpAbout"; this.mnuHelpAbout.Size = new System.Drawing.Size(152, 22); this.mnuHelpAbout.Text = "&About"; this.mnuHelpAbout.Click += new System.EventHandler(this.mnuHelpAbout_Click); // // lblGameName // this.lblGameName.AutoEllipsis = true; this.lblGameName.AutoSize = true; this.lblGameName.Location = new System.Drawing.Point(123, 28); this.lblGameName.Name = "lblGameName"; this.lblGameName.Size = new System.Drawing.Size(69, 13); this.lblGameName.TabIndex = 4; this.lblGameName.Text = "(None found)"; // // lblMap // this.lblMap.AutoEllipsis = true; this.lblMap.AutoSize = true; this.lblMap.Location = new System.Drawing.Point(123, 48); this.lblMap.Name = "lblMap"; this.lblMap.Size = new System.Drawing.Size(33, 13); this.lblMap.TabIndex = 6; this.lblMap.Text = "(N/A)"; // // lblGamePort // this.lblGamePort.AutoEllipsis = true; this.lblGamePort.AutoSize = true; this.lblGamePort.Location = new System.Drawing.Point(123, 68); this.lblGamePort.Name = "lblGamePort"; this.lblGamePort.Size = new System.Drawing.Size(33, 13); this.lblGamePort.TabIndex = 8; this.lblGamePort.Text = "(N/A)"; // // tableLayoutPanel1 // tableLayoutPanel1.ColumnCount = 2; tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 120F)); tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); tableLayoutPanel1.Controls.Add(lblClients2, 0, 6); tableLayoutPanel1.Controls.Add(lblPlayers2, 0, 5); tableLayoutPanel1.Controls.Add(lblServerAddress2, 0, 1); tableLayoutPanel1.Controls.Add(this.lblGamePort, 1, 4); tableLayoutPanel1.Controls.Add(this.lblServerAddress, 1, 1); tableLayoutPanel1.Controls.Add(lblGamePort2, 0, 4); tableLayoutPanel1.Controls.Add(lblGameName2, 0, 2); tableLayoutPanel1.Controls.Add(this.lblMap, 1, 3); tableLayoutPanel1.Controls.Add(this.lblGameName, 1, 2); tableLayoutPanel1.Controls.Add(lblMap2, 0, 3); tableLayoutPanel1.Controls.Add(this.lblPlayers, 1, 5); tableLayoutPanel1.Controls.Add(this.lblClientCount, 1, 6); tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; tableLayoutPanel1.Location = new System.Drawing.Point(0, 24); tableLayoutPanel1.Name = "tableLayoutPanel1"; tableLayoutPanel1.RowCount = 7; tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 8F)); tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); tableLayoutPanel1.Size = new System.Drawing.Size(343, 135); tableLayoutPanel1.TabIndex = 9; // // lblServerAddress // this.lblServerAddress.AutoEllipsis = true; this.lblServerAddress.AutoSize = true; this.lblServerAddress.Location = new System.Drawing.Point(123, 8); this.lblServerAddress.Name = "lblServerAddress"; this.lblServerAddress.Size = new System.Drawing.Size(47, 13); this.lblServerAddress.TabIndex = 4; this.lblServerAddress.Text = "(Not set)"; // // lblPlayers // this.lblPlayers.AutoEllipsis = true; this.lblPlayers.AutoSize = true; this.lblPlayers.Location = new System.Drawing.Point(123, 88); this.lblPlayers.Name = "lblPlayers"; this.lblPlayers.Size = new System.Drawing.Size(33, 13); this.lblPlayers.TabIndex = 10; this.lblPlayers.Text = "(N/A)"; // // lblClientCount // this.lblClientCount.AutoEllipsis = true; this.lblClientCount.AutoSize = true; this.lblClientCount.Location = new System.Drawing.Point(123, 108); this.lblClientCount.Name = "lblClientCount"; this.lblClientCount.Size = new System.Drawing.Size(13, 13); this.lblClientCount.TabIndex = 12; this.lblClientCount.Text = "0"; // // mIcon // this.mIcon.ContextMenuStrip = this.mIconMenu; this.mIcon.Icon = ((System.Drawing.Icon)(resources.GetObject("mIcon.Icon"))); this.mIcon.Text = "WC3 Proxy"; this.mIcon.Visible = true; this.mIcon.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.mIcon_MouseDoubleClick); // // mIconMenu // this.mIconMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.mnuIconExit}); this.mIconMenu.Name = "mIconMenu"; this.mIconMenu.ShowImageMargin = false; this.mIconMenu.Size = new System.Drawing.Size(79, 26); // // mnuIconExit // this.mnuIconExit.Name = "mnuIconExit"; this.mnuIconExit.Size = new System.Drawing.Size(78, 22); this.mnuIconExit.Text = "Exit"; this.mnuIconExit.Click += new System.EventHandler(this.exitToolStripMenuItem_Click); // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(343, 159); this.Controls.Add(tableLayoutPanel1); this.Controls.Add(this.mnuMain); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MainMenuStrip = this.mnuMain; this.MaximizeBox = false; this.Name = "MainForm"; this.Text = "Foole\'s WC3 Proxy"; this.Shown += new System.EventHandler(this.MainForm_Shown); this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing); this.Resize += new System.EventHandler(this.MainForm_Resize); this.mnuMain.ResumeLayout(false); this.mnuMain.PerformLayout(); tableLayoutPanel1.ResumeLayout(false); tableLayoutPanel1.PerformLayout(); this.mIconMenu.ResumeLayout(false); 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.Button buttonOK; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MySqlDataConnectionPromptDialog)); System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; System.Windows.Forms.Label label1; System.Windows.Forms.Label label3; System.Windows.Forms.Button buttonCancel; this.savePassword = new System.Windows.Forms.CheckBox(); this.login = new System.Windows.Forms.TextBox(); this.password = new System.Windows.Forms.TextBox(); buttonOK = new System.Windows.Forms.Button(); tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); label1 = new System.Windows.Forms.Label(); label3 = new System.Windows.Forms.Label(); buttonCancel = new System.Windows.Forms.Button(); tableLayoutPanel1.SuspendLayout(); this.SuspendLayout(); // // buttonOK // buttonOK.DialogResult = System.Windows.Forms.DialogResult.OK; resources.ApplyResources(buttonOK, "buttonOK"); buttonOK.Name = "buttonOK"; buttonOK.UseVisualStyleBackColor = true; buttonOK.Click += new System.EventHandler(this.OkClick); // // tableLayoutPanel1 // resources.ApplyResources(tableLayoutPanel1, "tableLayoutPanel1"); tableLayoutPanel1.Controls.Add(label1, 0, 1); tableLayoutPanel1.Controls.Add(this.savePassword, 1, 2); tableLayoutPanel1.Controls.Add(label3, 0, 0); tableLayoutPanel1.Controls.Add(this.login, 1, 0); tableLayoutPanel1.Controls.Add(this.password, 1, 1); tableLayoutPanel1.Name = "tableLayoutPanel1"; // // label1 // resources.ApplyResources(label1, "label1"); label1.FlatStyle = System.Windows.Forms.FlatStyle.System; label1.Name = "label1"; // // savePassword // resources.ApplyResources(this.savePassword, "savePassword"); this.savePassword.Name = "savePassword"; // // label3 // resources.ApplyResources(label3, "label3"); label3.FlatStyle = System.Windows.Forms.FlatStyle.System; label3.Name = "label3"; // // login // resources.ApplyResources(this.login, "login"); this.login.Name = "login"; this.login.Tag = "User id"; // // password // resources.ApplyResources(this.password, "password"); this.password.Name = "password"; this.password.Tag = "Password"; this.password.UseSystemPasswordChar = true; // // buttonCancel // buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; resources.ApplyResources(buttonCancel, "buttonCancel"); buttonCancel.Name = "buttonCancel"; buttonCancel.UseVisualStyleBackColor = true; // // MySqlDataConnectionPromptDialog // this.AcceptButton = buttonOK; resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = buttonCancel; this.Controls.Add(buttonCancel); this.Controls.Add(tableLayoutPanel1); this.Controls.Add(buttonOK); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "MySqlDataConnectionPromptDialog"; this.ShowIcon = false; this.ShowInTaskbar = false; 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.Label nameLabel; System.Windows.Forms.Label stateLabel; System.Windows.Forms.Label dateLabel; System.Windows.Forms.TableLayoutPanel table; this.stateComboBox = new System.Windows.Forms.ComboBox(); this.stupidDateEditor = new LionEditor.StupidDateEditor(); this.featListBox = new System.Windows.Forms.ListBox(); nameLabel = new System.Windows.Forms.Label(); stateLabel = new System.Windows.Forms.Label(); dateLabel = new System.Windows.Forms.Label(); table = new System.Windows.Forms.TableLayoutPanel(); table.SuspendLayout(); this.SuspendLayout(); // // nameLabel // nameLabel.AutoSize = true; nameLabel.Dock = System.Windows.Forms.DockStyle.Fill; nameLabel.Location = new System.Drawing.Point( 3, 0 ); nameLabel.Name = "nameLabel"; nameLabel.Size = new System.Drawing.Size( 216, 13 ); nameLabel.TabIndex = 3; nameLabel.Text = "Name"; nameLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // stateLabel // stateLabel.AutoSize = true; stateLabel.Dock = System.Windows.Forms.DockStyle.Fill; stateLabel.Location = new System.Drawing.Point( 225, 0 ); stateLabel.Name = "stateLabel"; stateLabel.Size = new System.Drawing.Size( 82, 13 ); stateLabel.TabIndex = 4; stateLabel.Text = "State"; stateLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // dateLabel // dateLabel.AutoSize = true; dateLabel.Dock = System.Windows.Forms.DockStyle.Fill; dateLabel.Location = new System.Drawing.Point( 313, 0 ); dateLabel.Name = "dateLabel"; dateLabel.Size = new System.Drawing.Size( 174, 13 ); dateLabel.TabIndex = 5; dateLabel.Text = "Date"; dateLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // stateComboBox // this.stateComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.stateComboBox.FormattingEnabled = true; this.stateComboBox.Location = new System.Drawing.Point( 225, 16 ); this.stateComboBox.Name = "stateComboBox"; this.stateComboBox.Size = new System.Drawing.Size( 82, 21 ); this.stateComboBox.TabIndex = 2; // // table // table.ColumnCount = 3; table.ColumnStyles.Add( new System.Windows.Forms.ColumnStyle( System.Windows.Forms.SizeType.Absolute, 222F ) ); table.ColumnStyles.Add( new System.Windows.Forms.ColumnStyle( System.Windows.Forms.SizeType.Absolute, 88F ) ); table.ColumnStyles.Add( new System.Windows.Forms.ColumnStyle( System.Windows.Forms.SizeType.Absolute, 180F ) ); table.Controls.Add( this.stupidDateEditor, 2, 1 ); table.Controls.Add( this.stateComboBox, 1, 1 ); table.Controls.Add( nameLabel, 0, 0 ); table.Controls.Add( stateLabel, 1, 0 ); table.Controls.Add( dateLabel, 2, 0 ); table.Controls.Add( this.featListBox, 0, 1 ); table.Dock = System.Windows.Forms.DockStyle.Fill; table.Location = new System.Drawing.Point( 0, 0 ); table.Name = "table"; table.RowCount = 2; table.RowStyles.Add( new System.Windows.Forms.RowStyle() ); table.RowStyles.Add( new System.Windows.Forms.RowStyle() ); table.RowStyles.Add( new System.Windows.Forms.RowStyle( System.Windows.Forms.SizeType.Absolute, 20F ) ); table.Size = new System.Drawing.Size( 490, 298 ); table.TabIndex = 3; // // stupidDateEditor // this.stupidDateEditor.Location = new System.Drawing.Point( 313, 16 ); this.stupidDateEditor.Name = "stupidDateEditor"; this.stupidDateEditor.Size = new System.Drawing.Size( 174, 27 ); this.stupidDateEditor.TabIndex = 0; // // featListBox // this.featListBox.FormattingEnabled = true; this.featListBox.Location = new System.Drawing.Point( 3, 16 ); this.featListBox.Name = "featListBox"; this.featListBox.Size = new System.Drawing.Size( 216, 251 ); this.featListBox.TabIndex = 6; // // FeatsEditor // this.AutoScaleDimensions = new System.Drawing.SizeF( 6F, 13F ); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add( table ); this.Name = "FeatsEditor"; this.Size = new System.Drawing.Size( 490, 298 ); table.ResumeLayout( false ); table.PerformLayout(); this.ResumeLayout( false ); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; System.Windows.Forms.Label label2; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TestResultForm)); this.correctPercentLabel = new System.Windows.Forms.Label(); this.answerCountLabel = new System.Windows.Forms.Label(); this.nameLabel = new System.Windows.Forms.Label(); this.backButton = new System.Windows.Forms.Button(); tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); label2 = new System.Windows.Forms.Label(); tableLayoutPanel1.SuspendLayout(); this.SuspendLayout(); // // tableLayoutPanel1 // tableLayoutPanel1.ColumnCount = 1; tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); tableLayoutPanel1.Controls.Add(this.correctPercentLabel, 0, 3); tableLayoutPanel1.Controls.Add(this.answerCountLabel, 0, 2); tableLayoutPanel1.Controls.Add(label2, 0, 1); tableLayoutPanel1.Controls.Add(this.nameLabel, 0, 0); tableLayoutPanel1.Controls.Add(this.backButton, 0, 5); tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(0); tableLayoutPanel1.Name = "tableLayoutPanel1"; tableLayoutPanel1.Padding = new System.Windows.Forms.Padding(200, 150, 200, 200); tableLayoutPanel1.RowCount = 6; tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F)); tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); tableLayoutPanel1.Size = new System.Drawing.Size(784, 562); tableLayoutPanel1.TabIndex = 0; // // correctPercentLabel // this.correctPercentLabel.AutoSize = true; this.correctPercentLabel.Dock = System.Windows.Forms.DockStyle.Fill; this.correctPercentLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.correctPercentLabel.Location = new System.Drawing.Point(201, 251); this.correctPercentLabel.Margin = new System.Windows.Forms.Padding(1); this.correctPercentLabel.Name = "correctPercentLabel"; this.correctPercentLabel.Size = new System.Drawing.Size(382, 28); this.correctPercentLabel.TabIndex = 3; this.correctPercentLabel.Text = "100%"; this.correctPercentLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // answerCountLabel // this.answerCountLabel.AutoSize = true; this.answerCountLabel.Dock = System.Windows.Forms.DockStyle.Fill; this.answerCountLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.answerCountLabel.Location = new System.Drawing.Point(201, 221); this.answerCountLabel.Margin = new System.Windows.Forms.Padding(1); this.answerCountLabel.Name = "answerCountLabel"; this.answerCountLabel.Size = new System.Drawing.Size(382, 28); this.answerCountLabel.TabIndex = 2; this.answerCountLabel.Text = "20/20 correct answers"; this.answerCountLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label2 // label2.AutoSize = true; label2.Dock = System.Windows.Forms.DockStyle.Fill; label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204))); label2.Location = new System.Drawing.Point(201, 181); label2.Margin = new System.Windows.Forms.Padding(1); label2.Name = "label2"; label2.Size = new System.Drawing.Size(382, 38); label2.TabIndex = 1; label2.Text = "Your test results:"; label2.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // nameLabel // this.nameLabel.AutoSize = true; this.nameLabel.Dock = System.Windows.Forms.DockStyle.Fill; this.nameLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.nameLabel.Location = new System.Drawing.Point(201, 151); this.nameLabel.Margin = new System.Windows.Forms.Padding(1); this.nameLabel.Name = "nameLabel"; this.nameLabel.Size = new System.Drawing.Size(382, 28); this.nameLabel.TabIndex = 0; this.nameLabel.Text = "Test name"; this.nameLabel.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // backButton // this.backButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.backButton.DialogResult = System.Windows.Forms.DialogResult.OK; this.backButton.Location = new System.Drawing.Point(300, 335); this.backButton.Margin = new System.Windows.Forms.Padding(100, 0, 100, 0); this.backButton.Name = "backButton"; this.backButton.Size = new System.Drawing.Size(184, 24); this.backButton.TabIndex = 4; this.backButton.Text = "Back to main screen"; this.backButton.UseVisualStyleBackColor = true; // // TestResultForm // this.AcceptButton = this.backButton; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(784, 562); this.Controls.Add(tableLayoutPanel1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MaximumSize = new System.Drawing.Size(800, 600); this.MinimumSize = new System.Drawing.Size(800, 600); this.Name = "TestResultForm"; this.Text = "Quizzer: Test Results"; this.Load += new System.EventHandler(this.TestResultForm_Load); tableLayoutPanel1.ResumeLayout(false); tableLayoutPanel1.PerformLayout(); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.Windows.Forms.Label label10; System.Windows.Forms.Label label11; System.Windows.Forms.Label label13; System.Windows.Forms.Panel panel2; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(StrataPage)); System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; System.Windows.Forms.Label label2; System.Windows.Forms.Label label5; System.Windows.Forms.Label label6; System.Windows.Forms.Label label7; System.Windows.Forms.Label label8; System.Windows.Forms.Label label1; System.Windows.Forms.Label label3; System.Windows.Forms.Label label4; System.Windows.Forms.TableLayoutPanel tableLayoutPanel3; this.StrataListBox = new System.Windows.Forms.ListBox(); this.StrataBindingSource = new System.Windows.Forms.BindingSource(this.components); this.bindingNavigator = new System.Windows.Forms.BindingNavigator(this.components); this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton(); this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton(); this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel(); this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); this._kzTB = new System.Windows.Forms.TextBox(); this.YearComboBox = new FMSC.Controls.YearComboBox(); this.MonthComboBox = new System.Windows.Forms.ComboBox(); this.MethodComboBox = new System.Windows.Forms.ComboBox(); this.CruiseMethodBindingSource = new System.Windows.Forms.BindingSource(this.components); this.BAFTextBox = new System.Windows.Forms.TextBox(); this.CodeTextBox = new System.Windows.Forms.TextBox(); this.textBox3 = new System.Windows.Forms.TextBox(); this.FixedPlotSizeTextBox = new System.Windows.Forms.TextBox(); this.yieldCombo = new System.Windows.Forms.ComboBox(); this.CuttingUnitGridView = new FMSC.Controls.SelectedItemsGridView(); this.codeDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.areaDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.descriptionDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.loggingMethodDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.paymentUnitDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.CuttingUnitBindingSource = new System.Windows.Forms.BindingSource(this.components); this.SampleGroupButton = new System.Windows.Forms.Button(); this.CuttingUnitButton = new System.Windows.Forms.Button(); this._btn_cancel = new System.Windows.Forms.Button(); this.errorProvider1 = new System.Windows.Forms.ErrorProvider(this.components); label10 = new System.Windows.Forms.Label(); label11 = new System.Windows.Forms.Label(); label13 = new System.Windows.Forms.Label(); panel2 = new System.Windows.Forms.Panel(); tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); label2 = new System.Windows.Forms.Label(); label5 = new System.Windows.Forms.Label(); label6 = new System.Windows.Forms.Label(); label7 = new System.Windows.Forms.Label(); label8 = new System.Windows.Forms.Label(); label1 = new System.Windows.Forms.Label(); label3 = new System.Windows.Forms.Label(); label4 = new System.Windows.Forms.Label(); tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel(); panel2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.StrataBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator)).BeginInit(); this.bindingNavigator.SuspendLayout(); tableLayoutPanel1.SuspendLayout(); this.tableLayoutPanel2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.CruiseMethodBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.CuttingUnitGridView)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.CuttingUnitBindingSource)).BeginInit(); tableLayoutPanel3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit(); this.SuspendLayout(); // // label10 // label10.AutoSize = true; label10.Dock = System.Windows.Forms.DockStyle.Fill; label10.Location = new System.Drawing.Point(137, 56); label10.Name = "label10"; label10.Size = new System.Drawing.Size(80, 28); label10.TabIndex = 0; label10.Text = "Year"; label10.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // label11 // label11.AutoSize = true; label11.Dock = System.Windows.Forms.DockStyle.Fill; label11.Location = new System.Drawing.Point(137, 0); label11.Name = "label11"; label11.Size = new System.Drawing.Size(80, 28); label11.TabIndex = 1; label11.Text = "Method"; label11.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // label13 // label13.AutoSize = true; label13.Dock = System.Windows.Forms.DockStyle.Fill; label13.Location = new System.Drawing.Point(3, 56); label13.Name = "label13"; label13.Size = new System.Drawing.Size(77, 28); label13.TabIndex = 0; label13.Text = "Month"; label13.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // panel2 // panel2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; panel2.Controls.Add(this.StrataListBox); panel2.Controls.Add(this.bindingNavigator); panel2.Dock = System.Windows.Forms.DockStyle.Fill; panel2.Location = new System.Drawing.Point(0, 0); panel2.Margin = new System.Windows.Forms.Padding(0); panel2.Name = "panel2"; tableLayoutPanel1.SetRowSpan(panel2, 4); panel2.Size = new System.Drawing.Size(160, 422); panel2.TabIndex = 1; // // StrataListBox // this.StrataListBox.DataSource = this.StrataBindingSource; this.StrataListBox.Dock = System.Windows.Forms.DockStyle.Fill; this.StrataListBox.FormatString = "● [Code] - [Method]"; this.StrataListBox.FormattingEnabled = true; this.StrataListBox.IntegralHeight = false; this.StrataListBox.Location = new System.Drawing.Point(0, 46); this.StrataListBox.Margin = new System.Windows.Forms.Padding(0); this.StrataListBox.Name = "StrataListBox"; this.StrataListBox.ScrollAlwaysVisible = true; this.StrataListBox.Size = new System.Drawing.Size(156, 372); this.StrataListBox.TabIndex = 0; // // StrataBindingSource // this.StrataBindingSource.DataSource = typeof(CruiseDAL.DataObjects.StratumDO); this.StrataBindingSource.AddingNew += new System.ComponentModel.AddingNewEventHandler(this.StrataBindingSource_AddingNew); this.StrataBindingSource.CurrentChanged += new System.EventHandler(this.StrataBindingSource_CurrentChanged); // // bindingNavigator // this.bindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem; this.bindingNavigator.BindingSource = this.StrataBindingSource; this.bindingNavigator.CountItem = null; this.bindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem; this.bindingNavigator.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; this.bindingNavigator.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripLabel1, this.bindingNavigatorAddNewItem, this.toolStripSeparator3, this.bindingNavigatorDeleteItem, this.toolStripSeparator2 }); this.bindingNavigator.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.Flow; this.bindingNavigator.Location = new System.Drawing.Point(0, 0); this.bindingNavigator.MoveFirstItem = null; this.bindingNavigator.MoveLastItem = null; this.bindingNavigator.MoveNextItem = null; this.bindingNavigator.MovePreviousItem = null; this.bindingNavigator.Name = "bindingNavigator"; this.bindingNavigator.PositionItem = null; this.bindingNavigator.RenderMode = System.Windows.Forms.ToolStripRenderMode.System; this.bindingNavigator.Size = new System.Drawing.Size(156, 46); this.bindingNavigator.TabIndex = 1; this.bindingNavigator.Text = "bindingNavigator1"; // // bindingNavigatorAddNewItem // this.bindingNavigatorAddNewItem.BackColor = System.Drawing.SystemColors.ButtonFace; this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image"))); this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem"; this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true; this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(74, 20); this.bindingNavigatorAddNewItem.Text = "Add new"; // // bindingNavigatorDeleteItem // this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image"))); this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem"; this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true; this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(60, 20); this.bindingNavigatorDeleteItem.Text = "Delete"; // // toolStripLabel1 // this.toolStripLabel1.Name = "toolStripLabel1"; this.toolStripLabel1.Size = new System.Drawing.Size(40, 15); this.toolStripLabel1.Text = "Strata:"; // // toolStripSeparator3 // this.toolStripSeparator3.Name = "toolStripSeparator3"; this.toolStripSeparator3.Size = new System.Drawing.Size(6, 23); // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; this.toolStripSeparator2.Size = new System.Drawing.Size(6, 23); // // tableLayoutPanel1 // tableLayoutPanel1.ColumnCount = 2; tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 160F)); tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 1, 1); tableLayoutPanel1.Controls.Add(panel2, 0, 0); tableLayoutPanel1.Controls.Add(label3, 1, 2); tableLayoutPanel1.Controls.Add(label4, 1, 0); tableLayoutPanel1.Controls.Add(this.CuttingUnitGridView, 1, 3); tableLayoutPanel1.Controls.Add(tableLayoutPanel3, 0, 4); tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); tableLayoutPanel1.Name = "tableLayoutPanel1"; tableLayoutPanel1.RowCount = 5; 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(System.Windows.Forms.SizeType.Percent, 100F)); tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F)); tableLayoutPanel1.Size = new System.Drawing.Size(630, 472); tableLayoutPanel1.TabIndex = 0; // // tableLayoutPanel2 // this.tableLayoutPanel2.AutoScroll = true; this.tableLayoutPanel2.AutoSize = true; this.tableLayoutPanel2.ColumnCount = 6; this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanel2.Controls.Add(this._kzTB, 5, 1); this.tableLayoutPanel2.Controls.Add(this.YearComboBox, 3, 2); this.tableLayoutPanel2.Controls.Add(this.MonthComboBox, 1, 2); this.tableLayoutPanel2.Controls.Add(this.MethodComboBox, 3, 0); this.tableLayoutPanel2.Controls.Add(label13, 0, 2); this.tableLayoutPanel2.Controls.Add(this.BAFTextBox, 1, 1); this.tableLayoutPanel2.Controls.Add(this.CodeTextBox, 1, 0); this.tableLayoutPanel2.Controls.Add(label2, 0, 0); this.tableLayoutPanel2.Controls.Add(label5, 0, 1); this.tableLayoutPanel2.Controls.Add(this.textBox3, 1, 3); this.tableLayoutPanel2.Controls.Add(label6, 0, 3); this.tableLayoutPanel2.Controls.Add(label11, 2, 0); this.tableLayoutPanel2.Controls.Add(this.FixedPlotSizeTextBox, 3, 1); this.tableLayoutPanel2.Controls.Add(label7, 2, 1); this.tableLayoutPanel2.Controls.Add(label10, 2, 2); this.tableLayoutPanel2.Controls.Add(label8, 4, 2); this.tableLayoutPanel2.Controls.Add(label1, 4, 1); this.tableLayoutPanel2.Controls.Add(this.yieldCombo, 5, 2); this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel2.Location = new System.Drawing.Point(163, 24); this.tableLayoutPanel2.Name = "tableLayoutPanel2"; this.tableLayoutPanel2.RowCount = 5; this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 10F)); this.tableLayoutPanel2.Size = new System.Drawing.Size(464, 122); this.tableLayoutPanel2.TabIndex = 0; // // _kzTB // this._kzTB.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.StrataBindingSource, "KZ3PPNT", true)); this._kzTB.Enabled = false; this._kzTB.Location = new System.Drawing.Point(403, 31); this._kzTB.Name = "_kzTB"; this._kzTB.Size = new System.Drawing.Size(42, 22); this._kzTB.TabIndex = 7; // // YearComboBox // this.YearComboBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.StrataBindingSource, "Year", true)); this.YearComboBox.EndYear = 2099; this.YearComboBox.FormattingEnabled = true; this.YearComboBox.Location = new System.Drawing.Point(223, 59); this.YearComboBox.Name = "YearComboBox"; this.YearComboBox.Size = new System.Drawing.Size(50, 21); this.YearComboBox.StartYear = 1950; this.YearComboBox.TabIndex = 6; this.YearComboBox.Text = "2014"; // // MonthComboBox // this.MonthComboBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.StrataBindingSource, "Month", true)); this.MonthComboBox.FormattingEnabled = true; this.MonthComboBox.Location = new System.Drawing.Point(86, 59); this.MonthComboBox.Name = "MonthComboBox"; this.MonthComboBox.Size = new System.Drawing.Size(45, 21); this.MonthComboBox.TabIndex = 2; // // MethodComboBox // this.MethodComboBox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Append; this.MethodComboBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems; this.MethodComboBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.StrataBindingSource, "Method", true)); this.MethodComboBox.DataSource = this.CruiseMethodBindingSource; this.MethodComboBox.FormattingEnabled = true; this.MethodComboBox.Location = new System.Drawing.Point(223, 3); this.MethodComboBox.Name = "MethodComboBox"; this.MethodComboBox.Size = new System.Drawing.Size(73, 21); this.MethodComboBox.TabIndex = 4; this.MethodComboBox.SelectedValueChanged += new System.EventHandler(this.MethodComboBox_SelectedValueChanged); // // CruiseMethodBindingSource // this.CruiseMethodBindingSource.DataSource = typeof(string); // // BAFTextBox // this.BAFTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.StrataBindingSource, "BasalAreaFactor", true)); this.BAFTextBox.Enabled = false; this.BAFTextBox.Location = new System.Drawing.Point(86, 31); this.BAFTextBox.MaxLength = 6; this.BAFTextBox.Name = "BAFTextBox"; this.BAFTextBox.Size = new System.Drawing.Size(45, 22); this.BAFTextBox.TabIndex = 1; // // CodeTextBox // this.CodeTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.StrataBindingSource, "Code", true)); this.CodeTextBox.Location = new System.Drawing.Point(86, 3); this.CodeTextBox.MaxLength = 2; this.CodeTextBox.Name = "CodeTextBox"; this.CodeTextBox.Size = new System.Drawing.Size(35, 22); this.CodeTextBox.TabIndex = 0; // // label2 // label2.AutoSize = true; label2.Dock = System.Windows.Forms.DockStyle.Fill; label2.Location = new System.Drawing.Point(3, 0); label2.Name = "label2"; label2.Size = new System.Drawing.Size(77, 28); label2.TabIndex = 12; label2.Text = "Stratum Code"; label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // label5 // label5.AutoSize = true; label5.Dock = System.Windows.Forms.DockStyle.Fill; label5.Location = new System.Drawing.Point(3, 28); label5.Name = "label5"; label5.Size = new System.Drawing.Size(77, 28); label5.TabIndex = 13; label5.Text = "BAF"; label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // textBox3 // this.tableLayoutPanel2.SetColumnSpan(this.textBox3, 5); this.textBox3.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.StrataBindingSource, "Description", true)); this.textBox3.Dock = System.Windows.Forms.DockStyle.Fill; this.textBox3.Location = new System.Drawing.Point(86, 87); this.textBox3.Name = "textBox3"; this.textBox3.Size = new System.Drawing.Size(438, 22); this.textBox3.TabIndex = 3; // // label6 // label6.AutoSize = true; label6.Dock = System.Windows.Forms.DockStyle.Fill; label6.Location = new System.Drawing.Point(3, 84); label6.Name = "label6"; label6.Size = new System.Drawing.Size(77, 28); label6.TabIndex = 15; label6.Text = "Description"; label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // FixedPlotSizeTextBox // this.FixedPlotSizeTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.StrataBindingSource, "FixedPlotSize", true)); this.FixedPlotSizeTextBox.Enabled = false; this.FixedPlotSizeTextBox.Location = new System.Drawing.Point(223, 31); this.FixedPlotSizeTextBox.MaxLength = 5; this.FixedPlotSizeTextBox.Name = "FixedPlotSizeTextBox"; this.FixedPlotSizeTextBox.Size = new System.Drawing.Size(35, 22); this.FixedPlotSizeTextBox.TabIndex = 5; // // label7 // label7.AutoSize = true; label7.Dock = System.Windows.Forms.DockStyle.Fill; label7.Location = new System.Drawing.Point(137, 28); label7.Name = "label7"; label7.Size = new System.Drawing.Size(80, 28); label7.TabIndex = 17; label7.Text = "Fixed Plot Size"; label7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // label8 // label8.AutoSize = true; label8.Dock = System.Windows.Forms.DockStyle.Fill; label8.Location = new System.Drawing.Point(302, 56); label8.Name = "label8"; label8.Size = new System.Drawing.Size(95, 28); label8.TabIndex = 19; label8.Text = "Yield Component"; label8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // label1 // label1.AutoSize = true; label1.Dock = System.Windows.Forms.DockStyle.Fill; label1.Location = new System.Drawing.Point(302, 28); label1.Name = "label1"; label1.Size = new System.Drawing.Size(95, 28); label1.TabIndex = 0; label1.Text = "3PPNT KZ"; label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // yieldCombo // this.yieldCombo.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.StrataBindingSource, "YieldComponent", true)); this.yieldCombo.FormattingEnabled = true; this.yieldCombo.Items.AddRange(new object[] { "CL", "CD", "NL", "ND" }); this.yieldCombo.Location = new System.Drawing.Point(403, 59); this.yieldCombo.Name = "yieldCombo"; this.yieldCombo.Size = new System.Drawing.Size(42, 21); this.yieldCombo.TabIndex = 20; // // label3 // label3.AutoSize = true; label3.BackColor = System.Drawing.Color.DarkSeaGreen; label3.Dock = System.Windows.Forms.DockStyle.Fill; label3.Location = new System.Drawing.Point(160, 149); label3.Margin = new System.Windows.Forms.Padding(0); label3.Name = "label3"; label3.Padding = new System.Windows.Forms.Padding(5, 3, 0, 0); label3.Size = new System.Drawing.Size(470, 16); label3.TabIndex = 1; label3.Text = "Cutting Units"; // // label4 // label4.AutoSize = true; label4.BackColor = System.Drawing.Color.DarkSeaGreen; label4.Dock = System.Windows.Forms.DockStyle.Fill; label4.Location = new System.Drawing.Point(160, 0); label4.Margin = new System.Windows.Forms.Padding(0, 0, 0, 5); label4.Name = "label4"; label4.Padding = new System.Windows.Forms.Padding(5, 3, 0, 0); label4.Size = new System.Drawing.Size(470, 16); label4.TabIndex = 3; label4.Text = "Stratum"; // // CuttingUnitGridView // this.CuttingUnitGridView.AllowUserToAddRows = false; this.CuttingUnitGridView.AllowUserToDeleteRows = false; this.CuttingUnitGridView.AutoGenerateColumns = false; this.CuttingUnitGridView.BorderStyle = System.Windows.Forms.BorderStyle.None; this.CuttingUnitGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.CuttingUnitGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.codeDataGridViewTextBoxColumn, this.areaDataGridViewTextBoxColumn, this.descriptionDataGridViewTextBoxColumn, this.loggingMethodDataGridViewTextBoxColumn, this.paymentUnitDataGridViewTextBoxColumn }); this.CuttingUnitGridView.DataSource = this.CuttingUnitBindingSource; this.CuttingUnitGridView.Dock = System.Windows.Forms.DockStyle.Fill; this.CuttingUnitGridView.Location = new System.Drawing.Point(160, 165); this.CuttingUnitGridView.Margin = new System.Windows.Forms.Padding(0); this.CuttingUnitGridView.Name = "CuttingUnitGridView"; this.CuttingUnitGridView.ReadOnly = true; this.CuttingUnitGridView.RowHeadersVisible = false; this.CuttingUnitGridView.RowTemplate.Height = 24; this.CuttingUnitGridView.SelectedItems = null; this.CuttingUnitGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.CuttingUnitGridView.Size = new System.Drawing.Size(470, 257); this.CuttingUnitGridView.TabIndex = 2; this.CuttingUnitGridView.VirtualMode = true; // // codeDataGridViewTextBoxColumn // this.codeDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader; this.codeDataGridViewTextBoxColumn.DataPropertyName = "Code"; this.codeDataGridViewTextBoxColumn.HeaderText = "Code"; this.codeDataGridViewTextBoxColumn.Name = "codeDataGridViewTextBoxColumn"; this.codeDataGridViewTextBoxColumn.ReadOnly = true; this.codeDataGridViewTextBoxColumn.ToolTipText = "Cutting Unit Code"; this.codeDataGridViewTextBoxColumn.Width = 59; // // areaDataGridViewTextBoxColumn // this.areaDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader; this.areaDataGridViewTextBoxColumn.DataPropertyName = "Area"; this.areaDataGridViewTextBoxColumn.HeaderText = "Area"; this.areaDataGridViewTextBoxColumn.Name = "areaDataGridViewTextBoxColumn"; this.areaDataGridViewTextBoxColumn.ReadOnly = true; this.areaDataGridViewTextBoxColumn.ToolTipText = "Area in Acres"; this.areaDataGridViewTextBoxColumn.Width = 55; // // descriptionDataGridViewTextBoxColumn // this.descriptionDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader; this.descriptionDataGridViewTextBoxColumn.DataPropertyName = "Description"; this.descriptionDataGridViewTextBoxColumn.HeaderText = "Description"; this.descriptionDataGridViewTextBoxColumn.Name = "descriptionDataGridViewTextBoxColumn"; this.descriptionDataGridViewTextBoxColumn.ReadOnly = true; this.descriptionDataGridViewTextBoxColumn.ToolTipText = "Cutting Unit Description"; this.descriptionDataGridViewTextBoxColumn.Width = 91; // // loggingMethodDataGridViewTextBoxColumn // this.loggingMethodDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader; this.loggingMethodDataGridViewTextBoxColumn.DataPropertyName = "LoggingMethod"; this.loggingMethodDataGridViewTextBoxColumn.HeaderText = "LogMeth"; this.loggingMethodDataGridViewTextBoxColumn.Name = "loggingMethodDataGridViewTextBoxColumn"; this.loggingMethodDataGridViewTextBoxColumn.ReadOnly = true; this.loggingMethodDataGridViewTextBoxColumn.ToolTipText = "Logging Method Code"; this.loggingMethodDataGridViewTextBoxColumn.Width = 78; // // paymentUnitDataGridViewTextBoxColumn // this.paymentUnitDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader; this.paymentUnitDataGridViewTextBoxColumn.DataPropertyName = "PaymentUnit"; this.paymentUnitDataGridViewTextBoxColumn.HeaderText = "PaymentUnit"; this.paymentUnitDataGridViewTextBoxColumn.Name = "paymentUnitDataGridViewTextBoxColumn"; this.paymentUnitDataGridViewTextBoxColumn.ReadOnly = true; this.paymentUnitDataGridViewTextBoxColumn.ToolTipText = "Payment Unit Code"; this.paymentUnitDataGridViewTextBoxColumn.Width = 97; // // CuttingUnitBindingSource // this.CuttingUnitBindingSource.DataSource = typeof(CruiseDAL.DataObjects.CuttingUnitDO); // // tableLayoutPanel3 // tableLayoutPanel3.BackColor = System.Drawing.Color.DarkSeaGreen; tableLayoutPanel3.ColumnCount = 7; tableLayoutPanel1.SetColumnSpan(tableLayoutPanel3, 2); tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 30F)); tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 10F)); tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 30F)); tableLayoutPanel3.Controls.Add(this.SampleGroupButton, 5, 1); tableLayoutPanel3.Controls.Add(this.CuttingUnitButton, 1, 1); tableLayoutPanel3.Controls.Add(this._btn_cancel, 3, 1); tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill; tableLayoutPanel3.Location = new System.Drawing.Point(0, 422); tableLayoutPanel3.Margin = new System.Windows.Forms.Padding(0); tableLayoutPanel3.Name = "tableLayoutPanel3"; tableLayoutPanel3.RowCount = 3; tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle()); tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); tableLayoutPanel3.Size = new System.Drawing.Size(630, 50); tableLayoutPanel3.TabIndex = 4; // // SampleGroupButton // this.SampleGroupButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.SampleGroupButton.AutoSize = true; this.SampleGroupButton.BackColor = System.Drawing.SystemColors.ButtonFace; this.SampleGroupButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.SampleGroupButton.Location = new System.Drawing.Point(489, 12); this.SampleGroupButton.Margin = new System.Windows.Forms.Padding(0); this.SampleGroupButton.Name = "SampleGroupButton"; this.SampleGroupButton.Size = new System.Drawing.Size(111, 25); this.SampleGroupButton.TabIndex = 0; this.SampleGroupButton.Text = "Sample Group >>"; this.SampleGroupButton.UseVisualStyleBackColor = false; this.SampleGroupButton.Click += new System.EventHandler(this.SampleGroupButton_Click); // // CuttingUnitButton // this.CuttingUnitButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.CuttingUnitButton.AutoSize = true; this.CuttingUnitButton.BackColor = System.Drawing.SystemColors.ButtonFace; this.CuttingUnitButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.CuttingUnitButton.Location = new System.Drawing.Point(30, 12); this.CuttingUnitButton.Margin = new System.Windows.Forms.Padding(0); this.CuttingUnitButton.Name = "CuttingUnitButton"; this.CuttingUnitButton.Size = new System.Drawing.Size(107, 25); this.CuttingUnitButton.TabIndex = 1; this.CuttingUnitButton.Text = "<< Cutting Units"; this.CuttingUnitButton.UseVisualStyleBackColor = false; this.CuttingUnitButton.Click += new System.EventHandler(this.CuttingUnitButton_Click); // // _btn_cancel // this._btn_cancel.BackColor = System.Drawing.SystemColors.ButtonFace; this._btn_cancel.Dock = System.Windows.Forms.DockStyle.Fill; this._btn_cancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this._btn_cancel.Location = new System.Drawing.Point(147, 12); this._btn_cancel.Margin = new System.Windows.Forms.Padding(0); this._btn_cancel.Name = "_btn_cancel"; this._btn_cancel.Size = new System.Drawing.Size(53, 25); this._btn_cancel.TabIndex = 2; this._btn_cancel.Text = "Cancel"; this._btn_cancel.UseVisualStyleBackColor = false; this._btn_cancel.Click += new System.EventHandler(this._btn_cancel_Click); // // errorProvider1 // this.errorProvider1.ContainerControl = this; this.errorProvider1.DataSource = this.StrataBindingSource; // // StrataPage // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(tableLayoutPanel1); this.Font = global::CruiseManager.Properties.Settings.Default.AppFont; this.MinimumSize = new System.Drawing.Size(630, 0); this.Name = "StrataPage"; this.Size = new System.Drawing.Size(630, 472); panel2.ResumeLayout(false); panel2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.StrataBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator)).EndInit(); this.bindingNavigator.ResumeLayout(false); this.bindingNavigator.PerformLayout(); tableLayoutPanel1.ResumeLayout(false); tableLayoutPanel1.PerformLayout(); this.tableLayoutPanel2.ResumeLayout(false); this.tableLayoutPanel2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.CruiseMethodBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.CuttingUnitGridView)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.CuttingUnitBindingSource)).EndInit(); tableLayoutPanel3.ResumeLayout(false); tableLayoutPanel3.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit(); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; TreelistView.TreeListColumn treeListColumn1 = new TreelistView.TreeListColumn("Hostname", "Hostname"); TreelistView.TreeListColumn treeListColumn2 = new TreelistView.TreeListColumn("API", "API"); TreelistView.TreeListColumn treeListColumn3 = new TreelistView.TreeListColumn("User", "Connected User"); this.hosts = new TreelistView.TreeListView(); this.connect = new System.Windows.Forms.Button(); this.addhost = new System.Windows.Forms.Button(); this.hostname = new System.Windows.Forms.TextBox(); this.refresh = new System.Windows.Forms.Button(); tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); tableLayoutPanel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.hosts)).BeginInit(); this.SuspendLayout(); // // tableLayoutPanel1 // tableLayoutPanel1.ColumnCount = 4; tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); tableLayoutPanel1.Controls.Add(this.hosts, 0, 0); tableLayoutPanel1.Controls.Add(this.connect, 3, 1); tableLayoutPanel1.Controls.Add(this.addhost, 1, 1); tableLayoutPanel1.Controls.Add(this.hostname, 0, 1); tableLayoutPanel1.Controls.Add(this.refresh, 2, 1); tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); tableLayoutPanel1.Name = "tableLayoutPanel1"; tableLayoutPanel1.RowCount = 2; tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); tableLayoutPanel1.Size = new System.Drawing.Size(488, 297); tableLayoutPanel1.TabIndex = 2; // // hosts // this.hosts.AlwaysDisplayVScroll = true; treeListColumn1.AutoSize = true; treeListColumn1.AutoSizeMinSize = 15; treeListColumn1.Width = 48; treeListColumn2.AutoSizeMinSize = 15; treeListColumn2.Width = 80; treeListColumn3.AutoSizeMinSize = 15; treeListColumn3.Width = 125; this.hosts.Columns.AddRange(new TreelistView.TreeListColumn[] { treeListColumn1, treeListColumn2, treeListColumn3 }); tableLayoutPanel1.SetColumnSpan(this.hosts, 4); this.hosts.Cursor = System.Windows.Forms.Cursors.Arrow; this.hosts.Dock = System.Windows.Forms.DockStyle.Fill; this.hosts.Location = new System.Drawing.Point(3, 3); this.hosts.MultiSelect = false; this.hosts.Name = "hosts"; this.hosts.RowOptions.ShowHeader = false; this.hosts.Size = new System.Drawing.Size(482, 262); this.hosts.TabIndex = 1; this.hosts.ViewOptions.HoverHandTreeColumn = false; this.hosts.ViewOptions.Indent = 12; this.hosts.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.hosts_AfterSelect); this.hosts.NodeDoubleClicked += new TreelistView.TreeListView.NodeDoubleClickedHandler(this.hosts_NodeDoubleClicked); this.hosts.KeyDown += new System.Windows.Forms.KeyEventHandler(this.hosts_KeyDown); // // connect // this.connect.Anchor = System.Windows.Forms.AnchorStyles.Right; this.connect.Enabled = false; this.connect.Location = new System.Drawing.Point(410, 271); this.connect.Margin = new System.Windows.Forms.Padding(32, 3, 3, 3); this.connect.Name = "connect"; this.connect.Size = new System.Drawing.Size(75, 23); this.connect.TabIndex = 5; this.connect.Text = "Connect"; this.connect.UseVisualStyleBackColor = true; this.connect.Click += new System.EventHandler(this.connect_Click); // // addhost // this.addhost.Anchor = System.Windows.Forms.AnchorStyles.Right; this.addhost.Location = new System.Drawing.Point(219, 271); this.addhost.Name = "addhost"; this.addhost.Size = new System.Drawing.Size(75, 23); this.addhost.TabIndex = 3; this.addhost.Text = "Add Host"; this.addhost.UseVisualStyleBackColor = true; this.addhost.Click += new System.EventHandler(this.addhost_Click); // // hostname // this.hostname.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.hostname.Location = new System.Drawing.Point(3, 271); this.hostname.Name = "hostname"; this.hostname.Size = new System.Drawing.Size(210, 20); this.hostname.TabIndex = 2; this.hostname.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.hostname_KeyPress); // // refresh // this.refresh.Location = new System.Drawing.Point(300, 271); this.refresh.Name = "refresh"; this.refresh.Size = new System.Drawing.Size(75, 23); this.refresh.TabIndex = 4; this.refresh.Text = "Refresh"; this.refresh.UseVisualStyleBackColor = true; this.refresh.Click += new System.EventHandler(this.refresh_Click); // // RemoteHostSelect // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(488, 297); this.Controls.Add(tableLayoutPanel1); this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.Name = "RemoteHostSelect"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Attach to running instance"; tableLayoutPanel1.ResumeLayout(false); tableLayoutPanel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.hosts)).EndInit(); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; System.Windows.Forms.Label label1; System.Windows.Forms.Label label3; this.DailyTimeValue = new System.Windows.Forms.DateTimePicker(); this.OptDay = new System.Windows.Forms.RadioButton(); this.OptWeekDay = new System.Windows.Forms.RadioButton(); this.DailyValue = new System.Windows.Forms.NumericUpDown(); tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); label1 = new System.Windows.Forms.Label(); label3 = new System.Windows.Forms.Label(); tableLayoutPanel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.DailyValue)).BeginInit(); this.SuspendLayout(); // // tableLayoutPanel1 // tableLayoutPanel1.ColumnCount = 3; tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); tableLayoutPanel1.Controls.Add(this.DailyTimeValue, 1, 2); tableLayoutPanel1.Controls.Add(this.OptDay, 0, 0); tableLayoutPanel1.Controls.Add(this.OptWeekDay, 0, 1); tableLayoutPanel1.Controls.Add(this.DailyValue, 1, 0); tableLayoutPanel1.Controls.Add(label1, 2, 0); tableLayoutPanel1.Controls.Add(label3, 0, 2); tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); tableLayoutPanel1.Name = "tableLayoutPanel1"; tableLayoutPanel1.RowCount = 3; 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(357, 275); tableLayoutPanel1.TabIndex = 0; // // DailyTimeValue // this.DailyTimeValue.CustomFormat = "HH:mm"; this.DailyTimeValue.Dock = System.Windows.Forms.DockStyle.Top; this.DailyTimeValue.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.DailyTimeValue.Location = new System.Drawing.Point(115, 52); this.DailyTimeValue.Name = "DailyTimeValue"; this.DailyTimeValue.ShowUpDown = true; this.DailyTimeValue.Size = new System.Drawing.Size(198, 20); this.DailyTimeValue.TabIndex = 5; this.DailyTimeValue.ValueChanged += new System.EventHandler(this.FireExpressionChangedInternal); // // OptDay // this.OptDay.AutoSize = true; this.OptDay.Checked = true; this.OptDay.Location = new System.Drawing.Point(3, 3); this.OptDay.Name = "OptDay"; this.OptDay.Size = new System.Drawing.Size(52, 17); this.OptDay.TabIndex = 0; this.OptDay.TabStop = true; this.OptDay.Text = "Every"; this.OptDay.UseVisualStyleBackColor = true; // // OptWeekDay // this.OptWeekDay.AutoSize = true; this.OptWeekDay.Location = new System.Drawing.Point(3, 29); this.OptWeekDay.Name = "OptWeekDay"; this.OptWeekDay.Size = new System.Drawing.Size(106, 17); this.OptWeekDay.TabIndex = 3; this.OptWeekDay.Text = "Every Week Day"; this.OptWeekDay.UseVisualStyleBackColor = true; this.OptWeekDay.CheckedChanged += new System.EventHandler(this.FireExpressionChangedInternal); // // DailyValue // this.DailyValue.Dock = System.Windows.Forms.DockStyle.Top; this.DailyValue.Location = new System.Drawing.Point(115, 3); this.DailyValue.Maximum = new decimal(new int[] { 100000, 0, 0, 0 }); this.DailyValue.Minimum = new decimal(new int[] { 1, 0, 0, 0 }); this.DailyValue.Name = "DailyValue"; this.DailyValue.Size = new System.Drawing.Size(198, 20); this.DailyValue.TabIndex = 1; this.DailyValue.Value = new decimal(new int[] { 1, 0, 0, 0 }); this.DailyValue.ValueChanged += new System.EventHandler(this.FireExpressionChangedInternal); // // label1 // label1.AutoSize = true; label1.Location = new System.Drawing.Point(319, 3); label1.Margin = new System.Windows.Forms.Padding(3, 3, 3, 0); label1.Name = "label1"; label1.Size = new System.Drawing.Size(35, 13); label1.TabIndex = 2; label1.Text = "day(s)"; // // label3 // label3.AutoSize = true; label3.Location = new System.Drawing.Point(3, 52); label3.Margin = new System.Windows.Forms.Padding(3, 3, 3, 0); label3.Name = "label3"; label3.Size = new System.Drawing.Size(51, 13); label3.TabIndex = 4; label3.Text = "Start time"; // // DailyCtrl // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(tableLayoutPanel1); this.Name = "DailyCtrl"; this.Size = new System.Drawing.Size(357, 275); tableLayoutPanel1.ResumeLayout(false); tableLayoutPanel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.DailyValue)).EndInit(); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.Windows.Forms.TableLayoutPanel tlpnlMain; this.gbRevisionGraph = new System.Windows.Forms.GroupBox(); this.tlpnlRevisionGraph = new System.Windows.Forms.TableLayoutPanel(); this._NO_TRANSLATE_ColorHighlightAuthoredLabel = new System.Windows.Forms.Label(); this.lblColorHighlightAuthored = new System.Windows.Forms.Label(); this.chkHighlightAuthored = new System.Windows.Forms.CheckBox(); this.MulticolorBranches = new System.Windows.Forms.CheckBox(); this._NO_TRANSLATE_ColorRemoteBranchLabel = new System.Windows.Forms.Label(); this.lblColorBranchRemote = new System.Windows.Forms.Label(); this._NO_TRANSLATE_ColorOtherLabel = new System.Windows.Forms.Label(); this.lblColorLabel = new System.Windows.Forms.Label(); this.chkDrawAlternateBackColor = new System.Windows.Forms.CheckBox(); this.DrawNonRelativesTextGray = new System.Windows.Forms.CheckBox(); this._NO_TRANSLATE_ColorGraphLabel = new System.Windows.Forms.Label(); this.DrawNonRelativesGray = new System.Windows.Forms.CheckBox(); this.lblColorBranchLocal = new System.Windows.Forms.Label(); this._NO_TRANSLATE_ColorBranchLabel = new System.Windows.Forms.Label(); this._NO_TRANSLATE_ColorTagLabel = new System.Windows.Forms.Label(); this.lblColorTag = new System.Windows.Forms.Label(); this.gbDiffView = new System.Windows.Forms.GroupBox(); this.tlpnlDiffView = new System.Windows.Forms.TableLayoutPanel(); this.lblColorLineRemoved = new System.Windows.Forms.Label(); this.lblColorSection = new System.Windows.Forms.Label(); this._NO_TRANSLATE_ColorSectionLabel = new System.Windows.Forms.Label(); this._NO_TRANSLATE_ColorAddedLineDiffLabel = new System.Windows.Forms.Label(); this.lblColorHilghlightLineAdded = new System.Windows.Forms.Label(); this._NO_TRANSLATE_ColorRemovedLineDiffLabel = new System.Windows.Forms.Label(); this.lblColorHilghlightLineRemoved = new System.Windows.Forms.Label(); this._NO_TRANSLATE_ColorRemovedLine = new System.Windows.Forms.Label(); this.lblColorLineAdded = new System.Windows.Forms.Label(); this._NO_TRANSLATE_ColorAddedLineLabel = new System.Windows.Forms.Label(); tlpnlMain = new System.Windows.Forms.TableLayoutPanel(); tlpnlMain.SuspendLayout(); this.gbRevisionGraph.SuspendLayout(); this.tlpnlRevisionGraph.SuspendLayout(); this.gbDiffView.SuspendLayout(); this.tlpnlDiffView.SuspendLayout(); this.SuspendLayout(); // // tlpnlMain // tlpnlMain.AutoSize = true; tlpnlMain.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; tlpnlMain.ColumnCount = 1; tlpnlMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); tlpnlMain.Controls.Add(this.gbRevisionGraph, 0, 0); tlpnlMain.Controls.Add(this.gbDiffView, 0, 1); tlpnlMain.Dock = System.Windows.Forms.DockStyle.Fill; tlpnlMain.Location = new System.Drawing.Point(8, 8); tlpnlMain.Name = "tlpnlMain"; tlpnlMain.RowCount = 3; tlpnlMain.RowStyles.Add(new System.Windows.Forms.RowStyle()); tlpnlMain.RowStyles.Add(new System.Windows.Forms.RowStyle()); tlpnlMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); tlpnlMain.Size = new System.Drawing.Size(1394, 836); tlpnlMain.TabIndex = 0; // // gbRevisionGraph // this.gbRevisionGraph.AutoSize = true; this.gbRevisionGraph.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.gbRevisionGraph.Controls.Add(this.tlpnlRevisionGraph); this.gbRevisionGraph.Dock = System.Windows.Forms.DockStyle.Fill; this.gbRevisionGraph.Location = new System.Drawing.Point(3, 3); this.gbRevisionGraph.Name = "gbRevisionGraph"; this.gbRevisionGraph.Padding = new System.Windows.Forms.Padding(8); this.gbRevisionGraph.Size = new System.Drawing.Size(1388, 262); this.gbRevisionGraph.TabIndex = 0; this.gbRevisionGraph.TabStop = false; this.gbRevisionGraph.Text = "Revision graph"; // // tlpnlRevisionGraph // this.tlpnlRevisionGraph.AutoSize = true; this.tlpnlRevisionGraph.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.tlpnlRevisionGraph.ColumnCount = 3; this.tlpnlRevisionGraph.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tlpnlRevisionGraph.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tlpnlRevisionGraph.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tlpnlRevisionGraph.Controls.Add(this._NO_TRANSLATE_ColorHighlightAuthoredLabel, 1, 6); this.tlpnlRevisionGraph.Controls.Add(this.lblColorHighlightAuthored, 0, 6); this.tlpnlRevisionGraph.Controls.Add(this.chkHighlightAuthored, 0, 5); this.tlpnlRevisionGraph.Controls.Add(this.MulticolorBranches, 0, 0); this.tlpnlRevisionGraph.Controls.Add(this._NO_TRANSLATE_ColorRemoteBranchLabel, 1, 9); this.tlpnlRevisionGraph.Controls.Add(this.lblColorBranchRemote, 0, 9); this.tlpnlRevisionGraph.Controls.Add(this._NO_TRANSLATE_ColorOtherLabel, 1, 10); this.tlpnlRevisionGraph.Controls.Add(this.lblColorLabel, 0, 10); this.tlpnlRevisionGraph.Controls.Add(this.chkDrawAlternateBackColor, 0, 1); this.tlpnlRevisionGraph.Controls.Add(this.DrawNonRelativesTextGray, 0, 4); this.tlpnlRevisionGraph.Controls.Add(this._NO_TRANSLATE_ColorGraphLabel, 1, 0); this.tlpnlRevisionGraph.Controls.Add(this.DrawNonRelativesGray, 0, 3); this.tlpnlRevisionGraph.Controls.Add(this.lblColorBranchLocal, 0, 8); this.tlpnlRevisionGraph.Controls.Add(this._NO_TRANSLATE_ColorBranchLabel, 1, 8); this.tlpnlRevisionGraph.Controls.Add(this._NO_TRANSLATE_ColorTagLabel, 1, 7); this.tlpnlRevisionGraph.Controls.Add(this.lblColorTag, 0, 7); this.tlpnlRevisionGraph.Dock = System.Windows.Forms.DockStyle.Fill; this.tlpnlRevisionGraph.Location = new System.Drawing.Point(8, 21); this.tlpnlRevisionGraph.Name = "tlpnlRevisionGraph"; this.tlpnlRevisionGraph.RowCount = 12; this.tlpnlRevisionGraph.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tlpnlRevisionGraph.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tlpnlRevisionGraph.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tlpnlRevisionGraph.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tlpnlRevisionGraph.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tlpnlRevisionGraph.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tlpnlRevisionGraph.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tlpnlRevisionGraph.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tlpnlRevisionGraph.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tlpnlRevisionGraph.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tlpnlRevisionGraph.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tlpnlRevisionGraph.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tlpnlRevisionGraph.Size = new System.Drawing.Size(1372, 233); this.tlpnlRevisionGraph.TabIndex = 0; // // _NO_TRANSLATE_ColorHighlightAuthoredLabel // this._NO_TRANSLATE_ColorHighlightAuthoredLabel.AutoSize = true; this._NO_TRANSLATE_ColorHighlightAuthoredLabel.BackColor = System.Drawing.Color.Red; this._NO_TRANSLATE_ColorHighlightAuthoredLabel.Cursor = System.Windows.Forms.Cursors.Hand; this._NO_TRANSLATE_ColorHighlightAuthoredLabel.Dock = System.Windows.Forms.DockStyle.Fill; this._NO_TRANSLATE_ColorHighlightAuthoredLabel.Enabled = false; this._NO_TRANSLATE_ColorHighlightAuthoredLabel.Location = new System.Drawing.Point(176, 138); this._NO_TRANSLATE_ColorHighlightAuthoredLabel.Name = "_NO_TRANSLATE_ColorHighlightAuthoredLabel"; this._NO_TRANSLATE_ColorHighlightAuthoredLabel.Size = new System.Drawing.Size(27, 19); this._NO_TRANSLATE_ColorHighlightAuthoredLabel.TabIndex = 8; this._NO_TRANSLATE_ColorHighlightAuthoredLabel.Text = "Red"; this._NO_TRANSLATE_ColorHighlightAuthoredLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this._NO_TRANSLATE_ColorHighlightAuthoredLabel.Click += new System.EventHandler(this.ColorLabel_Click); // // lblColorHighlightAuthored // this.lblColorHighlightAuthored.AutoSize = true; this.lblColorHighlightAuthored.Dock = System.Windows.Forms.DockStyle.Fill; this.lblColorHighlightAuthored.Enabled = false; this.lblColorHighlightAuthored.Location = new System.Drawing.Point(3, 141); this.lblColorHighlightAuthored.Margin = new System.Windows.Forms.Padding(3); this.lblColorHighlightAuthored.Name = "lblColorHighlightAuthored"; this.lblColorHighlightAuthored.Size = new System.Drawing.Size(167, 13); this.lblColorHighlightAuthored.TabIndex = 7; this.lblColorHighlightAuthored.Text = "Color authored revisions"; // // chkHighlightAuthored // this.chkHighlightAuthored.AutoSize = true; this.chkHighlightAuthored.Dock = System.Windows.Forms.DockStyle.Fill; this.chkHighlightAuthored.Location = new System.Drawing.Point(3, 118); this.chkHighlightAuthored.Name = "chkHighlightAuthored"; this.chkHighlightAuthored.Size = new System.Drawing.Size(167, 17); this.chkHighlightAuthored.TabIndex = 6; this.chkHighlightAuthored.Text = "Highlight authored revisions"; this.chkHighlightAuthored.UseVisualStyleBackColor = true; this.chkHighlightAuthored.CheckedChanged += new System.EventHandler(this.chkHighlightAuthored_CheckedChanged); // // MulticolorBranches // this.MulticolorBranches.AutoSize = true; this.MulticolorBranches.Dock = System.Windows.Forms.DockStyle.Fill; this.MulticolorBranches.Location = new System.Drawing.Point(3, 3); this.MulticolorBranches.Name = "MulticolorBranches"; this.MulticolorBranches.Size = new System.Drawing.Size(167, 17); this.MulticolorBranches.TabIndex = 0; this.MulticolorBranches.Text = "Multicolor branches"; this.MulticolorBranches.UseVisualStyleBackColor = true; this.MulticolorBranches.CheckedChanged += new System.EventHandler(this.MulticolorBranches_CheckedChanged); // // _NO_TRANSLATE_ColorRemoteBranchLabel // this._NO_TRANSLATE_ColorRemoteBranchLabel.AutoSize = true; this._NO_TRANSLATE_ColorRemoteBranchLabel.BackColor = System.Drawing.Color.Red; this._NO_TRANSLATE_ColorRemoteBranchLabel.Cursor = System.Windows.Forms.Cursors.Hand; this._NO_TRANSLATE_ColorRemoteBranchLabel.Dock = System.Windows.Forms.DockStyle.Fill; this._NO_TRANSLATE_ColorRemoteBranchLabel.Location = new System.Drawing.Point(176, 195); this._NO_TRANSLATE_ColorRemoteBranchLabel.Name = "_NO_TRANSLATE_ColorRemoteBranchLabel"; this._NO_TRANSLATE_ColorRemoteBranchLabel.Size = new System.Drawing.Size(27, 19); this._NO_TRANSLATE_ColorRemoteBranchLabel.TabIndex = 14; this._NO_TRANSLATE_ColorRemoteBranchLabel.Text = "Red"; this._NO_TRANSLATE_ColorRemoteBranchLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this._NO_TRANSLATE_ColorRemoteBranchLabel.Click += new System.EventHandler(this.ColorLabel_Click); // // lblColorBranchRemote // this.lblColorBranchRemote.AutoSize = true; this.lblColorBranchRemote.Dock = System.Windows.Forms.DockStyle.Fill; this.lblColorBranchRemote.Location = new System.Drawing.Point(3, 198); this.lblColorBranchRemote.Margin = new System.Windows.Forms.Padding(3); this.lblColorBranchRemote.Name = "lblColorBranchRemote"; this.lblColorBranchRemote.Size = new System.Drawing.Size(167, 13); this.lblColorBranchRemote.TabIndex = 13; this.lblColorBranchRemote.Text = "Color remote branch"; // // _NO_TRANSLATE_ColorOtherLabel // this._NO_TRANSLATE_ColorOtherLabel.AutoSize = true; this._NO_TRANSLATE_ColorOtherLabel.BackColor = System.Drawing.Color.Red; this._NO_TRANSLATE_ColorOtherLabel.Cursor = System.Windows.Forms.Cursors.Hand; this._NO_TRANSLATE_ColorOtherLabel.Dock = System.Windows.Forms.DockStyle.Fill; this._NO_TRANSLATE_ColorOtherLabel.Location = new System.Drawing.Point(176, 214); this._NO_TRANSLATE_ColorOtherLabel.Name = "_NO_TRANSLATE_ColorOtherLabel"; this._NO_TRANSLATE_ColorOtherLabel.Size = new System.Drawing.Size(27, 19); this._NO_TRANSLATE_ColorOtherLabel.TabIndex = 16; this._NO_TRANSLATE_ColorOtherLabel.Text = "Red"; this._NO_TRANSLATE_ColorOtherLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this._NO_TRANSLATE_ColorOtherLabel.Click += new System.EventHandler(this.ColorLabel_Click); // // lblColorLabel // this.lblColorLabel.AutoSize = true; this.lblColorLabel.Dock = System.Windows.Forms.DockStyle.Fill; this.lblColorLabel.Location = new System.Drawing.Point(3, 217); this.lblColorLabel.Margin = new System.Windows.Forms.Padding(3); this.lblColorLabel.Name = "lblColorLabel"; this.lblColorLabel.Size = new System.Drawing.Size(167, 13); this.lblColorLabel.TabIndex = 15; this.lblColorLabel.Text = "Color other label"; // // chkDrawAlternateBackColor // this.chkDrawAlternateBackColor.AutoSize = true; this.chkDrawAlternateBackColor.Dock = System.Windows.Forms.DockStyle.Fill; this.chkDrawAlternateBackColor.Location = new System.Drawing.Point(3, 49); this.chkDrawAlternateBackColor.Name = "chkDrawAlternateBackColor"; this.chkDrawAlternateBackColor.Size = new System.Drawing.Size(167, 17); this.chkDrawAlternateBackColor.TabIndex = 3; this.chkDrawAlternateBackColor.Text = "Draw alternate background"; this.chkDrawAlternateBackColor.UseVisualStyleBackColor = true; // // DrawNonRelativesTextGray // this.DrawNonRelativesTextGray.AutoSize = true; this.DrawNonRelativesTextGray.Dock = System.Windows.Forms.DockStyle.Fill; this.DrawNonRelativesTextGray.Location = new System.Drawing.Point(3, 95); this.DrawNonRelativesTextGray.Name = "DrawNonRelativesTextGray"; this.DrawNonRelativesTextGray.Size = new System.Drawing.Size(167, 17); this.DrawNonRelativesTextGray.TabIndex = 5; this.DrawNonRelativesTextGray.Text = "Draw non relatives text gray"; this.DrawNonRelativesTextGray.UseVisualStyleBackColor = true; // // _NO_TRANSLATE_ColorGraphLabel // this._NO_TRANSLATE_ColorGraphLabel.AutoSize = true; this._NO_TRANSLATE_ColorGraphLabel.BackColor = System.Drawing.Color.Red; this._NO_TRANSLATE_ColorGraphLabel.Cursor = System.Windows.Forms.Cursors.Hand; this._NO_TRANSLATE_ColorGraphLabel.Dock = System.Windows.Forms.DockStyle.Fill; this._NO_TRANSLATE_ColorGraphLabel.Location = new System.Drawing.Point(176, 0); this._NO_TRANSLATE_ColorGraphLabel.Name = "_NO_TRANSLATE_ColorGraphLabel"; this._NO_TRANSLATE_ColorGraphLabel.Size = new System.Drawing.Size(27, 23); this._NO_TRANSLATE_ColorGraphLabel.TabIndex = 1; this._NO_TRANSLATE_ColorGraphLabel.Text = "Red"; this._NO_TRANSLATE_ColorGraphLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this._NO_TRANSLATE_ColorGraphLabel.Click += new System.EventHandler(this.ColorLabel_Click); // // DrawNonRelativesGray // this.DrawNonRelativesGray.AutoSize = true; this.DrawNonRelativesGray.Dock = System.Windows.Forms.DockStyle.Fill; this.DrawNonRelativesGray.Location = new System.Drawing.Point(3, 72); this.DrawNonRelativesGray.Name = "DrawNonRelativesGray"; this.DrawNonRelativesGray.Size = new System.Drawing.Size(167, 17); this.DrawNonRelativesGray.TabIndex = 4; this.DrawNonRelativesGray.Text = "Draw non relatives graph gray"; this.DrawNonRelativesGray.UseVisualStyleBackColor = true; // // lblColorBranchLocal // this.lblColorBranchLocal.AutoSize = true; this.lblColorBranchLocal.Dock = System.Windows.Forms.DockStyle.Fill; this.lblColorBranchLocal.Location = new System.Drawing.Point(3, 179); this.lblColorBranchLocal.Margin = new System.Windows.Forms.Padding(3); this.lblColorBranchLocal.Name = "lblColorBranchLocal"; this.lblColorBranchLocal.Size = new System.Drawing.Size(167, 13); this.lblColorBranchLocal.TabIndex = 11; this.lblColorBranchLocal.Text = "Color branch"; // // _NO_TRANSLATE_ColorBranchLabel // this._NO_TRANSLATE_ColorBranchLabel.AutoSize = true; this._NO_TRANSLATE_ColorBranchLabel.BackColor = System.Drawing.Color.Red; this._NO_TRANSLATE_ColorBranchLabel.Cursor = System.Windows.Forms.Cursors.Hand; this._NO_TRANSLATE_ColorBranchLabel.Dock = System.Windows.Forms.DockStyle.Fill; this._NO_TRANSLATE_ColorBranchLabel.Location = new System.Drawing.Point(176, 176); this._NO_TRANSLATE_ColorBranchLabel.Name = "_NO_TRANSLATE_ColorBranchLabel"; this._NO_TRANSLATE_ColorBranchLabel.Size = new System.Drawing.Size(27, 19); this._NO_TRANSLATE_ColorBranchLabel.TabIndex = 12; this._NO_TRANSLATE_ColorBranchLabel.Text = "Red"; this._NO_TRANSLATE_ColorBranchLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this._NO_TRANSLATE_ColorBranchLabel.Click += new System.EventHandler(this.ColorLabel_Click); // // _NO_TRANSLATE_ColorTagLabel // this._NO_TRANSLATE_ColorTagLabel.AutoSize = true; this._NO_TRANSLATE_ColorTagLabel.BackColor = System.Drawing.Color.Red; this._NO_TRANSLATE_ColorTagLabel.Cursor = System.Windows.Forms.Cursors.Hand; this._NO_TRANSLATE_ColorTagLabel.Dock = System.Windows.Forms.DockStyle.Fill; this._NO_TRANSLATE_ColorTagLabel.Location = new System.Drawing.Point(176, 157); this._NO_TRANSLATE_ColorTagLabel.Name = "_NO_TRANSLATE_ColorTagLabel"; this._NO_TRANSLATE_ColorTagLabel.Size = new System.Drawing.Size(27, 19); this._NO_TRANSLATE_ColorTagLabel.TabIndex = 10; this._NO_TRANSLATE_ColorTagLabel.Text = "Red"; this._NO_TRANSLATE_ColorTagLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this._NO_TRANSLATE_ColorTagLabel.Click += new System.EventHandler(this.ColorLabel_Click); // // lblColorTag // this.lblColorTag.AutoSize = true; this.lblColorTag.Dock = System.Windows.Forms.DockStyle.Fill; this.lblColorTag.Location = new System.Drawing.Point(3, 160); this.lblColorTag.Margin = new System.Windows.Forms.Padding(3); this.lblColorTag.Name = "lblColorTag"; this.lblColorTag.Size = new System.Drawing.Size(167, 13); this.lblColorTag.TabIndex = 9; this.lblColorTag.Text = "Color tag"; // // gbDiffView // this.gbDiffView.AutoSize = true; this.gbDiffView.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.gbDiffView.Controls.Add(this.tlpnlDiffView); this.gbDiffView.Dock = System.Windows.Forms.DockStyle.Fill; this.gbDiffView.Location = new System.Drawing.Point(3, 271); this.gbDiffView.Name = "gbDiffView"; this.gbDiffView.Padding = new System.Windows.Forms.Padding(8); this.gbDiffView.Size = new System.Drawing.Size(1388, 124); this.gbDiffView.TabIndex = 1; this.gbDiffView.TabStop = false; this.gbDiffView.Text = "Difference view"; // // tlpnlDiffView // this.tlpnlDiffView.AutoSize = true; this.tlpnlDiffView.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.tlpnlDiffView.ColumnCount = 3; this.tlpnlDiffView.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tlpnlDiffView.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tlpnlDiffView.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tlpnlDiffView.Controls.Add(this.lblColorLineRemoved, 0, 0); this.tlpnlDiffView.Controls.Add(this.lblColorSection, 0, 4); this.tlpnlDiffView.Controls.Add(this._NO_TRANSLATE_ColorSectionLabel, 1, 4); this.tlpnlDiffView.Controls.Add(this._NO_TRANSLATE_ColorAddedLineDiffLabel, 1, 3); this.tlpnlDiffView.Controls.Add(this.lblColorHilghlightLineAdded, 0, 3); this.tlpnlDiffView.Controls.Add(this._NO_TRANSLATE_ColorRemovedLineDiffLabel, 1, 2); this.tlpnlDiffView.Controls.Add(this.lblColorHilghlightLineRemoved, 0, 2); this.tlpnlDiffView.Controls.Add(this._NO_TRANSLATE_ColorRemovedLine, 1, 0); this.tlpnlDiffView.Controls.Add(this.lblColorLineAdded, 0, 1); this.tlpnlDiffView.Controls.Add(this._NO_TRANSLATE_ColorAddedLineLabel, 1, 1); this.tlpnlDiffView.Dock = System.Windows.Forms.DockStyle.Fill; this.tlpnlDiffView.Location = new System.Drawing.Point(8, 21); this.tlpnlDiffView.Name = "tlpnlDiffView"; this.tlpnlDiffView.RowCount = 5; this.tlpnlDiffView.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tlpnlDiffView.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tlpnlDiffView.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tlpnlDiffView.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tlpnlDiffView.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tlpnlDiffView.Size = new System.Drawing.Size(1372, 95); this.tlpnlDiffView.TabIndex = 0; // // lblColorLineRemoved // this.lblColorLineRemoved.AutoSize = true; this.lblColorLineRemoved.Dock = System.Windows.Forms.DockStyle.Fill; this.lblColorLineRemoved.Location = new System.Drawing.Point(3, 3); this.lblColorLineRemoved.Margin = new System.Windows.Forms.Padding(3); this.lblColorLineRemoved.Name = "lblColorLineRemoved"; this.lblColorLineRemoved.Size = new System.Drawing.Size(150, 13); this.lblColorLineRemoved.TabIndex = 0; this.lblColorLineRemoved.Text = "Color removed line"; // // lblColorSection // this.lblColorSection.AutoSize = true; this.lblColorSection.Dock = System.Windows.Forms.DockStyle.Fill; this.lblColorSection.Location = new System.Drawing.Point(3, 79); this.lblColorSection.Margin = new System.Windows.Forms.Padding(3); this.lblColorSection.Name = "lblColorSection"; this.lblColorSection.Size = new System.Drawing.Size(150, 13); this.lblColorSection.TabIndex = 8; this.lblColorSection.Text = "Color section"; // // _NO_TRANSLATE_ColorSectionLabel // this._NO_TRANSLATE_ColorSectionLabel.AutoSize = true; this._NO_TRANSLATE_ColorSectionLabel.BackColor = System.Drawing.Color.Red; this._NO_TRANSLATE_ColorSectionLabel.Cursor = System.Windows.Forms.Cursors.Hand; this._NO_TRANSLATE_ColorSectionLabel.Dock = System.Windows.Forms.DockStyle.Fill; this._NO_TRANSLATE_ColorSectionLabel.Location = new System.Drawing.Point(159, 76); this._NO_TRANSLATE_ColorSectionLabel.Name = "_NO_TRANSLATE_ColorSectionLabel"; this._NO_TRANSLATE_ColorSectionLabel.Size = new System.Drawing.Size(27, 19); this._NO_TRANSLATE_ColorSectionLabel.TabIndex = 9; this._NO_TRANSLATE_ColorSectionLabel.Text = "Red"; this._NO_TRANSLATE_ColorSectionLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this._NO_TRANSLATE_ColorSectionLabel.Click += new System.EventHandler(this.ColorLabel_Click); // // _NO_TRANSLATE_ColorAddedLineDiffLabel // this._NO_TRANSLATE_ColorAddedLineDiffLabel.AutoSize = true; this._NO_TRANSLATE_ColorAddedLineDiffLabel.BackColor = System.Drawing.Color.Red; this._NO_TRANSLATE_ColorAddedLineDiffLabel.Cursor = System.Windows.Forms.Cursors.Hand; this._NO_TRANSLATE_ColorAddedLineDiffLabel.Dock = System.Windows.Forms.DockStyle.Fill; this._NO_TRANSLATE_ColorAddedLineDiffLabel.Location = new System.Drawing.Point(159, 57); this._NO_TRANSLATE_ColorAddedLineDiffLabel.Name = "_NO_TRANSLATE_ColorAddedLineDiffLabel"; this._NO_TRANSLATE_ColorAddedLineDiffLabel.Size = new System.Drawing.Size(27, 19); this._NO_TRANSLATE_ColorAddedLineDiffLabel.TabIndex = 7; this._NO_TRANSLATE_ColorAddedLineDiffLabel.Text = "Red"; this._NO_TRANSLATE_ColorAddedLineDiffLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this._NO_TRANSLATE_ColorAddedLineDiffLabel.Click += new System.EventHandler(this.ColorLabel_Click); // // lblColorHilghlightLineAdded // this.lblColorHilghlightLineAdded.AutoSize = true; this.lblColorHilghlightLineAdded.Dock = System.Windows.Forms.DockStyle.Fill; this.lblColorHilghlightLineAdded.Location = new System.Drawing.Point(3, 60); this.lblColorHilghlightLineAdded.Margin = new System.Windows.Forms.Padding(3); this.lblColorHilghlightLineAdded.Name = "lblColorHilghlightLineAdded"; this.lblColorHilghlightLineAdded.Size = new System.Drawing.Size(150, 13); this.lblColorHilghlightLineAdded.TabIndex = 6; this.lblColorHilghlightLineAdded.Text = "Color added line highlighting"; // // _NO_TRANSLATE_ColorRemovedLineDiffLabel // this._NO_TRANSLATE_ColorRemovedLineDiffLabel.AutoSize = true; this._NO_TRANSLATE_ColorRemovedLineDiffLabel.BackColor = System.Drawing.Color.Red; this._NO_TRANSLATE_ColorRemovedLineDiffLabel.Cursor = System.Windows.Forms.Cursors.Hand; this._NO_TRANSLATE_ColorRemovedLineDiffLabel.Dock = System.Windows.Forms.DockStyle.Fill; this._NO_TRANSLATE_ColorRemovedLineDiffLabel.Location = new System.Drawing.Point(159, 38); this._NO_TRANSLATE_ColorRemovedLineDiffLabel.Name = "_NO_TRANSLATE_ColorRemovedLineDiffLabel"; this._NO_TRANSLATE_ColorRemovedLineDiffLabel.Size = new System.Drawing.Size(27, 19); this._NO_TRANSLATE_ColorRemovedLineDiffLabel.TabIndex = 5; this._NO_TRANSLATE_ColorRemovedLineDiffLabel.Text = "Red"; this._NO_TRANSLATE_ColorRemovedLineDiffLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this._NO_TRANSLATE_ColorRemovedLineDiffLabel.Click += new System.EventHandler(this.ColorLabel_Click); // // lblColorHilghlightLineRemoved // this.lblColorHilghlightLineRemoved.AutoSize = true; this.lblColorHilghlightLineRemoved.Dock = System.Windows.Forms.DockStyle.Fill; this.lblColorHilghlightLineRemoved.Location = new System.Drawing.Point(3, 41); this.lblColorHilghlightLineRemoved.Margin = new System.Windows.Forms.Padding(3); this.lblColorHilghlightLineRemoved.Name = "lblColorHilghlightLineRemoved"; this.lblColorHilghlightLineRemoved.Size = new System.Drawing.Size(150, 13); this.lblColorHilghlightLineRemoved.TabIndex = 4; this.lblColorHilghlightLineRemoved.Text = "Color removed line highlighting"; // // _NO_TRANSLATE_ColorRemovedLine // this._NO_TRANSLATE_ColorRemovedLine.AutoSize = true; this._NO_TRANSLATE_ColorRemovedLine.BackColor = System.Drawing.Color.Red; this._NO_TRANSLATE_ColorRemovedLine.Cursor = System.Windows.Forms.Cursors.Hand; this._NO_TRANSLATE_ColorRemovedLine.Dock = System.Windows.Forms.DockStyle.Fill; this._NO_TRANSLATE_ColorRemovedLine.Location = new System.Drawing.Point(159, 0); this._NO_TRANSLATE_ColorRemovedLine.Name = "_NO_TRANSLATE_ColorRemovedLine"; this._NO_TRANSLATE_ColorRemovedLine.Size = new System.Drawing.Size(27, 19); this._NO_TRANSLATE_ColorRemovedLine.TabIndex = 1; this._NO_TRANSLATE_ColorRemovedLine.Text = "Red"; this._NO_TRANSLATE_ColorRemovedLine.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this._NO_TRANSLATE_ColorRemovedLine.Click += new System.EventHandler(this.ColorLabel_Click); // // lblColorLineAdded // this.lblColorLineAdded.AutoSize = true; this.lblColorLineAdded.Dock = System.Windows.Forms.DockStyle.Fill; this.lblColorLineAdded.Location = new System.Drawing.Point(3, 22); this.lblColorLineAdded.Margin = new System.Windows.Forms.Padding(3); this.lblColorLineAdded.Name = "lblColorLineAdded"; this.lblColorLineAdded.Size = new System.Drawing.Size(150, 13); this.lblColorLineAdded.TabIndex = 2; this.lblColorLineAdded.Text = "Color added line"; // // _NO_TRANSLATE_ColorAddedLineLabel // this._NO_TRANSLATE_ColorAddedLineLabel.AutoSize = true; this._NO_TRANSLATE_ColorAddedLineLabel.BackColor = System.Drawing.Color.Red; this._NO_TRANSLATE_ColorAddedLineLabel.Cursor = System.Windows.Forms.Cursors.Hand; this._NO_TRANSLATE_ColorAddedLineLabel.Dock = System.Windows.Forms.DockStyle.Fill; this._NO_TRANSLATE_ColorAddedLineLabel.Location = new System.Drawing.Point(159, 19); this._NO_TRANSLATE_ColorAddedLineLabel.Name = "_NO_TRANSLATE_ColorAddedLineLabel"; this._NO_TRANSLATE_ColorAddedLineLabel.Size = new System.Drawing.Size(27, 19); this._NO_TRANSLATE_ColorAddedLineLabel.TabIndex = 3; this._NO_TRANSLATE_ColorAddedLineLabel.Text = "Red"; this._NO_TRANSLATE_ColorAddedLineLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this._NO_TRANSLATE_ColorAddedLineLabel.Click += new System.EventHandler(this.ColorLabel_Click); // // ColorsSettingsPage // this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.Controls.Add(tlpnlMain); this.Name = "ColorsSettingsPage"; this.Padding = new System.Windows.Forms.Padding(8); this.Size = new System.Drawing.Size(1410, 852); this.Text = "Colors"; tlpnlMain.ResumeLayout(false); tlpnlMain.PerformLayout(); this.gbRevisionGraph.ResumeLayout(false); this.gbRevisionGraph.PerformLayout(); this.tlpnlRevisionGraph.ResumeLayout(false); this.tlpnlRevisionGraph.PerformLayout(); this.gbDiffView.ResumeLayout(false); this.gbDiffView.PerformLayout(); this.tlpnlDiffView.ResumeLayout(false); this.tlpnlDiffView.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.TableLayoutPanel tableLayoutPanel1; System.Windows.Forms.Label label1; System.Windows.Forms.Label label2; this.OK = new System.Windows.Forms.Button(); this.driversBox = new System.Windows.Forms.GroupBox(); this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel(); this.localProxy = new System.Windows.Forms.ComboBox(); tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); label1 = new System.Windows.Forms.Label(); label2 = new System.Windows.Forms.Label(); tableLayoutPanel1.SuspendLayout(); this.flowLayoutPanel1.SuspendLayout(); this.SuspendLayout(); // // tableLayoutPanel1 // tableLayoutPanel1.ColumnCount = 1; tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); tableLayoutPanel1.Controls.Add(this.OK, 0, 3); tableLayoutPanel1.Controls.Add(this.driversBox, 0, 2); tableLayoutPanel1.Controls.Add(label1, 0, 0); tableLayoutPanel1.Controls.Add(this.flowLayoutPanel1, 0, 1); tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); tableLayoutPanel1.Name = "tableLayoutPanel1"; tableLayoutPanel1.RowCount = 4; tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); tableLayoutPanel1.Size = new System.Drawing.Size(420, 400); tableLayoutPanel1.TabIndex = 0; // // OK // this.OK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.OK.DialogResult = System.Windows.Forms.DialogResult.OK; this.OK.Location = new System.Drawing.Point(342, 374); this.OK.Name = "OK"; this.OK.Size = new System.Drawing.Size(75, 23); this.OK.TabIndex = 0; this.OK.Text = "OK"; this.OK.UseVisualStyleBackColor = true; // // driversBox // this.driversBox.Dock = System.Windows.Forms.DockStyle.Fill; this.driversBox.Location = new System.Drawing.Point(3, 75); this.driversBox.Name = "driversBox"; this.driversBox.Size = new System.Drawing.Size(414, 293); this.driversBox.TabIndex = 2; this.driversBox.TabStop = false; this.driversBox.Text = "Remote Replay Hosts"; // // label1 // label1.AutoSize = true; label1.Location = new System.Drawing.Point(3, 0); label1.Name = "label1"; label1.Size = new System.Drawing.Size(301, 39); label1.TabIndex = 1; label1.Text = "Select Replay Host for each known driver.\r\n\r\nLeave blank to indicate local replay" + " should be used if possible."; // // flowLayoutPanel1 // this.flowLayoutPanel1.AutoSize = true; this.flowLayoutPanel1.Controls.Add(label2); this.flowLayoutPanel1.Controls.Add(this.localProxy); this.flowLayoutPanel1.Location = new System.Drawing.Point(3, 42); this.flowLayoutPanel1.Name = "flowLayoutPanel1"; this.flowLayoutPanel1.Size = new System.Drawing.Size(278, 27); this.flowLayoutPanel1.TabIndex = 3; // // label2 // label2.Anchor = System.Windows.Forms.AnchorStyles.Right; label2.AutoSize = true; label2.Location = new System.Drawing.Point(3, 7); label2.Name = "label2"; label2.Size = new System.Drawing.Size(145, 13); label2.TabIndex = 0; label2.Text = "Choose local API for proxying"; // // localProxy // this.localProxy.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.localProxy.FormattingEnabled = true; this.localProxy.Location = new System.Drawing.Point(154, 3); this.localProxy.Name = "localProxy"; this.localProxy.Size = new System.Drawing.Size(121, 21); this.localProxy.TabIndex = 1; this.localProxy.SelectedIndexChanged += new System.EventHandler(this.localProxy_SelectedIndexChanged); // // ReplayHostManager // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(420, 400); this.Controls.Add(tableLayoutPanel1); this.Name = "ReplayHostManager"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "ReplayHostManager"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.ReplayHostManager_FormClosed); tableLayoutPanel1.ResumeLayout(false); tableLayoutPanel1.PerformLayout(); this.flowLayoutPanel1.ResumeLayout(false); this.flowLayoutPanel1.PerformLayout(); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.Windows.Forms.SplitContainer m_splitter; System.Windows.Forms.ColumnHeader m_columnHeader; System.Windows.Forms.ImageList m_ilSmall; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RepositoryWindow)); System.Windows.Forms.TableLayoutPanel m_tablePanel; System.Windows.Forms.Label m_lblFileSizeLabel; System.Windows.Forms.Label m_lblFileNameLabel; System.Windows.Forms.Label m_lblGenerationLabel; System.Windows.Forms.Label m_lblRowCountLabel; System.Windows.Forms.Label m_lblAccessTimeLabel; System.Windows.Forms.Label m_lblWriteTimeLabel; System.Windows.Forms.Label m_lblCreateTimeLabel; System.Windows.Forms.ToolStrip m_toolStrip; System.Windows.Forms.ToolStripButton m_tsbHelp; this.m_lvTables = new System.Windows.Forms.ListView(); this.m_lblFileSize = new System.Windows.Forms.Label(); this.m_lblFileName = new System.Windows.Forms.Label(); this.m_lblGeneration = new System.Windows.Forms.Label(); this.m_lblWriteTime = new System.Windows.Forms.Label(); this.m_lblCreateTime = new System.Windows.Forms.Label(); this.m_lblAccessTime = new System.Windows.Forms.Label(); this.m_lblRowCount = new System.Windows.Forms.Label(); m_splitter = new System.Windows.Forms.SplitContainer(); m_columnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); m_ilSmall = new System.Windows.Forms.ImageList(this.components); m_tablePanel = new System.Windows.Forms.TableLayoutPanel(); m_lblFileSizeLabel = new System.Windows.Forms.Label(); m_lblFileNameLabel = new System.Windows.Forms.Label(); m_lblGenerationLabel = new System.Windows.Forms.Label(); m_lblRowCountLabel = new System.Windows.Forms.Label(); m_lblAccessTimeLabel = new System.Windows.Forms.Label(); m_lblWriteTimeLabel = new System.Windows.Forms.Label(); m_lblCreateTimeLabel = new System.Windows.Forms.Label(); m_toolStrip = new System.Windows.Forms.ToolStrip(); m_tsbHelp = new System.Windows.Forms.ToolStripButton(); ((System.ComponentModel.ISupportInitialize)(m_splitter)).BeginInit(); m_splitter.Panel1.SuspendLayout(); m_splitter.Panel2.SuspendLayout(); m_splitter.SuspendLayout(); m_tablePanel.SuspendLayout(); m_toolStrip.SuspendLayout(); this.SuspendLayout(); // // m_splitter // m_splitter.Dock = System.Windows.Forms.DockStyle.Fill; m_splitter.FixedPanel = System.Windows.Forms.FixedPanel.Panel2; m_splitter.Location = new System.Drawing.Point(0, 25); m_splitter.Name = "m_splitter"; // // m_splitter.Panel1 // m_splitter.Panel1.Controls.Add(this.m_lvTables); // // m_splitter.Panel2 // m_splitter.Panel2.AutoScroll = true; m_splitter.Panel2.BackColor = System.Drawing.SystemColors.InactiveBorder; m_splitter.Panel2.Controls.Add(m_tablePanel); m_splitter.Size = new System.Drawing.Size(655, 271); m_splitter.SplitterDistance = 342; m_splitter.TabIndex = 0; // // m_lvTables // this.m_lvTables.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { m_columnHeader }); this.m_lvTables.Dock = System.Windows.Forms.DockStyle.Fill; this.m_lvTables.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None; this.m_lvTables.Location = new System.Drawing.Point(0, 0); this.m_lvTables.Name = "m_lvTables"; this.m_lvTables.Size = new System.Drawing.Size(342, 271); this.m_lvTables.SmallImageList = m_ilSmall; this.m_lvTables.Sorting = System.Windows.Forms.SortOrder.Ascending; this.m_lvTables.TabIndex = 0; this.m_lvTables.UseCompatibleStateImageBehavior = false; this.m_lvTables.View = System.Windows.Forms.View.Details; this.m_lvTables.ItemActivate += new System.EventHandler(this.Tables_ItemActivate); this.m_lvTables.SelectedIndexChanged += new System.EventHandler(this.Tables_SelectedIndexChanged); // // m_columnHeader // m_columnHeader.Text = "-"; // // m_ilSmall // m_ilSmall.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("m_ilSmall.ImageStream"))); m_ilSmall.TransparentColor = System.Drawing.Color.Transparent; m_ilSmall.Images.SetKeyName(0, "repository_32.png"); // // m_tablePanel // m_tablePanel.AutoSize = true; m_tablePanel.ColumnCount = 2; m_tablePanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); m_tablePanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); m_tablePanel.Controls.Add(this.m_lblFileSize, 1, 6); m_tablePanel.Controls.Add(m_lblFileSizeLabel, 0, 6); m_tablePanel.Controls.Add(this.m_lblFileName, 1, 5); m_tablePanel.Controls.Add(m_lblFileNameLabel, 0, 5); m_tablePanel.Controls.Add(this.m_lblGeneration, 1, 4); m_tablePanel.Controls.Add(m_lblGenerationLabel, 0, 4); m_tablePanel.Controls.Add(m_lblRowCountLabel, 0, 3); m_tablePanel.Controls.Add(m_lblAccessTimeLabel, 0, 2); m_tablePanel.Controls.Add(this.m_lblWriteTime, 1, 1); m_tablePanel.Controls.Add(m_lblWriteTimeLabel, 0, 1); m_tablePanel.Controls.Add(m_lblCreateTimeLabel, 0, 0); m_tablePanel.Controls.Add(this.m_lblCreateTime, 1, 0); m_tablePanel.Controls.Add(this.m_lblAccessTime, 1, 2); m_tablePanel.Controls.Add(this.m_lblRowCount, 1, 3); m_tablePanel.Location = new System.Drawing.Point(3, 3); m_tablePanel.Name = "m_tablePanel"; m_tablePanel.RowCount = 7; m_tablePanel.RowStyles.Add(new System.Windows.Forms.RowStyle()); m_tablePanel.RowStyles.Add(new System.Windows.Forms.RowStyle()); m_tablePanel.RowStyles.Add(new System.Windows.Forms.RowStyle()); m_tablePanel.RowStyles.Add(new System.Windows.Forms.RowStyle()); m_tablePanel.RowStyles.Add(new System.Windows.Forms.RowStyle()); m_tablePanel.RowStyles.Add(new System.Windows.Forms.RowStyle()); m_tablePanel.RowStyles.Add(new System.Windows.Forms.RowStyle()); m_tablePanel.Size = new System.Drawing.Size(155, 99); m_tablePanel.TabIndex = 0; // // m_lblFileSize // this.m_lblFileSize.AutoSize = true; this.m_lblFileSize.Dock = System.Windows.Forms.DockStyle.Fill; this.m_lblFileSize.Location = new System.Drawing.Point(142, 78); this.m_lblFileSize.Name = "m_lblFileSize"; this.m_lblFileSize.Size = new System.Drawing.Size(10, 21); this.m_lblFileSize.TabIndex = 13; this.m_lblFileSize.Text = "-"; this.m_lblFileSize.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // m_lblFileSizeLabel // m_lblFileSizeLabel.AutoSize = true; m_lblFileSizeLabel.Dock = System.Windows.Forms.DockStyle.Fill; m_lblFileSizeLabel.Location = new System.Drawing.Point(3, 78); m_lblFileSizeLabel.Name = "m_lblFileSizeLabel"; m_lblFileSizeLabel.Size = new System.Drawing.Size(133, 21); m_lblFileSizeLabel.TabIndex = 12; m_lblFileSizeLabel.Text = "Taille:"; m_lblFileSizeLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // m_lblFileName // this.m_lblFileName.AutoSize = true; this.m_lblFileName.Dock = System.Windows.Forms.DockStyle.Fill; this.m_lblFileName.Location = new System.Drawing.Point(142, 65); this.m_lblFileName.Name = "m_lblFileName"; this.m_lblFileName.Size = new System.Drawing.Size(10, 13); this.m_lblFileName.TabIndex = 11; this.m_lblFileName.Text = "-"; this.m_lblFileName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // m_lblFileNameLabel // m_lblFileNameLabel.AutoSize = true; m_lblFileNameLabel.Dock = System.Windows.Forms.DockStyle.Fill; m_lblFileNameLabel.Location = new System.Drawing.Point(3, 65); m_lblFileNameLabel.Name = "m_lblFileNameLabel"; m_lblFileNameLabel.Size = new System.Drawing.Size(133, 13); m_lblFileNameLabel.TabIndex = 10; m_lblFileNameLabel.Text = "Fichier:"; m_lblFileNameLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // m_lblGeneration // this.m_lblGeneration.AutoSize = true; this.m_lblGeneration.Dock = System.Windows.Forms.DockStyle.Fill; this.m_lblGeneration.Location = new System.Drawing.Point(142, 52); this.m_lblGeneration.Name = "m_lblGeneration"; this.m_lblGeneration.Size = new System.Drawing.Size(10, 13); this.m_lblGeneration.TabIndex = 9; this.m_lblGeneration.Text = "-"; this.m_lblGeneration.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // m_lblGenerationLabel // m_lblGenerationLabel.AutoSize = true; m_lblGenerationLabel.Dock = System.Windows.Forms.DockStyle.Fill; m_lblGenerationLabel.Location = new System.Drawing.Point(3, 52); m_lblGenerationLabel.Name = "m_lblGenerationLabel"; m_lblGenerationLabel.Size = new System.Drawing.Size(133, 13); m_lblGenerationLabel.TabIndex = 8; m_lblGenerationLabel.Text = "Génération:"; m_lblGenerationLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // m_lblRowCountLabel // m_lblRowCountLabel.AutoSize = true; m_lblRowCountLabel.Dock = System.Windows.Forms.DockStyle.Fill; m_lblRowCountLabel.Location = new System.Drawing.Point(3, 39); m_lblRowCountLabel.Name = "m_lblRowCountLabel"; m_lblRowCountLabel.Size = new System.Drawing.Size(133, 13); m_lblRowCountLabel.TabIndex = 6; m_lblRowCountLabel.Text = "Nombre d’enregistrements:"; m_lblRowCountLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // m_lblAccessTimeLabel // m_lblAccessTimeLabel.AutoSize = true; m_lblAccessTimeLabel.Dock = System.Windows.Forms.DockStyle.Fill; m_lblAccessTimeLabel.Location = new System.Drawing.Point(3, 26); m_lblAccessTimeLabel.Name = "m_lblAccessTimeLabel"; m_lblAccessTimeLabel.Size = new System.Drawing.Size(133, 13); m_lblAccessTimeLabel.TabIndex = 4; m_lblAccessTimeLabel.Text = "Dernier accès le:"; m_lblAccessTimeLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // m_lblWriteTime // this.m_lblWriteTime.AutoSize = true; this.m_lblWriteTime.Dock = System.Windows.Forms.DockStyle.Fill; this.m_lblWriteTime.Location = new System.Drawing.Point(142, 13); this.m_lblWriteTime.Name = "m_lblWriteTime"; this.m_lblWriteTime.Size = new System.Drawing.Size(10, 13); this.m_lblWriteTime.TabIndex = 3; this.m_lblWriteTime.Text = "-"; this.m_lblWriteTime.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // m_lblWriteTimeLabel // m_lblWriteTimeLabel.AutoSize = true; m_lblWriteTimeLabel.Dock = System.Windows.Forms.DockStyle.Fill; m_lblWriteTimeLabel.Location = new System.Drawing.Point(3, 13); m_lblWriteTimeLabel.Name = "m_lblWriteTimeLabel"; m_lblWriteTimeLabel.Size = new System.Drawing.Size(133, 13); m_lblWriteTimeLabel.TabIndex = 2; m_lblWriteTimeLabel.Text = "Modifiée le:"; m_lblWriteTimeLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // m_lblCreateTimeLabel // m_lblCreateTimeLabel.AutoSize = true; m_lblCreateTimeLabel.Dock = System.Windows.Forms.DockStyle.Fill; m_lblCreateTimeLabel.Location = new System.Drawing.Point(3, 0); m_lblCreateTimeLabel.Name = "m_lblCreateTimeLabel"; m_lblCreateTimeLabel.Size = new System.Drawing.Size(133, 13); m_lblCreateTimeLabel.TabIndex = 0; m_lblCreateTimeLabel.Text = "Créée le:"; m_lblCreateTimeLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // m_lblCreateTime // this.m_lblCreateTime.AutoSize = true; this.m_lblCreateTime.Dock = System.Windows.Forms.DockStyle.Fill; this.m_lblCreateTime.Location = new System.Drawing.Point(142, 0); this.m_lblCreateTime.Name = "m_lblCreateTime"; this.m_lblCreateTime.Size = new System.Drawing.Size(10, 13); this.m_lblCreateTime.TabIndex = 1; this.m_lblCreateTime.Text = "-"; this.m_lblCreateTime.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // m_lblAccessTime // this.m_lblAccessTime.AutoSize = true; this.m_lblAccessTime.Dock = System.Windows.Forms.DockStyle.Fill; this.m_lblAccessTime.Location = new System.Drawing.Point(142, 26); this.m_lblAccessTime.Name = "m_lblAccessTime"; this.m_lblAccessTime.Size = new System.Drawing.Size(10, 13); this.m_lblAccessTime.TabIndex = 5; this.m_lblAccessTime.Text = "-"; this.m_lblAccessTime.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // m_lblRowCount // this.m_lblRowCount.AutoSize = true; this.m_lblRowCount.Dock = System.Windows.Forms.DockStyle.Fill; this.m_lblRowCount.Location = new System.Drawing.Point(142, 39); this.m_lblRowCount.Name = "m_lblRowCount"; this.m_lblRowCount.Size = new System.Drawing.Size(10, 13); this.m_lblRowCount.TabIndex = 7; this.m_lblRowCount.Text = "-"; this.m_lblRowCount.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // m_toolStrip // m_toolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { m_tsbHelp }); m_toolStrip.Location = new System.Drawing.Point(0, 0); m_toolStrip.Name = "m_toolStrip"; m_toolStrip.Size = new System.Drawing.Size(655, 25); m_toolStrip.TabIndex = 1; // // m_tsbHelp // m_tsbHelp.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; m_tsbHelp.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; m_tsbHelp.Image = global::DGD.HubGovernor.Properties.Resources.help_16; m_tsbHelp.ImageTransparentColor = System.Drawing.Color.Magenta; m_tsbHelp.Name = "m_tsbHelp"; m_tsbHelp.Size = new System.Drawing.Size(23, 22); m_tsbHelp.Text = "Aide"; // // RepositoryWindow // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.SystemColors.Window; this.ClientSize = new System.Drawing.Size(655, 296); this.Controls.Add(m_splitter); this.Controls.Add(m_toolStrip); this.ForeColor = System.Drawing.SystemColors.WindowText; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.Name = "RepositoryWindow"; this.Text = "Dépot de tables"; m_splitter.Panel1.ResumeLayout(false); m_splitter.Panel2.ResumeLayout(false); m_splitter.Panel2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(m_splitter)).EndInit(); m_splitter.ResumeLayout(false); m_tablePanel.ResumeLayout(false); m_tablePanel.PerformLayout(); m_toolStrip.ResumeLayout(false); m_toolStrip.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.TextBox TextLicense; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(About)); System.Windows.Forms.Label LabelLicense; System.Windows.Forms.TableLayoutPanel LayoutMain; System.Windows.Forms.PictureBox ImageLogo; System.Windows.Forms.TableLayoutPanel LayoutTop; this.LabelNameAndVer = new System.Windows.Forms.Label(); this.LinkHomepage = new RadioDld.ExtLinkLabel(); this.LabelCopyright = new System.Windows.Forms.Label(); this.LinkUpdate = new RadioDld.ExtLinkLabel(); this.ButtonOk = new System.Windows.Forms.Button(); TextLicense = new System.Windows.Forms.TextBox(); LabelLicense = new System.Windows.Forms.Label(); LayoutMain = new System.Windows.Forms.TableLayoutPanel(); ImageLogo = new System.Windows.Forms.PictureBox(); LayoutTop = new System.Windows.Forms.TableLayoutPanel(); LayoutMain.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(ImageLogo)).BeginInit(); LayoutTop.SuspendLayout(); this.SuspendLayout(); // // TextLicense // LayoutMain.SetColumnSpan(TextLicense, 2); TextLicense.Dock = System.Windows.Forms.DockStyle.Fill; TextLicense.Location = new System.Drawing.Point(11, 104); TextLicense.Margin = new System.Windows.Forms.Padding(11, 0, 11, 0); TextLicense.Multiline = true; TextLicense.Name = "TextLicense"; TextLicense.ReadOnly = true; TextLicense.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; TextLicense.Size = new System.Drawing.Size(491, 141); TextLicense.TabIndex = 5; TextLicense.Text = resources.GetString("TextLicense.Text"); // // LabelLicense // LabelLicense.AutoSize = true; LayoutMain.SetColumnSpan(LabelLicense, 2); LabelLicense.Location = new System.Drawing.Point(11, 86); LabelLicense.Margin = new System.Windows.Forms.Padding(11, 11, 0, 3); LabelLicense.Name = "LabelLicense"; LabelLicense.Size = new System.Drawing.Size(49, 15); LabelLicense.TabIndex = 4; LabelLicense.Text = "&License:"; // // LayoutMain // LayoutMain.ColumnCount = 2; LayoutMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); LayoutMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); LayoutMain.Controls.Add(ImageLogo, 0, 0); LayoutMain.Controls.Add(LayoutTop, 1, 0); LayoutMain.Controls.Add(this.ButtonOk, 0, 3); LayoutMain.Controls.Add(LabelLicense, 0, 1); LayoutMain.Controls.Add(TextLicense, 0, 2); LayoutMain.Dock = System.Windows.Forms.DockStyle.Fill; LayoutMain.Location = new System.Drawing.Point(0, 0); LayoutMain.Name = "LayoutMain"; LayoutMain.RowCount = 4; LayoutMain.RowStyles.Add(new System.Windows.Forms.RowStyle()); LayoutMain.RowStyles.Add(new System.Windows.Forms.RowStyle()); LayoutMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); LayoutMain.RowStyles.Add(new System.Windows.Forms.RowStyle()); LayoutMain.Size = new System.Drawing.Size(513, 290); LayoutMain.TabIndex = 6; // // ImageLogo // ImageLogo.Image = global::RadioDld.Properties.Resources.icon_main_img64; ImageLogo.Location = new System.Drawing.Point(11, 11); ImageLogo.Margin = new System.Windows.Forms.Padding(11, 11, 0, 0); ImageLogo.Name = "ImageLogo"; ImageLogo.Size = new System.Drawing.Size(64, 64); ImageLogo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize; ImageLogo.TabIndex = 8; ImageLogo.TabStop = false; // // LayoutTop // LayoutTop.ColumnCount = 2; LayoutTop.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); LayoutTop.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); LayoutTop.Controls.Add(this.LabelNameAndVer, 0, 1); LayoutTop.Controls.Add(this.LinkHomepage, 0, 3); LayoutTop.Controls.Add(this.LabelCopyright, 0, 2); LayoutTop.Controls.Add(this.LinkUpdate, 1, 1); LayoutTop.Dock = System.Windows.Forms.DockStyle.Fill; LayoutTop.Location = new System.Drawing.Point(75, 11); LayoutTop.Margin = new System.Windows.Forms.Padding(0, 11, 0, 0); LayoutTop.Name = "LayoutTop"; LayoutTop.RowCount = 5; LayoutTop.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); LayoutTop.RowStyles.Add(new System.Windows.Forms.RowStyle()); LayoutTop.RowStyles.Add(new System.Windows.Forms.RowStyle()); LayoutTop.RowStyles.Add(new System.Windows.Forms.RowStyle()); LayoutTop.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); LayoutTop.Size = new System.Drawing.Size(438, 64); LayoutTop.TabIndex = 7; // // LabelNameAndVer // this.LabelNameAndVer.AutoSize = true; this.LabelNameAndVer.Location = new System.Drawing.Point(3, 6); this.LabelNameAndVer.Margin = new System.Windows.Forms.Padding(3, 0, 3, 2); this.LabelNameAndVer.Name = "LabelNameAndVer"; this.LabelNameAndVer.Size = new System.Drawing.Size(136, 15); this.LabelNameAndVer.TabIndex = 1; this.LabelNameAndVer.Text = "Radio Downloader ?.?.?.?"; // // LinkHomepage // this.LinkHomepage.AutoSize = true; LayoutTop.SetColumnSpan(this.LinkHomepage, 2); this.LinkHomepage.Location = new System.Drawing.Point(3, 43); this.LinkHomepage.Margin = new System.Windows.Forms.Padding(3, 1, 3, 0); this.LinkHomepage.Name = "LinkHomepage"; this.LinkHomepage.Size = new System.Drawing.Size(260, 15); this.LinkHomepage.TabIndex = 3; this.LinkHomepage.TabStop = true; this.LinkHomepage.Text = "http://www.nerdoftheherd.com/tools/radiodld/"; this.LinkHomepage.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LinkHomepage_LinkClicked); // // LabelCopyright // this.LabelCopyright.AutoSize = true; LayoutTop.SetColumnSpan(this.LabelCopyright, 2); this.LabelCopyright.Location = new System.Drawing.Point(3, 25); this.LabelCopyright.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.LabelCopyright.Name = "LabelCopyright"; this.LabelCopyright.Size = new System.Drawing.Size(99, 15); this.LabelCopyright.TabIndex = 2; this.LabelCopyright.Text = "Copyright © 20??"; // // LinkUpdate // this.LinkUpdate.AutoSize = true; this.LinkUpdate.Location = new System.Drawing.Point(142, 6); this.LinkUpdate.Margin = new System.Windows.Forms.Padding(0, 0, 3, 2); this.LinkUpdate.Name = "LinkUpdate"; this.LinkUpdate.Size = new System.Drawing.Size(94, 15); this.LinkUpdate.TabIndex = 4; this.LinkUpdate.TabStop = true; this.LinkUpdate.Text = "Update available"; this.LinkUpdate.Visible = false; this.LinkUpdate.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LinkUpdate_LinkClicked); // // ButtonOk // this.ButtonOk.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); LayoutMain.SetColumnSpan(this.ButtonOk, 2); this.ButtonOk.DialogResult = System.Windows.Forms.DialogResult.OK; this.ButtonOk.FlatStyle = System.Windows.Forms.FlatStyle.System; this.ButtonOk.Location = new System.Drawing.Point(427, 256); this.ButtonOk.Margin = new System.Windows.Forms.Padding(0, 11, 11, 11); this.ButtonOk.Name = "ButtonOk"; this.ButtonOk.Size = new System.Drawing.Size(75, 23); this.ButtonOk.TabIndex = 0; this.ButtonOk.Text = "OK"; this.ButtonOk.UseVisualStyleBackColor = true; this.ButtonOk.Click += new System.EventHandler(this.ButtonOk_Click); // // About // this.AcceptButton = this.ButtonOk; this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.ClientSize = new System.Drawing.Size(513, 290); this.Controls.Add(LayoutMain); this.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Icon = global::RadioDld.Properties.Resources.icon_main; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "About"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "About"; this.Load += new System.EventHandler(this.About_Load); LayoutMain.ResumeLayout(false); LayoutMain.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(ImageLogo)).EndInit(); LayoutTop.ResumeLayout(false); LayoutTop.PerformLayout(); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; System.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem(new string[] { "Spec1", "aaa"}, -1); System.Windows.Forms.ListViewItem listViewItem2 = new System.Windows.Forms.ListViewItem(new string[] { "Spec2", "bbb"}, -1); System.Windows.Forms.ListViewItem listViewItem3 = new System.Windows.Forms.ListViewItem(new string[] { "Spec3", "ccc"}, -1); System.Windows.Forms.ColumnHeader columnHeader1; System.Windows.Forms.TableLayoutPanel tableLayoutPanel2; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MacroFileSelector)); this.mSpecs = new System.Windows.Forms.ListView(); this.SearchBox = new wmgCMS.WaterMarkTextBox(); this.CmdCancel = new System.Windows.Forms.Button(); this.CmdOK = new System.Windows.Forms.Button(); this.mImages = new System.Windows.Forms.ImageList(this.components); tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); tableLayoutPanel1.SuspendLayout(); tableLayoutPanel2.SuspendLayout(); this.SuspendLayout(); // // tableLayoutPanel1 // tableLayoutPanel1.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))); tableLayoutPanel1.ColumnCount = 2; tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F)); tableLayoutPanel1.Controls.Add(this.mSpecs, 0, 1); tableLayoutPanel1.Controls.Add(this.SearchBox, 0, 0); tableLayoutPanel1.Controls.Add(tableLayoutPanel2, 1, 2); tableLayoutPanel1.Location = new System.Drawing.Point(13, 13); tableLayoutPanel1.Name = "tableLayoutPanel1"; tableLayoutPanel1.RowCount = 3; tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); tableLayoutPanel1.Size = new System.Drawing.Size(572, 328); tableLayoutPanel1.TabIndex = 0; // // mSpecs // this.mSpecs.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { columnHeader1}); tableLayoutPanel1.SetColumnSpan(this.mSpecs, 2); this.mSpecs.Dock = System.Windows.Forms.DockStyle.Fill; this.mSpecs.FullRowSelect = true; this.mSpecs.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable; this.mSpecs.HideSelection = false; this.mSpecs.Items.AddRange(new System.Windows.Forms.ListViewItem[] { listViewItem1, listViewItem2, listViewItem3}); this.mSpecs.Location = new System.Drawing.Point(3, 29); this.mSpecs.MultiSelect = false; this.mSpecs.Name = "mSpecs"; this.mSpecs.Size = new System.Drawing.Size(566, 261); this.mSpecs.SmallImageList = this.mImages; this.mSpecs.Sorting = System.Windows.Forms.SortOrder.Ascending; this.mSpecs.TabIndex = 2; this.mSpecs.UseCompatibleStateImageBehavior = false; this.mSpecs.View = System.Windows.Forms.View.Details; this.mSpecs.SelectedIndexChanged += new System.EventHandler(this.Specs_SelectedIndexChanged); this.mSpecs.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.Specs_MouseDoubleClick); // // columnHeader1 // columnHeader1.Text = "Title"; columnHeader1.Width = 500; // // SearchBox // tableLayoutPanel1.SetColumnSpan(this.SearchBox, 2); this.SearchBox.Dock = System.Windows.Forms.DockStyle.Top; this.SearchBox.Location = new System.Drawing.Point(3, 3); this.SearchBox.Name = "SearchBox"; this.SearchBox.Size = new System.Drawing.Size(566, 20); this.SearchBox.TabIndex = 1; this.SearchBox.WaterMarkColor = System.Drawing.Color.Gray; this.SearchBox.WaterMarkText = "Search..."; this.SearchBox.TextChanged += new System.EventHandler(this.SearchBox_TextChanged); // // tableLayoutPanel2 // tableLayoutPanel2.AutoSize = true; tableLayoutPanel2.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; tableLayoutPanel2.ColumnCount = 2; tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); tableLayoutPanel2.Controls.Add(this.CmdCancel, 1, 0); tableLayoutPanel2.Controls.Add(this.CmdOK, 0, 0); tableLayoutPanel2.Location = new System.Drawing.Point(407, 296); tableLayoutPanel2.Name = "tableLayoutPanel2"; tableLayoutPanel2.RowCount = 1; tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle()); tableLayoutPanel2.Size = new System.Drawing.Size(162, 29); tableLayoutPanel2.TabIndex = 5; // // CmdCancel // this.CmdCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.CmdCancel.Location = new System.Drawing.Point(84, 3); this.CmdCancel.Name = "CmdCancel"; this.CmdCancel.Size = new System.Drawing.Size(75, 23); this.CmdCancel.TabIndex = 1; this.CmdCancel.Text = "Cancel"; this.CmdCancel.UseVisualStyleBackColor = true; // // CmdOK // this.CmdOK.DialogResult = System.Windows.Forms.DialogResult.OK; this.CmdOK.Enabled = false; this.CmdOK.Location = new System.Drawing.Point(3, 3); this.CmdOK.Name = "CmdOK"; this.CmdOK.Size = new System.Drawing.Size(75, 23); this.CmdOK.TabIndex = 0; this.CmdOK.Text = "OK"; this.CmdOK.UseVisualStyleBackColor = true; // // mImages // this.mImages.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("mImages.ImageStream"))); this.mImages.TransparentColor = System.Drawing.Color.Transparent; this.mImages.Images.SetKeyName(0, "house_16x16.png"); this.mImages.Images.SetKeyName(1, "clients_16x16.png"); // // MacroFileSelector // this.AcceptButton = this.CmdOK; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.CmdCancel; this.ClientSize = new System.Drawing.Size(597, 353); this.Controls.Add(tableLayoutPanel1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "MacroFileSelector"; this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Select File"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.MacroFileSelector_FormClosed); this.Load += new System.EventHandler(this.MacroFileSelector_Load); tableLayoutPanel1.ResumeLayout(false); tableLayoutPanel1.PerformLayout(); tableLayoutPanel2.ResumeLayout(false); this.ResumeLayout(false); }
/// <summary> /// Erforderliche Methode für die Designerunterstützung. /// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden. /// </summary> private void InitializeComponent() { System.Windows.Forms.GroupBox groupBoxPng; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PngFormatDialog)); System.Windows.Forms.TableLayoutPanel tableLayoutPanelPng; System.Windows.Forms.Label labelDownscaleFactor; this.radioButtonMonochrome = new System.Windows.Forms.RadioButton(); this.numericUpDownDownScaleFactor = new System.Windows.Forms.NumericUpDown(); this.labelMinFeatureSize = new System.Windows.Forms.Label(); this.numericUpDownMinFeatureSize = new System.Windows.Forms.NumericUpDown(); this.radioButtonGrayscale = new System.Windows.Forms.RadioButton(); this.radioButtonColor = new System.Windows.Forms.RadioButton(); this.radioButtonAlpha = new System.Windows.Forms.RadioButton(); this.labelBackgroundColor = new System.Windows.Forms.Label(); this.buttonBackgroundColor = new System.Windows.Forms.Button(); this.colorDialog = new System.Windows.Forms.ColorDialog(); groupBoxPng = new System.Windows.Forms.GroupBox(); tableLayoutPanelPng = new System.Windows.Forms.TableLayoutPanel(); labelDownscaleFactor = new System.Windows.Forms.Label(); groupBoxPng.SuspendLayout(); tableLayoutPanelPng.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownDownScaleFactor)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownMinFeatureSize)).BeginInit(); this.SuspendLayout(); // // groupBoxPng // resources.ApplyResources(groupBoxPng, "groupBoxPng"); groupBoxPng.Controls.Add(tableLayoutPanelPng); groupBoxPng.Name = "groupBoxPng"; groupBoxPng.TabStop = false; // // tableLayoutPanelPng // resources.ApplyResources(tableLayoutPanelPng, "tableLayoutPanelPng"); tableLayoutPanelPng.Controls.Add(this.radioButtonMonochrome, 0, 1); tableLayoutPanelPng.Controls.Add(this.numericUpDownDownScaleFactor, 1, 0); tableLayoutPanelPng.Controls.Add(this.labelMinFeatureSize, 1, 1); tableLayoutPanelPng.Controls.Add(this.numericUpDownMinFeatureSize, 2, 1); tableLayoutPanelPng.Controls.Add(this.radioButtonGrayscale, 0, 2); tableLayoutPanelPng.Controls.Add(this.radioButtonColor, 0, 3); tableLayoutPanelPng.Controls.Add(this.radioButtonAlpha, 0, 4); tableLayoutPanelPng.Controls.Add(this.labelBackgroundColor, 1, 4); tableLayoutPanelPng.Controls.Add(this.buttonBackgroundColor, 2, 4); tableLayoutPanelPng.Controls.Add(labelDownscaleFactor, 0, 0); tableLayoutPanelPng.Name = "tableLayoutPanelPng"; // // radioButtonMonochrome // resources.ApplyResources(this.radioButtonMonochrome, "radioButtonMonochrome"); this.radioButtonMonochrome.Name = "radioButtonMonochrome"; this.radioButtonMonochrome.UseVisualStyleBackColor = true; // // numericUpDownDownScaleFactor // resources.ApplyResources(this.numericUpDownDownScaleFactor, "numericUpDownDownScaleFactor"); tableLayoutPanelPng.SetColumnSpan(this.numericUpDownDownScaleFactor, 2); this.numericUpDownDownScaleFactor.Maximum = new decimal(new int[] { 8, 0, 0, 0 }); this.numericUpDownDownScaleFactor.Minimum = new decimal(new int[] { 1, 0, 0, 0 }); this.numericUpDownDownScaleFactor.Name = "numericUpDownDownScaleFactor"; this.numericUpDownDownScaleFactor.Value = new decimal(new int[] { 1, 0, 0, 0 }); // // labelMinFeatureSize // resources.ApplyResources(this.labelMinFeatureSize, "labelMinFeatureSize"); this.labelMinFeatureSize.Name = "labelMinFeatureSize"; // // numericUpDownMinFeatureSize // resources.ApplyResources(this.numericUpDownMinFeatureSize, "numericUpDownMinFeatureSize"); this.numericUpDownMinFeatureSize.Maximum = new decimal(new int[] { 4, 0, 0, 0 }); this.numericUpDownMinFeatureSize.Name = "numericUpDownMinFeatureSize"; // // radioButtonGrayscale // resources.ApplyResources(this.radioButtonGrayscale, "radioButtonGrayscale"); this.radioButtonGrayscale.Name = "radioButtonGrayscale"; this.radioButtonGrayscale.UseVisualStyleBackColor = true; // // radioButtonColor // resources.ApplyResources(this.radioButtonColor, "radioButtonColor"); this.radioButtonColor.Name = "radioButtonColor"; this.radioButtonColor.UseVisualStyleBackColor = true; // // radioButtonAlpha // resources.ApplyResources(this.radioButtonAlpha, "radioButtonAlpha"); this.radioButtonAlpha.Checked = true; this.radioButtonAlpha.Name = "radioButtonAlpha"; this.radioButtonAlpha.TabStop = true; this.radioButtonAlpha.UseVisualStyleBackColor = true; // // labelBackgroundColor // resources.ApplyResources(this.labelBackgroundColor, "labelBackgroundColor"); this.labelBackgroundColor.Name = "labelBackgroundColor"; // // buttonBackgroundColor // resources.ApplyResources(this.buttonBackgroundColor, "buttonBackgroundColor"); this.buttonBackgroundColor.BackColor = System.Drawing.Color.White; this.buttonBackgroundColor.Name = "buttonBackgroundColor"; this.buttonBackgroundColor.UseVisualStyleBackColor = false; this.buttonBackgroundColor.Click += new System.EventHandler(this.ButtonBackgroundColor_Click); // // labelDownscaleFactor // resources.ApplyResources(labelDownscaleFactor, "labelDownscaleFactor"); labelDownscaleFactor.Name = "labelDownscaleFactor"; // // colorDialog // this.colorDialog.AnyColor = true; // // PngFormatDialog // resources.ApplyResources(this, "$this"); this.Controls.Add(groupBoxPng); this.Name = "PngFormatDialog"; groupBoxPng.ResumeLayout(false); groupBoxPng.PerformLayout(); tableLayoutPanelPng.ResumeLayout(false); tableLayoutPanelPng.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownDownScaleFactor)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownMinFeatureSize)).EndInit(); 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.TableLayoutPanel tableMainForm; System.Windows.Forms.GroupBox groupMain; System.Windows.Forms.TableLayoutPanel tableMain; System.Windows.Forms.Label labelInputFile; System.Windows.Forms.Label labelOutputFile; System.Windows.Forms.Button buttonBrowseOut; System.Windows.Forms.TabControl tabControlOptions; System.Windows.Forms.TabPage tabProcessing; System.Windows.Forms.TableLayoutPanel tableProcessing; System.Windows.Forms.ToolStrip toolStripProcessing; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm)); System.Windows.Forms.Panel panelProcessingInput; System.Windows.Forms.TabPage tabEncoding; System.Windows.Forms.TableLayoutPanel tableEncoding; System.Windows.Forms.GroupBox groupEncodingGeneral; System.Windows.Forms.TableLayoutPanel tableEncodingGeneral; System.Windows.Forms.Label labelGeneralModeVariableHint; System.Windows.Forms.Label labelGeneralModeConstantHint; System.Windows.Forms.Label labelGeneralMode; System.Windows.Forms.Label labelGeneralTitle; System.Windows.Forms.Label labelGeneralTitleHint; System.Windows.Forms.GroupBox groupEncodingVideo; System.Windows.Forms.Panel panelEncodingModeSwapper; System.Windows.Forms.Label labelVideoSizeLimit; System.Windows.Forms.Label labelVideoSizeLimitUnit; System.Windows.Forms.Label labelVideoSizeLimitHint; System.Windows.Forms.Label labelVideoBitrate; System.Windows.Forms.Label labelVideoBitrateUnit; System.Windows.Forms.Label labelVideoBitrateHint; System.Windows.Forms.Label labelVideoCrf; System.Windows.Forms.Label labelVideoCrfHint; System.Windows.Forms.Label labelVideoCrfTolerance; System.Windows.Forms.Label labelVideoCrfToleranceHint; System.Windows.Forms.Label labelVideoHQHint; System.Windows.Forms.GroupBox groupEncodingAudio; System.Windows.Forms.TableLayoutPanel tableEncodingAudio; System.Windows.Forms.Label labelAudioHint; System.Windows.Forms.Panel panelEncodingModeSwapperTwo; System.Windows.Forms.Label labelAudioBitrate; System.Windows.Forms.Label labelAudioBitrateUnit; System.Windows.Forms.Label labelAudioBitrateHint; System.Windows.Forms.Label labelAudioQuality; System.Windows.Forms.Label labelAudioQualityHint; System.Windows.Forms.TabPage tabAdvanced; System.Windows.Forms.TableLayoutPanel tableAdvanced; System.Windows.Forms.Label labelAdvancedWarning; System.Windows.Forms.GroupBox groupAdvancedProcessing; System.Windows.Forms.TableLayoutPanel tableAdvancedProcessing; System.Windows.Forms.Label labelProcessingLevels; System.Windows.Forms.Label labelProcessingLevelsHint; System.Windows.Forms.Label labelProcessingDeinterlaceHint; System.Windows.Forms.Label labelProcessingDenoiseHint; System.Windows.Forms.GroupBox groupAdvancedEncoding; System.Windows.Forms.TableLayoutPanel tableAdvancedEncoding; System.Windows.Forms.Label labelEncodingFrameRateHint; System.Windows.Forms.Label labelEncodingFrameRate; System.Windows.Forms.Label labelEncodingNGOVHint; System.Windows.Forms.Label labelEncodingThreads; System.Windows.Forms.Label labelEncodingThreadsHint; System.Windows.Forms.Label labelEncodingSlices; System.Windows.Forms.Label labelEncodingSlicesHint; System.Windows.Forms.Label labelEncodingArguments; System.Windows.Forms.StatusStrip statusStrip; this.textBoxIn = new System.Windows.Forms.TextBox(); this.buttonBrowseIn = new System.Windows.Forms.Button(); this.textBoxOut = new System.Windows.Forms.TextBox(); this.buttonGo = new System.Windows.Forms.Button(); this.buttonTrim = new System.Windows.Forms.ToolStripSplitButton(); this.buttonMultipleTrim = new System.Windows.Forms.ToolStripMenuItem(); this.buttonCrop = new System.Windows.Forms.ToolStripButton(); this.buttonResize = new System.Windows.Forms.ToolStripButton(); this.buttonSubtitle = new System.Windows.Forms.ToolStripButton(); this.buttonReverse = new System.Windows.Forms.ToolStripButton(); this.buttonOverlay = new System.Windows.Forms.ToolStripButton(); this.buttonCaption = new System.Windows.Forms.ToolStripButton(); this.boxAdvancedScripting = new System.Windows.Forms.ToolStripButton(); this.buttonExportProcessing = new System.Windows.Forms.ToolStripButton(); this.buttonPreview = new System.Windows.Forms.ToolStripButton(); this.buttonDub = new System.Windows.Forms.ToolStripButton(); this.listViewProcessingScript = new System.Windows.Forms.ListView(); this.imageListFilters = new System.Windows.Forms.ImageList(this.components); this.textBoxProcessingScript = new System.Windows.Forms.TextBox(); this.buttonVariableDefault = new System.Windows.Forms.Button(); this.boxTitle = new System.Windows.Forms.TextBox(); this.boxConstant = new System.Windows.Forms.RadioButton(); this.boxVariable = new System.Windows.Forms.RadioButton(); this.buttonConstantDefault = new System.Windows.Forms.Button(); this.tableLayoutPanelEncodingVideo = new System.Windows.Forms.TableLayoutPanel(); this.tableVideoConstantOptions = new System.Windows.Forms.TableLayoutPanel(); this.boxLimit = new System.Windows.Forms.TextBox(); this.boxBitrate = new System.Windows.Forms.TextBox(); this.tableVideoVariableOptions = new System.Windows.Forms.TableLayoutPanel(); this.numericCrf = new System.Windows.Forms.NumericUpDown(); this.numericCrfTolerance = new System.Windows.Forms.NumericUpDown(); this.boxHQ = new System.Windows.Forms.CheckBox(); this.buttonAudioEnabledDefault = new System.Windows.Forms.Button(); this.boxAudio = new System.Windows.Forms.CheckBox(); this.tableAudioConstantOptions = new System.Windows.Forms.TableLayoutPanel(); this.boxAudioBitrate = new System.Windows.Forms.TextBox(); this.tableAudioVariableOptions = new System.Windows.Forms.TableLayoutPanel(); this.numericAudioQuality = new System.Windows.Forms.NumericUpDown(); this.comboLevels = new System.Windows.Forms.ComboBox(); this.boxDeinterlace = new System.Windows.Forms.CheckBox(); this.boxDenoise = new System.Windows.Forms.CheckBox(); this.boxFrameRate = new System.Windows.Forms.TextBox(); this.boxNGOV = new System.Windows.Forms.CheckBox(); this.trackThreads = new System.Windows.Forms.TrackBar(); this.labelThreads = new System.Windows.Forms.Label(); this.trackSlices = new System.Windows.Forms.TrackBar(); this.labelSlices = new System.Windows.Forms.Label(); this.boxArguments = new System.Windows.Forms.TextBox(); this.toolStripStatusLabel = new System.Windows.Forms.ToolStripStatusLabel(); this.panelContainTheProgressBar = new System.Windows.Forms.Panel(); this.boxIndexingProgressDetails = new System.Windows.Forms.CheckBox(); this.boxIndexingProgress = new System.Windows.Forms.TextBox(); this.labelIndexingProgress = new System.Windows.Forms.Label(); this.progressBarIndexing = new System.Windows.Forms.ProgressBar(); this.panelHideTheOptions = new System.Windows.Forms.Panel(); this.buttonRate = new System.Windows.Forms.ToolStripButton(); tableMainForm = new System.Windows.Forms.TableLayoutPanel(); groupMain = new System.Windows.Forms.GroupBox(); tableMain = new System.Windows.Forms.TableLayoutPanel(); labelInputFile = new System.Windows.Forms.Label(); labelOutputFile = new System.Windows.Forms.Label(); buttonBrowseOut = new System.Windows.Forms.Button(); tabControlOptions = new System.Windows.Forms.TabControl(); tabProcessing = new System.Windows.Forms.TabPage(); tableProcessing = new System.Windows.Forms.TableLayoutPanel(); toolStripProcessing = new System.Windows.Forms.ToolStrip(); panelProcessingInput = new System.Windows.Forms.Panel(); tabEncoding = new System.Windows.Forms.TabPage(); tableEncoding = new System.Windows.Forms.TableLayoutPanel(); groupEncodingGeneral = new System.Windows.Forms.GroupBox(); tableEncodingGeneral = new System.Windows.Forms.TableLayoutPanel(); labelGeneralModeVariableHint = new System.Windows.Forms.Label(); labelGeneralModeConstantHint = new System.Windows.Forms.Label(); labelGeneralMode = new System.Windows.Forms.Label(); labelGeneralTitle = new System.Windows.Forms.Label(); labelGeneralTitleHint = new System.Windows.Forms.Label(); groupEncodingVideo = new System.Windows.Forms.GroupBox(); panelEncodingModeSwapper = new System.Windows.Forms.Panel(); labelVideoSizeLimit = new System.Windows.Forms.Label(); labelVideoSizeLimitUnit = new System.Windows.Forms.Label(); labelVideoSizeLimitHint = new System.Windows.Forms.Label(); labelVideoBitrate = new System.Windows.Forms.Label(); labelVideoBitrateUnit = new System.Windows.Forms.Label(); labelVideoBitrateHint = new System.Windows.Forms.Label(); labelVideoCrf = new System.Windows.Forms.Label(); labelVideoCrfHint = new System.Windows.Forms.Label(); labelVideoCrfTolerance = new System.Windows.Forms.Label(); labelVideoCrfToleranceHint = new System.Windows.Forms.Label(); labelVideoHQHint = new System.Windows.Forms.Label(); groupEncodingAudio = new System.Windows.Forms.GroupBox(); tableEncodingAudio = new System.Windows.Forms.TableLayoutPanel(); labelAudioHint = new System.Windows.Forms.Label(); panelEncodingModeSwapperTwo = new System.Windows.Forms.Panel(); labelAudioBitrate = new System.Windows.Forms.Label(); labelAudioBitrateUnit = new System.Windows.Forms.Label(); labelAudioBitrateHint = new System.Windows.Forms.Label(); labelAudioQuality = new System.Windows.Forms.Label(); labelAudioQualityHint = new System.Windows.Forms.Label(); tabAdvanced = new System.Windows.Forms.TabPage(); tableAdvanced = new System.Windows.Forms.TableLayoutPanel(); labelAdvancedWarning = new System.Windows.Forms.Label(); groupAdvancedProcessing = new System.Windows.Forms.GroupBox(); tableAdvancedProcessing = new System.Windows.Forms.TableLayoutPanel(); labelProcessingLevels = new System.Windows.Forms.Label(); labelProcessingLevelsHint = new System.Windows.Forms.Label(); labelProcessingDeinterlaceHint = new System.Windows.Forms.Label(); labelProcessingDenoiseHint = new System.Windows.Forms.Label(); groupAdvancedEncoding = new System.Windows.Forms.GroupBox(); tableAdvancedEncoding = new System.Windows.Forms.TableLayoutPanel(); labelEncodingFrameRateHint = new System.Windows.Forms.Label(); labelEncodingFrameRate = new System.Windows.Forms.Label(); labelEncodingNGOVHint = new System.Windows.Forms.Label(); labelEncodingThreads = new System.Windows.Forms.Label(); labelEncodingThreadsHint = new System.Windows.Forms.Label(); labelEncodingSlices = new System.Windows.Forms.Label(); labelEncodingSlicesHint = new System.Windows.Forms.Label(); labelEncodingArguments = new System.Windows.Forms.Label(); statusStrip = new System.Windows.Forms.StatusStrip(); tableMainForm.SuspendLayout(); groupMain.SuspendLayout(); tableMain.SuspendLayout(); tabControlOptions.SuspendLayout(); tabProcessing.SuspendLayout(); tableProcessing.SuspendLayout(); toolStripProcessing.SuspendLayout(); panelProcessingInput.SuspendLayout(); tabEncoding.SuspendLayout(); tableEncoding.SuspendLayout(); groupEncodingGeneral.SuspendLayout(); tableEncodingGeneral.SuspendLayout(); groupEncodingVideo.SuspendLayout(); this.tableLayoutPanelEncodingVideo.SuspendLayout(); panelEncodingModeSwapper.SuspendLayout(); this.tableVideoConstantOptions.SuspendLayout(); this.tableVideoVariableOptions.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.numericCrf)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numericCrfTolerance)).BeginInit(); groupEncodingAudio.SuspendLayout(); tableEncodingAudio.SuspendLayout(); panelEncodingModeSwapperTwo.SuspendLayout(); this.tableAudioConstantOptions.SuspendLayout(); this.tableAudioVariableOptions.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.numericAudioQuality)).BeginInit(); tabAdvanced.SuspendLayout(); tableAdvanced.SuspendLayout(); groupAdvancedProcessing.SuspendLayout(); tableAdvancedProcessing.SuspendLayout(); groupAdvancedEncoding.SuspendLayout(); tableAdvancedEncoding.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.trackThreads)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.trackSlices)).BeginInit(); statusStrip.SuspendLayout(); this.panelContainTheProgressBar.SuspendLayout(); this.panelHideTheOptions.SuspendLayout(); this.SuspendLayout(); // // tableMainForm // tableMainForm.ColumnCount = 1; tableMainForm.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); tableMainForm.Controls.Add(groupMain, 0, 0); tableMainForm.Controls.Add(tabControlOptions, 0, 1); tableMainForm.Dock = System.Windows.Forms.DockStyle.Fill; tableMainForm.Location = new System.Drawing.Point(3, 3); tableMainForm.Name = "tableMainForm"; tableMainForm.RowCount = 3; tableMainForm.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 84F)); tableMainForm.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); tableMainForm.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); tableMainForm.Size = new System.Drawing.Size(1067, 443); tableMainForm.TabIndex = 0; // // groupMain // groupMain.Controls.Add(tableMain); groupMain.Dock = System.Windows.Forms.DockStyle.Fill; groupMain.Location = new System.Drawing.Point(3, 3); groupMain.Name = "groupMain"; groupMain.Size = new System.Drawing.Size(1061, 78); groupMain.TabIndex = 0; groupMain.TabStop = false; groupMain.Text = "Main"; // // tableMain // tableMain.ColumnCount = 4; tableMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 69F)); tableMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); tableMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 68F)); tableMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 77F)); tableMain.Controls.Add(labelInputFile, 0, 0); tableMain.Controls.Add(this.textBoxIn, 1, 0); tableMain.Controls.Add(this.buttonBrowseIn, 2, 0); tableMain.Controls.Add(labelOutputFile, 0, 1); tableMain.Controls.Add(this.textBoxOut, 1, 1); tableMain.Controls.Add(buttonBrowseOut, 2, 1); tableMain.Controls.Add(this.buttonGo, 3, 0); tableMain.Dock = System.Windows.Forms.DockStyle.Fill; tableMain.Location = new System.Drawing.Point(3, 16); tableMain.Name = "tableMain"; tableMain.RowCount = 2; tableMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); tableMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); tableMain.Size = new System.Drawing.Size(1055, 59); tableMain.TabIndex = 0; // // labelInputFile // labelInputFile.AutoSize = true; labelInputFile.Dock = System.Windows.Forms.DockStyle.Fill; labelInputFile.Location = new System.Drawing.Point(3, 0); labelInputFile.Name = "labelInputFile"; labelInputFile.Size = new System.Drawing.Size(63, 29); labelInputFile.TabIndex = 0; labelInputFile.Text = "Input file:"; labelInputFile.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textBoxIn // this.textBoxIn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.textBoxIn.Location = new System.Drawing.Point(72, 4); this.textBoxIn.Name = "textBoxIn"; this.textBoxIn.Size = new System.Drawing.Size(835, 20); this.textBoxIn.TabIndex = 1; // // buttonBrowseIn // this.buttonBrowseIn.Dock = System.Windows.Forms.DockStyle.Fill; this.buttonBrowseIn.Location = new System.Drawing.Point(913, 3); this.buttonBrowseIn.Name = "buttonBrowseIn"; this.buttonBrowseIn.Size = new System.Drawing.Size(62, 23); this.buttonBrowseIn.TabIndex = 2; this.buttonBrowseIn.Text = "Browse"; this.buttonBrowseIn.UseVisualStyleBackColor = true; this.buttonBrowseIn.Click += new System.EventHandler(this.buttonBrowseIn_Click); // // labelOutputFile // labelOutputFile.AutoSize = true; labelOutputFile.Dock = System.Windows.Forms.DockStyle.Fill; labelOutputFile.Location = new System.Drawing.Point(3, 29); labelOutputFile.Name = "labelOutputFile"; labelOutputFile.Size = new System.Drawing.Size(63, 30); labelOutputFile.TabIndex = 0; labelOutputFile.Text = "Output file:"; labelOutputFile.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textBoxOut // this.textBoxOut.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.textBoxOut.Location = new System.Drawing.Point(72, 34); this.textBoxOut.Name = "textBoxOut"; this.textBoxOut.Size = new System.Drawing.Size(835, 20); this.textBoxOut.TabIndex = 3; // // buttonBrowseOut // buttonBrowseOut.Dock = System.Windows.Forms.DockStyle.Fill; buttonBrowseOut.Location = new System.Drawing.Point(913, 32); buttonBrowseOut.Name = "buttonBrowseOut"; buttonBrowseOut.Size = new System.Drawing.Size(62, 24); buttonBrowseOut.TabIndex = 4; buttonBrowseOut.Text = "Browse"; buttonBrowseOut.UseVisualStyleBackColor = true; buttonBrowseOut.Click += new System.EventHandler(this.buttonBrowseOut_Click); // // buttonGo // this.buttonGo.Dock = System.Windows.Forms.DockStyle.Fill; this.buttonGo.Enabled = false; this.buttonGo.Location = new System.Drawing.Point(981, 3); this.buttonGo.Name = "buttonGo"; tableMain.SetRowSpan(this.buttonGo, 2); this.buttonGo.Size = new System.Drawing.Size(71, 53); this.buttonGo.TabIndex = 5; this.buttonGo.Text = "Convert"; this.buttonGo.UseVisualStyleBackColor = true; this.buttonGo.Click += new System.EventHandler(this.buttonGo_Click); // // tabControlOptions // tabControlOptions.Controls.Add(tabProcessing); tabControlOptions.Controls.Add(tabEncoding); tabControlOptions.Controls.Add(tabAdvanced); tabControlOptions.Dock = System.Windows.Forms.DockStyle.Fill; tabControlOptions.Location = new System.Drawing.Point(3, 87); tabControlOptions.Name = "tabControlOptions"; tabControlOptions.SelectedIndex = 0; tabControlOptions.Size = new System.Drawing.Size(1061, 333); tabControlOptions.TabIndex = 1; // // tabProcessing // tabProcessing.Controls.Add(tableProcessing); tabProcessing.Location = new System.Drawing.Point(4, 22); tabProcessing.Name = "tabProcessing"; tabProcessing.Padding = new System.Windows.Forms.Padding(3); tabProcessing.Size = new System.Drawing.Size(1053, 307); tabProcessing.TabIndex = 3; tabProcessing.Text = "Processing"; // // tableProcessing // tableProcessing.ColumnCount = 1; tableProcessing.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); tableProcessing.Controls.Add(toolStripProcessing, 0, 0); tableProcessing.Controls.Add(panelProcessingInput, 0, 1); tableProcessing.Dock = System.Windows.Forms.DockStyle.Fill; tableProcessing.Location = new System.Drawing.Point(3, 3); tableProcessing.Name = "tableProcessing"; tableProcessing.RowCount = 2; tableProcessing.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F)); tableProcessing.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); tableProcessing.Size = new System.Drawing.Size(1047, 301); tableProcessing.TabIndex = 0; // // toolStripProcessing // toolStripProcessing.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; toolStripProcessing.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.buttonTrim, this.buttonCrop, this.buttonResize, this.buttonSubtitle, this.buttonReverse, this.buttonOverlay, this.buttonCaption, this.boxAdvancedScripting, this.buttonExportProcessing, this.buttonPreview, this.buttonDub, this.buttonRate}); toolStripProcessing.Location = new System.Drawing.Point(0, 0); toolStripProcessing.Name = "toolStripProcessing"; toolStripProcessing.RenderMode = System.Windows.Forms.ToolStripRenderMode.System; toolStripProcessing.ShowItemToolTips = false; toolStripProcessing.Size = new System.Drawing.Size(1047, 25); toolStripProcessing.TabIndex = 0; toolStripProcessing.TabStop = true; // // buttonTrim // this.buttonTrim.AccessibleDescription = "Select a clip from your video."; this.buttonTrim.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.buttonMultipleTrim}); this.buttonTrim.Enabled = false; this.buttonTrim.Margin = new System.Windows.Forms.Padding(0, 1, 3, 2); this.buttonTrim.Name = "buttonTrim"; this.buttonTrim.Size = new System.Drawing.Size(48, 22); this.buttonTrim.Text = "Trim"; this.buttonTrim.ButtonClick += new System.EventHandler(this.buttonTrim_Click); this.buttonTrim.MouseEnter += new System.EventHandler(this.ToolStripItemTooltip); this.buttonTrim.MouseLeave += new System.EventHandler(this.clearToolTip); // // buttonMultipleTrim // this.buttonMultipleTrim.AccessibleDescription = "Select many clips from your video, and sort them on a timeline."; this.buttonMultipleTrim.Name = "buttonMultipleTrim"; this.buttonMultipleTrim.Size = new System.Drawing.Size(152, 22); this.buttonMultipleTrim.Text = "Multiple Trim"; this.buttonMultipleTrim.Click += new System.EventHandler(this.buttonMultipleTrim_Click); this.buttonMultipleTrim.MouseEnter += new System.EventHandler(this.ToolStripItemTooltip); this.buttonMultipleTrim.MouseLeave += new System.EventHandler(this.clearToolTip); // // buttonCrop // this.buttonCrop.AccessibleDescription = "Crop your video into a smaller frame."; this.buttonCrop.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.buttonCrop.Enabled = false; this.buttonCrop.Name = "buttonCrop"; this.buttonCrop.Size = new System.Drawing.Size(37, 22); this.buttonCrop.Text = "Crop"; this.buttonCrop.Click += new System.EventHandler(this.buttonCrop_Click); this.buttonCrop.MouseEnter += new System.EventHandler(this.ToolStripItemTooltip); this.buttonCrop.MouseLeave += new System.EventHandler(this.clearToolTip); // // buttonResize // this.buttonResize.AccessibleDescription = "Scale your video."; this.buttonResize.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.buttonResize.Enabled = false; this.buttonResize.Name = "buttonResize"; this.buttonResize.Size = new System.Drawing.Size(43, 22); this.buttonResize.Text = "Resize"; this.buttonResize.Click += new System.EventHandler(this.buttonResize_Click); this.buttonResize.MouseEnter += new System.EventHandler(this.ToolStripItemTooltip); this.buttonResize.MouseLeave += new System.EventHandler(this.clearToolTip); // // buttonSubtitle // this.buttonSubtitle.AccessibleDescription = "Burn subtitles into the video."; this.buttonSubtitle.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.buttonSubtitle.Enabled = false; this.buttonSubtitle.Name = "buttonSubtitle"; this.buttonSubtitle.Size = new System.Drawing.Size(56, 22); this.buttonSubtitle.Text = "Subtitles"; this.buttonSubtitle.Click += new System.EventHandler(this.buttonSubtitle_Click); this.buttonSubtitle.MouseEnter += new System.EventHandler(this.ToolStripItemTooltip); this.buttonSubtitle.MouseLeave += new System.EventHandler(this.clearToolTip); // // buttonReverse // this.buttonReverse.AccessibleDescription = "Everything is backwards!"; this.buttonReverse.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.buttonReverse.Enabled = false; this.buttonReverse.Name = "buttonReverse"; this.buttonReverse.Size = new System.Drawing.Size(51, 22); this.buttonReverse.Text = "Reverse"; this.buttonReverse.Click += new System.EventHandler(this.buttonReverse_Click); this.buttonReverse.MouseEnter += new System.EventHandler(this.ToolStripItemTooltip); this.buttonReverse.MouseLeave += new System.EventHandler(this.clearToolTip); // // buttonOverlay // this.buttonOverlay.AccessibleDescription = "Overlay a picture on top of your video."; this.buttonOverlay.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.buttonOverlay.Enabled = false; this.buttonOverlay.Name = "buttonOverlay"; this.buttonOverlay.Size = new System.Drawing.Size(51, 22); this.buttonOverlay.Text = "Overlay"; this.buttonOverlay.Click += new System.EventHandler(this.buttonOverlay_Click); this.buttonOverlay.MouseEnter += new System.EventHandler(this.ToolStripItemTooltip); this.buttonOverlay.MouseLeave += new System.EventHandler(this.clearToolTip); // // buttonCaption // this.buttonCaption.AccessibleDescription = "Add some funny text to your video."; this.buttonCaption.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.buttonCaption.Enabled = false; this.buttonCaption.Name = "buttonCaption"; this.buttonCaption.Size = new System.Drawing.Size(53, 22); this.buttonCaption.Text = "Caption"; this.buttonCaption.Click += new System.EventHandler(this.buttonCaption_Click); this.buttonCaption.MouseEnter += new System.EventHandler(this.ToolStripItemTooltip); this.buttonCaption.MouseLeave += new System.EventHandler(this.clearToolTip); // // boxAdvancedScripting // this.boxAdvancedScripting.AccessibleDescription = "Are you a bad enough dude? Take care, there is no way back. You will have to star" + "t over if you f**k up."; this.boxAdvancedScripting.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; this.boxAdvancedScripting.Name = "boxAdvancedScripting"; this.boxAdvancedScripting.Size = new System.Drawing.Size(64, 22); this.boxAdvancedScripting.Text = "Advanced"; this.boxAdvancedScripting.Click += new System.EventHandler(this.boxAdvancedScripting_Click); this.boxAdvancedScripting.MouseEnter += new System.EventHandler(this.ToolStripItemTooltip); this.boxAdvancedScripting.MouseLeave += new System.EventHandler(this.clearToolTip); // // buttonExportProcessing // this.buttonExportProcessing.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; this.buttonExportProcessing.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.buttonExportProcessing.Enabled = false; this.buttonExportProcessing.Image = ((System.Drawing.Image)(resources.GetObject("buttonExportProcessing.Image"))); this.buttonExportProcessing.ImageTransparentColor = System.Drawing.Color.Magenta; this.buttonExportProcessing.Name = "buttonExportProcessing"; this.buttonExportProcessing.Size = new System.Drawing.Size(44, 22); this.buttonExportProcessing.Text = "Export"; this.buttonExportProcessing.Click += new System.EventHandler(this.buttonExportProcessing_Click); // // buttonPreview // this.buttonPreview.AccessibleDescription = "Open a preview window that will loop your processing settings. Note that this doe" + "sn\'t reflect output encoding quality."; this.buttonPreview.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; this.buttonPreview.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.buttonPreview.Enabled = false; this.buttonPreview.Name = "buttonPreview"; this.buttonPreview.Size = new System.Drawing.Size(84, 22); this.buttonPreview.Text = "Preview filters"; this.buttonPreview.Click += new System.EventHandler(this.buttonPreview_Click); this.buttonPreview.MouseEnter += new System.EventHandler(this.ToolStripItemTooltip); this.buttonPreview.MouseLeave += new System.EventHandler(this.clearToolTip); // // buttonDub // this.buttonDub.AccessibleDescription = "Add or replace the audio on your video."; this.buttonDub.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.buttonDub.Enabled = false; this.buttonDub.Name = "buttonDub"; this.buttonDub.Size = new System.Drawing.Size(33, 22); this.buttonDub.Text = "Dub"; this.buttonDub.Click += new System.EventHandler(this.buttonDub_Click); this.buttonDub.MouseEnter += new System.EventHandler(this.ToolStripItemTooltip); this.buttonDub.MouseLeave += new System.EventHandler(this.clearToolTip); // // panelProcessingInput // panelProcessingInput.Controls.Add(this.listViewProcessingScript); panelProcessingInput.Controls.Add(this.textBoxProcessingScript); panelProcessingInput.Dock = System.Windows.Forms.DockStyle.Fill; panelProcessingInput.Location = new System.Drawing.Point(0, 25); panelProcessingInput.Margin = new System.Windows.Forms.Padding(0); panelProcessingInput.Name = "panelProcessingInput"; panelProcessingInput.Size = new System.Drawing.Size(1047, 276); panelProcessingInput.TabIndex = 1; // // listViewProcessingScript // this.listViewProcessingScript.AccessibleDescription = "Double click a filter to edit it. Select a filter and press Delete to remove it."; this.listViewProcessingScript.Dock = System.Windows.Forms.DockStyle.Fill; this.listViewProcessingScript.LargeImageList = this.imageListFilters; this.listViewProcessingScript.Location = new System.Drawing.Point(0, 0); this.listViewProcessingScript.Margin = new System.Windows.Forms.Padding(0); this.listViewProcessingScript.Name = "listViewProcessingScript"; this.listViewProcessingScript.Size = new System.Drawing.Size(1047, 276); this.listViewProcessingScript.TabIndex = 3; this.listViewProcessingScript.UseCompatibleStateImageBehavior = false; this.listViewProcessingScript.ItemActivate += new System.EventHandler(this.listViewProcessingScript_ItemActivate); this.listViewProcessingScript.KeyUp += new System.Windows.Forms.KeyEventHandler(this.listViewProcessingScript_KeyUp); this.listViewProcessingScript.MouseEnter += new System.EventHandler(this.ControlTooltip); this.listViewProcessingScript.MouseLeave += new System.EventHandler(this.clearToolTip); // // imageListFilters // this.imageListFilters.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageListFilters.ImageStream"))); this.imageListFilters.TransparentColor = System.Drawing.Color.Transparent; this.imageListFilters.Images.SetKeyName(0, "Trim"); this.imageListFilters.Images.SetKeyName(1, "Crop"); this.imageListFilters.Images.SetKeyName(2, "Subtitles"); this.imageListFilters.Images.SetKeyName(3, "Reverse"); this.imageListFilters.Images.SetKeyName(4, "Resize"); this.imageListFilters.Images.SetKeyName(5, "Overlay"); this.imageListFilters.Images.SetKeyName(6, "Caption"); this.imageListFilters.Images.SetKeyName(7, "Dub"); this.imageListFilters.Images.SetKeyName(8, "Rate"); // // textBoxProcessingScript // this.textBoxProcessingScript.AcceptsReturn = true; this.textBoxProcessingScript.Dock = System.Windows.Forms.DockStyle.Fill; this.textBoxProcessingScript.Location = new System.Drawing.Point(0, 0); this.textBoxProcessingScript.Margin = new System.Windows.Forms.Padding(0); this.textBoxProcessingScript.Multiline = true; this.textBoxProcessingScript.Name = "textBoxProcessingScript"; this.textBoxProcessingScript.Size = new System.Drawing.Size(1047, 276); this.textBoxProcessingScript.TabIndex = 2; this.textBoxProcessingScript.Text = "# This is an AviSynth script. You may write advanced commands below, or just pres" + "s the buttons above for smooth sailing."; this.textBoxProcessingScript.Visible = false; this.textBoxProcessingScript.Leave += new System.EventHandler(this.textBoxProcessingScript_Leave); // // tabEncoding // tabEncoding.BackColor = System.Drawing.SystemColors.Control; tabEncoding.Controls.Add(tableEncoding); tabEncoding.Location = new System.Drawing.Point(4, 22); tabEncoding.Name = "tabEncoding"; tabEncoding.Padding = new System.Windows.Forms.Padding(3); tabEncoding.Size = new System.Drawing.Size(1053, 307); tabEncoding.TabIndex = 0; tabEncoding.Text = "Encoding"; // // tableEncoding // tableEncoding.ColumnCount = 1; tableEncoding.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); tableEncoding.Controls.Add(groupEncodingGeneral, 0, 0); tableEncoding.Controls.Add(groupEncodingVideo, 0, 1); tableEncoding.Controls.Add(groupEncodingAudio, 0, 2); tableEncoding.Dock = System.Windows.Forms.DockStyle.Fill; tableEncoding.Location = new System.Drawing.Point(3, 3); tableEncoding.Name = "tableEncoding"; tableEncoding.RowCount = 4; tableEncoding.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 107F)); tableEncoding.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 107F)); tableEncoding.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 79F)); tableEncoding.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); tableEncoding.Size = new System.Drawing.Size(1047, 301); tableEncoding.TabIndex = 0; // // groupEncodingGeneral // groupEncodingGeneral.Controls.Add(tableEncodingGeneral); groupEncodingGeneral.Dock = System.Windows.Forms.DockStyle.Fill; groupEncodingGeneral.Location = new System.Drawing.Point(3, 3); groupEncodingGeneral.Name = "groupEncodingGeneral"; groupEncodingGeneral.Size = new System.Drawing.Size(1041, 101); groupEncodingGeneral.TabIndex = 1; groupEncodingGeneral.TabStop = false; groupEncodingGeneral.Text = "General"; // // tableEncodingGeneral // tableEncodingGeneral.ColumnCount = 5; tableEncodingGeneral.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 79F)); tableEncodingGeneral.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 88F)); tableEncodingGeneral.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 60F)); tableEncodingGeneral.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 248F)); tableEncodingGeneral.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); tableEncodingGeneral.Controls.Add(this.buttonVariableDefault, 2, 2); tableEncodingGeneral.Controls.Add(labelGeneralModeVariableHint, 3, 2); tableEncodingGeneral.Controls.Add(labelGeneralModeConstantHint, 3, 1); tableEncodingGeneral.Controls.Add(labelGeneralMode, 0, 1); tableEncodingGeneral.Controls.Add(labelGeneralTitle, 0, 0); tableEncodingGeneral.Controls.Add(this.boxTitle, 1, 0); tableEncodingGeneral.Controls.Add(labelGeneralTitleHint, 4, 0); tableEncodingGeneral.Controls.Add(this.boxConstant, 1, 1); tableEncodingGeneral.Controls.Add(this.boxVariable, 1, 2); tableEncodingGeneral.Controls.Add(this.buttonConstantDefault, 2, 1); tableEncodingGeneral.Dock = System.Windows.Forms.DockStyle.Fill; tableEncodingGeneral.Location = new System.Drawing.Point(3, 16); tableEncodingGeneral.Name = "tableEncodingGeneral"; tableEncodingGeneral.RowCount = 3; tableEncodingGeneral.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F)); tableEncodingGeneral.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F)); tableEncodingGeneral.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F)); tableEncodingGeneral.Size = new System.Drawing.Size(1035, 82); tableEncodingGeneral.TabIndex = 0; // // buttonVariableDefault // this.buttonVariableDefault.Dock = System.Windows.Forms.DockStyle.Fill; this.buttonVariableDefault.Location = new System.Drawing.Point(170, 59); this.buttonVariableDefault.Name = "buttonVariableDefault"; this.buttonVariableDefault.Size = new System.Drawing.Size(54, 22); this.buttonVariableDefault.TabIndex = 5; this.buttonVariableDefault.Text = "Default"; this.buttonVariableDefault.UseVisualStyleBackColor = true; this.buttonVariableDefault.Visible = false; this.buttonVariableDefault.Click += new System.EventHandler(this.buttonVariableDefault_Click); // // labelGeneralModeVariableHint // labelGeneralModeVariableHint.AutoSize = true; tableEncodingGeneral.SetColumnSpan(labelGeneralModeVariableHint, 2); labelGeneralModeVariableHint.Dock = System.Windows.Forms.DockStyle.Fill; labelGeneralModeVariableHint.Location = new System.Drawing.Point(230, 56); labelGeneralModeVariableHint.Name = "labelGeneralModeVariableHint"; labelGeneralModeVariableHint.Size = new System.Drawing.Size(802, 28); labelGeneralModeVariableHint.TabIndex = 0; labelGeneralModeVariableHint.Text = "This will make your video get the size it deserves to look good."; labelGeneralModeVariableHint.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // labelGeneralModeConstantHint // labelGeneralModeConstantHint.AutoSize = true; tableEncodingGeneral.SetColumnSpan(labelGeneralModeConstantHint, 2); labelGeneralModeConstantHint.Dock = System.Windows.Forms.DockStyle.Fill; labelGeneralModeConstantHint.Location = new System.Drawing.Point(230, 28); labelGeneralModeConstantHint.Name = "labelGeneralModeConstantHint"; labelGeneralModeConstantHint.Size = new System.Drawing.Size(802, 28); labelGeneralModeConstantHint.TabIndex = 0; labelGeneralModeConstantHint.Text = "This will make your video have a specific filesize, and suffer lower quality to m" + "atch that size."; labelGeneralModeConstantHint.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // labelGeneralMode // labelGeneralMode.AutoSize = true; labelGeneralMode.Dock = System.Windows.Forms.DockStyle.Fill; labelGeneralMode.Location = new System.Drawing.Point(3, 28); labelGeneralMode.Name = "labelGeneralMode"; labelGeneralMode.Size = new System.Drawing.Size(73, 28); labelGeneralMode.TabIndex = 0; labelGeneralMode.Text = "Mode:"; labelGeneralMode.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // labelGeneralTitle // labelGeneralTitle.AutoSize = true; labelGeneralTitle.Dock = System.Windows.Forms.DockStyle.Fill; labelGeneralTitle.Location = new System.Drawing.Point(3, 0); labelGeneralTitle.Name = "labelGeneralTitle"; labelGeneralTitle.Size = new System.Drawing.Size(73, 28); labelGeneralTitle.TabIndex = 0; labelGeneralTitle.Text = "Title:"; labelGeneralTitle.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // boxTitle // this.boxTitle.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); tableEncodingGeneral.SetColumnSpan(this.boxTitle, 3); this.boxTitle.Location = new System.Drawing.Point(82, 4); this.boxTitle.Name = "boxTitle"; this.boxTitle.Size = new System.Drawing.Size(390, 20); this.boxTitle.TabIndex = 1; this.boxTitle.TextChanged += new System.EventHandler(this.UpdateArguments); // // labelGeneralTitleHint // labelGeneralTitleHint.AutoSize = true; labelGeneralTitleHint.Dock = System.Windows.Forms.DockStyle.Fill; labelGeneralTitleHint.Location = new System.Drawing.Point(478, 0); labelGeneralTitleHint.Name = "labelGeneralTitleHint"; labelGeneralTitleHint.Size = new System.Drawing.Size(554, 28); labelGeneralTitleHint.TabIndex = 0; labelGeneralTitleHint.Text = "Adds a string of text to the metadata of the video, which can be used to indicate" + " the source of a video, for example. Leave blank for no title."; labelGeneralTitleHint.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // boxConstant // this.boxConstant.AutoSize = true; this.boxConstant.Checked = true; this.boxConstant.Dock = System.Windows.Forms.DockStyle.Fill; this.boxConstant.Location = new System.Drawing.Point(82, 31); this.boxConstant.Name = "boxConstant"; this.boxConstant.Size = new System.Drawing.Size(82, 22); this.boxConstant.TabIndex = 2; this.boxConstant.TabStop = true; this.boxConstant.Text = "Constant"; this.boxConstant.UseVisualStyleBackColor = true; this.boxConstant.CheckedChanged += new System.EventHandler(this.boxConstant_CheckedChanged); // // boxVariable // this.boxVariable.AutoSize = true; this.boxVariable.Dock = System.Windows.Forms.DockStyle.Fill; this.boxVariable.Location = new System.Drawing.Point(82, 59); this.boxVariable.Name = "boxVariable"; this.boxVariable.Size = new System.Drawing.Size(82, 22); this.boxVariable.TabIndex = 3; this.boxVariable.Text = "Variable"; this.boxVariable.UseVisualStyleBackColor = true; this.boxVariable.CheckedChanged += new System.EventHandler(this.boxVariable_CheckedChanged); // // buttonConstantDefault // this.buttonConstantDefault.Dock = System.Windows.Forms.DockStyle.Fill; this.buttonConstantDefault.Location = new System.Drawing.Point(170, 31); this.buttonConstantDefault.Name = "buttonConstantDefault"; this.buttonConstantDefault.Size = new System.Drawing.Size(54, 22); this.buttonConstantDefault.TabIndex = 4; this.buttonConstantDefault.Text = "Default"; this.buttonConstantDefault.UseVisualStyleBackColor = true; this.buttonConstantDefault.Visible = false; this.buttonConstantDefault.Click += new System.EventHandler(this.buttonConstantDefault_Click); // // groupEncodingVideo // groupEncodingVideo.Controls.Add(this.tableLayoutPanelEncodingVideo); groupEncodingVideo.Dock = System.Windows.Forms.DockStyle.Fill; groupEncodingVideo.Location = new System.Drawing.Point(3, 110); groupEncodingVideo.Name = "groupEncodingVideo"; groupEncodingVideo.Size = new System.Drawing.Size(1041, 101); groupEncodingVideo.TabIndex = 2; groupEncodingVideo.TabStop = false; groupEncodingVideo.Text = "Video"; // // tableLayoutPanelEncodingVideo // this.tableLayoutPanelEncodingVideo.ColumnCount = 4; this.tableLayoutPanelEncodingVideo.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 79F)); this.tableLayoutPanelEncodingVideo.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 118F)); this.tableLayoutPanelEncodingVideo.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 30F)); this.tableLayoutPanelEncodingVideo.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanelEncodingVideo.Controls.Add(panelEncodingModeSwapper, 0, 1); this.tableLayoutPanelEncodingVideo.Controls.Add(this.boxHQ, 0, 0); this.tableLayoutPanelEncodingVideo.Controls.Add(labelVideoHQHint, 3, 0); this.tableLayoutPanelEncodingVideo.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanelEncodingVideo.Location = new System.Drawing.Point(3, 16); this.tableLayoutPanelEncodingVideo.Name = "tableLayoutPanelEncodingVideo"; this.tableLayoutPanelEncodingVideo.RowCount = 3; this.tableLayoutPanelEncodingVideo.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F)); this.tableLayoutPanelEncodingVideo.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F)); this.tableLayoutPanelEncodingVideo.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F)); this.tableLayoutPanelEncodingVideo.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanelEncodingVideo.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanelEncodingVideo.Size = new System.Drawing.Size(1035, 82); this.tableLayoutPanelEncodingVideo.TabIndex = 0; // // panelEncodingModeSwapper // this.tableLayoutPanelEncodingVideo.SetColumnSpan(panelEncodingModeSwapper, 4); panelEncodingModeSwapper.Controls.Add(this.tableVideoConstantOptions); panelEncodingModeSwapper.Controls.Add(this.tableVideoVariableOptions); panelEncodingModeSwapper.Dock = System.Windows.Forms.DockStyle.Fill; panelEncodingModeSwapper.Location = new System.Drawing.Point(0, 28); panelEncodingModeSwapper.Margin = new System.Windows.Forms.Padding(0); panelEncodingModeSwapper.Name = "panelEncodingModeSwapper"; this.tableLayoutPanelEncodingVideo.SetRowSpan(panelEncodingModeSwapper, 2); panelEncodingModeSwapper.Size = new System.Drawing.Size(1035, 56); panelEncodingModeSwapper.TabIndex = 2; // // tableVideoConstantOptions // this.tableVideoConstantOptions.ColumnCount = 4; this.tableVideoConstantOptions.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 79F)); this.tableVideoConstantOptions.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 118F)); this.tableVideoConstantOptions.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 30F)); this.tableVideoConstantOptions.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableVideoConstantOptions.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableVideoConstantOptions.Controls.Add(labelVideoSizeLimit, 0, 0); this.tableVideoConstantOptions.Controls.Add(this.boxLimit, 1, 0); this.tableVideoConstantOptions.Controls.Add(labelVideoSizeLimitUnit, 2, 0); this.tableVideoConstantOptions.Controls.Add(labelVideoSizeLimitHint, 3, 0); this.tableVideoConstantOptions.Controls.Add(labelVideoBitrate, 0, 1); this.tableVideoConstantOptions.Controls.Add(this.boxBitrate, 1, 1); this.tableVideoConstantOptions.Controls.Add(labelVideoBitrateUnit, 2, 1); this.tableVideoConstantOptions.Controls.Add(labelVideoBitrateHint, 3, 1); this.tableVideoConstantOptions.Dock = System.Windows.Forms.DockStyle.Fill; this.tableVideoConstantOptions.Location = new System.Drawing.Point(0, 0); this.tableVideoConstantOptions.Margin = new System.Windows.Forms.Padding(0); this.tableVideoConstantOptions.Name = "tableVideoConstantOptions"; this.tableVideoConstantOptions.RowCount = 2; this.tableVideoConstantOptions.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F)); this.tableVideoConstantOptions.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F)); this.tableVideoConstantOptions.Size = new System.Drawing.Size(1035, 56); this.tableVideoConstantOptions.TabIndex = 0; // // labelVideoSizeLimit // labelVideoSizeLimit.AutoSize = true; labelVideoSizeLimit.Dock = System.Windows.Forms.DockStyle.Fill; labelVideoSizeLimit.Location = new System.Drawing.Point(3, 0); labelVideoSizeLimit.Name = "labelVideoSizeLimit"; labelVideoSizeLimit.Size = new System.Drawing.Size(73, 28); labelVideoSizeLimit.TabIndex = 0; labelVideoSizeLimit.Text = "Size limit:"; labelVideoSizeLimit.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // boxLimit // this.boxLimit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.boxLimit.Location = new System.Drawing.Point(82, 4); this.boxLimit.Margin = new System.Windows.Forms.Padding(3, 3, 0, 3); this.boxLimit.Name = "boxLimit"; this.boxLimit.Size = new System.Drawing.Size(115, 20); this.boxLimit.TabIndex = 1; this.boxLimit.TextChanged += new System.EventHandler(this.UpdateArguments); this.boxLimit.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBoxNumbersOnly); // // labelVideoSizeLimitUnit // labelVideoSizeLimitUnit.AutoSize = true; labelVideoSizeLimitUnit.Dock = System.Windows.Forms.DockStyle.Fill; labelVideoSizeLimitUnit.Location = new System.Drawing.Point(197, 0); labelVideoSizeLimitUnit.Margin = new System.Windows.Forms.Padding(0); labelVideoSizeLimitUnit.Name = "labelVideoSizeLimitUnit"; labelVideoSizeLimitUnit.Size = new System.Drawing.Size(30, 28); labelVideoSizeLimitUnit.TabIndex = 0; labelVideoSizeLimitUnit.Text = "MiB"; labelVideoSizeLimitUnit.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // labelVideoSizeLimitHint // labelVideoSizeLimitHint.AutoSize = true; labelVideoSizeLimitHint.Dock = System.Windows.Forms.DockStyle.Fill; labelVideoSizeLimitHint.Location = new System.Drawing.Point(230, 0); labelVideoSizeLimitHint.Name = "labelVideoSizeLimitHint"; labelVideoSizeLimitHint.Size = new System.Drawing.Size(802, 28); labelVideoSizeLimitHint.TabIndex = 0; labelVideoSizeLimitHint.Text = "Will adjust the quality to attempt to stay below this limit, and cut off the end " + "of a video if needed. Leave blank for no limit. The limit on 4chan is 3 MB."; labelVideoSizeLimitHint.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // labelVideoBitrate // labelVideoBitrate.AutoSize = true; labelVideoBitrate.Dock = System.Windows.Forms.DockStyle.Fill; labelVideoBitrate.Location = new System.Drawing.Point(3, 28); labelVideoBitrate.Name = "labelVideoBitrate"; labelVideoBitrate.Size = new System.Drawing.Size(73, 28); labelVideoBitrate.TabIndex = 0; labelVideoBitrate.Text = "Bitrate:"; labelVideoBitrate.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // boxBitrate // this.boxBitrate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.boxBitrate.Location = new System.Drawing.Point(82, 32); this.boxBitrate.Margin = new System.Windows.Forms.Padding(3, 3, 0, 3); this.boxBitrate.Name = "boxBitrate"; this.boxBitrate.Size = new System.Drawing.Size(115, 20); this.boxBitrate.TabIndex = 2; this.boxBitrate.TextChanged += new System.EventHandler(this.UpdateArguments); this.boxBitrate.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBoxNumbersOnly); // // labelVideoBitrateUnit // labelVideoBitrateUnit.AutoSize = true; labelVideoBitrateUnit.Dock = System.Windows.Forms.DockStyle.Fill; labelVideoBitrateUnit.Location = new System.Drawing.Point(197, 28); labelVideoBitrateUnit.Margin = new System.Windows.Forms.Padding(0); labelVideoBitrateUnit.Name = "labelVideoBitrateUnit"; labelVideoBitrateUnit.Size = new System.Drawing.Size(30, 28); labelVideoBitrateUnit.TabIndex = 0; labelVideoBitrateUnit.Text = "Kb/s"; labelVideoBitrateUnit.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // labelVideoBitrateHint // labelVideoBitrateHint.AutoSize = true; labelVideoBitrateHint.Dock = System.Windows.Forms.DockStyle.Fill; labelVideoBitrateHint.Location = new System.Drawing.Point(230, 28); labelVideoBitrateHint.Name = "labelVideoBitrateHint"; labelVideoBitrateHint.Size = new System.Drawing.Size(802, 28); labelVideoBitrateHint.TabIndex = 0; labelVideoBitrateHint.Text = "Determines the quality of the video. Keep blank to let the program pick one based" + " on size limit and duration."; labelVideoBitrateHint.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // tableVideoVariableOptions // this.tableVideoVariableOptions.ColumnCount = 4; this.tableVideoVariableOptions.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 79F)); this.tableVideoVariableOptions.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 118F)); this.tableVideoVariableOptions.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 30F)); this.tableVideoVariableOptions.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableVideoVariableOptions.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableVideoVariableOptions.Controls.Add(labelVideoCrf, 0, 0); this.tableVideoVariableOptions.Controls.Add(this.numericCrf, 1, 0); this.tableVideoVariableOptions.Controls.Add(labelVideoCrfHint, 3, 0); this.tableVideoVariableOptions.Controls.Add(labelVideoCrfTolerance, 0, 1); this.tableVideoVariableOptions.Controls.Add(this.numericCrfTolerance, 1, 1); this.tableVideoVariableOptions.Controls.Add(labelVideoCrfToleranceHint, 4, 1); this.tableVideoVariableOptions.Dock = System.Windows.Forms.DockStyle.Fill; this.tableVideoVariableOptions.Location = new System.Drawing.Point(0, 0); this.tableVideoVariableOptions.Margin = new System.Windows.Forms.Padding(0); this.tableVideoVariableOptions.Name = "tableVideoVariableOptions"; this.tableVideoVariableOptions.RowCount = 2; this.tableVideoVariableOptions.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F)); this.tableVideoVariableOptions.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F)); this.tableVideoVariableOptions.Size = new System.Drawing.Size(1035, 56); this.tableVideoVariableOptions.TabIndex = 0; // // labelVideoCrf // labelVideoCrf.AutoSize = true; labelVideoCrf.Dock = System.Windows.Forms.DockStyle.Fill; labelVideoCrf.Location = new System.Drawing.Point(3, 0); labelVideoCrf.Name = "labelVideoCrf"; labelVideoCrf.Size = new System.Drawing.Size(73, 28); labelVideoCrf.TabIndex = 0; labelVideoCrf.Text = "CRF:"; labelVideoCrf.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // numericCrf // this.tableVideoVariableOptions.SetColumnSpan(this.numericCrf, 2); this.numericCrf.Dock = System.Windows.Forms.DockStyle.Fill; this.numericCrf.Location = new System.Drawing.Point(82, 3); this.numericCrf.Maximum = new decimal(new int[] { 63, 0, 0, 0}); this.numericCrf.Name = "numericCrf"; this.numericCrf.Size = new System.Drawing.Size(142, 20); this.numericCrf.TabIndex = 1; this.numericCrf.TabStop = false; this.numericCrf.Value = new decimal(new int[] { 10, 0, 0, 0}); this.numericCrf.ValueChanged += new System.EventHandler(this.UpdateArguments); // // labelVideoCrfHint // labelVideoCrfHint.AutoSize = true; labelVideoCrfHint.Dock = System.Windows.Forms.DockStyle.Fill; labelVideoCrfHint.Location = new System.Drawing.Point(230, 0); labelVideoCrfHint.Name = "labelVideoCrfHint"; labelVideoCrfHint.Size = new System.Drawing.Size(802, 28); labelVideoCrfHint.TabIndex = 0; labelVideoCrfHint.Text = "The constant rate factor of the video determines what level of quality the video " + "should get."; labelVideoCrfHint.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // labelVideoCrfTolerance // labelVideoCrfTolerance.AutoSize = true; labelVideoCrfTolerance.Dock = System.Windows.Forms.DockStyle.Fill; labelVideoCrfTolerance.Location = new System.Drawing.Point(3, 28); labelVideoCrfTolerance.Name = "labelVideoCrfTolerance"; labelVideoCrfTolerance.Size = new System.Drawing.Size(73, 28); labelVideoCrfTolerance.TabIndex = 0; labelVideoCrfTolerance.Text = "Tolerance:"; labelVideoCrfTolerance.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // numericCrfTolerance // this.tableVideoVariableOptions.SetColumnSpan(this.numericCrfTolerance, 2); this.numericCrfTolerance.Dock = System.Windows.Forms.DockStyle.Fill; this.numericCrfTolerance.Location = new System.Drawing.Point(82, 31); this.numericCrfTolerance.Maximum = new decimal(new int[] { 63, 0, 0, 0}); this.numericCrfTolerance.Name = "numericCrfTolerance"; this.numericCrfTolerance.Size = new System.Drawing.Size(142, 20); this.numericCrfTolerance.TabIndex = 2; this.numericCrfTolerance.TabStop = false; this.numericCrfTolerance.Value = new decimal(new int[] { 20, 0, 0, 0}); this.numericCrfTolerance.ValueChanged += new System.EventHandler(this.UpdateArguments); // // labelVideoCrfToleranceHint // labelVideoCrfToleranceHint.AutoSize = true; labelVideoCrfToleranceHint.Dock = System.Windows.Forms.DockStyle.Fill; labelVideoCrfToleranceHint.Location = new System.Drawing.Point(230, 28); labelVideoCrfToleranceHint.Name = "labelVideoCrfToleranceHint"; labelVideoCrfToleranceHint.Size = new System.Drawing.Size(802, 28); labelVideoCrfToleranceHint.TabIndex = 0; labelVideoCrfToleranceHint.Text = "This value determines how far the encoder is allowed to stray from the CRF value " + "in order to not waste too many bits on some frames."; labelVideoCrfToleranceHint.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // boxHQ // this.boxHQ.AutoSize = true; this.boxHQ.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.tableLayoutPanelEncodingVideo.SetColumnSpan(this.boxHQ, 3); this.boxHQ.Dock = System.Windows.Forms.DockStyle.Fill; this.boxHQ.Location = new System.Drawing.Point(6, 3); this.boxHQ.Margin = new System.Windows.Forms.Padding(6, 3, 6, 3); this.boxHQ.Name = "boxHQ"; this.boxHQ.Size = new System.Drawing.Size(215, 22); this.boxHQ.TabIndex = 1; this.boxHQ.Text = "Enable high quality mode:"; this.boxHQ.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.boxHQ.UseVisualStyleBackColor = true; this.boxHQ.CheckedChanged += new System.EventHandler(this.UpdateArguments); // // labelVideoHQHint // labelVideoHQHint.AutoSize = true; labelVideoHQHint.Dock = System.Windows.Forms.DockStyle.Fill; labelVideoHQHint.Location = new System.Drawing.Point(230, 0); labelVideoHQHint.Name = "labelVideoHQHint"; labelVideoHQHint.Size = new System.Drawing.Size(802, 28); labelVideoHQHint.TabIndex = 0; labelVideoHQHint.Text = "Enables two-pass encoding and adds some extra encoding arguments, increasing outp" + "ut quality, but increases the time it takes to encode your file."; labelVideoHQHint.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // groupEncodingAudio // groupEncodingAudio.Controls.Add(tableEncodingAudio); groupEncodingAudio.Dock = System.Windows.Forms.DockStyle.Fill; groupEncodingAudio.Location = new System.Drawing.Point(3, 217); groupEncodingAudio.Name = "groupEncodingAudio"; groupEncodingAudio.Size = new System.Drawing.Size(1041, 73); groupEncodingAudio.TabIndex = 3; groupEncodingAudio.TabStop = false; groupEncodingAudio.Text = "Audio"; // // tableEncodingAudio // tableEncodingAudio.ColumnCount = 5; tableEncodingAudio.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 79F)); tableEncodingAudio.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 88F)); tableEncodingAudio.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 30F)); tableEncodingAudio.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 30F)); tableEncodingAudio.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); tableEncodingAudio.Controls.Add(this.buttonAudioEnabledDefault, 2, 0); tableEncodingAudio.Controls.Add(this.boxAudio, 0, 0); tableEncodingAudio.Controls.Add(labelAudioHint, 4, 0); tableEncodingAudio.Controls.Add(panelEncodingModeSwapperTwo, 0, 1); tableEncodingAudio.Dock = System.Windows.Forms.DockStyle.Fill; tableEncodingAudio.Location = new System.Drawing.Point(3, 16); tableEncodingAudio.Margin = new System.Windows.Forms.Padding(0); tableEncodingAudio.Name = "tableEncodingAudio"; tableEncodingAudio.RowCount = 2; tableEncodingAudio.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F)); tableEncodingAudio.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F)); tableEncodingAudio.Size = new System.Drawing.Size(1035, 54); tableEncodingAudio.TabIndex = 0; // // buttonAudioEnabledDefault // tableEncodingAudio.SetColumnSpan(this.buttonAudioEnabledDefault, 2); this.buttonAudioEnabledDefault.Dock = System.Windows.Forms.DockStyle.Fill; this.buttonAudioEnabledDefault.Location = new System.Drawing.Point(170, 3); this.buttonAudioEnabledDefault.Name = "buttonAudioEnabledDefault"; this.buttonAudioEnabledDefault.Size = new System.Drawing.Size(54, 22); this.buttonAudioEnabledDefault.TabIndex = 6; this.buttonAudioEnabledDefault.Text = "Default"; this.buttonAudioEnabledDefault.UseVisualStyleBackColor = true; this.buttonAudioEnabledDefault.Visible = false; this.buttonAudioEnabledDefault.Click += new System.EventHandler(this.buttonAudioEnabledDefault_Click); // // boxAudio // this.boxAudio.AutoSize = true; this.boxAudio.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; tableEncodingAudio.SetColumnSpan(this.boxAudio, 2); this.boxAudio.Dock = System.Windows.Forms.DockStyle.Fill; this.boxAudio.Location = new System.Drawing.Point(6, 3); this.boxAudio.Margin = new System.Windows.Forms.Padding(6, 3, 6, 3); this.boxAudio.Name = "boxAudio"; this.boxAudio.Size = new System.Drawing.Size(155, 22); this.boxAudio.TabIndex = 1; this.boxAudio.Text = "Enable audio:"; this.boxAudio.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.boxAudio.UseVisualStyleBackColor = true; this.boxAudio.CheckedChanged += new System.EventHandler(this.boxAudio_CheckedChanged); // // labelAudioHint // labelAudioHint.AutoSize = true; labelAudioHint.Dock = System.Windows.Forms.DockStyle.Fill; labelAudioHint.Location = new System.Drawing.Point(230, 0); labelAudioHint.Name = "labelAudioHint"; labelAudioHint.Size = new System.Drawing.Size(802, 28); labelAudioHint.TabIndex = 0; labelAudioHint.Text = "Do you want a WebM with sound? You found the setting for it."; labelAudioHint.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // panelEncodingModeSwapperTwo // tableEncodingAudio.SetColumnSpan(panelEncodingModeSwapperTwo, 5); panelEncodingModeSwapperTwo.Controls.Add(this.tableAudioConstantOptions); panelEncodingModeSwapperTwo.Controls.Add(this.tableAudioVariableOptions); panelEncodingModeSwapperTwo.Dock = System.Windows.Forms.DockStyle.Fill; panelEncodingModeSwapperTwo.Location = new System.Drawing.Point(0, 28); panelEncodingModeSwapperTwo.Margin = new System.Windows.Forms.Padding(0); panelEncodingModeSwapperTwo.Name = "panelEncodingModeSwapperTwo"; panelEncodingModeSwapperTwo.Size = new System.Drawing.Size(1035, 28); panelEncodingModeSwapperTwo.TabIndex = 2; // // tableAudioConstantOptions // this.tableAudioConstantOptions.ColumnCount = 4; this.tableAudioConstantOptions.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 79F)); this.tableAudioConstantOptions.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 118F)); this.tableAudioConstantOptions.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 30F)); this.tableAudioConstantOptions.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableAudioConstantOptions.Controls.Add(labelAudioBitrate, 0, 0); this.tableAudioConstantOptions.Controls.Add(this.boxAudioBitrate, 1, 0); this.tableAudioConstantOptions.Controls.Add(labelAudioBitrateUnit, 2, 0); this.tableAudioConstantOptions.Controls.Add(labelAudioBitrateHint, 4, 0); this.tableAudioConstantOptions.Dock = System.Windows.Forms.DockStyle.Fill; this.tableAudioConstantOptions.Location = new System.Drawing.Point(0, 0); this.tableAudioConstantOptions.Margin = new System.Windows.Forms.Padding(0); this.tableAudioConstantOptions.Name = "tableAudioConstantOptions"; this.tableAudioConstantOptions.RowCount = 1; this.tableAudioConstantOptions.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableAudioConstantOptions.Size = new System.Drawing.Size(1035, 28); this.tableAudioConstantOptions.TabIndex = 0; // // labelAudioBitrate // labelAudioBitrate.AutoSize = true; labelAudioBitrate.Dock = System.Windows.Forms.DockStyle.Fill; labelAudioBitrate.Location = new System.Drawing.Point(3, 0); labelAudioBitrate.Name = "labelAudioBitrate"; labelAudioBitrate.Size = new System.Drawing.Size(73, 28); labelAudioBitrate.TabIndex = 0; labelAudioBitrate.Text = "Bitrate:"; labelAudioBitrate.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // boxAudioBitrate // this.boxAudioBitrate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.boxAudioBitrate.Enabled = false; this.boxAudioBitrate.Location = new System.Drawing.Point(82, 4); this.boxAudioBitrate.Margin = new System.Windows.Forms.Padding(3, 3, 0, 3); this.boxAudioBitrate.Name = "boxAudioBitrate"; this.boxAudioBitrate.Size = new System.Drawing.Size(115, 20); this.boxAudioBitrate.TabIndex = 1; this.boxAudioBitrate.TextChanged += new System.EventHandler(this.UpdateArguments); this.boxAudioBitrate.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBoxNumbersOnly); // // labelAudioBitrateUnit // labelAudioBitrateUnit.AutoSize = true; labelAudioBitrateUnit.Dock = System.Windows.Forms.DockStyle.Fill; labelAudioBitrateUnit.Location = new System.Drawing.Point(197, 0); labelAudioBitrateUnit.Margin = new System.Windows.Forms.Padding(0); labelAudioBitrateUnit.Name = "labelAudioBitrateUnit"; labelAudioBitrateUnit.Size = new System.Drawing.Size(30, 28); labelAudioBitrateUnit.TabIndex = 0; labelAudioBitrateUnit.Text = "Kb/s"; labelAudioBitrateUnit.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // labelAudioBitrateHint // labelAudioBitrateHint.AutoSize = true; labelAudioBitrateHint.Dock = System.Windows.Forms.DockStyle.Fill; labelAudioBitrateHint.Location = new System.Drawing.Point(230, 0); labelAudioBitrateHint.Name = "labelAudioBitrateHint"; labelAudioBitrateHint.Size = new System.Drawing.Size(802, 28); labelAudioBitrateHint.TabIndex = 0; labelAudioBitrateHint.Text = "Determines the quality of the audio."; labelAudioBitrateHint.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // tableAudioVariableOptions // this.tableAudioVariableOptions.ColumnCount = 4; this.tableAudioVariableOptions.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 79F)); this.tableAudioVariableOptions.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 118F)); this.tableAudioVariableOptions.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 30F)); this.tableAudioVariableOptions.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableAudioVariableOptions.Controls.Add(labelAudioQuality, 0, 0); this.tableAudioVariableOptions.Controls.Add(this.numericAudioQuality, 1, 0); this.tableAudioVariableOptions.Controls.Add(labelAudioQualityHint, 4, 0); this.tableAudioVariableOptions.Dock = System.Windows.Forms.DockStyle.Fill; this.tableAudioVariableOptions.Location = new System.Drawing.Point(0, 0); this.tableAudioVariableOptions.Margin = new System.Windows.Forms.Padding(0); this.tableAudioVariableOptions.Name = "tableAudioVariableOptions"; this.tableAudioVariableOptions.RowCount = 1; this.tableAudioVariableOptions.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableAudioVariableOptions.Size = new System.Drawing.Size(1035, 28); this.tableAudioVariableOptions.TabIndex = 0; // // labelAudioQuality // labelAudioQuality.AutoSize = true; labelAudioQuality.Dock = System.Windows.Forms.DockStyle.Fill; labelAudioQuality.Location = new System.Drawing.Point(3, 0); labelAudioQuality.Name = "labelAudioQuality"; labelAudioQuality.Size = new System.Drawing.Size(73, 28); labelAudioQuality.TabIndex = 0; labelAudioQuality.Text = "Quality:"; labelAudioQuality.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // numericAudioQuality // this.tableAudioVariableOptions.SetColumnSpan(this.numericAudioQuality, 2); this.numericAudioQuality.Dock = System.Windows.Forms.DockStyle.Fill; this.numericAudioQuality.Enabled = false; this.numericAudioQuality.Location = new System.Drawing.Point(82, 3); this.numericAudioQuality.Maximum = new decimal(new int[] { 10, 0, 0, 0}); this.numericAudioQuality.Name = "numericAudioQuality"; this.numericAudioQuality.Size = new System.Drawing.Size(142, 20); this.numericAudioQuality.TabIndex = 1; this.numericAudioQuality.TabStop = false; this.numericAudioQuality.Value = new decimal(new int[] { 3, 0, 0, 0}); this.numericAudioQuality.ValueChanged += new System.EventHandler(this.UpdateArguments); // // labelAudioQualityHint // labelAudioQualityHint.AutoSize = true; labelAudioQualityHint.Dock = System.Windows.Forms.DockStyle.Fill; labelAudioQualityHint.Location = new System.Drawing.Point(230, 0); labelAudioQualityHint.Name = "labelAudioQualityHint"; labelAudioQualityHint.Size = new System.Drawing.Size(802, 28); labelAudioQualityHint.TabIndex = 0; labelAudioQualityHint.Text = "Determines the average quality of the audio. 10 is the highest quality."; labelAudioQualityHint.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // tabAdvanced // tabAdvanced.AutoScroll = true; tabAdvanced.BackColor = System.Drawing.SystemColors.Control; tabAdvanced.Controls.Add(tableAdvanced); tabAdvanced.Location = new System.Drawing.Point(4, 22); tabAdvanced.Name = "tabAdvanced"; tabAdvanced.Padding = new System.Windows.Forms.Padding(3); tabAdvanced.Size = new System.Drawing.Size(1053, 307); tabAdvanced.TabIndex = 4; tabAdvanced.Text = "Advanced"; // // tableAdvanced // tableAdvanced.ColumnCount = 1; tableAdvanced.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); tableAdvanced.Controls.Add(labelAdvancedWarning, 0, 0); tableAdvanced.Controls.Add(groupAdvancedProcessing, 0, 1); tableAdvanced.Controls.Add(groupAdvancedEncoding, 0, 2); tableAdvanced.Dock = System.Windows.Forms.DockStyle.Fill; tableAdvanced.Location = new System.Drawing.Point(3, 3); tableAdvanced.Name = "tableAdvanced"; tableAdvanced.RowCount = 4; tableAdvanced.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F)); tableAdvanced.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 107F)); tableAdvanced.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 163F)); tableAdvanced.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); tableAdvanced.Size = new System.Drawing.Size(1047, 301); tableAdvanced.TabIndex = 1; // // labelAdvancedWarning // labelAdvancedWarning.AutoSize = true; tableAdvanced.SetColumnSpan(labelAdvancedWarning, 3); labelAdvancedWarning.Dock = System.Windows.Forms.DockStyle.Fill; labelAdvancedWarning.Location = new System.Drawing.Point(3, 3); labelAdvancedWarning.Margin = new System.Windows.Forms.Padding(3); labelAdvancedWarning.Name = "labelAdvancedWarning"; labelAdvancedWarning.Size = new System.Drawing.Size(1041, 22); labelAdvancedWarning.TabIndex = 0; labelAdvancedWarning.Text = "Do not modify these settings unless you are 100% sure you know what you\'re doing." + ""; labelAdvancedWarning.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // groupAdvancedProcessing // groupAdvancedProcessing.Controls.Add(tableAdvancedProcessing); groupAdvancedProcessing.Dock = System.Windows.Forms.DockStyle.Fill; groupAdvancedProcessing.Location = new System.Drawing.Point(3, 31); groupAdvancedProcessing.Name = "groupAdvancedProcessing"; groupAdvancedProcessing.Size = new System.Drawing.Size(1041, 101); groupAdvancedProcessing.TabIndex = 1; groupAdvancedProcessing.TabStop = false; groupAdvancedProcessing.Text = "Processing"; // // tableAdvancedProcessing // tableAdvancedProcessing.ColumnCount = 3; tableAdvancedProcessing.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 79F)); tableAdvancedProcessing.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 148F)); tableAdvancedProcessing.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); tableAdvancedProcessing.Controls.Add(labelProcessingLevels, 0, 0); tableAdvancedProcessing.Controls.Add(this.comboLevels, 1, 0); tableAdvancedProcessing.Controls.Add(labelProcessingLevelsHint, 2, 0); tableAdvancedProcessing.Controls.Add(this.boxDeinterlace, 0, 1); tableAdvancedProcessing.Controls.Add(labelProcessingDeinterlaceHint, 2, 1); tableAdvancedProcessing.Controls.Add(this.boxDenoise, 0, 2); tableAdvancedProcessing.Controls.Add(labelProcessingDenoiseHint, 2, 2); tableAdvancedProcessing.Dock = System.Windows.Forms.DockStyle.Fill; tableAdvancedProcessing.Location = new System.Drawing.Point(3, 16); tableAdvancedProcessing.Name = "tableAdvancedProcessing"; tableAdvancedProcessing.RowCount = 3; tableAdvancedProcessing.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F)); tableAdvancedProcessing.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F)); tableAdvancedProcessing.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F)); tableAdvancedProcessing.Size = new System.Drawing.Size(1035, 82); tableAdvancedProcessing.TabIndex = 1; // // labelProcessingLevels // labelProcessingLevels.AutoSize = true; labelProcessingLevels.Dock = System.Windows.Forms.DockStyle.Fill; labelProcessingLevels.Location = new System.Drawing.Point(3, 0); labelProcessingLevels.Name = "labelProcessingLevels"; labelProcessingLevels.Size = new System.Drawing.Size(73, 28); labelProcessingLevels.TabIndex = 0; labelProcessingLevels.Text = "Color levels:"; labelProcessingLevels.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // comboLevels // this.comboLevels.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.comboLevels.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboLevels.Items.AddRange(new object[] { "Leave them alone", "Expand (TV -> PC)", "Contract (PC -> TV)"}); this.comboLevels.Location = new System.Drawing.Point(82, 3); this.comboLevels.Name = "comboLevels"; this.comboLevels.Size = new System.Drawing.Size(142, 21); this.comboLevels.TabIndex = 1; this.comboLevels.SelectedIndexChanged += new System.EventHandler(this.comboLevels_SelectedIndexChanged); // // labelProcessingLevelsHint // labelProcessingLevelsHint.AutoSize = true; labelProcessingLevelsHint.Dock = System.Windows.Forms.DockStyle.Fill; labelProcessingLevelsHint.Location = new System.Drawing.Point(230, 0); labelProcessingLevelsHint.Name = "labelProcessingLevelsHint"; labelProcessingLevelsHint.Size = new System.Drawing.Size(802, 28); labelProcessingLevelsHint.TabIndex = 0; labelProcessingLevelsHint.Text = "If your video looks either too dark or too light, this may be the fault of the in" + "put color range being whack. You can manually fix this by using this option."; labelProcessingLevelsHint.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // boxDeinterlace // this.boxDeinterlace.AutoSize = true; this.boxDeinterlace.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; tableAdvancedProcessing.SetColumnSpan(this.boxDeinterlace, 2); this.boxDeinterlace.Dock = System.Windows.Forms.DockStyle.Fill; this.boxDeinterlace.Location = new System.Drawing.Point(3, 31); this.boxDeinterlace.Name = "boxDeinterlace"; this.boxDeinterlace.Size = new System.Drawing.Size(221, 22); this.boxDeinterlace.TabIndex = 2; this.boxDeinterlace.Text = "Deinterlace:"; this.boxDeinterlace.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.boxDeinterlace.UseVisualStyleBackColor = true; this.boxDeinterlace.CheckedChanged += new System.EventHandler(this.boxDeinterlace_CheckedChanged); // // labelProcessingDeinterlaceHint // labelProcessingDeinterlaceHint.AutoSize = true; labelProcessingDeinterlaceHint.Dock = System.Windows.Forms.DockStyle.Fill; labelProcessingDeinterlaceHint.Location = new System.Drawing.Point(230, 28); labelProcessingDeinterlaceHint.Name = "labelProcessingDeinterlaceHint"; labelProcessingDeinterlaceHint.Size = new System.Drawing.Size(802, 28); labelProcessingDeinterlaceHint.TabIndex = 0; labelProcessingDeinterlaceHint.Text = "Attempt to deinterlace an interlaced input video."; labelProcessingDeinterlaceHint.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // boxDenoise // this.boxDenoise.AutoSize = true; this.boxDenoise.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; tableAdvancedProcessing.SetColumnSpan(this.boxDenoise, 2); this.boxDenoise.Dock = System.Windows.Forms.DockStyle.Fill; this.boxDenoise.Location = new System.Drawing.Point(3, 59); this.boxDenoise.Name = "boxDenoise"; this.boxDenoise.Size = new System.Drawing.Size(221, 22); this.boxDenoise.TabIndex = 3; this.boxDenoise.Text = "Denoise:"; this.boxDenoise.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.boxDenoise.UseVisualStyleBackColor = true; this.boxDenoise.CheckedChanged += new System.EventHandler(this.boxDenoise_CheckedChanged); // // labelProcessingDenoiseHint // labelProcessingDenoiseHint.AutoSize = true; labelProcessingDenoiseHint.Dock = System.Windows.Forms.DockStyle.Fill; labelProcessingDenoiseHint.Location = new System.Drawing.Point(230, 56); labelProcessingDenoiseHint.Name = "labelProcessingDenoiseHint"; labelProcessingDenoiseHint.Size = new System.Drawing.Size(802, 28); labelProcessingDenoiseHint.TabIndex = 0; labelProcessingDenoiseHint.Text = "Denoise the video, resulting in less detailed video but more bang for your buck w" + "hen it comes to bitrate."; labelProcessingDenoiseHint.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // groupAdvancedEncoding // groupAdvancedEncoding.AutoSize = true; groupAdvancedEncoding.Controls.Add(tableAdvancedEncoding); groupAdvancedEncoding.Dock = System.Windows.Forms.DockStyle.Fill; groupAdvancedEncoding.Location = new System.Drawing.Point(3, 138); groupAdvancedEncoding.Name = "groupAdvancedEncoding"; groupAdvancedEncoding.Size = new System.Drawing.Size(1041, 157); groupAdvancedEncoding.TabIndex = 2; groupAdvancedEncoding.TabStop = false; groupAdvancedEncoding.Text = "Encoding"; // // tableAdvancedEncoding // tableAdvancedEncoding.ColumnCount = 4; tableAdvancedEncoding.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 79F)); tableAdvancedEncoding.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 118F)); tableAdvancedEncoding.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 30F)); tableAdvancedEncoding.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); tableAdvancedEncoding.Controls.Add(this.boxFrameRate, 1, 2); tableAdvancedEncoding.Controls.Add(labelEncodingFrameRateHint, 3, 2); tableAdvancedEncoding.Controls.Add(labelEncodingFrameRate, 0, 2); tableAdvancedEncoding.Controls.Add(labelEncodingNGOVHint, 3, 3); tableAdvancedEncoding.Controls.Add(this.boxNGOV, 0, 3); tableAdvancedEncoding.Controls.Add(labelEncodingThreads, 0, 0); tableAdvancedEncoding.Controls.Add(this.trackThreads, 1, 0); tableAdvancedEncoding.Controls.Add(this.labelThreads, 2, 0); tableAdvancedEncoding.Controls.Add(labelEncodingThreadsHint, 3, 0); tableAdvancedEncoding.Controls.Add(labelEncodingSlices, 0, 1); tableAdvancedEncoding.Controls.Add(this.trackSlices, 1, 1); tableAdvancedEncoding.Controls.Add(this.labelSlices, 2, 1); tableAdvancedEncoding.Controls.Add(labelEncodingSlicesHint, 3, 1); tableAdvancedEncoding.Controls.Add(labelEncodingArguments, 0, 4); tableAdvancedEncoding.Controls.Add(this.boxArguments, 1, 4); tableAdvancedEncoding.Dock = System.Windows.Forms.DockStyle.Fill; tableAdvancedEncoding.Location = new System.Drawing.Point(3, 16); tableAdvancedEncoding.Name = "tableAdvancedEncoding"; tableAdvancedEncoding.RowCount = 5; tableAdvancedEncoding.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F)); tableAdvancedEncoding.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F)); tableAdvancedEncoding.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F)); tableAdvancedEncoding.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F)); tableAdvancedEncoding.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F)); tableAdvancedEncoding.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); tableAdvancedEncoding.Size = new System.Drawing.Size(1035, 138); tableAdvancedEncoding.TabIndex = 0; // // boxFrameRate // this.boxFrameRate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); tableAdvancedEncoding.SetColumnSpan(this.boxFrameRate, 2); this.boxFrameRate.Location = new System.Drawing.Point(82, 60); this.boxFrameRate.Margin = new System.Windows.Forms.Padding(3, 3, 0, 3); this.boxFrameRate.Name = "boxFrameRate"; this.boxFrameRate.Size = new System.Drawing.Size(145, 20); this.boxFrameRate.TabIndex = 8; this.boxFrameRate.TextChanged += new System.EventHandler(this.UpdateArguments); this.boxFrameRate.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBoxNumbersOnly); // // labelEncodingFrameRateHint // labelEncodingFrameRateHint.AutoSize = true; labelEncodingFrameRateHint.Dock = System.Windows.Forms.DockStyle.Fill; labelEncodingFrameRateHint.Location = new System.Drawing.Point(230, 56); labelEncodingFrameRateHint.Name = "labelEncodingFrameRateHint"; labelEncodingFrameRateHint.Size = new System.Drawing.Size(802, 28); labelEncodingFrameRateHint.TabIndex = 7; labelEncodingFrameRateHint.Text = "If you want to change the frame rate of your video, input your desired frame rate" + " here. Keep blank to leave the frame rate alone."; labelEncodingFrameRateHint.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // labelEncodingFrameRate // labelEncodingFrameRate.AutoSize = true; labelEncodingFrameRate.Dock = System.Windows.Forms.DockStyle.Fill; labelEncodingFrameRate.Location = new System.Drawing.Point(3, 56); labelEncodingFrameRate.Name = "labelEncodingFrameRate"; labelEncodingFrameRate.Size = new System.Drawing.Size(73, 28); labelEncodingFrameRate.TabIndex = 6; labelEncodingFrameRate.Text = "Frame rate:"; labelEncodingFrameRate.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // labelEncodingNGOVHint // labelEncodingNGOVHint.AutoSize = true; labelEncodingNGOVHint.Dock = System.Windows.Forms.DockStyle.Fill; labelEncodingNGOVHint.Location = new System.Drawing.Point(230, 84); labelEncodingNGOVHint.Name = "labelEncodingNGOVHint"; labelEncodingNGOVHint.Size = new System.Drawing.Size(802, 28); labelEncodingNGOVHint.TabIndex = 0; labelEncodingNGOVHint.Text = "Use the next-gen VP9/Opus encoders instead of the standard VP8/Vorbis. Will resul" + "t in extremely long encoding times and less compatibility.\r\nKeep this disabled u" + "ntil Moot allows VP9 WebMs."; labelEncodingNGOVHint.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // boxNGOV // this.boxNGOV.AutoSize = true; this.boxNGOV.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; tableAdvancedEncoding.SetColumnSpan(this.boxNGOV, 3); this.boxNGOV.Dock = System.Windows.Forms.DockStyle.Fill; this.boxNGOV.Location = new System.Drawing.Point(3, 87); this.boxNGOV.Name = "boxNGOV"; this.boxNGOV.Size = new System.Drawing.Size(221, 22); this.boxNGOV.TabIndex = 4; this.boxNGOV.Text = "VP9/Opus:"; this.boxNGOV.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.boxNGOV.UseVisualStyleBackColor = true; this.boxNGOV.CheckedChanged += new System.EventHandler(this.boxNGOV_CheckedChanged); // // labelEncodingThreads // labelEncodingThreads.AutoSize = true; labelEncodingThreads.Dock = System.Windows.Forms.DockStyle.Fill; labelEncodingThreads.Location = new System.Drawing.Point(3, 0); labelEncodingThreads.Name = "labelEncodingThreads"; labelEncodingThreads.Size = new System.Drawing.Size(73, 28); labelEncodingThreads.TabIndex = 0; labelEncodingThreads.Text = "Threads:"; labelEncodingThreads.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // trackThreads // this.trackThreads.Dock = System.Windows.Forms.DockStyle.Fill; this.trackThreads.Location = new System.Drawing.Point(79, 0); this.trackThreads.Margin = new System.Windows.Forms.Padding(0); this.trackThreads.Maximum = 16; this.trackThreads.Minimum = 1; this.trackThreads.Name = "trackThreads"; this.trackThreads.Size = new System.Drawing.Size(118, 28); this.trackThreads.TabIndex = 1; this.trackThreads.Value = 1; this.trackThreads.ValueChanged += new System.EventHandler(this.trackThreads_ValueChanged); // // labelThreads // this.labelThreads.AutoSize = true; this.labelThreads.Dock = System.Windows.Forms.DockStyle.Fill; this.labelThreads.Location = new System.Drawing.Point(197, 0); this.labelThreads.Margin = new System.Windows.Forms.Padding(0); this.labelThreads.Name = "labelThreads"; this.labelThreads.Size = new System.Drawing.Size(30, 28); this.labelThreads.TabIndex = 0; this.labelThreads.Text = "1"; this.labelThreads.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // labelEncodingThreadsHint // labelEncodingThreadsHint.AutoSize = true; labelEncodingThreadsHint.Dock = System.Windows.Forms.DockStyle.Fill; labelEncodingThreadsHint.Location = new System.Drawing.Point(230, 0); labelEncodingThreadsHint.Name = "labelEncodingThreadsHint"; labelEncodingThreadsHint.Size = new System.Drawing.Size(802, 28); labelEncodingThreadsHint.TabIndex = 0; labelEncodingThreadsHint.Text = "Determines amount of threads ffmpeg uses. Try setting this to 1 if ffmpeg.exe cra" + "shes as soon as you click Convert."; labelEncodingThreadsHint.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // labelEncodingSlices // labelEncodingSlices.AutoSize = true; labelEncodingSlices.Dock = System.Windows.Forms.DockStyle.Fill; labelEncodingSlices.Location = new System.Drawing.Point(3, 28); labelEncodingSlices.Name = "labelEncodingSlices"; labelEncodingSlices.Size = new System.Drawing.Size(73, 28); labelEncodingSlices.TabIndex = 0; labelEncodingSlices.Text = "Slices:"; labelEncodingSlices.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // trackSlices // this.trackSlices.Dock = System.Windows.Forms.DockStyle.Fill; this.trackSlices.Location = new System.Drawing.Point(79, 28); this.trackSlices.Margin = new System.Windows.Forms.Padding(0); this.trackSlices.Maximum = 4; this.trackSlices.Minimum = 1; this.trackSlices.Name = "trackSlices"; this.trackSlices.Size = new System.Drawing.Size(118, 28); this.trackSlices.TabIndex = 2; this.trackSlices.Value = 1; this.trackSlices.ValueChanged += new System.EventHandler(this.trackSlices_ValueChanged); // // labelSlices // this.labelSlices.AutoSize = true; this.labelSlices.Dock = System.Windows.Forms.DockStyle.Fill; this.labelSlices.Location = new System.Drawing.Point(197, 28); this.labelSlices.Margin = new System.Windows.Forms.Padding(0); this.labelSlices.Name = "labelSlices"; this.labelSlices.Size = new System.Drawing.Size(30, 28); this.labelSlices.TabIndex = 0; this.labelSlices.Text = "1"; this.labelSlices.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // labelEncodingSlicesHint // labelEncodingSlicesHint.AutoSize = true; labelEncodingSlicesHint.Dock = System.Windows.Forms.DockStyle.Fill; labelEncodingSlicesHint.Location = new System.Drawing.Point(230, 28); labelEncodingSlicesHint.Name = "labelEncodingSlicesHint"; labelEncodingSlicesHint.Size = new System.Drawing.Size(802, 28); labelEncodingSlicesHint.TabIndex = 0; labelEncodingSlicesHint.Text = "Split frames into slices before encoding them. Results in a higher quality per fr" + "ame. 4 slices is standard for 720p resolutions."; labelEncodingSlicesHint.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // labelEncodingArguments // labelEncodingArguments.AutoSize = true; labelEncodingArguments.Dock = System.Windows.Forms.DockStyle.Fill; labelEncodingArguments.ImageAlign = System.Drawing.ContentAlignment.MiddleRight; labelEncodingArguments.Location = new System.Drawing.Point(3, 112); labelEncodingArguments.Name = "labelEncodingArguments"; labelEncodingArguments.Size = new System.Drawing.Size(73, 28); labelEncodingArguments.TabIndex = 0; labelEncodingArguments.Text = "Arguments:"; labelEncodingArguments.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // boxArguments // this.boxArguments.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); tableAdvancedEncoding.SetColumnSpan(this.boxArguments, 3); this.boxArguments.Location = new System.Drawing.Point(82, 116); this.boxArguments.Name = "boxArguments"; this.boxArguments.Size = new System.Drawing.Size(950, 20); this.boxArguments.TabIndex = 5; // // statusStrip // statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripStatusLabel}); statusStrip.Location = new System.Drawing.Point(3, 424); statusStrip.Name = "statusStrip"; statusStrip.Size = new System.Drawing.Size(1067, 22); statusStrip.SizingGrip = false; statusStrip.TabIndex = 6; // // toolStripStatusLabel // this.toolStripStatusLabel.Name = "toolStripStatusLabel"; this.toolStripStatusLabel.Size = new System.Drawing.Size(1052, 17); this.toolStripStatusLabel.Spring = true; this.toolStripStatusLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // panelContainTheProgressBar // this.panelContainTheProgressBar.Anchor = System.Windows.Forms.AnchorStyles.None; this.panelContainTheProgressBar.AutoSize = true; this.panelContainTheProgressBar.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.panelContainTheProgressBar.BackColor = System.Drawing.SystemColors.Control; this.panelContainTheProgressBar.Controls.Add(this.boxIndexingProgressDetails); this.panelContainTheProgressBar.Controls.Add(this.boxIndexingProgress); this.panelContainTheProgressBar.Controls.Add(this.labelIndexingProgress); this.panelContainTheProgressBar.Controls.Add(this.progressBarIndexing); this.panelContainTheProgressBar.Location = new System.Drawing.Point(299, 148); this.panelContainTheProgressBar.Name = "panelContainTheProgressBar"; this.panelContainTheProgressBar.Size = new System.Drawing.Size(469, 205); this.panelContainTheProgressBar.TabIndex = 0; // // boxIndexingProgressDetails // this.boxIndexingProgressDetails.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.boxIndexingProgressDetails.Appearance = System.Windows.Forms.Appearance.Button; this.boxIndexingProgressDetails.AutoSize = true; this.boxIndexingProgressDetails.Location = new System.Drawing.Point(414, 5); this.boxIndexingProgressDetails.Name = "boxIndexingProgressDetails"; this.boxIndexingProgressDetails.Size = new System.Drawing.Size(49, 23); this.boxIndexingProgressDetails.TabIndex = 1; this.boxIndexingProgressDetails.Text = "Details"; this.boxIndexingProgressDetails.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.boxIndexingProgressDetails.UseVisualStyleBackColor = true; this.boxIndexingProgressDetails.CheckedChanged += new System.EventHandler(this.boxIndexingProgressDetails_CheckedChanged); // // boxIndexingProgress // this.boxIndexingProgress.BackColor = System.Drawing.SystemColors.ControlLightLight; this.boxIndexingProgress.Location = new System.Drawing.Point(6, 61); this.boxIndexingProgress.Margin = new System.Windows.Forms.Padding(3, 3, 3, 6); this.boxIndexingProgress.Multiline = true; this.boxIndexingProgress.Name = "boxIndexingProgress"; this.boxIndexingProgress.ReadOnly = true; this.boxIndexingProgress.Size = new System.Drawing.Size(457, 138); this.boxIndexingProgress.TabIndex = 0; this.boxIndexingProgress.Visible = false; // // labelIndexingProgress // this.labelIndexingProgress.BackColor = System.Drawing.Color.Transparent; this.labelIndexingProgress.Location = new System.Drawing.Point(4, 5); this.labelIndexingProgress.Name = "labelIndexingProgress"; this.labelIndexingProgress.Size = new System.Drawing.Size(460, 23); this.labelIndexingProgress.TabIndex = 1; this.labelIndexingProgress.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // progressBarIndexing // this.progressBarIndexing.Location = new System.Drawing.Point(6, 32); this.progressBarIndexing.Margin = new System.Windows.Forms.Padding(6); this.progressBarIndexing.Name = "progressBarIndexing"; this.progressBarIndexing.Size = new System.Drawing.Size(457, 23); this.progressBarIndexing.Style = System.Windows.Forms.ProgressBarStyle.Marquee; this.progressBarIndexing.TabIndex = 0; this.progressBarIndexing.Value = 30; // // panelHideTheOptions // this.panelHideTheOptions.BackColor = System.Drawing.SystemColors.ControlDark; this.panelHideTheOptions.Controls.Add(this.panelContainTheProgressBar); this.panelHideTheOptions.Location = new System.Drawing.Point(3, 88); this.panelHideTheOptions.Name = "panelHideTheOptions"; this.panelHideTheOptions.Size = new System.Drawing.Size(1067, 356); this.panelHideTheOptions.TabIndex = 3; // // buttonRate // this.buttonRate.AccessibleDescription = "Speed up or slow down your video."; this.buttonRate.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.buttonRate.Enabled = false; this.buttonRate.Name = "buttonRate"; this.buttonRate.Size = new System.Drawing.Size(78, 22); this.buttonRate.Text = "Change Rate"; this.buttonRate.Click += new System.EventHandler(this.buttonRate_Click); this.buttonRate.MouseEnter += new System.EventHandler(this.ToolStripItemTooltip); this.buttonRate.MouseLeave += new System.EventHandler(this.clearToolTip); // // MainForm // this.AcceptButton = this.buttonGo; this.AllowDrop = true; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1073, 446); this.Controls.Add(statusStrip); this.Controls.Add(tableMainForm); this.Controls.Add(this.panelHideTheOptions); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimumSize = new System.Drawing.Size(975, 270); this.Name = "MainForm"; this.Padding = new System.Windows.Forms.Padding(3, 3, 3, 0); this.Text = "WebM for Gits"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing); this.Load += new System.EventHandler(this.MainForm_Load); this.Shown += new System.EventHandler(this.MainForm_Shown); this.DragDrop += new System.Windows.Forms.DragEventHandler(this.HandleDragDrop); this.DragEnter += new System.Windows.Forms.DragEventHandler(this.HandleDragEnter); tableMainForm.ResumeLayout(false); groupMain.ResumeLayout(false); tableMain.ResumeLayout(false); tableMain.PerformLayout(); tabControlOptions.ResumeLayout(false); tabProcessing.ResumeLayout(false); tableProcessing.ResumeLayout(false); tableProcessing.PerformLayout(); toolStripProcessing.ResumeLayout(false); toolStripProcessing.PerformLayout(); panelProcessingInput.ResumeLayout(false); panelProcessingInput.PerformLayout(); tabEncoding.ResumeLayout(false); tableEncoding.ResumeLayout(false); groupEncodingGeneral.ResumeLayout(false); tableEncodingGeneral.ResumeLayout(false); tableEncodingGeneral.PerformLayout(); groupEncodingVideo.ResumeLayout(false); this.tableLayoutPanelEncodingVideo.ResumeLayout(false); this.tableLayoutPanelEncodingVideo.PerformLayout(); panelEncodingModeSwapper.ResumeLayout(false); this.tableVideoConstantOptions.ResumeLayout(false); this.tableVideoConstantOptions.PerformLayout(); this.tableVideoVariableOptions.ResumeLayout(false); this.tableVideoVariableOptions.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.numericCrf)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numericCrfTolerance)).EndInit(); groupEncodingAudio.ResumeLayout(false); tableEncodingAudio.ResumeLayout(false); tableEncodingAudio.PerformLayout(); panelEncodingModeSwapperTwo.ResumeLayout(false); this.tableAudioConstantOptions.ResumeLayout(false); this.tableAudioConstantOptions.PerformLayout(); this.tableAudioVariableOptions.ResumeLayout(false); this.tableAudioVariableOptions.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.numericAudioQuality)).EndInit(); tabAdvanced.ResumeLayout(false); tableAdvanced.ResumeLayout(false); tableAdvanced.PerformLayout(); groupAdvancedProcessing.ResumeLayout(false); tableAdvancedProcessing.ResumeLayout(false); tableAdvancedProcessing.PerformLayout(); groupAdvancedEncoding.ResumeLayout(false); tableAdvancedEncoding.ResumeLayout(false); tableAdvancedEncoding.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.trackThreads)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.trackSlices)).EndInit(); statusStrip.ResumeLayout(false); statusStrip.PerformLayout(); this.panelContainTheProgressBar.ResumeLayout(false); this.panelContainTheProgressBar.PerformLayout(); this.panelHideTheOptions.ResumeLayout(false); this.panelHideTheOptions.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.TableLayoutPanel tlpSettings; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SettingsForm)); System.Windows.Forms.GroupBox gbUISettings; System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; System.Windows.Forms.Label lblUISettingAppliedAfterRestart; System.Windows.Forms.GroupBox gbCustomMetadata; System.Windows.Forms.TableLayoutPanel tlpCustomMetadata; System.Windows.Forms.GroupBox gbFileSettings; System.Windows.Forms.TableLayoutPanel tlpPortabilitySettings; System.Windows.Forms.Label lblPortabilityInfo; System.Windows.Forms.Label lblKeepArchivesDays; System.Windows.Forms.GroupBox gbConnectivity; System.Windows.Forms.TableLayoutPanel tlpConnectivityOptions; System.Windows.Forms.Label lblConnectivitySettingsAppliedAfterRestart; this.lblInterfaceLanguage = new System.Windows.Forms.Label(); this.rbLanguageSystemDefault = new System.Windows.Forms.RadioButton(); this.rbLanguageEnglish = new System.Windows.Forms.RadioButton(); this.rbLanguageRussian = new System.Windows.Forms.RadioButton(); this.cbShowFilenameInTitle = new System.Windows.Forms.CheckBox(); this.btnMetadata = new System.Windows.Forms.Button(); this.lblMetadataDescription = new System.Windows.Forms.Label(); this.btnClearCustomMetadata = new System.Windows.Forms.Button(); this.cbShowOpenDialogEachStart = new System.Windows.Forms.CheckBox(); this.numKeepArchivesDays = new System.Windows.Forms.NumericUpDown(); this.cbAllowAutoUpdate = new System.Windows.Forms.CheckBox(); tlpSettings = new System.Windows.Forms.TableLayoutPanel(); gbUISettings = new System.Windows.Forms.GroupBox(); tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); lblUISettingAppliedAfterRestart = new System.Windows.Forms.Label(); gbCustomMetadata = new System.Windows.Forms.GroupBox(); tlpCustomMetadata = new System.Windows.Forms.TableLayoutPanel(); gbFileSettings = new System.Windows.Forms.GroupBox(); tlpPortabilitySettings = new System.Windows.Forms.TableLayoutPanel(); lblPortabilityInfo = new System.Windows.Forms.Label(); lblKeepArchivesDays = new System.Windows.Forms.Label(); gbConnectivity = new System.Windows.Forms.GroupBox(); tlpConnectivityOptions = new System.Windows.Forms.TableLayoutPanel(); lblConnectivitySettingsAppliedAfterRestart = new System.Windows.Forms.Label(); tlpSettings.SuspendLayout(); gbUISettings.SuspendLayout(); tableLayoutPanel1.SuspendLayout(); gbCustomMetadata.SuspendLayout(); tlpCustomMetadata.SuspendLayout(); gbFileSettings.SuspendLayout(); tlpPortabilitySettings.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.numKeepArchivesDays)).BeginInit(); gbConnectivity.SuspendLayout(); tlpConnectivityOptions.SuspendLayout(); this.SuspendLayout(); // // tlpSettings // resources.ApplyResources(tlpSettings, "tlpSettings"); tlpSettings.Controls.Add(gbUISettings, 0, 0); tlpSettings.Controls.Add(gbCustomMetadata, 1, 0); tlpSettings.Controls.Add(gbFileSettings, 0, 1); tlpSettings.Controls.Add(gbConnectivity, 1, 1); tlpSettings.Name = "tlpSettings"; // // gbUISettings // resources.ApplyResources(gbUISettings, "gbUISettings"); gbUISettings.Controls.Add(tableLayoutPanel1); gbUISettings.Name = "gbUISettings"; gbUISettings.TabStop = false; // // tableLayoutPanel1 // resources.ApplyResources(tableLayoutPanel1, "tableLayoutPanel1"); tableLayoutPanel1.Controls.Add(this.lblInterfaceLanguage, 0, 0); tableLayoutPanel1.Controls.Add(this.rbLanguageSystemDefault, 0, 1); tableLayoutPanel1.Controls.Add(this.rbLanguageEnglish, 0, 2); tableLayoutPanel1.Controls.Add(this.rbLanguageRussian, 0, 3); tableLayoutPanel1.Controls.Add(this.cbShowFilenameInTitle, 0, 4); tableLayoutPanel1.Controls.Add(lblUISettingAppliedAfterRestart, 0, 8); tableLayoutPanel1.Name = "tableLayoutPanel1"; // // lblInterfaceLanguage // resources.ApplyResources(this.lblInterfaceLanguage, "lblInterfaceLanguage"); this.lblInterfaceLanguage.Name = "lblInterfaceLanguage"; // // rbLanguageSystemDefault // resources.ApplyResources(this.rbLanguageSystemDefault, "rbLanguageSystemDefault"); this.rbLanguageSystemDefault.Name = "rbLanguageSystemDefault"; this.rbLanguageSystemDefault.TabStop = true; this.rbLanguageSystemDefault.UseVisualStyleBackColor = true; // // rbLanguageEnglish // resources.ApplyResources(this.rbLanguageEnglish, "rbLanguageEnglish"); this.rbLanguageEnglish.Name = "rbLanguageEnglish"; this.rbLanguageEnglish.TabStop = true; this.rbLanguageEnglish.UseVisualStyleBackColor = true; // // rbLanguageRussian // resources.ApplyResources(this.rbLanguageRussian, "rbLanguageRussian"); this.rbLanguageRussian.Name = "rbLanguageRussian"; this.rbLanguageRussian.TabStop = true; this.rbLanguageRussian.UseVisualStyleBackColor = true; // // cbShowFilenameInTitle // resources.ApplyResources(this.cbShowFilenameInTitle, "cbShowFilenameInTitle"); this.cbShowFilenameInTitle.Name = "cbShowFilenameInTitle"; this.cbShowFilenameInTitle.UseVisualStyleBackColor = true; // // lblUISettingAppliedAfterRestart // resources.ApplyResources(lblUISettingAppliedAfterRestart, "lblUISettingAppliedAfterRestart"); lblUISettingAppliedAfterRestart.Name = "lblUISettingAppliedAfterRestart"; // // gbCustomMetadata // resources.ApplyResources(gbCustomMetadata, "gbCustomMetadata"); gbCustomMetadata.Controls.Add(tlpCustomMetadata); gbCustomMetadata.Name = "gbCustomMetadata"; gbCustomMetadata.TabStop = false; // // tlpCustomMetadata // resources.ApplyResources(tlpCustomMetadata, "tlpCustomMetadata"); tlpCustomMetadata.Controls.Add(this.btnMetadata, 0, 1); tlpCustomMetadata.Controls.Add(this.lblMetadataDescription, 0, 0); tlpCustomMetadata.Controls.Add(this.btnClearCustomMetadata, 1, 1); tlpCustomMetadata.Name = "tlpCustomMetadata"; // // btnMetadata // resources.ApplyResources(this.btnMetadata, "btnMetadata"); this.btnMetadata.Image = global::easyMoney.Manager.Properties.Resources.page; this.btnMetadata.Name = "btnMetadata"; this.btnMetadata.UseVisualStyleBackColor = true; this.btnMetadata.Click += new System.EventHandler(this.btnMetadata_Click); // // lblMetadataDescription // resources.ApplyResources(this.lblMetadataDescription, "lblMetadataDescription"); tlpCustomMetadata.SetColumnSpan(this.lblMetadataDescription, 2); this.lblMetadataDescription.Name = "lblMetadataDescription"; // // btnClearCustomMetadata // resources.ApplyResources(this.btnClearCustomMetadata, "btnClearCustomMetadata"); this.btnClearCustomMetadata.Image = global::easyMoney.Manager.Properties.Resources.exclamation; this.btnClearCustomMetadata.Name = "btnClearCustomMetadata"; this.btnClearCustomMetadata.UseVisualStyleBackColor = true; this.btnClearCustomMetadata.Click += new System.EventHandler(this.btnClearCustomMetadata_Click); // // gbFileSettings // resources.ApplyResources(gbFileSettings, "gbFileSettings"); gbFileSettings.Controls.Add(tlpPortabilitySettings); gbFileSettings.Name = "gbFileSettings"; gbFileSettings.TabStop = false; // // tlpPortabilitySettings // resources.ApplyResources(tlpPortabilitySettings, "tlpPortabilitySettings"); tlpPortabilitySettings.Controls.Add(this.cbShowOpenDialogEachStart, 0, 2); tlpPortabilitySettings.Controls.Add(lblPortabilityInfo, 0, 3); tlpPortabilitySettings.Controls.Add(this.numKeepArchivesDays, 1, 0); tlpPortabilitySettings.Controls.Add(lblKeepArchivesDays, 0, 0); tlpPortabilitySettings.Name = "tlpPortabilitySettings"; // // cbShowOpenDialogEachStart // resources.ApplyResources(this.cbShowOpenDialogEachStart, "cbShowOpenDialogEachStart"); tlpPortabilitySettings.SetColumnSpan(this.cbShowOpenDialogEachStart, 2); this.cbShowOpenDialogEachStart.Name = "cbShowOpenDialogEachStart"; this.cbShowOpenDialogEachStart.UseVisualStyleBackColor = true; // // lblPortabilityInfo // resources.ApplyResources(lblPortabilityInfo, "lblPortabilityInfo"); tlpPortabilitySettings.SetColumnSpan(lblPortabilityInfo, 2); lblPortabilityInfo.Name = "lblPortabilityInfo"; // // numKeepArchivesDays // resources.ApplyResources(this.numKeepArchivesDays, "numKeepArchivesDays"); this.numKeepArchivesDays.Maximum = new decimal(new int[] { 10000, 0, 0, 0}); this.numKeepArchivesDays.Name = "numKeepArchivesDays"; // // lblKeepArchivesDays // resources.ApplyResources(lblKeepArchivesDays, "lblKeepArchivesDays"); lblKeepArchivesDays.Name = "lblKeepArchivesDays"; // // gbConnectivity // resources.ApplyResources(gbConnectivity, "gbConnectivity"); gbConnectivity.Controls.Add(tlpConnectivityOptions); gbConnectivity.Name = "gbConnectivity"; gbConnectivity.TabStop = false; // // tlpConnectivityOptions // resources.ApplyResources(tlpConnectivityOptions, "tlpConnectivityOptions"); tlpConnectivityOptions.Controls.Add(lblConnectivitySettingsAppliedAfterRestart, 0, 6); tlpConnectivityOptions.Controls.Add(this.cbAllowAutoUpdate, 0, 0); tlpConnectivityOptions.Name = "tlpConnectivityOptions"; // // lblConnectivitySettingsAppliedAfterRestart // resources.ApplyResources(lblConnectivitySettingsAppliedAfterRestart, "lblConnectivitySettingsAppliedAfterRestart"); lblConnectivitySettingsAppliedAfterRestart.Name = "lblConnectivitySettingsAppliedAfterRestart"; // // cbAllowAutoUpdate // resources.ApplyResources(this.cbAllowAutoUpdate, "cbAllowAutoUpdate"); this.cbAllowAutoUpdate.Name = "cbAllowAutoUpdate"; this.cbAllowAutoUpdate.UseVisualStyleBackColor = true; // // SettingsForm // resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(tlpSettings); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow; this.Name = "SettingsForm"; this.ShowIcon = false; this.ShowInTaskbar = false; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.SettingsForm_FormClosing); this.Load += new System.EventHandler(this.SettingsForm_Load); tlpSettings.ResumeLayout(false); gbUISettings.ResumeLayout(false); tableLayoutPanel1.ResumeLayout(false); tableLayoutPanel1.PerformLayout(); gbCustomMetadata.ResumeLayout(false); tlpCustomMetadata.ResumeLayout(false); tlpCustomMetadata.PerformLayout(); gbFileSettings.ResumeLayout(false); tlpPortabilitySettings.ResumeLayout(false); tlpPortabilitySettings.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.numKeepArchivesDays)).EndInit(); gbConnectivity.ResumeLayout(false); tlpConnectivityOptions.ResumeLayout(false); tlpConnectivityOptions.PerformLayout(); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); 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(); this.typingTimer = new System.Windows.Forms.Timer(this.components); 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; this.filename.KeyUp += new System.Windows.Forms.KeyEventHandler(this.filename_KeyUp); // // 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"; // // typingTimer // this.typingTimer.Interval = 200; this.typingTimer.Tick += new System.EventHandler(this.typingTimer_Tick); // // 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() { System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; this.groupBox1 = new System.Windows.Forms.GroupBox(); this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.comboBoxZone = new System.Windows.Forms.ComboBox(); this.zoneX = new System.Windows.Forms.NumericUpDown(); this.zoneY = new System.Windows.Forms.NumericUpDown(); this.zoneZ = new System.Windows.Forms.NumericUpDown(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel(); this.label5 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.regionX = new System.Windows.Forms.NumericUpDown(); this.regionY = new System.Windows.Forms.NumericUpDown(); this.regionZ = new System.Windows.Forms.NumericUpDown(); this.comboBoxRegion = new System.Windows.Forms.ComboBox(); this.cbComputeZ = new System.Windows.Forms.CheckBox(); this.headerStrip1 = new DOL.Tools.QuestDesigner.Controls.HeaderStrip(); this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel(); this.headerStrip2 = new DOL.Tools.QuestDesigner.Controls.HeaderStrip(); this.toolStripLabel2 = new System.Windows.Forms.ToolStripLabel(); tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); tableLayoutPanel1.SuspendLayout(); this.groupBox1.SuspendLayout(); this.tableLayoutPanel2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.zoneX)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.zoneY)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.zoneZ)).BeginInit(); this.groupBox2.SuspendLayout(); this.tableLayoutPanel3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.regionX)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.regionY)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.regionZ)).BeginInit(); this.headerStrip1.SuspendLayout(); this.headerStrip2.SuspendLayout(); this.SuspendLayout(); // // tableLayoutPanel1 // tableLayoutPanel1.ColumnCount = 2; tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); tableLayoutPanel1.Controls.Add(this.headerStrip1, 0, 1); tableLayoutPanel1.Controls.Add(this.groupBox1, 0, 2); tableLayoutPanel1.Controls.Add(this.groupBox2, 1, 2); tableLayoutPanel1.Controls.Add(this.comboBoxRegion, 0, 0); tableLayoutPanel1.Controls.Add(this.headerStrip2, 1, 1); tableLayoutPanel1.Controls.Add(this.cbComputeZ, 0, 3); tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); tableLayoutPanel1.Name = "tableLayoutPanel1"; tableLayoutPanel1.RowCount = 4; tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 130F)); tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); tableLayoutPanel1.Size = new System.Drawing.Size(262, 249); tableLayoutPanel1.TabIndex = 0; // // groupBox1 // this.groupBox1.Controls.Add(this.tableLayoutPanel2); this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox1.Location = new System.Drawing.Point(3, 55); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(125, 124); this.groupBox1.TabIndex = 0; this.groupBox1.TabStop = false; // // tableLayoutPanel2 // this.tableLayoutPanel2.ColumnCount = 2; this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel2.Controls.Add(this.label1, 0, 1); this.tableLayoutPanel2.Controls.Add(this.label2, 0, 0); this.tableLayoutPanel2.Controls.Add(this.label3, 0, 2); this.tableLayoutPanel2.Controls.Add(this.label4, 0, 3); this.tableLayoutPanel2.Controls.Add(this.comboBoxZone, 1, 0); this.tableLayoutPanel2.Controls.Add(this.zoneX, 1, 1); this.tableLayoutPanel2.Controls.Add(this.zoneY, 1, 2); this.tableLayoutPanel2.Controls.Add(this.zoneZ, 1, 3); this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 16); this.tableLayoutPanel2.Name = "tableLayoutPanel2"; this.tableLayoutPanel2.RowCount = 4; this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel2.Size = new System.Drawing.Size(119, 105); this.tableLayoutPanel2.TabIndex = 0; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(3, 27); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(14, 13); this.label1.TabIndex = 0; this.label1.Text = "X"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(3, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(32, 13); this.label2.TabIndex = 1; this.label2.Text = "Zone"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(3, 53); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(14, 13); this.label3.TabIndex = 2; this.label3.Text = "Y"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(3, 79); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(14, 13); this.label4.TabIndex = 3; this.label4.Text = "Z"; // // comboBoxZone // this.comboBoxZone.Dock = System.Windows.Forms.DockStyle.Fill; this.comboBoxZone.FormattingEnabled = true; this.comboBoxZone.Location = new System.Drawing.Point(41, 3); this.comboBoxZone.Name = "comboBoxZone"; this.comboBoxZone.Size = new System.Drawing.Size(75, 21); this.comboBoxZone.TabIndex = 4; this.comboBoxZone.SelectedIndexChanged += new System.EventHandler(this.position_ValueChanged); // // zoneX // this.zoneX.Dock = System.Windows.Forms.DockStyle.Fill; this.zoneX.Location = new System.Drawing.Point(41, 30); this.zoneX.Maximum = new decimal(new int[] { -2147483648, 0, 0, 0}); this.zoneX.Name = "zoneX"; this.zoneX.Size = new System.Drawing.Size(75, 20); this.zoneX.TabIndex = 5; this.zoneX.ValueChanged += new System.EventHandler(this.position_ValueChanged); // // zoneY // this.zoneY.Dock = System.Windows.Forms.DockStyle.Fill; this.zoneY.Location = new System.Drawing.Point(41, 56); this.zoneY.Maximum = new decimal(new int[] { -2147483648, 0, 0, 0}); this.zoneY.Name = "zoneY"; this.zoneY.Size = new System.Drawing.Size(75, 20); this.zoneY.TabIndex = 6; this.zoneY.ValueChanged += new System.EventHandler(this.position_ValueChanged); // // zoneZ // this.zoneZ.Dock = System.Windows.Forms.DockStyle.Fill; this.zoneZ.Location = new System.Drawing.Point(41, 82); this.zoneZ.Maximum = new decimal(new int[] { -2147483648, 0, 0, 0}); this.zoneZ.Name = "zoneZ"; this.zoneZ.Size = new System.Drawing.Size(75, 20); this.zoneZ.TabIndex = 7; this.zoneZ.ValueChanged += new System.EventHandler(this.position_ValueChanged); // // groupBox2 // this.groupBox2.Controls.Add(this.tableLayoutPanel3); this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox2.Location = new System.Drawing.Point(134, 55); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(125, 124); this.groupBox2.TabIndex = 1; this.groupBox2.TabStop = false; // // tableLayoutPanel3 // this.tableLayoutPanel3.ColumnCount = 2; this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel3.Controls.Add(this.label5, 0, 1); this.tableLayoutPanel3.Controls.Add(this.label7, 0, 2); this.tableLayoutPanel3.Controls.Add(this.label8, 0, 3); this.tableLayoutPanel3.Controls.Add(this.regionX, 1, 1); this.tableLayoutPanel3.Controls.Add(this.regionY, 1, 2); this.tableLayoutPanel3.Controls.Add(this.regionZ, 1, 3); this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel3.Location = new System.Drawing.Point(3, 16); this.tableLayoutPanel3.Name = "tableLayoutPanel3"; this.tableLayoutPanel3.RowCount = 4; this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel3.Size = new System.Drawing.Size(119, 105); this.tableLayoutPanel3.TabIndex = 1; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(3, 0); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(14, 13); this.label5.TabIndex = 0; this.label5.Text = "X"; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(3, 26); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(14, 13); this.label7.TabIndex = 2; this.label7.Text = "Y"; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(3, 52); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(14, 13); this.label8.TabIndex = 3; this.label8.Text = "Z"; // // regionX // this.regionX.Dock = System.Windows.Forms.DockStyle.Fill; this.regionX.Location = new System.Drawing.Point(23, 3); this.regionX.Maximum = new decimal(new int[] { -2147483648, 0, 0, 0}); this.regionX.Name = "regionX"; this.regionX.Size = new System.Drawing.Size(93, 20); this.regionX.TabIndex = 5; this.regionX.ValueChanged += new System.EventHandler(this.regionX_ValueChanged); // // regionY // this.regionY.Dock = System.Windows.Forms.DockStyle.Fill; this.regionY.Location = new System.Drawing.Point(23, 29); this.regionY.Maximum = new decimal(new int[] { -2147483648, 0, 0, 0}); this.regionY.Name = "regionY"; this.regionY.Size = new System.Drawing.Size(93, 20); this.regionY.TabIndex = 6; this.regionY.ValueChanged += new System.EventHandler(this.regionY_ValueChanged); // // regionZ // this.regionZ.Dock = System.Windows.Forms.DockStyle.Fill; this.regionZ.Location = new System.Drawing.Point(23, 55); this.regionZ.Maximum = new decimal(new int[] { -2147483648, 0, 0, 0}); this.regionZ.Name = "regionZ"; this.regionZ.Size = new System.Drawing.Size(93, 20); this.regionZ.TabIndex = 7; this.regionZ.ValueChanged += new System.EventHandler(this.regionZ_ValueChanged); // // comboBoxRegion // tableLayoutPanel1.SetColumnSpan(this.comboBoxRegion, 2); this.comboBoxRegion.Dock = System.Windows.Forms.DockStyle.Fill; this.comboBoxRegion.FormattingEnabled = true; this.comboBoxRegion.Location = new System.Drawing.Point(3, 3); this.comboBoxRegion.Name = "comboBoxRegion"; this.comboBoxRegion.Size = new System.Drawing.Size(256, 21); this.comboBoxRegion.TabIndex = 3; this.comboBoxRegion.SelectedIndexChanged += new System.EventHandler(this.comboBoxRegion_SelectedIndexChanged); // // cbComputeZ // this.cbComputeZ.AutoSize = true; tableLayoutPanel1.SetColumnSpan(this.cbComputeZ, 2); this.cbComputeZ.Dock = System.Windows.Forms.DockStyle.Top; this.cbComputeZ.Location = new System.Drawing.Point(3, 185); this.cbComputeZ.Name = "cbComputeZ"; this.cbComputeZ.Size = new System.Drawing.Size(256, 17); this.cbComputeZ.TabIndex = 2; this.cbComputeZ.Text = "Compute Z from Alphamap"; this.cbComputeZ.UseVisualStyleBackColor = true; this.cbComputeZ.CheckedChanged += new System.EventHandler(this.cbComputeZ_CheckedChanged); // // headerStrip1 // this.headerStrip1.AutoSize = false; this.headerStrip1.Dock = System.Windows.Forms.DockStyle.Fill; this.headerStrip1.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.headerStrip1.ForeColor = System.Drawing.Color.Gray; this.headerStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; this.headerStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripLabel1}); this.headerStrip1.Location = new System.Drawing.Point(0, 27); this.headerStrip1.Name = "headerStrip1"; this.headerStrip1.Size = new System.Drawing.Size(131, 25); this.headerStrip1.TabIndex = 1; this.headerStrip1.TextDirection = System.Windows.Forms.ToolStripTextDirection.Vertical90; // // toolStripLabel1 // this.toolStripLabel1.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; this.toolStripLabel1.Name = "toolStripLabel1"; this.toolStripLabel1.Size = new System.Drawing.Size(43, 22); this.toolStripLabel1.Text = "Zone"; this.toolStripLabel1.TextDirection = System.Windows.Forms.ToolStripTextDirection.Horizontal; // // headerStrip2 // this.headerStrip2.AutoSize = false; this.headerStrip2.Dock = System.Windows.Forms.DockStyle.Fill; this.headerStrip2.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.headerStrip2.ForeColor = System.Drawing.Color.Gray; this.headerStrip2.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; this.headerStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripLabel2}); this.headerStrip2.Location = new System.Drawing.Point(131, 27); this.headerStrip2.Name = "headerStrip2"; this.headerStrip2.Size = new System.Drawing.Size(131, 25); this.headerStrip2.TabIndex = 4; // // toolStripLabel2 // this.toolStripLabel2.Name = "toolStripLabel2"; this.toolStripLabel2.Size = new System.Drawing.Size(58, 22); this.toolStripLabel2.Text = "Region"; // // PositionConverter // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(tableLayoutPanel1); this.Name = "PositionConverter"; this.Size = new System.Drawing.Size(262, 249); this.Load += new System.EventHandler(this.PositionConverter_Load); tableLayoutPanel1.ResumeLayout(false); tableLayoutPanel1.PerformLayout(); this.groupBox1.ResumeLayout(false); this.tableLayoutPanel2.ResumeLayout(false); this.tableLayoutPanel2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.zoneX)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.zoneY)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.zoneZ)).EndInit(); this.groupBox2.ResumeLayout(false); this.tableLayoutPanel3.ResumeLayout(false); this.tableLayoutPanel3.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.regionX)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.regionY)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.regionZ)).EndInit(); this.headerStrip1.ResumeLayout(false); this.headerStrip1.PerformLayout(); this.headerStrip2.ResumeLayout(false); this.headerStrip2.PerformLayout(); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; System.Windows.Forms.GroupBox groupBox1; System.Windows.Forms.TableLayoutPanel tableLayoutPanel2; System.Windows.Forms.Label label6; System.Windows.Forms.Label label4; System.Windows.Forms.Label label1; System.Windows.Forms.Label label2; System.Windows.Forms.Label label5; System.Windows.Forms.Label label7; System.Windows.Forms.Label label3; System.Windows.Forms.GroupBox groupBox2; System.Windows.Forms.Label label10; System.Windows.Forms.GroupBox groupBox3; System.Windows.Forms.Label label12; System.Windows.Forms.GroupBox groupBox4; System.Windows.Forms.Label label8; System.Windows.Forms.Label label9; TreelistView.TreeListColumn treeListColumn1 = new TreelistView.TreeListColumn("Section", "Section"); System.Windows.Forms.Label label11; this.settingsTabs = new renderdocui.Controls.TablessControl(); this.generalTab = new System.Windows.Forms.TabPage(); this.Formatter_PosExp = new System.Windows.Forms.NumericUpDown(); this.Formatter_NegExp = new System.Windows.Forms.NumericUpDown(); this.rdcAssoc = new System.Windows.Forms.Button(); this.capAssoc = new System.Windows.Forms.Button(); this.Formatter_MaxFigures = new System.Windows.Forms.NumericUpDown(); this.Formatter_MinFigures = new System.Windows.Forms.NumericUpDown(); this.CheckUpdate_AllowChecks = new System.Windows.Forms.CheckBox(); this.texViewTab = new System.Windows.Forms.TabPage(); this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel(); this.TextureViewer_ResetRange = new System.Windows.Forms.CheckBox(); this.shadViewTab = new System.Windows.Forms.TabPage(); this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel(); this.ShaderViewer_FriendlyNaming = new System.Windows.Forms.CheckBox(); this.eventTab = new System.Windows.Forms.TabPage(); this.tableLayoutPanel5 = new System.Windows.Forms.TableLayoutPanel(); this.EventBrowser_TimeUnit = new System.Windows.Forms.ComboBox(); this.EventBrowser_HideEmpty = new System.Windows.Forms.CheckBox(); this.pagesTree = new TreelistView.TreeListView(); this.ok = new System.Windows.Forms.Button(); this.toolTip = new System.Windows.Forms.ToolTip(this.components); this.browseCaptureDirectory = new System.Windows.Forms.Button(); this.browserCaptureDialog = new System.Windows.Forms.FolderBrowserDialog(); tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); groupBox1 = new System.Windows.Forms.GroupBox(); tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); label6 = new System.Windows.Forms.Label(); label4 = new System.Windows.Forms.Label(); label1 = new System.Windows.Forms.Label(); label2 = new System.Windows.Forms.Label(); label5 = new System.Windows.Forms.Label(); label7 = new System.Windows.Forms.Label(); label3 = new System.Windows.Forms.Label(); groupBox2 = new System.Windows.Forms.GroupBox(); label10 = new System.Windows.Forms.Label(); groupBox3 = new System.Windows.Forms.GroupBox(); label12 = new System.Windows.Forms.Label(); groupBox4 = new System.Windows.Forms.GroupBox(); label8 = new System.Windows.Forms.Label(); label9 = new System.Windows.Forms.Label(); label11 = new System.Windows.Forms.Label(); tableLayoutPanel1.SuspendLayout(); this.settingsTabs.SuspendLayout(); this.generalTab.SuspendLayout(); groupBox1.SuspendLayout(); tableLayoutPanel2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.Formatter_PosExp)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.Formatter_NegExp)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.Formatter_MaxFigures)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.Formatter_MinFigures)).BeginInit(); this.texViewTab.SuspendLayout(); groupBox2.SuspendLayout(); this.tableLayoutPanel3.SuspendLayout(); this.shadViewTab.SuspendLayout(); groupBox3.SuspendLayout(); this.tableLayoutPanel4.SuspendLayout(); this.eventTab.SuspendLayout(); groupBox4.SuspendLayout(); this.tableLayoutPanel5.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pagesTree)).BeginInit(); this.SuspendLayout(); // // tableLayoutPanel1 // tableLayoutPanel1.ColumnCount = 2; tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 30F)); tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 70F)); tableLayoutPanel1.Controls.Add(this.settingsTabs, 1, 0); tableLayoutPanel1.Controls.Add(this.pagesTree, 0, 0); tableLayoutPanel1.Controls.Add(this.ok, 1, 1); tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); tableLayoutPanel1.Name = "tableLayoutPanel1"; tableLayoutPanel1.RowCount = 2; tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); tableLayoutPanel1.Size = new System.Drawing.Size(580, 353); tableLayoutPanel1.TabIndex = 1; // // settingsTabs // this.settingsTabs.Alignment = System.Windows.Forms.TabAlignment.Left; this.settingsTabs.Controls.Add(this.generalTab); this.settingsTabs.Controls.Add(this.texViewTab); this.settingsTabs.Controls.Add(this.shadViewTab); this.settingsTabs.Controls.Add(this.eventTab); this.settingsTabs.Dock = System.Windows.Forms.DockStyle.Fill; this.settingsTabs.Location = new System.Drawing.Point(177, 3); this.settingsTabs.Multiline = true; this.settingsTabs.Name = "settingsTabs"; this.settingsTabs.SelectedIndex = 0; this.settingsTabs.Size = new System.Drawing.Size(400, 318); this.settingsTabs.TabIndex = 0; // // generalTab // this.generalTab.Controls.Add(groupBox1); this.generalTab.Location = new System.Drawing.Point(23, 4); this.generalTab.Name = "generalTab"; this.generalTab.Padding = new System.Windows.Forms.Padding(3); this.generalTab.Size = new System.Drawing.Size(373, 310); this.generalTab.TabIndex = 0; this.generalTab.Text = "General"; this.generalTab.UseVisualStyleBackColor = true; // // groupBox1 // groupBox1.Controls.Add(tableLayoutPanel2); groupBox1.Dock = System.Windows.Forms.DockStyle.Fill; groupBox1.Location = new System.Drawing.Point(3, 3); groupBox1.Name = "groupBox1"; groupBox1.Size = new System.Drawing.Size(367, 304); groupBox1.TabIndex = 0; groupBox1.TabStop = false; groupBox1.Text = "General"; // // tableLayoutPanel2 // tableLayoutPanel2.ColumnCount = 2; tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); tableLayoutPanel2.Controls.Add(this.Formatter_PosExp, 1, 5); tableLayoutPanel2.Controls.Add(this.Formatter_NegExp, 1, 4); tableLayoutPanel2.Controls.Add(label6, 0, 3); tableLayoutPanel2.Controls.Add(label4, 0, 2); tableLayoutPanel2.Controls.Add(this.rdcAssoc, 1, 0); tableLayoutPanel2.Controls.Add(label1, 0, 0); tableLayoutPanel2.Controls.Add(label2, 0, 1); tableLayoutPanel2.Controls.Add(this.capAssoc, 1, 1); tableLayoutPanel2.Controls.Add(label5, 0, 4); tableLayoutPanel2.Controls.Add(label7, 0, 5); tableLayoutPanel2.Controls.Add(this.Formatter_MaxFigures, 1, 3); tableLayoutPanel2.Controls.Add(this.Formatter_MinFigures, 1, 2); tableLayoutPanel2.Controls.Add(label3, 0, 7); tableLayoutPanel2.Controls.Add(this.CheckUpdate_AllowChecks, 1, 7); tableLayoutPanel2.Controls.Add(label11, 0, 6); tableLayoutPanel2.Controls.Add(this.browseCaptureDirectory, 1, 6); tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill; tableLayoutPanel2.Location = new System.Drawing.Point(3, 16); tableLayoutPanel2.Name = "tableLayoutPanel2"; tableLayoutPanel2.RowCount = 9; tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle()); tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle()); tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle()); tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle()); tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle()); tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle()); tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle()); tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle()); tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); tableLayoutPanel2.Size = new System.Drawing.Size(361, 285); tableLayoutPanel2.TabIndex = 0; // // Formatter_PosExp // this.Formatter_PosExp.Location = new System.Drawing.Point(268, 139); this.Formatter_PosExp.Maximum = new decimal(new int[] { 20, 0, 0, 0}); this.Formatter_PosExp.Name = "Formatter_PosExp"; this.Formatter_PosExp.Size = new System.Drawing.Size(90, 20); this.Formatter_PosExp.TabIndex = 11; this.toolTip.SetToolTip(this.Formatter_PosExp, "Any numbers larger than this exponent will be displayed in scientific notation.\r\n" + "e.g. 1000 * 10 = 1e4"); this.Formatter_PosExp.Value = new decimal(new int[] { 7, 0, 0, 0}); this.Formatter_PosExp.ValueChanged += new System.EventHandler(this.formatter_ValueChanged); // // Formatter_NegExp // this.Formatter_NegExp.Location = new System.Drawing.Point(268, 113); this.Formatter_NegExp.Maximum = new decimal(new int[] { 20, 0, 0, 0}); this.Formatter_NegExp.Name = "Formatter_NegExp"; this.Formatter_NegExp.Size = new System.Drawing.Size(90, 20); this.Formatter_NegExp.TabIndex = 10; this.toolTip.SetToolTip(this.Formatter_NegExp, "Any numbers smaller than this exponent will be displayed in scientific notation.\r" + "\nE.g. a value of 3 means 0.005 / 10 = 5E-4"); this.Formatter_NegExp.Value = new decimal(new int[] { 5, 0, 0, 0}); this.Formatter_NegExp.ValueChanged += new System.EventHandler(this.formatter_ValueChanged); // // label6 // label6.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))); label6.AutoSize = true; label6.Location = new System.Drawing.Point(3, 87); label6.Margin = new System.Windows.Forms.Padding(3); label6.Name = "label6"; label6.Size = new System.Drawing.Size(259, 20); label6.TabIndex = 6; label6.Text = "Maximum significant figures on decimals"; label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.toolTip.SetToolTip(label6, "No more significant figures than this will be displayed on floats.\r\ne.g. a value " + "of 5 means 0.123456789 will display as 0.12345"); // // label4 // label4.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))); label4.AutoSize = true; label4.Location = new System.Drawing.Point(3, 61); label4.Margin = new System.Windows.Forms.Padding(3); label4.Name = "label4"; label4.Size = new System.Drawing.Size(259, 20); label4.TabIndex = 4; label4.Text = "Minimum decimal places on float values"; label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.toolTip.SetToolTip(label4, "Decimals will display at least this many digits.\r\ne.g. a value of 2 means 0 will " + "display as 0.00, 0.5 as 0.50"); // // rdcAssoc // this.rdcAssoc.Anchor = System.Windows.Forms.AnchorStyles.Right; this.rdcAssoc.Location = new System.Drawing.Point(268, 3); this.rdcAssoc.Name = "rdcAssoc"; this.rdcAssoc.Size = new System.Drawing.Size(90, 23); this.rdcAssoc.TabIndex = 1; this.rdcAssoc.Text = "Associate .rdc"; this.rdcAssoc.UseVisualStyleBackColor = true; this.rdcAssoc.Click += new System.EventHandler(this.rdcAssoc_Click); // // label1 // label1.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))); label1.AutoSize = true; label1.Location = new System.Drawing.Point(3, 3); label1.Margin = new System.Windows.Forms.Padding(3); label1.Name = "label1"; label1.Size = new System.Drawing.Size(259, 23); label1.TabIndex = 0; label1.Text = "Associate .rdc with RenderDoc"; label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // label2 // label2.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))); label2.AutoSize = true; label2.Location = new System.Drawing.Point(3, 32); label2.Margin = new System.Windows.Forms.Padding(3); label2.Name = "label2"; label2.Size = new System.Drawing.Size(259, 23); label2.TabIndex = 2; label2.Text = "Associate .cap with RenderDoc"; label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // capAssoc // this.capAssoc.Anchor = System.Windows.Forms.AnchorStyles.Right; this.capAssoc.Location = new System.Drawing.Point(268, 32); this.capAssoc.Name = "capAssoc"; this.capAssoc.Size = new System.Drawing.Size(90, 23); this.capAssoc.TabIndex = 3; this.capAssoc.Text = "Associate .cap"; this.capAssoc.UseVisualStyleBackColor = true; this.capAssoc.Click += new System.EventHandler(this.capAssoc_Click); // // label5 // label5.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))); label5.AutoSize = true; label5.Location = new System.Drawing.Point(3, 113); label5.Margin = new System.Windows.Forms.Padding(3); label5.Name = "label5"; label5.Size = new System.Drawing.Size(259, 20); label5.TabIndex = 5; label5.Text = "Negative exponential cutoff value"; label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.toolTip.SetToolTip(label5, "Any numbers smaller than this exponent will be displayed in scientific notation.\r" + "\nE.g. a value of 3 means 0.005 / 10 = 5E-4\r\n"); // // label7 // label7.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))); label7.AutoSize = true; label7.Location = new System.Drawing.Point(3, 139); label7.Margin = new System.Windows.Forms.Padding(3); label7.Name = "label7"; label7.Size = new System.Drawing.Size(259, 20); label7.TabIndex = 7; label7.Text = "Positive exponential cutoff value"; label7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.toolTip.SetToolTip(label7, "Any numbers larger than this exponent will be displayed in scientific notation.\r\n" + "e.g. 1000 * 10 = 1e4"); // // Formatter_MaxFigures // this.Formatter_MaxFigures.Location = new System.Drawing.Point(268, 87); this.Formatter_MaxFigures.Maximum = new decimal(new int[] { 29, 0, 0, 0}); this.Formatter_MaxFigures.Minimum = new decimal(new int[] { 2, 0, 0, 0}); this.Formatter_MaxFigures.Name = "Formatter_MaxFigures"; this.Formatter_MaxFigures.Size = new System.Drawing.Size(90, 20); this.Formatter_MaxFigures.TabIndex = 9; this.toolTip.SetToolTip(this.Formatter_MaxFigures, "No more significant figures than this will be displayed on floats.\r\ne.g. a value " + "of 5 means 0.123456789 will display as 0.12345\r\n"); this.Formatter_MaxFigures.Value = new decimal(new int[] { 5, 0, 0, 0}); this.Formatter_MaxFigures.ValueChanged += new System.EventHandler(this.formatter_ValueChanged); // // Formatter_MinFigures // this.Formatter_MinFigures.Anchor = System.Windows.Forms.AnchorStyles.Right; this.Formatter_MinFigures.Location = new System.Drawing.Point(268, 61); this.Formatter_MinFigures.Maximum = new decimal(new int[] { 29, 0, 0, 0}); this.Formatter_MinFigures.Name = "Formatter_MinFigures"; this.Formatter_MinFigures.Size = new System.Drawing.Size(90, 20); this.Formatter_MinFigures.TabIndex = 8; this.toolTip.SetToolTip(this.Formatter_MinFigures, "Decimals will display at least this many digits.\r\ne.g. a value of 2 means 0 will " + "display as 0.00, 0.5 as 0.50\r\n"); this.Formatter_MinFigures.Value = new decimal(new int[] { 2, 0, 0, 0}); this.Formatter_MinFigures.ValueChanged += new System.EventHandler(this.formatter_ValueChanged); // // label3 // label3.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))); label3.AutoSize = true; label3.Location = new System.Drawing.Point(3, 191); label3.Name = "label3"; label3.Size = new System.Drawing.Size(259, 20); label3.TabIndex = 12; label3.Text = "Allow periodic anonymous update checks"; label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.toolTip.SetToolTip(label3, "Allows RenderDoc to phone home to http://renderdoc.org to anonymously check for n" + "ew versions."); // // CheckUpdate_AllowChecks // this.CheckUpdate_AllowChecks.AutoSize = true; this.CheckUpdate_AllowChecks.Checked = true; this.CheckUpdate_AllowChecks.CheckState = System.Windows.Forms.CheckState.Checked; this.CheckUpdate_AllowChecks.Location = new System.Drawing.Point(268, 194); this.CheckUpdate_AllowChecks.Name = "CheckUpdate_AllowChecks"; this.CheckUpdate_AllowChecks.Size = new System.Drawing.Size(15, 14); this.CheckUpdate_AllowChecks.TabIndex = 13; this.toolTip.SetToolTip(this.CheckUpdate_AllowChecks, "Allow periodic update checks"); this.CheckUpdate_AllowChecks.UseVisualStyleBackColor = true; this.CheckUpdate_AllowChecks.CheckedChanged += new System.EventHandler(this.CheckUpdate_AllowChecks_CheckedChanged); // // texViewTab // this.texViewTab.Controls.Add(groupBox2); this.texViewTab.Location = new System.Drawing.Point(23, 4); this.texViewTab.Name = "texViewTab"; this.texViewTab.Padding = new System.Windows.Forms.Padding(3); this.texViewTab.Size = new System.Drawing.Size(373, 310); this.texViewTab.TabIndex = 1; this.texViewTab.Text = "Texture Viewer"; this.texViewTab.UseVisualStyleBackColor = true; // // groupBox2 // groupBox2.Controls.Add(this.tableLayoutPanel3); groupBox2.Dock = System.Windows.Forms.DockStyle.Fill; groupBox2.Location = new System.Drawing.Point(3, 3); groupBox2.Name = "groupBox2"; groupBox2.Size = new System.Drawing.Size(367, 304); groupBox2.TabIndex = 0; groupBox2.TabStop = false; groupBox2.Text = "Texture Viewer"; // // tableLayoutPanel3 // this.tableLayoutPanel3.ColumnCount = 2; this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 80F)); this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F)); this.tableLayoutPanel3.Controls.Add(this.TextureViewer_ResetRange, 1, 0); this.tableLayoutPanel3.Controls.Add(label10, 0, 0); this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel3.Location = new System.Drawing.Point(3, 16); this.tableLayoutPanel3.Name = "tableLayoutPanel3"; this.tableLayoutPanel3.RowCount = 2; this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanel3.Size = new System.Drawing.Size(361, 285); this.tableLayoutPanel3.TabIndex = 0; // // TextureViewer_ResetRange // this.TextureViewer_ResetRange.AutoSize = true; this.TextureViewer_ResetRange.Dock = System.Windows.Forms.DockStyle.Fill; this.TextureViewer_ResetRange.Location = new System.Drawing.Point(291, 3); this.TextureViewer_ResetRange.Name = "TextureViewer_ResetRange"; this.TextureViewer_ResetRange.Size = new System.Drawing.Size(67, 14); this.TextureViewer_ResetRange.TabIndex = 0; this.toolTip.SetToolTip(this.TextureViewer_ResetRange, "Reset visible range when changing event or texture"); this.TextureViewer_ResetRange.UseVisualStyleBackColor = true; this.TextureViewer_ResetRange.CheckedChanged += new System.EventHandler(this.TextureViewer_ResetRange_CheckedChanged); // // label10 // label10.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))); label10.AutoSize = true; label10.Location = new System.Drawing.Point(3, 3); label10.Margin = new System.Windows.Forms.Padding(3); label10.Name = "label10"; label10.Size = new System.Drawing.Size(282, 14); label10.TabIndex = 4; label10.Text = "Reset Range on changing selection"; label10.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // shadViewTab // this.shadViewTab.Controls.Add(groupBox3); this.shadViewTab.Location = new System.Drawing.Point(23, 4); this.shadViewTab.Name = "shadViewTab"; this.shadViewTab.Padding = new System.Windows.Forms.Padding(3); this.shadViewTab.Size = new System.Drawing.Size(373, 310); this.shadViewTab.TabIndex = 2; this.shadViewTab.Text = "Shader Viewer"; this.shadViewTab.UseVisualStyleBackColor = true; // // groupBox3 // groupBox3.Controls.Add(this.tableLayoutPanel4); groupBox3.Dock = System.Windows.Forms.DockStyle.Fill; groupBox3.Location = new System.Drawing.Point(3, 3); groupBox3.Name = "groupBox3"; groupBox3.Size = new System.Drawing.Size(367, 304); groupBox3.TabIndex = 0; groupBox3.TabStop = false; groupBox3.Text = "Shader Viewer"; // // tableLayoutPanel4 // this.tableLayoutPanel4.ColumnCount = 2; this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 80F)); this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F)); this.tableLayoutPanel4.Controls.Add(this.ShaderViewer_FriendlyNaming, 1, 0); this.tableLayoutPanel4.Controls.Add(label12, 0, 0); this.tableLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel4.Location = new System.Drawing.Point(3, 16); this.tableLayoutPanel4.Name = "tableLayoutPanel4"; this.tableLayoutPanel4.RowCount = 2; this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel4.Size = new System.Drawing.Size(361, 285); this.tableLayoutPanel4.TabIndex = 1; // // ShaderViewer_FriendlyNaming // this.ShaderViewer_FriendlyNaming.AutoSize = true; this.ShaderViewer_FriendlyNaming.Location = new System.Drawing.Point(291, 3); this.ShaderViewer_FriendlyNaming.Name = "ShaderViewer_FriendlyNaming"; this.ShaderViewer_FriendlyNaming.Size = new System.Drawing.Size(15, 14); this.ShaderViewer_FriendlyNaming.TabIndex = 0; this.toolTip.SetToolTip(this.ShaderViewer_FriendlyNaming, "In disassembly view, rename constant registers to their names from shader reflect" + "ion data"); this.ShaderViewer_FriendlyNaming.UseVisualStyleBackColor = true; this.ShaderViewer_FriendlyNaming.CheckedChanged += new System.EventHandler(this.friendlyRegName_CheckedChanged); // // label12 // label12.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))); label12.AutoSize = true; label12.Location = new System.Drawing.Point(3, 3); label12.Margin = new System.Windows.Forms.Padding(3); label12.Name = "label12"; label12.Size = new System.Drawing.Size(282, 14); label12.TabIndex = 6; label12.Text = "Rename disassembly registers"; label12.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // eventTab // this.eventTab.Controls.Add(groupBox4); this.eventTab.Location = new System.Drawing.Point(23, 4); this.eventTab.Name = "eventTab"; this.eventTab.Padding = new System.Windows.Forms.Padding(3); this.eventTab.Size = new System.Drawing.Size(373, 310); this.eventTab.TabIndex = 3; this.eventTab.Text = "Event Browser"; this.eventTab.UseVisualStyleBackColor = true; // // groupBox4 // groupBox4.Controls.Add(this.tableLayoutPanel5); groupBox4.Dock = System.Windows.Forms.DockStyle.Fill; groupBox4.Location = new System.Drawing.Point(3, 3); groupBox4.Name = "groupBox4"; groupBox4.Size = new System.Drawing.Size(367, 304); groupBox4.TabIndex = 1; groupBox4.TabStop = false; groupBox4.Text = "Event Browser"; // // tableLayoutPanel5 // this.tableLayoutPanel5.ColumnCount = 2; this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 80F)); this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F)); this.tableLayoutPanel5.Controls.Add(label8, 0, 0); this.tableLayoutPanel5.Controls.Add(this.EventBrowser_TimeUnit, 1, 0); this.tableLayoutPanel5.Controls.Add(label9, 0, 1); this.tableLayoutPanel5.Controls.Add(this.EventBrowser_HideEmpty, 1, 1); this.tableLayoutPanel5.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel5.Location = new System.Drawing.Point(3, 16); this.tableLayoutPanel5.Name = "tableLayoutPanel5"; this.tableLayoutPanel5.RowCount = 3; this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel5.Size = new System.Drawing.Size(361, 285); this.tableLayoutPanel5.TabIndex = 0; // // label8 // label8.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))); label8.AutoSize = true; label8.Location = new System.Drawing.Point(3, 3); label8.Margin = new System.Windows.Forms.Padding(3); label8.Name = "label8"; label8.Size = new System.Drawing.Size(282, 21); label8.TabIndex = 3; label8.Text = "Time unit used for event browser timings"; label8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // EventBrowser_TimeUnit // this.EventBrowser_TimeUnit.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.EventBrowser_TimeUnit.FormattingEnabled = true; this.EventBrowser_TimeUnit.Location = new System.Drawing.Point(291, 3); this.EventBrowser_TimeUnit.Name = "EventBrowser_TimeUnit"; this.EventBrowser_TimeUnit.Size = new System.Drawing.Size(67, 21); this.EventBrowser_TimeUnit.TabIndex = 1; this.toolTip.SetToolTip(this.EventBrowser_TimeUnit, "The time unit to use when displaying the duration column in the event browser"); this.EventBrowser_TimeUnit.SelectionChangeCommitted += new System.EventHandler(this.EventBrowser_TimeUnit_SelectionChangeCommitted); // // label9 // label9.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))); label9.AutoSize = true; label9.Location = new System.Drawing.Point(3, 30); label9.Margin = new System.Windows.Forms.Padding(3); label9.Name = "label9"; label9.Size = new System.Drawing.Size(282, 14); label9.TabIndex = 7; label9.Text = "Hide empty marker sections (requires log reload)"; label9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // EventBrowser_HideEmpty // this.EventBrowser_HideEmpty.AutoSize = true; this.EventBrowser_HideEmpty.Location = new System.Drawing.Point(291, 30); this.EventBrowser_HideEmpty.Name = "EventBrowser_HideEmpty"; this.EventBrowser_HideEmpty.Size = new System.Drawing.Size(15, 14); this.EventBrowser_HideEmpty.TabIndex = 8; this.toolTip.SetToolTip(this.EventBrowser_HideEmpty, "In the Event Browser and Timeline Bar, marker sections that contain no API calls " + "or drawcalls will be completely removed"); this.EventBrowser_HideEmpty.UseVisualStyleBackColor = true; this.EventBrowser_HideEmpty.CheckedChanged += new System.EventHandler(this.EventBrowser_HideEmpty_CheckedChanged); // // pagesTree // this.pagesTree.AlwaysDisplayVScroll = true; treeListColumn1.AutoSize = true; treeListColumn1.AutoSizeMinSize = 0; treeListColumn1.Width = 50; this.pagesTree.Columns.AddRange(new TreelistView.TreeListColumn[] { treeListColumn1}); this.pagesTree.ColumnsOptions.HeaderHeight = 1; this.pagesTree.Cursor = System.Windows.Forms.Cursors.Arrow; this.pagesTree.Dock = System.Windows.Forms.DockStyle.Fill; this.pagesTree.Location = new System.Drawing.Point(3, 3); this.pagesTree.MultiSelect = false; this.pagesTree.Name = "pagesTree"; this.pagesTree.RowOptions.ShowHeader = false; this.pagesTree.Size = new System.Drawing.Size(168, 318); this.pagesTree.TabIndex = 1; this.pagesTree.ViewOptions.ShowGridLines = false; this.pagesTree.ViewOptions.ShowLine = false; this.pagesTree.ViewOptions.ShowPlusMinus = false; this.pagesTree.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.pagesTree_AfterSelect); // // ok // this.ok.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.ok.Location = new System.Drawing.Point(502, 327); this.ok.Name = "ok"; this.ok.Size = new System.Drawing.Size(75, 23); this.ok.TabIndex = 2; this.ok.Text = "OK"; this.ok.UseVisualStyleBackColor = true; this.ok.Click += new System.EventHandler(this.ok_Click); // // label11 // label11.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))); label11.AutoSize = true; label11.Location = new System.Drawing.Point(3, 162); label11.Name = "label11"; label11.Size = new System.Drawing.Size(259, 29); label11.TabIndex = 14; label11.Text = "Directory for temporary capture files"; label11.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.toolTip.SetToolTip(label11, "Changes the directory where capture files are saved after being created, until sa" + "ved manually or deleted.\r\n\r\nDefaults to %TEMP%."); // // browseCaptureDirectory // this.browseCaptureDirectory.Anchor = System.Windows.Forms.AnchorStyles.Right; this.browseCaptureDirectory.Location = new System.Drawing.Point(268, 165); this.browseCaptureDirectory.Name = "browseCaptureDirectory"; this.browseCaptureDirectory.Size = new System.Drawing.Size(90, 23); this.browseCaptureDirectory.TabIndex = 15; this.browseCaptureDirectory.Text = "Browse"; this.toolTip.SetToolTip(this.browseCaptureDirectory, "Changes the directory where capture files are saved after being created, until sa" + "ved manually or deleted.\r\n\r\nDefaults to %TEMP%."); this.browseCaptureDirectory.UseVisualStyleBackColor = true; this.browseCaptureDirectory.Click += new System.EventHandler(this.browseCaptureDirectory_Click); // // browserCaptureDialog // this.browserCaptureDialog.RootFolder = System.Environment.SpecialFolder.MyComputer; // // SettingsDialog // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(580, 353); this.Controls.Add(tableLayoutPanel1); this.MinimumSize = new System.Drawing.Size(500, 300); this.Name = "SettingsDialog"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "SettingsForm"; tableLayoutPanel1.ResumeLayout(false); this.settingsTabs.ResumeLayout(false); this.generalTab.ResumeLayout(false); groupBox1.ResumeLayout(false); tableLayoutPanel2.ResumeLayout(false); tableLayoutPanel2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.Formatter_PosExp)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.Formatter_NegExp)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.Formatter_MaxFigures)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.Formatter_MinFigures)).EndInit(); this.texViewTab.ResumeLayout(false); groupBox2.ResumeLayout(false); this.tableLayoutPanel3.ResumeLayout(false); this.tableLayoutPanel3.PerformLayout(); this.shadViewTab.ResumeLayout(false); groupBox3.ResumeLayout(false); this.tableLayoutPanel4.ResumeLayout(false); this.tableLayoutPanel4.PerformLayout(); this.eventTab.ResumeLayout(false); groupBox4.ResumeLayout(false); this.tableLayoutPanel5.ResumeLayout(false); this.tableLayoutPanel5.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pagesTree)).EndInit(); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.Windows.Forms.Label labelNewDrawingHeader; System.Windows.Forms.Label labelNewDrawingText; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(HelpWindow)); System.Windows.Forms.TableLayoutPanel tableLayoutPanel; System.Windows.Forms.Label labelDrawingHeader; System.Windows.Forms.Label labelDrawingText; System.Windows.Forms.Label labelReorderHeader; System.Windows.Forms.Label labelReorderingText; System.Windows.Forms.Label labelSaveLoadHeader; System.Windows.Forms.Label labelUndoRedoHeader; System.Windows.Forms.Label labelHelpHeader; this.labelSaveLoadText = new System.Windows.Forms.Label(); this.labelUndoRedoText = new System.Windows.Forms.Label(); labelNewDrawingHeader = new System.Windows.Forms.Label(); labelNewDrawingText = new System.Windows.Forms.Label(); tableLayoutPanel = new System.Windows.Forms.TableLayoutPanel(); labelDrawingHeader = new System.Windows.Forms.Label(); labelDrawingText = new System.Windows.Forms.Label(); labelReorderHeader = new System.Windows.Forms.Label(); labelReorderingText = new System.Windows.Forms.Label(); labelSaveLoadHeader = new System.Windows.Forms.Label(); labelUndoRedoHeader = new System.Windows.Forms.Label(); labelHelpHeader = new System.Windows.Forms.Label(); tableLayoutPanel.SuspendLayout(); this.SuspendLayout(); // // labelNewDrawingHeader // labelNewDrawingHeader.AutoSize = true; labelNewDrawingHeader.Dock = System.Windows.Forms.DockStyle.Fill; labelNewDrawingHeader.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); labelNewDrawingHeader.Location = new System.Drawing.Point(3, 28); labelNewDrawingHeader.Name = "labelNewDrawingHeader"; labelNewDrawingHeader.Size = new System.Drawing.Size(568, 16); labelNewDrawingHeader.TabIndex = 0; labelNewDrawingHeader.Text = "Nieuwe schets"; // // labelNewDrawingText // labelNewDrawingText.AutoSize = true; labelNewDrawingText.Dock = System.Windows.Forms.DockStyle.Fill; labelNewDrawingText.Location = new System.Drawing.Point(3, 44); labelNewDrawingText.Name = "labelNewDrawingText"; labelNewDrawingText.Size = new System.Drawing.Size(568, 39); labelNewDrawingText.TabIndex = 1; labelNewDrawingText.Text = resources.GetString("labelNewDrawingText.Text"); // // tableLayoutPanel // tableLayoutPanel.ColumnCount = 1; tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); tableLayoutPanel.Controls.Add(labelNewDrawingHeader, 0, 2); tableLayoutPanel.Controls.Add(labelNewDrawingText, 0, 3); tableLayoutPanel.Controls.Add(labelDrawingHeader, 0, 5); tableLayoutPanel.Controls.Add(labelDrawingText, 0, 6); tableLayoutPanel.Controls.Add(labelReorderHeader, 0, 8); tableLayoutPanel.Controls.Add(labelReorderingText, 0, 9); tableLayoutPanel.Controls.Add(labelSaveLoadHeader, 0, 14); tableLayoutPanel.Controls.Add(this.labelSaveLoadText, 0, 15); tableLayoutPanel.Controls.Add(labelUndoRedoHeader, 0, 11); tableLayoutPanel.Controls.Add(this.labelUndoRedoText, 0, 12); tableLayoutPanel.Controls.Add(labelHelpHeader, 0, 0); tableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill; tableLayoutPanel.Location = new System.Drawing.Point(0, 0); tableLayoutPanel.Name = "tableLayoutPanel"; tableLayoutPanel.RowCount = 16; tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 8F)); tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 16F)); tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle()); tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 8F)); tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 16F)); tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle()); tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 8F)); tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 16F)); tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle()); tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 8F)); tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 16F)); tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle()); tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 8F)); tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 16F)); tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle()); tableLayoutPanel.Size = new System.Drawing.Size(574, 476); tableLayoutPanel.TabIndex = 2; // // labelDrawingHeader // labelDrawingHeader.AutoSize = true; labelDrawingHeader.Dock = System.Windows.Forms.DockStyle.Fill; labelDrawingHeader.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); labelDrawingHeader.Location = new System.Drawing.Point(3, 91); labelDrawingHeader.Name = "labelDrawingHeader"; labelDrawingHeader.Size = new System.Drawing.Size(568, 16); labelDrawingHeader.TabIndex = 2; labelDrawingHeader.Text = "Tekenen"; // // labelDrawingText // labelDrawingText.AutoSize = true; labelDrawingText.Dock = System.Windows.Forms.DockStyle.Fill; labelDrawingText.Location = new System.Drawing.Point(3, 107); labelDrawingText.Name = "labelDrawingText"; labelDrawingText.Size = new System.Drawing.Size(568, 65); labelDrawingText.TabIndex = 3; labelDrawingText.Text = resources.GetString("labelDrawingText.Text"); // // labelReorderHeader // labelReorderHeader.AutoSize = true; labelReorderHeader.Dock = System.Windows.Forms.DockStyle.Fill; labelReorderHeader.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); labelReorderHeader.Location = new System.Drawing.Point(3, 180); labelReorderHeader.Name = "labelReorderHeader"; labelReorderHeader.Size = new System.Drawing.Size(568, 16); labelReorderHeader.TabIndex = 4; labelReorderHeader.Text = "De volgorde van de vormpjes wijzigen"; // // labelReorderingText // labelReorderingText.AutoSize = true; labelReorderingText.Dock = System.Windows.Forms.DockStyle.Fill; labelReorderingText.Location = new System.Drawing.Point(3, 196); labelReorderingText.Name = "labelReorderingText"; labelReorderingText.Size = new System.Drawing.Size(568, 52); labelReorderingText.TabIndex = 5; labelReorderingText.Text = resources.GetString("labelReorderingText.Text"); // // labelSaveLoadHeader // labelSaveLoadHeader.AutoSize = true; labelSaveLoadHeader.Dock = System.Windows.Forms.DockStyle.Fill; labelSaveLoadHeader.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); labelSaveLoadHeader.Location = new System.Drawing.Point(3, 345); labelSaveLoadHeader.Name = "labelSaveLoadHeader"; labelSaveLoadHeader.Size = new System.Drawing.Size(568, 16); labelSaveLoadHeader.TabIndex = 6; labelSaveLoadHeader.Text = "Opslaan, laden en overige acties"; // // labelSaveLoadText // this.labelSaveLoadText.AutoSize = true; this.labelSaveLoadText.Dock = System.Windows.Forms.DockStyle.Fill; this.labelSaveLoadText.Location = new System.Drawing.Point(3, 361); this.labelSaveLoadText.Name = "labelSaveLoadText"; this.labelSaveLoadText.Size = new System.Drawing.Size(568, 115); this.labelSaveLoadText.TabIndex = 8; this.labelSaveLoadText.Text = resources.GetString("labelSaveLoadText.Text"); // // labelUndoRedoHeader // labelUndoRedoHeader.AutoSize = true; labelUndoRedoHeader.Dock = System.Windows.Forms.DockStyle.Fill; labelUndoRedoHeader.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); labelUndoRedoHeader.Location = new System.Drawing.Point(3, 256); labelUndoRedoHeader.Name = "labelUndoRedoHeader"; labelUndoRedoHeader.Size = new System.Drawing.Size(568, 16); labelUndoRedoHeader.TabIndex = 9; labelUndoRedoHeader.Text = "Undo en redo"; // // labelUndoRedoText // this.labelUndoRedoText.AutoSize = true; this.labelUndoRedoText.Dock = System.Windows.Forms.DockStyle.Fill; this.labelUndoRedoText.Location = new System.Drawing.Point(3, 272); this.labelUndoRedoText.Name = "labelUndoRedoText"; this.labelUndoRedoText.Size = new System.Drawing.Size(568, 65); this.labelUndoRedoText.TabIndex = 10; this.labelUndoRedoText.Text = resources.GetString("labelUndoRedoText.Text"); // // labelHelpHeader // labelHelpHeader.AutoSize = true; labelHelpHeader.Dock = System.Windows.Forms.DockStyle.Fill; labelHelpHeader.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); labelHelpHeader.Location = new System.Drawing.Point(3, 0); labelHelpHeader.Name = "labelHelpHeader"; labelHelpHeader.Size = new System.Drawing.Size(568, 20); labelHelpHeader.TabIndex = 11; labelHelpHeader.Text = "SchetsPlus - Help"; labelHelpHeader.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // HelpWindow // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(574, 476); this.Controls.Add(tableLayoutPanel); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "HelpWindow"; this.Text = "Help"; tableLayoutPanel.ResumeLayout(false); tableLayoutPanel.PerformLayout(); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.Windows.Forms.TableLayoutPanel tableLayoutPanel2; System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; this._djangoGroup = new System.Windows.Forms.GroupBox(); this._settingsModuleLabel = new System.Windows.Forms.Label(); this._settingsModule = new System.Windows.Forms.TextBox(); this._staticUriLabel = new System.Windows.Forms.Label(); this._staticUri = new System.Windows.Forms.TextBox(); this._toolTip = new System.Windows.Forms.ToolTip(this.components); tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this._djangoGroup.SuspendLayout(); tableLayoutPanel2.SuspendLayout(); tableLayoutPanel1.SuspendLayout(); this.SuspendLayout(); // // _djangoGroup // this._djangoGroup.AutoSize = true; this._djangoGroup.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this._djangoGroup.Controls.Add(tableLayoutPanel2); this._djangoGroup.Dock = System.Windows.Forms.DockStyle.Fill; this._djangoGroup.Location = new System.Drawing.Point(6, 8); this._djangoGroup.Margin = new System.Windows.Forms.Padding(6, 8, 6, 8); this._djangoGroup.Name = "_djangoGroup"; this._djangoGroup.Padding = new System.Windows.Forms.Padding(6, 8, 6, 8); this._djangoGroup.Size = new System.Drawing.Size(423, 81); this._djangoGroup.TabIndex = 0; this._djangoGroup.TabStop = false; this._djangoGroup.Text = "Django"; // // tableLayoutPanel2 // tableLayoutPanel2.AutoSize = true; tableLayoutPanel2.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; tableLayoutPanel2.ColumnCount = 2; tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); tableLayoutPanel2.Controls.Add(this._settingsModuleLabel, 0, 0); tableLayoutPanel2.Controls.Add(this._settingsModule, 1, 0); tableLayoutPanel2.Controls.Add(this._staticUriLabel, 0, 1); tableLayoutPanel2.Controls.Add(this._staticUri, 1, 1); tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill; tableLayoutPanel2.Location = new System.Drawing.Point(6, 21); tableLayoutPanel2.Name = "tableLayoutPanel2"; tableLayoutPanel2.RowCount = 2; tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle()); tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle()); tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 26F)); tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 26F)); tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 26F)); tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 26F)); tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 26F)); tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 26F)); tableLayoutPanel2.Size = new System.Drawing.Size(411, 52); tableLayoutPanel2.TabIndex = 0; // // _settingsModuleLabel // this._settingsModuleLabel.Anchor = System.Windows.Forms.AnchorStyles.Left; this._settingsModuleLabel.AutoSize = true; this._settingsModuleLabel.Location = new System.Drawing.Point(6, 6); this._settingsModuleLabel.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); this._settingsModuleLabel.Name = "_settingsModuleLabel"; this._settingsModuleLabel.Size = new System.Drawing.Size(86, 13); this._settingsModuleLabel.TabIndex = 0; this._settingsModuleLabel.Text = "Settings &Module:"; this._settingsModuleLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // _settingsModule // this._settingsModule.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this._settingsModule.Location = new System.Drawing.Point(114, 3); this._settingsModule.Margin = new System.Windows.Forms.Padding(6, 3, 6, 3); this._settingsModule.MinimumSize = new System.Drawing.Size(50, 4); this._settingsModule.Name = "_settingsModule"; this._settingsModule.Size = new System.Drawing.Size(291, 20); this._settingsModule.TabIndex = 1; this._settingsModule.TextChanged += new System.EventHandler(this.Setting_TextChanged); // // _staticUriLabel // this._staticUriLabel.Anchor = System.Windows.Forms.AnchorStyles.Left; this._staticUriLabel.AutoSize = true; this._staticUriLabel.Location = new System.Drawing.Point(6, 32); this._staticUriLabel.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); this._staticUriLabel.Name = "_staticUriLabel"; this._staticUriLabel.Size = new System.Drawing.Size(96, 13); this._staticUriLabel.TabIndex = 2; this._staticUriLabel.Text = "&Static URI Pattern:"; this._staticUriLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // _staticUri // this._staticUri.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this._staticUri.Location = new System.Drawing.Point(114, 29); this._staticUri.Margin = new System.Windows.Forms.Padding(6, 3, 6, 3); this._staticUri.MinimumSize = new System.Drawing.Size(50, 4); this._staticUri.Name = "_staticUri"; this._staticUri.Size = new System.Drawing.Size(291, 20); this._staticUri.TabIndex = 3; this._staticUri.TextChanged += new System.EventHandler(this.Setting_TextChanged); // // tableLayoutPanel1 // tableLayoutPanel1.AutoSize = true; tableLayoutPanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; tableLayoutPanel1.ColumnCount = 1; tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); tableLayoutPanel1.Controls.Add(this._djangoGroup, 0, 0); tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); tableLayoutPanel1.Name = "tableLayoutPanel1"; tableLayoutPanel1.RowCount = 2; tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); tableLayoutPanel1.Size = new System.Drawing.Size(435, 117); tableLayoutPanel1.TabIndex = 0; // // DjangoPropertyPageControl // 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.Controls.Add(tableLayoutPanel1); this.Margin = new System.Windows.Forms.Padding(6, 8, 6, 8); this.Name = "DjangoPropertyPageControl"; this.Size = new System.Drawing.Size(435, 117); this._djangoGroup.ResumeLayout(false); this._djangoGroup.PerformLayout(); tableLayoutPanel2.ResumeLayout(false); tableLayoutPanel2.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() { this.components = new System.ComponentModel.Container(); System.Windows.Forms.Label lblMIDIChannel; System.Windows.Forms.Label lblMIDIDevice; System.Windows.Forms.Label label1; System.Windows.Forms.Label label2; System.Windows.Forms.Label label3; System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; System.Windows.Forms.Label label5; System.Windows.Forms.Label label6; System.Windows.Forms.Label label7; System.Windows.Forms.Label label8; System.Windows.Forms.Label label9; System.Windows.Forms.Label label10; System.Windows.Forms.Label label11; System.Windows.Forms.Label label12; System.Windows.Forms.Label label13; System.Windows.Forms.Label label14; System.Windows.Forms.Label label15; System.Windows.Forms.Label label16; System.Windows.Forms.Label label17; System.Windows.Forms.Label label18; System.Windows.Forms.Label label4; System.Windows.Forms.Label label19; System.Windows.Forms.Label label20; System.Windows.Forms.Label label21; System.Windows.Forms.Label label22; System.Windows.Forms.Label label23; System.Windows.Forms.Label label24; System.Windows.Forms.Label label25; System.Windows.Forms.Label label26; System.Windows.Forms.Label label27; System.Windows.Forms.Label label28; System.Windows.Forms.Label label29; System.Windows.Forms.Label label30; System.Windows.Forms.Label label31; System.Windows.Forms.Label label32; System.Windows.Forms.Label label33; System.Windows.Forms.Label label34; System.Windows.Forms.Label label35; System.Windows.Forms.Label label36; System.Windows.Forms.Label label38; System.Windows.Forms.Label label37; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmMain)); this.ddlAdvSwitchDPadUp = new System.Windows.Forms.ComboBox(); this.nupAdvVelDPadUp = new System.Windows.Forms.NumericUpDown(); this.ddlAdvSwitchDPadRight = new System.Windows.Forms.ComboBox(); this.ddlAdvSwitchDPadDown = new System.Windows.Forms.ComboBox(); this.ddlAdvSwitchDPadLeft = new System.Windows.Forms.ComboBox(); this.ddlAdvSwitchTriangle = new System.Windows.Forms.ComboBox(); this.ddlAdvSwitchCircle = new System.Windows.Forms.ComboBox(); this.ddlAdvSwitchX = new System.Windows.Forms.ComboBox(); this.ddlAdvSwitchRectangle = new System.Windows.Forms.ComboBox(); this.ddlAdvSwitchSelect = new System.Windows.Forms.ComboBox(); this.ddlAdvSwitchStart = new System.Windows.Forms.ComboBox(); this.ddlAdvSwitchBigButton = new System.Windows.Forms.ComboBox(); this.nupAdvVelDPadRight = new System.Windows.Forms.NumericUpDown(); this.nupAdvVelDPadDown = new System.Windows.Forms.NumericUpDown(); this.nupAdvVelDPadLeft = new System.Windows.Forms.NumericUpDown(); this.nupAdvVelTriangle = new System.Windows.Forms.NumericUpDown(); this.nupAdvVelCircle = new System.Windows.Forms.NumericUpDown(); this.nupAdvVelX = new System.Windows.Forms.NumericUpDown(); this.nupAdvVelRectangle = new System.Windows.Forms.NumericUpDown(); this.nupAdvVelSelect = new System.Windows.Forms.NumericUpDown(); this.nupAdvVelBigButton = new System.Windows.Forms.NumericUpDown(); this.nupAdvNoteStart = new System.Windows.Forms.NumericUpDown(); this.nupAdvVelStart = new System.Windows.Forms.NumericUpDown(); this.nupAdvNoteBigButton = new System.Windows.Forms.NumericUpDown(); this.nupAdvNoteSelect = new System.Windows.Forms.NumericUpDown(); this.nupAdvNoteRectangle = new System.Windows.Forms.NumericUpDown(); this.nupAdvNoteX = new System.Windows.Forms.NumericUpDown(); this.nupAdvNoteCircle = new System.Windows.Forms.NumericUpDown(); this.nupAdvNoteTriangle = new System.Windows.Forms.NumericUpDown(); this.nupAdvNoteDPadLeft = new System.Windows.Forms.NumericUpDown(); this.nupAdvNoteDPadDown = new System.Windows.Forms.NumericUpDown(); this.nupAdvNoteDPadRight = new System.Windows.Forms.NumericUpDown(); this.nupAdvNoteDPadUp = new System.Windows.Forms.NumericUpDown(); this.nupMIDIChannel = new System.Windows.Forms.NumericUpDown(); this.ddlMIDIDevice = new System.Windows.Forms.ComboBox(); this.pnlHolder = new System.Windows.Forms.Panel(); this.groupBox7 = new System.Windows.Forms.GroupBox(); this.ddlRedTom = new System.Windows.Forms.ComboBox(); this.nupRedTom = new System.Windows.Forms.NumericUpDown(); this.btnRedTom = new System.Windows.Forms.Button(); this.pbRedTom = new System.Windows.Forms.ProgressBar(); this.chkBoostRedTom = new System.Windows.Forms.CheckBox(); this.groupBox6 = new System.Windows.Forms.GroupBox(); this.ddlYellowTom = new System.Windows.Forms.ComboBox(); this.nupYellowTom = new System.Windows.Forms.NumericUpDown(); this.btnYellowTom = new System.Windows.Forms.Button(); this.pbYellowTom = new System.Windows.Forms.ProgressBar(); this.chkBoostYellowTom = new System.Windows.Forms.CheckBox(); this.groupBox5 = new System.Windows.Forms.GroupBox(); this.nupBlueTom = new System.Windows.Forms.NumericUpDown(); this.btnBlueTom = new System.Windows.Forms.Button(); this.pbBlueTom = new System.Windows.Forms.ProgressBar(); this.chkBoostBlueTom = new System.Windows.Forms.CheckBox(); this.ddlBlueTom = new System.Windows.Forms.ComboBox(); this.groupBox13 = new System.Windows.Forms.GroupBox(); this.ddlPedalLeft = new System.Windows.Forms.ComboBox(); this.btnPedalLeft = new System.Windows.Forms.Button(); this.pbPedalLeft = new System.Windows.Forms.ProgressBar(); this.chkBoostPedalLeft = new System.Windows.Forms.CheckBox(); this.nupPedalLeft = new System.Windows.Forms.NumericUpDown(); this.groupBox12 = new System.Windows.Forms.GroupBox(); this.ddlPedalRight = new System.Windows.Forms.ComboBox(); this.btnPedalRight = new System.Windows.Forms.Button(); this.nupPedalRight = new System.Windows.Forms.NumericUpDown(); this.pbPedalRight = new System.Windows.Forms.ProgressBar(); this.chkBoostPedalRight = new System.Windows.Forms.CheckBox(); this.groupBox4 = new System.Windows.Forms.GroupBox(); this.nupGreenTom = new System.Windows.Forms.NumericUpDown(); this.btnGreenTom = new System.Windows.Forms.Button(); this.pbGreenTom = new System.Windows.Forms.ProgressBar(); this.chkBoostGreenTom = new System.Windows.Forms.CheckBox(); this.ddlGreenTom = new System.Windows.Forms.ComboBox(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.nupGreenCymbal = new System.Windows.Forms.NumericUpDown(); this.btnGreenCymbal = new System.Windows.Forms.Button(); this.pbGreenCymbal = new System.Windows.Forms.ProgressBar(); this.chkBoostGreenCymbal = new System.Windows.Forms.CheckBox(); this.ddlGreenCymbal = new System.Windows.Forms.ComboBox(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.nupBlueCymbal = new System.Windows.Forms.NumericUpDown(); this.btnBlueCymbal = new System.Windows.Forms.Button(); this.pbBlueCymbal = new System.Windows.Forms.ProgressBar(); this.chkBoostBlueCymbal = new System.Windows.Forms.CheckBox(); this.ddlBlueCymbal = new System.Windows.Forms.ComboBox(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.ddlYellowCymbal = new System.Windows.Forms.ComboBox(); this.nupYellowCymbal = new System.Windows.Forms.NumericUpDown(); this.btnYellowCymbal = new System.Windows.Forms.Button(); this.pbYellowCymbal = new System.Windows.Forms.ProgressBar(); this.chkBoostYellowCymbal = new System.Windows.Forms.CheckBox(); this.chkDPadLeft = new System.Windows.Forms.CheckBox(); this.chkDPadDown = new System.Windows.Forms.CheckBox(); this.chkDPadUp = new System.Windows.Forms.CheckBox(); this.chkDPadRight = new System.Windows.Forms.CheckBox(); this.chkBigButton = new System.Windows.Forms.CheckBox(); this.chkSelect = new System.Windows.Forms.CheckBox(); this.chkStart = new System.Windows.Forms.CheckBox(); this.chkRectangle = new System.Windows.Forms.CheckBox(); this.chkX = new System.Windows.Forms.CheckBox(); this.chkCircle = new System.Windows.Forms.CheckBox(); this.chkTriangle = new System.Windows.Forms.CheckBox(); this.nupDPadDown = new System.Windows.Forms.NumericUpDown(); this.nupDPadLeft = new System.Windows.Forms.NumericUpDown(); this.nupDPadUp = new System.Windows.Forms.NumericUpDown(); this.nupDPadRight = new System.Windows.Forms.NumericUpDown(); this.nupBigButton = new System.Windows.Forms.NumericUpDown(); this.nupStart = new System.Windows.Forms.NumericUpDown(); this.nupSelect = new System.Windows.Forms.NumericUpDown(); this.nupRectangle = new System.Windows.Forms.NumericUpDown(); this.nupX = new System.Windows.Forms.NumericUpDown(); this.nupTriangle = new System.Windows.Forms.NumericUpDown(); this.nupCircle = new System.Windows.Forms.NumericUpDown(); this.lowerValues = new System.Windows.Forms.Timer(this.components); this.saveFileDialog = new System.Windows.Forms.SaveFileDialog(); this.btnSave = new System.Windows.Forms.Button(); this.btnLoad = new System.Windows.Forms.Button(); this.openFileDialog = new System.Windows.Forms.OpenFileDialog(); this.btnReset = new System.Windows.Forms.Button(); this.tabControl1 = new System.Windows.Forms.TabControl(); this.tabPage1 = new System.Windows.Forms.TabPage(); this.tabPage2 = new System.Windows.Forms.TabPage(); this.groupBox11 = new System.Windows.Forms.GroupBox(); this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel(); this.nupAdvNotePedalRight = new System.Windows.Forms.NumericUpDown(); this.nupAdvNotePedalLeft = new System.Windows.Forms.NumericUpDown(); this.chkAdvBoostPedalLeft = new System.Windows.Forms.CheckBox(); this.chkAdvBoostPedalRight = new System.Windows.Forms.CheckBox(); this.ddlAdvBoostPedalLeft = new System.Windows.Forms.ComboBox(); this.ddlAdvBoostPedalRight = new System.Windows.Forms.ComboBox(); this.groupBox10 = new System.Windows.Forms.GroupBox(); this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); this.ddlAdvBoostRedTom = new System.Windows.Forms.ComboBox(); this.nupAdvNoteGreenCymbal = new System.Windows.Forms.NumericUpDown(); this.nupAdvNoteGreenTom = new System.Windows.Forms.NumericUpDown(); this.nupAdvNoteBlueCymbal = new System.Windows.Forms.NumericUpDown(); this.nupAdvNoteBlueTom = new System.Windows.Forms.NumericUpDown(); this.nupAdvNoteYellowCymbal = new System.Windows.Forms.NumericUpDown(); this.nupAdvNoteYellowTom = new System.Windows.Forms.NumericUpDown(); this.nupAdvNoteRedTom = new System.Windows.Forms.NumericUpDown(); this.chkAdvBoostRedTom = new System.Windows.Forms.CheckBox(); this.chkAdvBoostYellowTom = new System.Windows.Forms.CheckBox(); this.chkAdvBoostYellowCymbal = new System.Windows.Forms.CheckBox(); this.chkAdvBoostBlueTom = new System.Windows.Forms.CheckBox(); this.chkAdvBoostBlueCymbal = new System.Windows.Forms.CheckBox(); this.chkAdvBoostGreenTom = new System.Windows.Forms.CheckBox(); this.chkAdvBoostGreenCymbal = new System.Windows.Forms.CheckBox(); this.ddlAdvBoostYellowTom = new System.Windows.Forms.ComboBox(); this.ddlAdvBoostYellowCymbal = new System.Windows.Forms.ComboBox(); this.ddlAdvBoostBlueTom = new System.Windows.Forms.ComboBox(); this.ddlAdvBoostBlueCymbal = new System.Windows.Forms.ComboBox(); this.ddlAdvBoostGreenTom = new System.Windows.Forms.ComboBox(); this.ddlAdvBoostGreenCymbal = new System.Windows.Forms.ComboBox(); this.groupBox9 = new System.Windows.Forms.GroupBox(); this.groupBox8 = new System.Windows.Forms.GroupBox(); this.nupMNvelMult = new System.Windows.Forms.NumericUpDown(); this.lbMN = new System.Windows.Forms.ListBox(); this.btnMNAdd = new System.Windows.Forms.Button(); this.btnMNRemove = new System.Windows.Forms.Button(); this.ddlMNnote = new System.Windows.Forms.ComboBox(); this.nupMNvelAdd = new System.Windows.Forms.NumericUpDown(); this.nupMNvelCheck = new System.Windows.Forms.NumericUpDown(); this.nupMNnoteTo = new System.Windows.Forms.NumericUpDown(); this.ddlMNvelCheck = new System.Windows.Forms.ComboBox(); this.panel1 = new System.Windows.Forms.Panel(); this.btnRefreshUsb = new System.Windows.Forms.Button(); this.ddlController = new System.Windows.Forms.ComboBox(); this.ddlUsbController = new System.Windows.Forms.ComboBox(); this.btnConnect = new System.Windows.Forms.Button(); this.btnExit = new System.Windows.Forms.Button(); lblMIDIChannel = new System.Windows.Forms.Label(); lblMIDIDevice = new System.Windows.Forms.Label(); label1 = new System.Windows.Forms.Label(); label2 = new System.Windows.Forms.Label(); label3 = new System.Windows.Forms.Label(); tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); label5 = new System.Windows.Forms.Label(); label6 = new System.Windows.Forms.Label(); label7 = new System.Windows.Forms.Label(); label8 = new System.Windows.Forms.Label(); label9 = new System.Windows.Forms.Label(); label10 = new System.Windows.Forms.Label(); label11 = new System.Windows.Forms.Label(); label12 = new System.Windows.Forms.Label(); label13 = new System.Windows.Forms.Label(); label14 = new System.Windows.Forms.Label(); label15 = new System.Windows.Forms.Label(); label16 = new System.Windows.Forms.Label(); label17 = new System.Windows.Forms.Label(); label18 = new System.Windows.Forms.Label(); label4 = new System.Windows.Forms.Label(); label19 = new System.Windows.Forms.Label(); label20 = new System.Windows.Forms.Label(); label21 = new System.Windows.Forms.Label(); label22 = new System.Windows.Forms.Label(); label23 = new System.Windows.Forms.Label(); label24 = new System.Windows.Forms.Label(); label25 = new System.Windows.Forms.Label(); label26 = new System.Windows.Forms.Label(); label27 = new System.Windows.Forms.Label(); label28 = new System.Windows.Forms.Label(); label29 = new System.Windows.Forms.Label(); label30 = new System.Windows.Forms.Label(); label31 = new System.Windows.Forms.Label(); label32 = new System.Windows.Forms.Label(); label33 = new System.Windows.Forms.Label(); label34 = new System.Windows.Forms.Label(); label35 = new System.Windows.Forms.Label(); label36 = new System.Windows.Forms.Label(); label38 = new System.Windows.Forms.Label(); label37 = new System.Windows.Forms.Label(); tableLayoutPanel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.nupAdvVelDPadUp)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.nupAdvVelDPadRight)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.nupAdvVelDPadDown)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.nupAdvVelDPadLeft)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.nupAdvVelTriangle)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.nupAdvVelCircle)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.nupAdvVelX)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.nupAdvVelRectangle)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.nupAdvVelSelect)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.nupAdvVelBigButton)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.nupAdvNoteStart)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.nupAdvVelStart)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.nupAdvNoteBigButton)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.nupAdvNoteSelect)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.nupAdvNoteRectangle)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.nupAdvNoteX)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.nupAdvNoteCircle)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.nupAdvNoteTriangle)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.nupAdvNoteDPadLeft)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.nupAdvNoteDPadDown)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.nupAdvNoteDPadRight)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.nupAdvNoteDPadUp)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.nupMIDIChannel)).BeginInit(); this.pnlHolder.SuspendLayout(); this.groupBox7.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.nupRedTom)).BeginInit(); this.groupBox6.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.nupYellowTom)).BeginInit(); this.groupBox5.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.nupBlueTom)).BeginInit(); this.groupBox13.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.nupPedalLeft)).BeginInit(); this.groupBox12.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.nupPedalRight)).BeginInit(); this.groupBox4.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.nupGreenTom)).BeginInit(); this.groupBox3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.nupGreenCymbal)).BeginInit(); this.groupBox2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.nupBlueCymbal)).BeginInit(); this.groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.nupYellowCymbal)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.nupDPadDown)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.nupDPadLeft)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.nupDPadUp)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.nupDPadRight)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.nupBigButton)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.nupStart)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.nupSelect)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.nupRectangle)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.nupX)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.nupTriangle)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.nupCircle)).BeginInit(); this.tabControl1.SuspendLayout(); this.tabPage1.SuspendLayout(); this.tabPage2.SuspendLayout(); this.groupBox11.SuspendLayout(); this.tableLayoutPanel3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.nupAdvNotePedalRight)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.nupAdvNotePedalLeft)).BeginInit(); this.groupBox10.SuspendLayout(); this.tableLayoutPanel2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.nupAdvNoteGreenCymbal)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.nupAdvNoteGreenTom)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.nupAdvNoteBlueCymbal)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.nupAdvNoteBlueTom)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.nupAdvNoteYellowCymbal)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.nupAdvNoteYellowTom)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.nupAdvNoteRedTom)).BeginInit(); this.groupBox9.SuspendLayout(); this.groupBox8.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.nupMNvelMult)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.nupMNvelAdd)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.nupMNvelCheck)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.nupMNnoteTo)).BeginInit(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // lblMIDIChannel // lblMIDIChannel.Location = new System.Drawing.Point(764, 4); lblMIDIChannel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); lblMIDIChannel.Name = "lblMIDIChannel"; lblMIDIChannel.Size = new System.Drawing.Size(107, 30); lblMIDIChannel.TabIndex = 21; lblMIDIChannel.Text = "MIDI Channel"; lblMIDIChannel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // lblMIDIDevice // lblMIDIDevice.Location = new System.Drawing.Point(583, 4); lblMIDIDevice.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); lblMIDIDevice.Name = "lblMIDIDevice"; lblMIDIDevice.Size = new System.Drawing.Size(96, 30); lblMIDIDevice.TabIndex = 20; lblMIDIDevice.Text = "MIDI Device"; lblMIDIDevice.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // label1 // label1.AutoSize = true; label1.Location = new System.Drawing.Point(6, 22); label1.Name = "label1"; label1.Size = new System.Drawing.Size(66, 17); label1.TabIndex = 8; label1.Text = "If velocity"; // // label2 // label2.AutoSize = true; label2.Location = new System.Drawing.Point(150, 51); label2.Name = "label2"; label2.Size = new System.Drawing.Size(103, 17); label2.TabIndex = 10; label2.Text = "change note to"; // // label3 // label3.AutoSize = true; label3.Location = new System.Drawing.Point(4, 32); label3.Name = "label3"; label3.Size = new System.Drawing.Size(65, 17); label3.TabIndex = 0; label3.Text = "DPad Up"; // // tableLayoutPanel1 // tableLayoutPanel1.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single; tableLayoutPanel1.ColumnCount = 4; tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F)); tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 19.48357F)); tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 21.59624F)); tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.80282F)); tableLayoutPanel1.Controls.Add(label3, 0, 1); tableLayoutPanel1.Controls.Add(this.ddlAdvSwitchDPadUp, 3, 1); tableLayoutPanel1.Controls.Add(label5, 0, 0); tableLayoutPanel1.Controls.Add(label6, 1, 0); tableLayoutPanel1.Controls.Add(label7, 2, 0); tableLayoutPanel1.Controls.Add(label8, 3, 0); tableLayoutPanel1.Controls.Add(this.nupAdvVelDPadUp, 2, 1); tableLayoutPanel1.Controls.Add(label9, 0, 2); tableLayoutPanel1.Controls.Add(label10, 0, 3); tableLayoutPanel1.Controls.Add(label11, 0, 4); tableLayoutPanel1.Controls.Add(label12, 0, 5); tableLayoutPanel1.Controls.Add(label13, 0, 6); tableLayoutPanel1.Controls.Add(label14, 0, 7); tableLayoutPanel1.Controls.Add(label15, 0, 8); tableLayoutPanel1.Controls.Add(label16, 0, 9); tableLayoutPanel1.Controls.Add(label17, 0, 10); tableLayoutPanel1.Controls.Add(label18, 0, 11); tableLayoutPanel1.Controls.Add(this.ddlAdvSwitchDPadRight, 3, 2); tableLayoutPanel1.Controls.Add(this.ddlAdvSwitchDPadDown, 3, 3); tableLayoutPanel1.Controls.Add(this.ddlAdvSwitchDPadLeft, 3, 4); tableLayoutPanel1.Controls.Add(this.ddlAdvSwitchTriangle, 3, 5); tableLayoutPanel1.Controls.Add(this.ddlAdvSwitchCircle, 3, 6); tableLayoutPanel1.Controls.Add(this.ddlAdvSwitchX, 3, 7); tableLayoutPanel1.Controls.Add(this.ddlAdvSwitchRectangle, 3, 8); tableLayoutPanel1.Controls.Add(this.ddlAdvSwitchSelect, 3, 9); tableLayoutPanel1.Controls.Add(this.ddlAdvSwitchStart, 3, 10); tableLayoutPanel1.Controls.Add(this.ddlAdvSwitchBigButton, 3, 11); tableLayoutPanel1.Controls.Add(this.nupAdvVelDPadRight, 2, 2); tableLayoutPanel1.Controls.Add(this.nupAdvVelDPadDown, 2, 3); tableLayoutPanel1.Controls.Add(this.nupAdvVelDPadLeft, 2, 4); tableLayoutPanel1.Controls.Add(this.nupAdvVelTriangle, 2, 5); tableLayoutPanel1.Controls.Add(this.nupAdvVelCircle, 2, 6); tableLayoutPanel1.Controls.Add(this.nupAdvVelX, 2, 7); tableLayoutPanel1.Controls.Add(this.nupAdvVelRectangle, 2, 8); tableLayoutPanel1.Controls.Add(this.nupAdvVelSelect, 2, 9); tableLayoutPanel1.Controls.Add(this.nupAdvVelBigButton, 2, 11); tableLayoutPanel1.Controls.Add(this.nupAdvNoteStart, 1, 10); tableLayoutPanel1.Controls.Add(this.nupAdvVelStart, 2, 10); tableLayoutPanel1.Controls.Add(this.nupAdvNoteBigButton, 1, 11); tableLayoutPanel1.Controls.Add(this.nupAdvNoteSelect, 1, 9); tableLayoutPanel1.Controls.Add(this.nupAdvNoteRectangle, 1, 8); tableLayoutPanel1.Controls.Add(this.nupAdvNoteX, 1, 7); tableLayoutPanel1.Controls.Add(this.nupAdvNoteCircle, 1, 6); tableLayoutPanel1.Controls.Add(this.nupAdvNoteTriangle, 1, 5); tableLayoutPanel1.Controls.Add(this.nupAdvNoteDPadLeft, 1, 4); tableLayoutPanel1.Controls.Add(this.nupAdvNoteDPadDown, 1, 3); tableLayoutPanel1.Controls.Add(this.nupAdvNoteDPadRight, 1, 2); tableLayoutPanel1.Controls.Add(this.nupAdvNoteDPadUp, 1, 1); tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; tableLayoutPanel1.Location = new System.Drawing.Point(3, 18); tableLayoutPanel1.Name = "tableLayoutPanel1"; tableLayoutPanel1.RowCount = 12; tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); tableLayoutPanel1.Size = new System.Drawing.Size(427, 377); tableLayoutPanel1.TabIndex = 2; // // ddlAdvSwitchDPadUp // this.ddlAdvSwitchDPadUp.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.ddlAdvSwitchDPadUp.FormattingEnabled = true; this.ddlAdvSwitchDPadUp.Location = new System.Drawing.Point(285, 35); this.ddlAdvSwitchDPadUp.Name = "ddlAdvSwitchDPadUp"; this.ddlAdvSwitchDPadUp.Size = new System.Drawing.Size(138, 24); this.ddlAdvSwitchDPadUp.TabIndex = 1; // // label5 // label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); label5.Location = new System.Drawing.Point(4, 1); label5.Name = "label5"; label5.Size = new System.Drawing.Size(99, 27); label5.TabIndex = 0; label5.Text = "Button"; label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label6 // label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); label6.Location = new System.Drawing.Point(110, 1); label6.Name = "label6"; label6.Size = new System.Drawing.Size(76, 27); label6.TabIndex = 0; label6.Text = "Note"; label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label7 // label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); label7.Location = new System.Drawing.Point(193, 1); label7.Name = "label7"; label7.Size = new System.Drawing.Size(85, 27); label7.TabIndex = 0; label7.Text = "Velocity"; label7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label8 // label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); label8.Location = new System.Drawing.Point(285, 1); label8.Name = "label8"; label8.Size = new System.Drawing.Size(101, 27); label8.TabIndex = 0; label8.Text = "Switch mode"; label8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // nupAdvVelDPadUp // this.nupAdvVelDPadUp.Location = new System.Drawing.Point(194, 36); this.nupAdvVelDPadUp.Margin = new System.Windows.Forms.Padding(4); this.nupAdvVelDPadUp.Maximum = new decimal(new int[] { 127, 0, 0, 0}); this.nupAdvVelDPadUp.Name = "nupAdvVelDPadUp"; this.nupAdvVelDPadUp.Size = new System.Drawing.Size(83, 22); this.nupAdvVelDPadUp.TabIndex = 6; this.nupAdvVelDPadUp.Value = new decimal(new int[] { 64, 0, 0, 0}); // // label9 // label9.AutoSize = true; label9.Location = new System.Drawing.Point(4, 63); label9.Name = "label9"; label9.Size = new System.Drawing.Size(80, 17); label9.TabIndex = 0; label9.Text = "DPad Right"; // // label10 // label10.AutoSize = true; label10.Location = new System.Drawing.Point(4, 94); label10.Name = "label10"; label10.Size = new System.Drawing.Size(82, 17); label10.TabIndex = 0; label10.Text = "DPad Down"; // // label11 // label11.AutoSize = true; label11.Location = new System.Drawing.Point(4, 125); label11.Name = "label11"; label11.Size = new System.Drawing.Size(71, 17); label11.TabIndex = 0; label11.Text = "DPad Left"; // // label12 // label12.AutoSize = true; label12.Location = new System.Drawing.Point(4, 156); label12.Name = "label12"; label12.Size = new System.Drawing.Size(60, 17); label12.TabIndex = 0; label12.Text = "Triangle"; // // label13 // label13.AutoSize = true; label13.Location = new System.Drawing.Point(4, 187); label13.Name = "label13"; label13.Size = new System.Drawing.Size(43, 17); label13.TabIndex = 0; label13.Text = "Circle"; // // label14 // label14.AutoSize = true; label14.Location = new System.Drawing.Point(4, 218); label14.Name = "label14"; label14.Size = new System.Drawing.Size(17, 17); label14.TabIndex = 0; label14.Text = "X"; // // label15 // label15.AutoSize = true; label15.Location = new System.Drawing.Point(4, 249); label15.Name = "label15"; label15.Size = new System.Drawing.Size(72, 17); label15.TabIndex = 0; label15.Text = "Rectangle"; // // label16 // label16.AutoSize = true; label16.Location = new System.Drawing.Point(4, 280); label16.Name = "label16"; label16.Size = new System.Drawing.Size(47, 17); label16.TabIndex = 0; label16.Text = "Select"; // // label17 // label17.AutoSize = true; label17.Location = new System.Drawing.Point(4, 311); label17.Name = "label17"; label17.Size = new System.Drawing.Size(38, 17); label17.TabIndex = 0; label17.Text = "Start"; // // label18 // label18.AutoSize = true; label18.Location = new System.Drawing.Point(4, 342); label18.Name = "label18"; label18.Size = new System.Drawing.Size(72, 17); label18.TabIndex = 0; label18.Text = "Big button"; // // ddlAdvSwitchDPadRight // this.ddlAdvSwitchDPadRight.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.ddlAdvSwitchDPadRight.FormattingEnabled = true; this.ddlAdvSwitchDPadRight.Location = new System.Drawing.Point(285, 66); this.ddlAdvSwitchDPadRight.Name = "ddlAdvSwitchDPadRight"; this.ddlAdvSwitchDPadRight.Size = new System.Drawing.Size(138, 24); this.ddlAdvSwitchDPadRight.TabIndex = 1; // // ddlAdvSwitchDPadDown // this.ddlAdvSwitchDPadDown.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.ddlAdvSwitchDPadDown.FormattingEnabled = true; this.ddlAdvSwitchDPadDown.Location = new System.Drawing.Point(285, 97); this.ddlAdvSwitchDPadDown.Name = "ddlAdvSwitchDPadDown"; this.ddlAdvSwitchDPadDown.Size = new System.Drawing.Size(138, 24); this.ddlAdvSwitchDPadDown.TabIndex = 1; // // ddlAdvSwitchDPadLeft // this.ddlAdvSwitchDPadLeft.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.ddlAdvSwitchDPadLeft.FormattingEnabled = true; this.ddlAdvSwitchDPadLeft.Location = new System.Drawing.Point(285, 128); this.ddlAdvSwitchDPadLeft.Name = "ddlAdvSwitchDPadLeft"; this.ddlAdvSwitchDPadLeft.Size = new System.Drawing.Size(138, 24); this.ddlAdvSwitchDPadLeft.TabIndex = 1; // // ddlAdvSwitchTriangle // this.ddlAdvSwitchTriangle.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.ddlAdvSwitchTriangle.FormattingEnabled = true; this.ddlAdvSwitchTriangle.Location = new System.Drawing.Point(285, 159); this.ddlAdvSwitchTriangle.Name = "ddlAdvSwitchTriangle"; this.ddlAdvSwitchTriangle.Size = new System.Drawing.Size(138, 24); this.ddlAdvSwitchTriangle.TabIndex = 1; // // ddlAdvSwitchCircle // this.ddlAdvSwitchCircle.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.ddlAdvSwitchCircle.FormattingEnabled = true; this.ddlAdvSwitchCircle.Location = new System.Drawing.Point(285, 190); this.ddlAdvSwitchCircle.Name = "ddlAdvSwitchCircle"; this.ddlAdvSwitchCircle.Size = new System.Drawing.Size(138, 24); this.ddlAdvSwitchCircle.TabIndex = 1; // // ddlAdvSwitchX // this.ddlAdvSwitchX.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.ddlAdvSwitchX.FormattingEnabled = true; this.ddlAdvSwitchX.Location = new System.Drawing.Point(285, 221); this.ddlAdvSwitchX.Name = "ddlAdvSwitchX"; this.ddlAdvSwitchX.Size = new System.Drawing.Size(138, 24); this.ddlAdvSwitchX.TabIndex = 1; // // ddlAdvSwitchRectangle // this.ddlAdvSwitchRectangle.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.ddlAdvSwitchRectangle.FormattingEnabled = true; this.ddlAdvSwitchRectangle.Location = new System.Drawing.Point(285, 252); this.ddlAdvSwitchRectangle.Name = "ddlAdvSwitchRectangle"; this.ddlAdvSwitchRectangle.Size = new System.Drawing.Size(138, 24); this.ddlAdvSwitchRectangle.TabIndex = 1; // // ddlAdvSwitchSelect // this.ddlAdvSwitchSelect.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.ddlAdvSwitchSelect.FormattingEnabled = true; this.ddlAdvSwitchSelect.Location = new System.Drawing.Point(285, 283); this.ddlAdvSwitchSelect.Name = "ddlAdvSwitchSelect"; this.ddlAdvSwitchSelect.Size = new System.Drawing.Size(138, 24); this.ddlAdvSwitchSelect.TabIndex = 1; // // ddlAdvSwitchStart // this.ddlAdvSwitchStart.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.ddlAdvSwitchStart.FormattingEnabled = true; this.ddlAdvSwitchStart.Location = new System.Drawing.Point(285, 314); this.ddlAdvSwitchStart.Name = "ddlAdvSwitchStart"; this.ddlAdvSwitchStart.Size = new System.Drawing.Size(138, 24); this.ddlAdvSwitchStart.TabIndex = 1; // // ddlAdvSwitchBigButton // this.ddlAdvSwitchBigButton.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.ddlAdvSwitchBigButton.FormattingEnabled = true; this.ddlAdvSwitchBigButton.Location = new System.Drawing.Point(285, 345); this.ddlAdvSwitchBigButton.Name = "ddlAdvSwitchBigButton"; this.ddlAdvSwitchBigButton.Size = new System.Drawing.Size(138, 24); this.ddlAdvSwitchBigButton.TabIndex = 1; // // nupAdvVelDPadRight // this.nupAdvVelDPadRight.Location = new System.Drawing.Point(194, 67); this.nupAdvVelDPadRight.Margin = new System.Windows.Forms.Padding(4); this.nupAdvVelDPadRight.Maximum = new decimal(new int[] { 127, 0, 0, 0}); this.nupAdvVelDPadRight.Name = "nupAdvVelDPadRight"; this.nupAdvVelDPadRight.Size = new System.Drawing.Size(83, 22); this.nupAdvVelDPadRight.TabIndex = 6; this.nupAdvVelDPadRight.Value = new decimal(new int[] { 64, 0, 0, 0}); // // nupAdvVelDPadDown // this.nupAdvVelDPadDown.Location = new System.Drawing.Point(194, 98); this.nupAdvVelDPadDown.Margin = new System.Windows.Forms.Padding(4); this.nupAdvVelDPadDown.Maximum = new decimal(new int[] { 127, 0, 0, 0}); this.nupAdvVelDPadDown.Name = "nupAdvVelDPadDown"; this.nupAdvVelDPadDown.Size = new System.Drawing.Size(83, 22); this.nupAdvVelDPadDown.TabIndex = 6; this.nupAdvVelDPadDown.Value = new decimal(new int[] { 64, 0, 0, 0}); // // nupAdvVelDPadLeft // this.nupAdvVelDPadLeft.Location = new System.Drawing.Point(194, 129); this.nupAdvVelDPadLeft.Margin = new System.Windows.Forms.Padding(4); this.nupAdvVelDPadLeft.Maximum = new decimal(new int[] { 127, 0, 0, 0}); this.nupAdvVelDPadLeft.Name = "nupAdvVelDPadLeft"; this.nupAdvVelDPadLeft.Size = new System.Drawing.Size(83, 22); this.nupAdvVelDPadLeft.TabIndex = 6; this.nupAdvVelDPadLeft.Value = new decimal(new int[] { 64, 0, 0, 0}); // // nupAdvVelTriangle // this.nupAdvVelTriangle.Location = new System.Drawing.Point(194, 160); this.nupAdvVelTriangle.Margin = new System.Windows.Forms.Padding(4); this.nupAdvVelTriangle.Maximum = new decimal(new int[] { 127, 0, 0, 0}); this.nupAdvVelTriangle.Name = "nupAdvVelTriangle"; this.nupAdvVelTriangle.Size = new System.Drawing.Size(83, 22); this.nupAdvVelTriangle.TabIndex = 6; this.nupAdvVelTriangle.Value = new decimal(new int[] { 64, 0, 0, 0}); // // nupAdvVelCircle // this.nupAdvVelCircle.Location = new System.Drawing.Point(194, 191); this.nupAdvVelCircle.Margin = new System.Windows.Forms.Padding(4); this.nupAdvVelCircle.Maximum = new decimal(new int[] { 127, 0, 0, 0}); this.nupAdvVelCircle.Name = "nupAdvVelCircle"; this.nupAdvVelCircle.Size = new System.Drawing.Size(83, 22); this.nupAdvVelCircle.TabIndex = 6; this.nupAdvVelCircle.Value = new decimal(new int[] { 64, 0, 0, 0}); // // nupAdvVelX // this.nupAdvVelX.Location = new System.Drawing.Point(194, 222); this.nupAdvVelX.Margin = new System.Windows.Forms.Padding(4); this.nupAdvVelX.Maximum = new decimal(new int[] { 127, 0, 0, 0}); this.nupAdvVelX.Name = "nupAdvVelX"; this.nupAdvVelX.Size = new System.Drawing.Size(83, 22); this.nupAdvVelX.TabIndex = 6; this.nupAdvVelX.Value = new decimal(new int[] { 64, 0, 0, 0}); // // nupAdvVelRectangle // this.nupAdvVelRectangle.Location = new System.Drawing.Point(194, 253); this.nupAdvVelRectangle.Margin = new System.Windows.Forms.Padding(4); this.nupAdvVelRectangle.Maximum = new decimal(new int[] { 127, 0, 0, 0}); this.nupAdvVelRectangle.Name = "nupAdvVelRectangle"; this.nupAdvVelRectangle.Size = new System.Drawing.Size(83, 22); this.nupAdvVelRectangle.TabIndex = 6; this.nupAdvVelRectangle.Value = new decimal(new int[] { 64, 0, 0, 0}); // // nupAdvVelSelect // this.nupAdvVelSelect.Location = new System.Drawing.Point(194, 284); this.nupAdvVelSelect.Margin = new System.Windows.Forms.Padding(4); this.nupAdvVelSelect.Maximum = new decimal(new int[] { 127, 0, 0, 0}); this.nupAdvVelSelect.Name = "nupAdvVelSelect"; this.nupAdvVelSelect.Size = new System.Drawing.Size(83, 22); this.nupAdvVelSelect.TabIndex = 6; this.nupAdvVelSelect.Value = new decimal(new int[] { 64, 0, 0, 0}); // // nupAdvVelBigButton // this.nupAdvVelBigButton.Location = new System.Drawing.Point(194, 346); this.nupAdvVelBigButton.Margin = new System.Windows.Forms.Padding(4); this.nupAdvVelBigButton.Maximum = new decimal(new int[] { 127, 0, 0, 0}); this.nupAdvVelBigButton.Name = "nupAdvVelBigButton"; this.nupAdvVelBigButton.Size = new System.Drawing.Size(83, 22); this.nupAdvVelBigButton.TabIndex = 6; this.nupAdvVelBigButton.Value = new decimal(new int[] { 64, 0, 0, 0}); // // nupAdvNoteStart // this.nupAdvNoteStart.Location = new System.Drawing.Point(111, 315); this.nupAdvNoteStart.Margin = new System.Windows.Forms.Padding(4); this.nupAdvNoteStart.Maximum = new decimal(new int[] { 127, 0, 0, 0}); this.nupAdvNoteStart.Name = "nupAdvNoteStart"; this.nupAdvNoteStart.Size = new System.Drawing.Size(74, 22); this.nupAdvNoteStart.TabIndex = 6; this.nupAdvNoteStart.Value = new decimal(new int[] { 64, 0, 0, 0}); // // nupAdvVelStart // this.nupAdvVelStart.Location = new System.Drawing.Point(194, 315); this.nupAdvVelStart.Margin = new System.Windows.Forms.Padding(4); this.nupAdvVelStart.Maximum = new decimal(new int[] { 127, 0, 0, 0}); this.nupAdvVelStart.Name = "nupAdvVelStart"; this.nupAdvVelStart.Size = new System.Drawing.Size(83, 22); this.nupAdvVelStart.TabIndex = 6; this.nupAdvVelStart.Value = new decimal(new int[] { 64, 0, 0, 0}); // // nupAdvNoteBigButton // this.nupAdvNoteBigButton.Location = new System.Drawing.Point(111, 346); this.nupAdvNoteBigButton.Margin = new System.Windows.Forms.Padding(4); this.nupAdvNoteBigButton.Maximum = new decimal(new int[] { 127, 0, 0, 0}); this.nupAdvNoteBigButton.Name = "nupAdvNoteBigButton"; this.nupAdvNoteBigButton.Size = new System.Drawing.Size(74, 22); this.nupAdvNoteBigButton.TabIndex = 6; this.nupAdvNoteBigButton.Value = new decimal(new int[] { 64, 0, 0, 0}); // // nupAdvNoteSelect // this.nupAdvNoteSelect.Location = new System.Drawing.Point(111, 284); this.nupAdvNoteSelect.Margin = new System.Windows.Forms.Padding(4); this.nupAdvNoteSelect.Maximum = new decimal(new int[] { 127, 0, 0, 0}); this.nupAdvNoteSelect.Name = "nupAdvNoteSelect"; this.nupAdvNoteSelect.Size = new System.Drawing.Size(74, 22); this.nupAdvNoteSelect.TabIndex = 6; this.nupAdvNoteSelect.Value = new decimal(new int[] { 64, 0, 0, 0}); // // nupAdvNoteRectangle // this.nupAdvNoteRectangle.Location = new System.Drawing.Point(111, 253); this.nupAdvNoteRectangle.Margin = new System.Windows.Forms.Padding(4); this.nupAdvNoteRectangle.Maximum = new decimal(new int[] { 127, 0, 0, 0}); this.nupAdvNoteRectangle.Name = "nupAdvNoteRectangle"; this.nupAdvNoteRectangle.Size = new System.Drawing.Size(74, 22); this.nupAdvNoteRectangle.TabIndex = 6; this.nupAdvNoteRectangle.Value = new decimal(new int[] { 64, 0, 0, 0}); // // nupAdvNoteX // this.nupAdvNoteX.Location = new System.Drawing.Point(111, 222); this.nupAdvNoteX.Margin = new System.Windows.Forms.Padding(4); this.nupAdvNoteX.Maximum = new decimal(new int[] { 127, 0, 0, 0}); this.nupAdvNoteX.Name = "nupAdvNoteX"; this.nupAdvNoteX.Size = new System.Drawing.Size(74, 22); this.nupAdvNoteX.TabIndex = 6; this.nupAdvNoteX.Value = new decimal(new int[] { 64, 0, 0, 0}); // // nupAdvNoteCircle // this.nupAdvNoteCircle.Location = new System.Drawing.Point(111, 191); this.nupAdvNoteCircle.Margin = new System.Windows.Forms.Padding(4); this.nupAdvNoteCircle.Maximum = new decimal(new int[] { 127, 0, 0, 0}); this.nupAdvNoteCircle.Name = "nupAdvNoteCircle"; this.nupAdvNoteCircle.Size = new System.Drawing.Size(74, 22); this.nupAdvNoteCircle.TabIndex = 6; this.nupAdvNoteCircle.Value = new decimal(new int[] { 64, 0, 0, 0}); // // nupAdvNoteTriangle // this.nupAdvNoteTriangle.Location = new System.Drawing.Point(111, 160); this.nupAdvNoteTriangle.Margin = new System.Windows.Forms.Padding(4); this.nupAdvNoteTriangle.Maximum = new decimal(new int[] { 127, 0, 0, 0}); this.nupAdvNoteTriangle.Name = "nupAdvNoteTriangle"; this.nupAdvNoteTriangle.Size = new System.Drawing.Size(74, 22); this.nupAdvNoteTriangle.TabIndex = 6; this.nupAdvNoteTriangle.Value = new decimal(new int[] { 64, 0, 0, 0}); // // nupAdvNoteDPadLeft // this.nupAdvNoteDPadLeft.Location = new System.Drawing.Point(111, 129); this.nupAdvNoteDPadLeft.Margin = new System.Windows.Forms.Padding(4); this.nupAdvNoteDPadLeft.Maximum = new decimal(new int[] { 127, 0, 0, 0}); this.nupAdvNoteDPadLeft.Name = "nupAdvNoteDPadLeft"; this.nupAdvNoteDPadLeft.Size = new System.Drawing.Size(74, 22); this.nupAdvNoteDPadLeft.TabIndex = 6; this.nupAdvNoteDPadLeft.Value = new decimal(new int[] { 64, 0, 0, 0}); // // nupAdvNoteDPadDown // this.nupAdvNoteDPadDown.Location = new System.Drawing.Point(111, 98); this.nupAdvNoteDPadDown.Margin = new System.Windows.Forms.Padding(4); this.nupAdvNoteDPadDown.Maximum = new decimal(new int[] { 127, 0, 0, 0}); this.nupAdvNoteDPadDown.Name = "nupAdvNoteDPadDown"; this.nupAdvNoteDPadDown.Size = new System.Drawing.Size(74, 22); this.nupAdvNoteDPadDown.TabIndex = 6; this.nupAdvNoteDPadDown.Value = new decimal(new int[] { 64, 0, 0, 0}); // // nupAdvNoteDPadRight // this.nupAdvNoteDPadRight.Location = new System.Drawing.Point(111, 67); this.nupAdvNoteDPadRight.Margin = new System.Windows.Forms.Padding(4); this.nupAdvNoteDPadRight.Maximum = new decimal(new int[] { 127, 0, 0, 0}); this.nupAdvNoteDPadRight.Name = "nupAdvNoteDPadRight"; this.nupAdvNoteDPadRight.Size = new System.Drawing.Size(74, 22); this.nupAdvNoteDPadRight.TabIndex = 6; this.nupAdvNoteDPadRight.Value = new decimal(new int[] { 64, 0, 0, 0}); // // nupAdvNoteDPadUp // this.nupAdvNoteDPadUp.Location = new System.Drawing.Point(111, 36); this.nupAdvNoteDPadUp.Margin = new System.Windows.Forms.Padding(4); this.nupAdvNoteDPadUp.Maximum = new decimal(new int[] { 127, 0, 0, 0}); this.nupAdvNoteDPadUp.Name = "nupAdvNoteDPadUp"; this.nupAdvNoteDPadUp.Size = new System.Drawing.Size(74, 22); this.nupAdvNoteDPadUp.TabIndex = 6; this.nupAdvNoteDPadUp.Value = new decimal(new int[] { 64, 0, 0, 0}); // // label4 // label4.AutoSize = true; label4.Location = new System.Drawing.Point(4, 32); label4.Name = "label4"; label4.Size = new System.Drawing.Size(66, 17); label4.TabIndex = 0; label4.Text = "Red Tom"; // // label19 // label19.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); label19.Location = new System.Drawing.Point(4, 1); label19.Name = "label19"; label19.Size = new System.Drawing.Size(99, 27); label19.TabIndex = 0; label19.Text = "Drum"; label19.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label20 // label20.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); label20.Location = new System.Drawing.Point(113, 1); label20.Name = "label20"; label20.Size = new System.Drawing.Size(99, 27); label20.TabIndex = 0; label20.Text = "Note"; label20.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label21 // label21.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); label21.Location = new System.Drawing.Point(221, 1); label21.Name = "label21"; label21.Size = new System.Drawing.Size(65, 27); label21.TabIndex = 0; label21.Text = "Boost"; label21.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label22 // label22.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); label22.Location = new System.Drawing.Point(293, 1); label22.Name = "label22"; label22.Size = new System.Drawing.Size(101, 27); label22.TabIndex = 0; label22.Text = "Boost"; label22.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label23 // label23.AutoSize = true; label23.Location = new System.Drawing.Point(4, 63); label23.Name = "label23"; label23.Size = new System.Drawing.Size(80, 17); label23.TabIndex = 0; label23.Text = "Yellow Tom"; // // label24 // label24.AutoSize = true; label24.Location = new System.Drawing.Point(4, 94); label24.Name = "label24"; label24.Size = new System.Drawing.Size(98, 17); label24.TabIndex = 0; label24.Text = "Yellow Cymbal"; // // label25 // label25.AutoSize = true; label25.Location = new System.Drawing.Point(4, 125); label25.Name = "label25"; label25.Size = new System.Drawing.Size(68, 17); label25.TabIndex = 0; label25.Text = "Blue Tom"; // // label26 // label26.AutoSize = true; label26.Location = new System.Drawing.Point(4, 156); label26.Name = "label26"; label26.Size = new System.Drawing.Size(86, 17); label26.TabIndex = 0; label26.Text = "Blue Cymbal"; // // label27 // label27.AutoSize = true; label27.Location = new System.Drawing.Point(4, 187); label27.Name = "label27"; label27.Size = new System.Drawing.Size(80, 17); label27.TabIndex = 0; label27.Text = "Green Tom"; // // label28 // label28.AutoSize = true; label28.Location = new System.Drawing.Point(4, 218); label28.Name = "label28"; label28.Size = new System.Drawing.Size(98, 17); label28.TabIndex = 0; label28.Text = "Green Cymbal"; // // label29 // label29.AutoSize = true; label29.Location = new System.Drawing.Point(4, 32); label29.Name = "label29"; label29.Size = new System.Drawing.Size(72, 17); label29.TabIndex = 0; label29.Text = "Pedal Left"; // // label30 // label30.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); label30.Location = new System.Drawing.Point(4, 1); label30.Name = "label30"; label30.Size = new System.Drawing.Size(93, 27); label30.TabIndex = 0; label30.Text = "Pedal"; label30.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label31 // label31.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); label31.Location = new System.Drawing.Point(112, 1); label31.Name = "label31"; label31.Size = new System.Drawing.Size(93, 27); label31.TabIndex = 0; label31.Text = "Note"; label31.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label32 // label32.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); label32.Location = new System.Drawing.Point(221, 1); label32.Name = "label32"; label32.Size = new System.Drawing.Size(65, 27); label32.TabIndex = 0; label32.Text = "Boost"; label32.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label33 // label33.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); label33.Location = new System.Drawing.Point(293, 1); label33.Name = "label33"; label33.Size = new System.Drawing.Size(96, 27); label33.TabIndex = 0; label33.Text = "Boost"; label33.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label34 // label34.AutoSize = true; label34.Location = new System.Drawing.Point(4, 63); label34.Name = "label34"; label34.Size = new System.Drawing.Size(81, 17); label34.TabIndex = 0; label34.Text = "Pedal Right"; // // label35 // label35.AutoSize = true; label35.Location = new System.Drawing.Point(6, 77); label35.Name = "label35"; label35.Size = new System.Drawing.Size(162, 17); label35.TabIndex = 8; label35.Text = "New velocity = velocity *"; // // label36 // label36.AutoSize = true; label36.Location = new System.Drawing.Point(238, 79); label36.Name = "label36"; label36.Size = new System.Drawing.Size(16, 17); label36.TabIndex = 12; label36.Text = "+"; // // label38 // label38.Location = new System.Drawing.Point(296, 2); label38.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); label38.Name = "label38"; label38.Size = new System.Drawing.Size(160, 30); label38.TabIndex = 28; label38.Text = "Controller"; label38.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // label37 // label37.Location = new System.Drawing.Point(11, 2); label37.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); label37.Name = "label37"; label37.Size = new System.Drawing.Size(277, 30); label37.TabIndex = 27; label37.Text = "Usb Controller"; label37.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // nupMIDIChannel // this.nupMIDIChannel.Location = new System.Drawing.Point(764, 34); this.nupMIDIChannel.Margin = new System.Windows.Forms.Padding(4); this.nupMIDIChannel.Maximum = new decimal(new int[] { 15, 0, 0, 0}); this.nupMIDIChannel.Name = "nupMIDIChannel"; this.nupMIDIChannel.Size = new System.Drawing.Size(96, 22); this.nupMIDIChannel.TabIndex = 19; this.nupMIDIChannel.ValueChanged += new System.EventHandler(this.UpdateMidi); // // ddlMIDIDevice // this.ddlMIDIDevice.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.ddlMIDIDevice.FormattingEnabled = true; this.ddlMIDIDevice.Location = new System.Drawing.Point(583, 34); this.ddlMIDIDevice.Margin = new System.Windows.Forms.Padding(4); this.ddlMIDIDevice.Name = "ddlMIDIDevice"; this.ddlMIDIDevice.Size = new System.Drawing.Size(160, 24); this.ddlMIDIDevice.TabIndex = 18; this.ddlMIDIDevice.SelectedIndexChanged += new System.EventHandler(this.UpdateMidi); // // pnlHolder // this.pnlHolder.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pnlHolder.BackgroundImage"))); this.pnlHolder.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.pnlHolder.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.pnlHolder.Controls.Add(this.groupBox7); this.pnlHolder.Controls.Add(this.groupBox6); this.pnlHolder.Controls.Add(this.groupBox5); this.pnlHolder.Controls.Add(this.groupBox13); this.pnlHolder.Controls.Add(this.groupBox12); this.pnlHolder.Controls.Add(this.groupBox4); this.pnlHolder.Controls.Add(this.groupBox3); this.pnlHolder.Controls.Add(this.groupBox2); this.pnlHolder.Controls.Add(this.groupBox1); this.pnlHolder.Controls.Add(this.chkDPadLeft); this.pnlHolder.Controls.Add(this.chkDPadDown); this.pnlHolder.Controls.Add(this.chkDPadUp); this.pnlHolder.Controls.Add(this.chkDPadRight); this.pnlHolder.Controls.Add(this.chkBigButton); this.pnlHolder.Controls.Add(this.chkSelect); this.pnlHolder.Controls.Add(this.chkStart); this.pnlHolder.Controls.Add(this.chkRectangle); this.pnlHolder.Controls.Add(this.chkX); this.pnlHolder.Controls.Add(this.chkCircle); this.pnlHolder.Controls.Add(this.chkTriangle); this.pnlHolder.Controls.Add(this.nupDPadDown); this.pnlHolder.Controls.Add(this.nupDPadLeft); this.pnlHolder.Controls.Add(this.nupDPadUp); this.pnlHolder.Controls.Add(this.nupDPadRight); this.pnlHolder.Controls.Add(this.nupBigButton); this.pnlHolder.Controls.Add(this.nupStart); this.pnlHolder.Controls.Add(this.nupSelect); this.pnlHolder.Controls.Add(this.nupRectangle); this.pnlHolder.Controls.Add(this.nupX); this.pnlHolder.Controls.Add(this.nupTriangle); this.pnlHolder.Controls.Add(this.nupCircle); this.pnlHolder.Dock = System.Windows.Forms.DockStyle.Fill; this.pnlHolder.Location = new System.Drawing.Point(3, 3); this.pnlHolder.Margin = new System.Windows.Forms.Padding(4); this.pnlHolder.MaximumSize = new System.Drawing.Size(859, 608); this.pnlHolder.Name = "pnlHolder"; this.pnlHolder.Size = new System.Drawing.Size(859, 608); this.pnlHolder.TabIndex = 15; // // groupBox7 // this.groupBox7.Controls.Add(this.ddlRedTom); this.groupBox7.Controls.Add(this.nupRedTom); this.groupBox7.Controls.Add(this.btnRedTom); this.groupBox7.Controls.Add(this.pbRedTom); this.groupBox7.Controls.Add(this.chkBoostRedTom); this.groupBox7.ForeColor = System.Drawing.Color.White; this.groupBox7.Location = new System.Drawing.Point(54, 342); this.groupBox7.Name = "groupBox7"; this.groupBox7.Size = new System.Drawing.Size(138, 100); this.groupBox7.TabIndex = 41; this.groupBox7.TabStop = false; this.groupBox7.Text = "Red Tom"; // // ddlRedTom // this.ddlRedTom.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.ddlRedTom.Font = new System.Drawing.Font("Microsoft Sans Serif", 6F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.ddlRedTom.FormattingEnabled = true; this.ddlRedTom.Location = new System.Drawing.Point(79, 72); this.ddlRedTom.Margin = new System.Windows.Forms.Padding(4); this.ddlRedTom.Name = "ddlRedTom"; this.ddlRedTom.Size = new System.Drawing.Size(52, 21); this.ddlRedTom.TabIndex = 34; // // nupRedTom // this.nupRedTom.Location = new System.Drawing.Point(5, 23); this.nupRedTom.Margin = new System.Windows.Forms.Padding(4); this.nupRedTom.Maximum = new decimal(new int[] { 127, 0, 0, 0}); this.nupRedTom.Name = "nupRedTom"; this.nupRedTom.Size = new System.Drawing.Size(64, 22); this.nupRedTom.TabIndex = 4; this.nupRedTom.Value = new decimal(new int[] { 64, 0, 0, 0}); // // btnRedTom // this.btnRedTom.ForeColor = System.Drawing.Color.Black; this.btnRedTom.Location = new System.Drawing.Point(79, 23); this.btnRedTom.Margin = new System.Windows.Forms.Padding(4); this.btnRedTom.Name = "btnRedTom"; this.btnRedTom.Size = new System.Drawing.Size(53, 25); this.btnRedTom.TabIndex = 9; this.btnRedTom.Text = "Hit"; this.btnRedTom.UseVisualStyleBackColor = true; this.btnRedTom.Click += new System.EventHandler(this.ButtonPress); // // pbRedTom // this.pbRedTom.BackColor = System.Drawing.Color.Black; this.pbRedTom.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(175)))), ((int)(((byte)(230))))); this.pbRedTom.Location = new System.Drawing.Point(5, 52); this.pbRedTom.Margin = new System.Windows.Forms.Padding(4); this.pbRedTom.MarqueeAnimationSpeed = 0; this.pbRedTom.Maximum = 127; this.pbRedTom.Name = "pbRedTom"; this.pbRedTom.Size = new System.Drawing.Size(128, 15); this.pbRedTom.Style = System.Windows.Forms.ProgressBarStyle.Continuous; this.pbRedTom.TabIndex = 23; // // chkBoostRedTom // this.chkBoostRedTom.AutoSize = true; this.chkBoostRedTom.BackColor = System.Drawing.Color.Transparent; this.chkBoostRedTom.Checked = true; this.chkBoostRedTom.CheckState = System.Windows.Forms.CheckState.Checked; this.chkBoostRedTom.ForeColor = System.Drawing.Color.White; this.chkBoostRedTom.Location = new System.Drawing.Point(5, 72); this.chkBoostRedTom.Margin = new System.Windows.Forms.Padding(4); this.chkBoostRedTom.Name = "chkBoostRedTom"; this.chkBoostRedTom.RightToLeft = System.Windows.Forms.RightToLeft.No; this.chkBoostRedTom.Size = new System.Drawing.Size(66, 21); this.chkBoostRedTom.TabIndex = 28; this.chkBoostRedTom.Text = "Boost"; this.chkBoostRedTom.UseVisualStyleBackColor = false; // // groupBox6 // this.groupBox6.Controls.Add(this.ddlYellowTom); this.groupBox6.Controls.Add(this.nupYellowTom); this.groupBox6.Controls.Add(this.btnYellowTom); this.groupBox6.Controls.Add(this.pbYellowTom); this.groupBox6.Controls.Add(this.chkBoostYellowTom); this.groupBox6.ForeColor = System.Drawing.Color.White; this.groupBox6.Location = new System.Drawing.Point(222, 251); this.groupBox6.Name = "groupBox6"; this.groupBox6.Size = new System.Drawing.Size(138, 100); this.groupBox6.TabIndex = 41; this.groupBox6.TabStop = false; this.groupBox6.Text = "Yellow Tom"; // // ddlYellowTom // this.ddlYellowTom.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.ddlYellowTom.Font = new System.Drawing.Font("Microsoft Sans Serif", 6F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.ddlYellowTom.FormattingEnabled = true; this.ddlYellowTom.Location = new System.Drawing.Point(80, 71); this.ddlYellowTom.Margin = new System.Windows.Forms.Padding(4); this.ddlYellowTom.Name = "ddlYellowTom"; this.ddlYellowTom.Size = new System.Drawing.Size(52, 21); this.ddlYellowTom.TabIndex = 33; // // nupYellowTom // this.nupYellowTom.Location = new System.Drawing.Point(5, 22); this.nupYellowTom.Margin = new System.Windows.Forms.Padding(4); this.nupYellowTom.Maximum = new decimal(new int[] { 127, 0, 0, 0}); this.nupYellowTom.Name = "nupYellowTom"; this.nupYellowTom.Size = new System.Drawing.Size(64, 22); this.nupYellowTom.TabIndex = 7; this.nupYellowTom.Value = new decimal(new int[] { 64, 0, 0, 0}); // // btnYellowTom // this.btnYellowTom.ForeColor = System.Drawing.Color.Black; this.btnYellowTom.Location = new System.Drawing.Point(80, 22); this.btnYellowTom.Margin = new System.Windows.Forms.Padding(4); this.btnYellowTom.Name = "btnYellowTom"; this.btnYellowTom.Size = new System.Drawing.Size(53, 25); this.btnYellowTom.TabIndex = 12; this.btnYellowTom.Text = "Hit"; this.btnYellowTom.UseVisualStyleBackColor = true; this.btnYellowTom.Click += new System.EventHandler(this.ButtonPress); // // pbYellowTom // this.pbYellowTom.BackColor = System.Drawing.Color.Black; this.pbYellowTom.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(175)))), ((int)(((byte)(230))))); this.pbYellowTom.Location = new System.Drawing.Point(5, 51); this.pbYellowTom.Margin = new System.Windows.Forms.Padding(4); this.pbYellowTom.MarqueeAnimationSpeed = 0; this.pbYellowTom.Maximum = 127; this.pbYellowTom.Name = "pbYellowTom"; this.pbYellowTom.Size = new System.Drawing.Size(128, 15); this.pbYellowTom.Style = System.Windows.Forms.ProgressBarStyle.Continuous; this.pbYellowTom.TabIndex = 21; // // chkBoostYellowTom // this.chkBoostYellowTom.AutoSize = true; this.chkBoostYellowTom.BackColor = System.Drawing.Color.Transparent; this.chkBoostYellowTom.CheckAlign = System.Drawing.ContentAlignment.TopLeft; this.chkBoostYellowTom.Checked = true; this.chkBoostYellowTom.CheckState = System.Windows.Forms.CheckState.Checked; this.chkBoostYellowTom.ForeColor = System.Drawing.Color.White; this.chkBoostYellowTom.Location = new System.Drawing.Point(5, 71); this.chkBoostYellowTom.Margin = new System.Windows.Forms.Padding(4); this.chkBoostYellowTom.Name = "chkBoostYellowTom"; this.chkBoostYellowTom.RightToLeft = System.Windows.Forms.RightToLeft.No; this.chkBoostYellowTom.Size = new System.Drawing.Size(66, 21); this.chkBoostYellowTom.TabIndex = 27; this.chkBoostYellowTom.Text = "Boost"; this.chkBoostYellowTom.UseVisualStyleBackColor = false; // // groupBox5 // this.groupBox5.Controls.Add(this.nupBlueTom); this.groupBox5.Controls.Add(this.btnBlueTom); this.groupBox5.Controls.Add(this.pbBlueTom); this.groupBox5.Controls.Add(this.chkBoostBlueTom); this.groupBox5.Controls.Add(this.ddlBlueTom); this.groupBox5.ForeColor = System.Drawing.Color.White; this.groupBox5.Location = new System.Drawing.Point(450, 248); this.groupBox5.Name = "groupBox5"; this.groupBox5.Size = new System.Drawing.Size(138, 100); this.groupBox5.TabIndex = 41; this.groupBox5.TabStop = false; this.groupBox5.Text = "Blue Tom"; // // nupBlueTom // this.nupBlueTom.Location = new System.Drawing.Point(6, 22); this.nupBlueTom.Margin = new System.Windows.Forms.Padding(4); this.nupBlueTom.Maximum = new decimal(new int[] { 127, 0, 0, 0}); this.nupBlueTom.Name = "nupBlueTom"; this.nupBlueTom.Size = new System.Drawing.Size(64, 22); this.nupBlueTom.TabIndex = 5; this.nupBlueTom.Value = new decimal(new int[] { 64, 0, 0, 0}); // // btnBlueTom // this.btnBlueTom.ForeColor = System.Drawing.Color.Black; this.btnBlueTom.Location = new System.Drawing.Point(80, 22); this.btnBlueTom.Margin = new System.Windows.Forms.Padding(4); this.btnBlueTom.Name = "btnBlueTom"; this.btnBlueTom.Size = new System.Drawing.Size(53, 25); this.btnBlueTom.TabIndex = 10; this.btnBlueTom.Text = "Hit"; this.btnBlueTom.UseVisualStyleBackColor = true; this.btnBlueTom.Click += new System.EventHandler(this.ButtonPress); // // pbBlueTom // this.pbBlueTom.BackColor = System.Drawing.Color.Black; this.pbBlueTom.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(175)))), ((int)(((byte)(230))))); this.pbBlueTom.Location = new System.Drawing.Point(6, 51); this.pbBlueTom.Margin = new System.Windows.Forms.Padding(4); this.pbBlueTom.Maximum = 127; this.pbBlueTom.Name = "pbBlueTom"; this.pbBlueTom.Size = new System.Drawing.Size(128, 15); this.pbBlueTom.Style = System.Windows.Forms.ProgressBarStyle.Continuous; this.pbBlueTom.TabIndex = 24; // // chkBoostBlueTom // this.chkBoostBlueTom.AutoSize = true; this.chkBoostBlueTom.BackColor = System.Drawing.Color.Transparent; this.chkBoostBlueTom.Checked = true; this.chkBoostBlueTom.CheckState = System.Windows.Forms.CheckState.Checked; this.chkBoostBlueTom.ForeColor = System.Drawing.Color.White; this.chkBoostBlueTom.Location = new System.Drawing.Point(6, 71); this.chkBoostBlueTom.Margin = new System.Windows.Forms.Padding(4); this.chkBoostBlueTom.Name = "chkBoostBlueTom"; this.chkBoostBlueTom.RightToLeft = System.Windows.Forms.RightToLeft.No; this.chkBoostBlueTom.Size = new System.Drawing.Size(66, 21); this.chkBoostBlueTom.TabIndex = 29; this.chkBoostBlueTom.Text = "Boost"; this.chkBoostBlueTom.UseVisualStyleBackColor = false; // // ddlBlueTom // this.ddlBlueTom.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.ddlBlueTom.Font = new System.Drawing.Font("Microsoft Sans Serif", 6F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.ddlBlueTom.FormattingEnabled = true; this.ddlBlueTom.Location = new System.Drawing.Point(80, 71); this.ddlBlueTom.Margin = new System.Windows.Forms.Padding(4); this.ddlBlueTom.Name = "ddlBlueTom"; this.ddlBlueTom.Size = new System.Drawing.Size(52, 21); this.ddlBlueTom.TabIndex = 35; // // groupBox13 // this.groupBox13.Controls.Add(this.ddlPedalLeft); this.groupBox13.Controls.Add(this.btnPedalLeft); this.groupBox13.Controls.Add(this.pbPedalLeft); this.groupBox13.Controls.Add(this.chkBoostPedalLeft); this.groupBox13.Controls.Add(this.nupPedalLeft); this.groupBox13.ForeColor = System.Drawing.Color.White; this.groupBox13.Location = new System.Drawing.Point(75, 448); this.groupBox13.Name = "groupBox13"; this.groupBox13.Size = new System.Drawing.Size(138, 100); this.groupBox13.TabIndex = 41; this.groupBox13.TabStop = false; this.groupBox13.Text = "Pedal Left"; // // ddlPedalLeft // this.ddlPedalLeft.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.ddlPedalLeft.Font = new System.Drawing.Font("Microsoft Sans Serif", 6F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.ddlPedalLeft.FormattingEnabled = true; this.ddlPedalLeft.Location = new System.Drawing.Point(79, 72); this.ddlPedalLeft.Margin = new System.Windows.Forms.Padding(4); this.ddlPedalLeft.Name = "ddlPedalLeft"; this.ddlPedalLeft.Size = new System.Drawing.Size(52, 21); this.ddlPedalLeft.TabIndex = 35; // // btnPedalLeft // this.btnPedalLeft.ForeColor = System.Drawing.Color.Black; this.btnPedalLeft.Location = new System.Drawing.Point(80, 19); this.btnPedalLeft.Margin = new System.Windows.Forms.Padding(4); this.btnPedalLeft.Name = "btnPedalLeft"; this.btnPedalLeft.Size = new System.Drawing.Size(53, 25); this.btnPedalLeft.TabIndex = 10; this.btnPedalLeft.Text = "Hit"; this.btnPedalLeft.UseVisualStyleBackColor = true; this.btnPedalLeft.Click += new System.EventHandler(this.ButtonPress); // // pbPedalLeft // this.pbPedalLeft.BackColor = System.Drawing.Color.Black; this.pbPedalLeft.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(175)))), ((int)(((byte)(230))))); this.pbPedalLeft.Location = new System.Drawing.Point(5, 49); this.pbPedalLeft.Margin = new System.Windows.Forms.Padding(4); this.pbPedalLeft.Maximum = 127; this.pbPedalLeft.Name = "pbPedalLeft"; this.pbPedalLeft.Size = new System.Drawing.Size(128, 15); this.pbPedalLeft.Style = System.Windows.Forms.ProgressBarStyle.Continuous; this.pbPedalLeft.TabIndex = 24; // // chkBoostPedalLeft // this.chkBoostPedalLeft.AutoSize = true; this.chkBoostPedalLeft.BackColor = System.Drawing.Color.Transparent; this.chkBoostPedalLeft.Checked = true; this.chkBoostPedalLeft.CheckState = System.Windows.Forms.CheckState.Checked; this.chkBoostPedalLeft.ForeColor = System.Drawing.Color.White; this.chkBoostPedalLeft.Location = new System.Drawing.Point(5, 72); this.chkBoostPedalLeft.Margin = new System.Windows.Forms.Padding(4); this.chkBoostPedalLeft.Name = "chkBoostPedalLeft"; this.chkBoostPedalLeft.RightToLeft = System.Windows.Forms.RightToLeft.No; this.chkBoostPedalLeft.Size = new System.Drawing.Size(66, 21); this.chkBoostPedalLeft.TabIndex = 29; this.chkBoostPedalLeft.Text = "Boost"; this.chkBoostPedalLeft.UseVisualStyleBackColor = false; // // nupPedalLeft // this.nupPedalLeft.Location = new System.Drawing.Point(8, 20); this.nupPedalLeft.Margin = new System.Windows.Forms.Padding(4); this.nupPedalLeft.Maximum = new decimal(new int[] { 127, 0, 0, 0}); this.nupPedalLeft.Name = "nupPedalLeft"; this.nupPedalLeft.Size = new System.Drawing.Size(64, 22); this.nupPedalLeft.TabIndex = 3; this.nupPedalLeft.Value = new decimal(new int[] { 36, 0, 0, 0}); // // groupBox12 // this.groupBox12.Controls.Add(this.ddlPedalRight); this.groupBox12.Controls.Add(this.btnPedalRight); this.groupBox12.Controls.Add(this.nupPedalRight); this.groupBox12.Controls.Add(this.pbPedalRight); this.groupBox12.Controls.Add(this.chkBoostPedalRight); this.groupBox12.ForeColor = System.Drawing.Color.White; this.groupBox12.Location = new System.Drawing.Point(692, 433); this.groupBox12.Name = "groupBox12"; this.groupBox12.Size = new System.Drawing.Size(138, 100); this.groupBox12.TabIndex = 41; this.groupBox12.TabStop = false; this.groupBox12.Text = "Pedal Right"; // // ddlPedalRight // this.ddlPedalRight.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.ddlPedalRight.Font = new System.Drawing.Font("Microsoft Sans Serif", 6F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.ddlPedalRight.FormattingEnabled = true; this.ddlPedalRight.Location = new System.Drawing.Point(79, 72); this.ddlPedalRight.Margin = new System.Windows.Forms.Padding(4); this.ddlPedalRight.Name = "ddlPedalRight"; this.ddlPedalRight.Size = new System.Drawing.Size(52, 21); this.ddlPedalRight.TabIndex = 35; // // btnPedalRight // this.btnPedalRight.ForeColor = System.Drawing.Color.Black; this.btnPedalRight.Location = new System.Drawing.Point(80, 19); this.btnPedalRight.Margin = new System.Windows.Forms.Padding(4); this.btnPedalRight.Name = "btnPedalRight"; this.btnPedalRight.Size = new System.Drawing.Size(53, 25); this.btnPedalRight.TabIndex = 10; this.btnPedalRight.Text = "Hit"; this.btnPedalRight.UseVisualStyleBackColor = true; this.btnPedalRight.Click += new System.EventHandler(this.ButtonPress); // // nupPedalRight // this.nupPedalRight.Location = new System.Drawing.Point(8, 21); this.nupPedalRight.Margin = new System.Windows.Forms.Padding(4); this.nupPedalRight.Maximum = new decimal(new int[] { 127, 0, 0, 0}); this.nupPedalRight.Name = "nupPedalRight"; this.nupPedalRight.Size = new System.Drawing.Size(64, 22); this.nupPedalRight.TabIndex = 3; this.nupPedalRight.Value = new decimal(new int[] { 36, 0, 0, 0}); this.nupPedalRight.ValueChanged += new System.EventHandler(this.nupPedalRight_ValueChanged); // // pbPedalRight // this.pbPedalRight.BackColor = System.Drawing.Color.Black; this.pbPedalRight.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(175)))), ((int)(((byte)(230))))); this.pbPedalRight.Location = new System.Drawing.Point(5, 49); this.pbPedalRight.Margin = new System.Windows.Forms.Padding(4); this.pbPedalRight.Maximum = 127; this.pbPedalRight.Name = "pbPedalRight"; this.pbPedalRight.Size = new System.Drawing.Size(128, 15); this.pbPedalRight.Style = System.Windows.Forms.ProgressBarStyle.Continuous; this.pbPedalRight.TabIndex = 24; // // chkBoostPedalRight // this.chkBoostPedalRight.AutoSize = true; this.chkBoostPedalRight.BackColor = System.Drawing.Color.Transparent; this.chkBoostPedalRight.Checked = true; this.chkBoostPedalRight.CheckState = System.Windows.Forms.CheckState.Checked; this.chkBoostPedalRight.ForeColor = System.Drawing.Color.White; this.chkBoostPedalRight.Location = new System.Drawing.Point(5, 72); this.chkBoostPedalRight.Margin = new System.Windows.Forms.Padding(4); this.chkBoostPedalRight.Name = "chkBoostPedalRight"; this.chkBoostPedalRight.RightToLeft = System.Windows.Forms.RightToLeft.No; this.chkBoostPedalRight.Size = new System.Drawing.Size(66, 21); this.chkBoostPedalRight.TabIndex = 29; this.chkBoostPedalRight.Text = "Boost"; this.chkBoostPedalRight.UseVisualStyleBackColor = false; // // groupBox4 // this.groupBox4.Controls.Add(this.nupGreenTom); this.groupBox4.Controls.Add(this.btnGreenTom); this.groupBox4.Controls.Add(this.pbGreenTom); this.groupBox4.Controls.Add(this.chkBoostGreenTom); this.groupBox4.Controls.Add(this.ddlGreenTom); this.groupBox4.ForeColor = System.Drawing.Color.White; this.groupBox4.Location = new System.Drawing.Point(662, 307); this.groupBox4.Name = "groupBox4"; this.groupBox4.Size = new System.Drawing.Size(138, 100); this.groupBox4.TabIndex = 41; this.groupBox4.TabStop = false; this.groupBox4.Text = "Green Tom"; // // nupGreenTom // this.nupGreenTom.Location = new System.Drawing.Point(6, 22); this.nupGreenTom.Margin = new System.Windows.Forms.Padding(4); this.nupGreenTom.Maximum = new decimal(new int[] { 127, 0, 0, 0}); this.nupGreenTom.Name = "nupGreenTom"; this.nupGreenTom.Size = new System.Drawing.Size(64, 22); this.nupGreenTom.TabIndex = 6; this.nupGreenTom.Value = new decimal(new int[] { 64, 0, 0, 0}); // // btnGreenTom // this.btnGreenTom.ForeColor = System.Drawing.Color.Black; this.btnGreenTom.Location = new System.Drawing.Point(80, 22); this.btnGreenTom.Margin = new System.Windows.Forms.Padding(4); this.btnGreenTom.Name = "btnGreenTom"; this.btnGreenTom.Size = new System.Drawing.Size(53, 25); this.btnGreenTom.TabIndex = 11; this.btnGreenTom.Text = "Hit"; this.btnGreenTom.UseVisualStyleBackColor = true; this.btnGreenTom.Click += new System.EventHandler(this.ButtonPress); // // pbGreenTom // this.pbGreenTom.BackColor = System.Drawing.Color.Black; this.pbGreenTom.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(175)))), ((int)(((byte)(230))))); this.pbGreenTom.Location = new System.Drawing.Point(6, 51); this.pbGreenTom.Margin = new System.Windows.Forms.Padding(4); this.pbGreenTom.Maximum = 127; this.pbGreenTom.Name = "pbGreenTom"; this.pbGreenTom.Size = new System.Drawing.Size(128, 15); this.pbGreenTom.Style = System.Windows.Forms.ProgressBarStyle.Continuous; this.pbGreenTom.TabIndex = 25; // // chkBoostGreenTom // this.chkBoostGreenTom.AutoSize = true; this.chkBoostGreenTom.BackColor = System.Drawing.Color.Transparent; this.chkBoostGreenTom.Checked = true; this.chkBoostGreenTom.CheckState = System.Windows.Forms.CheckState.Checked; this.chkBoostGreenTom.ForeColor = System.Drawing.Color.White; this.chkBoostGreenTom.Location = new System.Drawing.Point(6, 71); this.chkBoostGreenTom.Margin = new System.Windows.Forms.Padding(4); this.chkBoostGreenTom.Name = "chkBoostGreenTom"; this.chkBoostGreenTom.RightToLeft = System.Windows.Forms.RightToLeft.No; this.chkBoostGreenTom.Size = new System.Drawing.Size(66, 21); this.chkBoostGreenTom.TabIndex = 31; this.chkBoostGreenTom.Text = "Boost"; this.chkBoostGreenTom.UseVisualStyleBackColor = false; // // ddlGreenTom // this.ddlGreenTom.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.ddlGreenTom.Font = new System.Drawing.Font("Microsoft Sans Serif", 6F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.ddlGreenTom.FormattingEnabled = true; this.ddlGreenTom.Location = new System.Drawing.Point(80, 71); this.ddlGreenTom.Margin = new System.Windows.Forms.Padding(4); this.ddlGreenTom.Name = "ddlGreenTom"; this.ddlGreenTom.Size = new System.Drawing.Size(52, 21); this.ddlGreenTom.TabIndex = 36; // // groupBox3 // this.groupBox3.Controls.Add(this.nupGreenCymbal); this.groupBox3.Controls.Add(this.btnGreenCymbal); this.groupBox3.Controls.Add(this.pbGreenCymbal); this.groupBox3.Controls.Add(this.chkBoostGreenCymbal); this.groupBox3.Controls.Add(this.ddlGreenCymbal); this.groupBox3.ForeColor = System.Drawing.Color.White; this.groupBox3.Location = new System.Drawing.Point(666, 122); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(138, 100); this.groupBox3.TabIndex = 41; this.groupBox3.TabStop = false; this.groupBox3.Text = "Green Cymbal"; // // nupGreenCymbal // this.nupGreenCymbal.Location = new System.Drawing.Point(6, 22); this.nupGreenCymbal.Margin = new System.Windows.Forms.Padding(4); this.nupGreenCymbal.Maximum = new decimal(new int[] { 127, 0, 0, 0}); this.nupGreenCymbal.Name = "nupGreenCymbal"; this.nupGreenCymbal.Size = new System.Drawing.Size(64, 22); this.nupGreenCymbal.TabIndex = 5; this.nupGreenCymbal.Value = new decimal(new int[] { 64, 0, 0, 0}); // // btnGreenCymbal // this.btnGreenCymbal.ForeColor = System.Drawing.Color.Black; this.btnGreenCymbal.Location = new System.Drawing.Point(80, 22); this.btnGreenCymbal.Margin = new System.Windows.Forms.Padding(4); this.btnGreenCymbal.Name = "btnGreenCymbal"; this.btnGreenCymbal.Size = new System.Drawing.Size(53, 25); this.btnGreenCymbal.TabIndex = 10; this.btnGreenCymbal.Text = "Hit"; this.btnGreenCymbal.UseVisualStyleBackColor = true; this.btnGreenCymbal.Click += new System.EventHandler(this.ButtonPress); // // pbGreenCymbal // this.pbGreenCymbal.BackColor = System.Drawing.Color.Black; this.pbGreenCymbal.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(175)))), ((int)(((byte)(230))))); this.pbGreenCymbal.Location = new System.Drawing.Point(6, 51); this.pbGreenCymbal.Margin = new System.Windows.Forms.Padding(4); this.pbGreenCymbal.Maximum = 127; this.pbGreenCymbal.Name = "pbGreenCymbal"; this.pbGreenCymbal.Size = new System.Drawing.Size(128, 15); this.pbGreenCymbal.Style = System.Windows.Forms.ProgressBarStyle.Continuous; this.pbGreenCymbal.TabIndex = 24; // // chkBoostGreenCymbal // this.chkBoostGreenCymbal.AutoSize = true; this.chkBoostGreenCymbal.BackColor = System.Drawing.Color.Transparent; this.chkBoostGreenCymbal.Checked = true; this.chkBoostGreenCymbal.CheckState = System.Windows.Forms.CheckState.Checked; this.chkBoostGreenCymbal.ForeColor = System.Drawing.Color.White; this.chkBoostGreenCymbal.Location = new System.Drawing.Point(6, 71); this.chkBoostGreenCymbal.Margin = new System.Windows.Forms.Padding(4); this.chkBoostGreenCymbal.Name = "chkBoostGreenCymbal"; this.chkBoostGreenCymbal.RightToLeft = System.Windows.Forms.RightToLeft.No; this.chkBoostGreenCymbal.Size = new System.Drawing.Size(66, 21); this.chkBoostGreenCymbal.TabIndex = 29; this.chkBoostGreenCymbal.Text = "Boost"; this.chkBoostGreenCymbal.UseVisualStyleBackColor = false; // // ddlGreenCymbal // this.ddlGreenCymbal.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.ddlGreenCymbal.Font = new System.Drawing.Font("Microsoft Sans Serif", 6F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.ddlGreenCymbal.FormattingEnabled = true; this.ddlGreenCymbal.Location = new System.Drawing.Point(80, 71); this.ddlGreenCymbal.Margin = new System.Windows.Forms.Padding(4); this.ddlGreenCymbal.Name = "ddlGreenCymbal"; this.ddlGreenCymbal.Size = new System.Drawing.Size(52, 21); this.ddlGreenCymbal.TabIndex = 35; // // groupBox2 // this.groupBox2.Controls.Add(this.nupBlueCymbal); this.groupBox2.Controls.Add(this.btnBlueCymbal); this.groupBox2.Controls.Add(this.pbBlueCymbal); this.groupBox2.Controls.Add(this.chkBoostBlueCymbal); this.groupBox2.Controls.Add(this.ddlBlueCymbal); this.groupBox2.ForeColor = System.Drawing.Color.White; this.groupBox2.Location = new System.Drawing.Point(450, 28); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(138, 100); this.groupBox2.TabIndex = 41; this.groupBox2.TabStop = false; this.groupBox2.Text = "Blue Cymbal"; // // nupBlueCymbal // this.nupBlueCymbal.Location = new System.Drawing.Point(5, 22); this.nupBlueCymbal.Margin = new System.Windows.Forms.Padding(4); this.nupBlueCymbal.Maximum = new decimal(new int[] { 127, 0, 0, 0}); this.nupBlueCymbal.Name = "nupBlueCymbal"; this.nupBlueCymbal.Size = new System.Drawing.Size(64, 22); this.nupBlueCymbal.TabIndex = 8; this.nupBlueCymbal.Value = new decimal(new int[] { 64, 0, 0, 0}); // // btnBlueCymbal // this.btnBlueCymbal.ForeColor = System.Drawing.Color.Black; this.btnBlueCymbal.Location = new System.Drawing.Point(80, 22); this.btnBlueCymbal.Margin = new System.Windows.Forms.Padding(4); this.btnBlueCymbal.Name = "btnBlueCymbal"; this.btnBlueCymbal.Size = new System.Drawing.Size(53, 25); this.btnBlueCymbal.TabIndex = 13; this.btnBlueCymbal.Text = "Hit"; this.btnBlueCymbal.UseVisualStyleBackColor = true; this.btnBlueCymbal.Click += new System.EventHandler(this.ButtonPress); // // pbBlueCymbal // this.pbBlueCymbal.BackColor = System.Drawing.Color.Black; this.pbBlueCymbal.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(175)))), ((int)(((byte)(230))))); this.pbBlueCymbal.Location = new System.Drawing.Point(5, 51); this.pbBlueCymbal.Margin = new System.Windows.Forms.Padding(4); this.pbBlueCymbal.Maximum = 127; this.pbBlueCymbal.Name = "pbBlueCymbal"; this.pbBlueCymbal.Size = new System.Drawing.Size(128, 15); this.pbBlueCymbal.Style = System.Windows.Forms.ProgressBarStyle.Continuous; this.pbBlueCymbal.TabIndex = 22; // // chkBoostBlueCymbal // this.chkBoostBlueCymbal.AutoSize = true; this.chkBoostBlueCymbal.BackColor = System.Drawing.Color.Transparent; this.chkBoostBlueCymbal.Checked = true; this.chkBoostBlueCymbal.CheckState = System.Windows.Forms.CheckState.Checked; this.chkBoostBlueCymbal.ForeColor = System.Drawing.Color.White; this.chkBoostBlueCymbal.Location = new System.Drawing.Point(5, 71); this.chkBoostBlueCymbal.Margin = new System.Windows.Forms.Padding(4); this.chkBoostBlueCymbal.Name = "chkBoostBlueCymbal"; this.chkBoostBlueCymbal.RightToLeft = System.Windows.Forms.RightToLeft.No; this.chkBoostBlueCymbal.Size = new System.Drawing.Size(66, 21); this.chkBoostBlueCymbal.TabIndex = 30; this.chkBoostBlueCymbal.Text = "Boost"; this.chkBoostBlueCymbal.UseVisualStyleBackColor = false; // // ddlBlueCymbal // this.ddlBlueCymbal.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.ddlBlueCymbal.Font = new System.Drawing.Font("Microsoft Sans Serif", 6F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.ddlBlueCymbal.FormattingEnabled = true; this.ddlBlueCymbal.Location = new System.Drawing.Point(80, 71); this.ddlBlueCymbal.Margin = new System.Windows.Forms.Padding(4); this.ddlBlueCymbal.Name = "ddlBlueCymbal"; this.ddlBlueCymbal.Size = new System.Drawing.Size(52, 21); this.ddlBlueCymbal.TabIndex = 37; // // groupBox1 // this.groupBox1.Controls.Add(this.ddlYellowCymbal); this.groupBox1.Controls.Add(this.nupYellowCymbal); this.groupBox1.Controls.Add(this.btnYellowCymbal); this.groupBox1.Controls.Add(this.pbYellowCymbal); this.groupBox1.Controls.Add(this.chkBoostYellowCymbal); this.groupBox1.ForeColor = System.Drawing.Color.White; this.groupBox1.Location = new System.Drawing.Point(60, 122); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(138, 100); this.groupBox1.TabIndex = 40; this.groupBox1.TabStop = false; this.groupBox1.Text = "Yellow Cymbal"; // // ddlYellowCymbal // this.ddlYellowCymbal.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.ddlYellowCymbal.Font = new System.Drawing.Font("Microsoft Sans Serif", 6F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.ddlYellowCymbal.FormattingEnabled = true; this.ddlYellowCymbal.Location = new System.Drawing.Point(78, 72); this.ddlYellowCymbal.Margin = new System.Windows.Forms.Padding(4); this.ddlYellowCymbal.Name = "ddlYellowCymbal"; this.ddlYellowCymbal.Size = new System.Drawing.Size(52, 21); this.ddlYellowCymbal.TabIndex = 35; // // nupYellowCymbal // this.nupYellowCymbal.Location = new System.Drawing.Point(4, 23); this.nupYellowCymbal.Margin = new System.Windows.Forms.Padding(4); this.nupYellowCymbal.Maximum = new decimal(new int[] { 127, 0, 0, 0}); this.nupYellowCymbal.Name = "nupYellowCymbal"; this.nupYellowCymbal.Size = new System.Drawing.Size(64, 22); this.nupYellowCymbal.TabIndex = 5; this.nupYellowCymbal.Value = new decimal(new int[] { 64, 0, 0, 0}); // // btnYellowCymbal // this.btnYellowCymbal.ForeColor = System.Drawing.Color.Black; this.btnYellowCymbal.Location = new System.Drawing.Point(78, 23); this.btnYellowCymbal.Margin = new System.Windows.Forms.Padding(4); this.btnYellowCymbal.Name = "btnYellowCymbal"; this.btnYellowCymbal.Size = new System.Drawing.Size(53, 25); this.btnYellowCymbal.TabIndex = 10; this.btnYellowCymbal.Text = "Hit"; this.btnYellowCymbal.UseVisualStyleBackColor = true; this.btnYellowCymbal.Click += new System.EventHandler(this.ButtonPress); // // pbYellowCymbal // this.pbYellowCymbal.BackColor = System.Drawing.Color.Black; this.pbYellowCymbal.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(175)))), ((int)(((byte)(230))))); this.pbYellowCymbal.Location = new System.Drawing.Point(4, 52); this.pbYellowCymbal.Margin = new System.Windows.Forms.Padding(4); this.pbYellowCymbal.Maximum = 127; this.pbYellowCymbal.Name = "pbYellowCymbal"; this.pbYellowCymbal.Size = new System.Drawing.Size(128, 15); this.pbYellowCymbal.Style = System.Windows.Forms.ProgressBarStyle.Continuous; this.pbYellowCymbal.TabIndex = 24; // // chkBoostYellowCymbal // this.chkBoostYellowCymbal.AutoSize = true; this.chkBoostYellowCymbal.BackColor = System.Drawing.Color.Transparent; this.chkBoostYellowCymbal.Checked = true; this.chkBoostYellowCymbal.CheckState = System.Windows.Forms.CheckState.Checked; this.chkBoostYellowCymbal.ForeColor = System.Drawing.Color.White; this.chkBoostYellowCymbal.Location = new System.Drawing.Point(4, 72); this.chkBoostYellowCymbal.Margin = new System.Windows.Forms.Padding(4); this.chkBoostYellowCymbal.Name = "chkBoostYellowCymbal"; this.chkBoostYellowCymbal.RightToLeft = System.Windows.Forms.RightToLeft.No; this.chkBoostYellowCymbal.Size = new System.Drawing.Size(66, 21); this.chkBoostYellowCymbal.TabIndex = 29; this.chkBoostYellowCymbal.Text = "Boost"; this.chkBoostYellowCymbal.UseVisualStyleBackColor = false; // // chkDPadLeft // this.chkDPadLeft.AutoSize = true; this.chkDPadLeft.CheckAlign = System.Drawing.ContentAlignment.MiddleCenter; this.chkDPadLeft.Enabled = false; this.chkDPadLeft.FlatAppearance.BorderSize = 0; this.chkDPadLeft.FlatAppearance.CheckedBackColor = System.Drawing.Color.Transparent; this.chkDPadLeft.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.chkDPadLeft.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; this.chkDPadLeft.Location = new System.Drawing.Point(259, 418); this.chkDPadLeft.Name = "chkDPadLeft"; this.chkDPadLeft.Size = new System.Drawing.Size(18, 17); this.chkDPadLeft.TabIndex = 39; this.chkDPadLeft.UseVisualStyleBackColor = true; // // chkDPadDown // this.chkDPadDown.AutoSize = true; this.chkDPadDown.CheckAlign = System.Drawing.ContentAlignment.MiddleCenter; this.chkDPadDown.Enabled = false; this.chkDPadDown.FlatAppearance.BorderSize = 0; this.chkDPadDown.FlatAppearance.CheckedBackColor = System.Drawing.Color.Transparent; this.chkDPadDown.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.chkDPadDown.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; this.chkDPadDown.Location = new System.Drawing.Point(297, 471); this.chkDPadDown.Name = "chkDPadDown"; this.chkDPadDown.Size = new System.Drawing.Size(18, 17); this.chkDPadDown.TabIndex = 39; this.chkDPadDown.UseVisualStyleBackColor = true; // // chkDPadUp // this.chkDPadUp.AutoSize = true; this.chkDPadUp.CheckAlign = System.Drawing.ContentAlignment.MiddleCenter; this.chkDPadUp.Enabled = false; this.chkDPadUp.FlatAppearance.BorderSize = 0; this.chkDPadUp.FlatAppearance.CheckedBackColor = System.Drawing.Color.Transparent; this.chkDPadUp.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.chkDPadUp.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; this.chkDPadUp.Location = new System.Drawing.Point(316, 370); this.chkDPadUp.Name = "chkDPadUp"; this.chkDPadUp.Size = new System.Drawing.Size(18, 17); this.chkDPadUp.TabIndex = 39; this.chkDPadUp.UseVisualStyleBackColor = true; // // chkDPadRight // this.chkDPadRight.AutoSize = true; this.chkDPadRight.CheckAlign = System.Drawing.ContentAlignment.MiddleCenter; this.chkDPadRight.Enabled = false; this.chkDPadRight.FlatAppearance.BorderSize = 0; this.chkDPadRight.FlatAppearance.CheckedBackColor = System.Drawing.Color.Transparent; this.chkDPadRight.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.chkDPadRight.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; this.chkDPadRight.Location = new System.Drawing.Point(365, 417); this.chkDPadRight.Name = "chkDPadRight"; this.chkDPadRight.Size = new System.Drawing.Size(18, 17); this.chkDPadRight.TabIndex = 39; this.chkDPadRight.UseVisualStyleBackColor = true; // // chkBigButton // this.chkBigButton.AutoSize = true; this.chkBigButton.CheckAlign = System.Drawing.ContentAlignment.MiddleCenter; this.chkBigButton.Enabled = false; this.chkBigButton.FlatAppearance.BorderSize = 0; this.chkBigButton.FlatAppearance.CheckedBackColor = System.Drawing.Color.Transparent; this.chkBigButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.chkBigButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; this.chkBigButton.Location = new System.Drawing.Point(434, 338); this.chkBigButton.Name = "chkBigButton"; this.chkBigButton.Size = new System.Drawing.Size(18, 17); this.chkBigButton.TabIndex = 39; this.chkBigButton.UseVisualStyleBackColor = true; // // chkSelect // this.chkSelect.AutoSize = true; this.chkSelect.CheckAlign = System.Drawing.ContentAlignment.MiddleCenter; this.chkSelect.Enabled = false; this.chkSelect.FlatAppearance.BorderSize = 0; this.chkSelect.FlatAppearance.CheckedBackColor = System.Drawing.Color.Transparent; this.chkSelect.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.chkSelect.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; this.chkSelect.Location = new System.Drawing.Point(435, 388); this.chkSelect.Name = "chkSelect"; this.chkSelect.Size = new System.Drawing.Size(18, 17); this.chkSelect.TabIndex = 39; this.chkSelect.UseVisualStyleBackColor = true; // // chkStart // this.chkStart.AutoSize = true; this.chkStart.CheckAlign = System.Drawing.ContentAlignment.MiddleCenter; this.chkStart.Enabled = false; this.chkStart.FlatAppearance.BorderSize = 0; this.chkStart.FlatAppearance.CheckedBackColor = System.Drawing.Color.Transparent; this.chkStart.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.chkStart.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; this.chkStart.Location = new System.Drawing.Point(435, 471); this.chkStart.Name = "chkStart"; this.chkStart.Size = new System.Drawing.Size(18, 17); this.chkStart.TabIndex = 39; this.chkStart.UseVisualStyleBackColor = true; // // chkRectangle // this.chkRectangle.AutoSize = true; this.chkRectangle.CheckAlign = System.Drawing.ContentAlignment.MiddleCenter; this.chkRectangle.Enabled = false; this.chkRectangle.FlatAppearance.BorderSize = 0; this.chkRectangle.FlatAppearance.CheckedBackColor = System.Drawing.Color.Transparent; this.chkRectangle.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.chkRectangle.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; this.chkRectangle.Location = new System.Drawing.Point(520, 423); this.chkRectangle.Name = "chkRectangle"; this.chkRectangle.Size = new System.Drawing.Size(18, 17); this.chkRectangle.TabIndex = 39; this.chkRectangle.UseVisualStyleBackColor = true; // // chkX // this.chkX.AutoSize = true; this.chkX.CheckAlign = System.Drawing.ContentAlignment.MiddleCenter; this.chkX.Enabled = false; this.chkX.FlatAppearance.BorderSize = 0; this.chkX.FlatAppearance.CheckedBackColor = System.Drawing.Color.Transparent; this.chkX.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.chkX.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; this.chkX.Location = new System.Drawing.Point(563, 464); this.chkX.Name = "chkX"; this.chkX.Size = new System.Drawing.Size(18, 17); this.chkX.TabIndex = 39; this.chkX.UseVisualStyleBackColor = true; // // chkCircle // this.chkCircle.AutoSize = true; this.chkCircle.CheckAlign = System.Drawing.ContentAlignment.MiddleCenter; this.chkCircle.Enabled = false; this.chkCircle.FlatAppearance.BorderSize = 0; this.chkCircle.FlatAppearance.CheckedBackColor = System.Drawing.Color.Transparent; this.chkCircle.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.chkCircle.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; this.chkCircle.Location = new System.Drawing.Point(602, 422); this.chkCircle.Name = "chkCircle"; this.chkCircle.Size = new System.Drawing.Size(18, 17); this.chkCircle.TabIndex = 39; this.chkCircle.UseVisualStyleBackColor = true; // // chkTriangle // this.chkTriangle.AutoSize = true; this.chkTriangle.CheckAlign = System.Drawing.ContentAlignment.MiddleCenter; this.chkTriangle.Enabled = false; this.chkTriangle.FlatAppearance.BorderSize = 0; this.chkTriangle.FlatAppearance.CheckedBackColor = System.Drawing.Color.Transparent; this.chkTriangle.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.chkTriangle.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; this.chkTriangle.Location = new System.Drawing.Point(560, 376); this.chkTriangle.Name = "chkTriangle"; this.chkTriangle.Size = new System.Drawing.Size(18, 17); this.chkTriangle.TabIndex = 39; this.chkTriangle.UseVisualStyleBackColor = true; // // nupDPadDown // this.nupDPadDown.Location = new System.Drawing.Point(270, 487); this.nupDPadDown.Margin = new System.Windows.Forms.Padding(4); this.nupDPadDown.Maximum = new decimal(new int[] { 127, 0, 0, 0}); this.nupDPadDown.Name = "nupDPadDown"; this.nupDPadDown.Size = new System.Drawing.Size(45, 22); this.nupDPadDown.TabIndex = 3; this.nupDPadDown.Value = new decimal(new int[] { 127, 0, 0, 0}); // // nupDPadLeft // this.nupDPadLeft.Location = new System.Drawing.Point(231, 433); this.nupDPadLeft.Margin = new System.Windows.Forms.Padding(4); this.nupDPadLeft.Maximum = new decimal(new int[] { 127, 0, 0, 0}); this.nupDPadLeft.Name = "nupDPadLeft"; this.nupDPadLeft.Size = new System.Drawing.Size(45, 22); this.nupDPadLeft.TabIndex = 3; this.nupDPadLeft.Value = new decimal(new int[] { 127, 0, 0, 0}); // // nupDPadUp // this.nupDPadUp.Location = new System.Drawing.Point(287, 386); this.nupDPadUp.Margin = new System.Windows.Forms.Padding(4); this.nupDPadUp.Maximum = new decimal(new int[] { 127, 0, 0, 0}); this.nupDPadUp.Name = "nupDPadUp"; this.nupDPadUp.Size = new System.Drawing.Size(45, 22); this.nupDPadUp.TabIndex = 3; this.nupDPadUp.Value = new decimal(new int[] { 127, 0, 0, 0}); // // nupDPadRight // this.nupDPadRight.Location = new System.Drawing.Point(337, 432); this.nupDPadRight.Margin = new System.Windows.Forms.Padding(4); this.nupDPadRight.Maximum = new decimal(new int[] { 127, 0, 0, 0}); this.nupDPadRight.Name = "nupDPadRight"; this.nupDPadRight.Size = new System.Drawing.Size(45, 22); this.nupDPadRight.TabIndex = 3; this.nupDPadRight.Value = new decimal(new int[] { 127, 0, 0, 0}); // // nupBigButton // this.nupBigButton.Location = new System.Drawing.Point(406, 355); this.nupBigButton.Margin = new System.Windows.Forms.Padding(4); this.nupBigButton.Maximum = new decimal(new int[] { 127, 0, 0, 0}); this.nupBigButton.Name = "nupBigButton"; this.nupBigButton.Size = new System.Drawing.Size(45, 22); this.nupBigButton.TabIndex = 3; this.nupBigButton.Value = new decimal(new int[] { 127, 0, 0, 0}); // // nupStart // this.nupStart.Location = new System.Drawing.Point(407, 487); this.nupStart.Margin = new System.Windows.Forms.Padding(4); this.nupStart.Maximum = new decimal(new int[] { 127, 0, 0, 0}); this.nupStart.Name = "nupStart"; this.nupStart.Size = new System.Drawing.Size(45, 22); this.nupStart.TabIndex = 3; this.nupStart.Value = new decimal(new int[] { 127, 0, 0, 0}); // // nupSelect // this.nupSelect.Location = new System.Drawing.Point(407, 405); this.nupSelect.Margin = new System.Windows.Forms.Padding(4); this.nupSelect.Maximum = new decimal(new int[] { 127, 0, 0, 0}); this.nupSelect.Name = "nupSelect"; this.nupSelect.Size = new System.Drawing.Size(45, 22); this.nupSelect.TabIndex = 3; this.nupSelect.Value = new decimal(new int[] { 127, 0, 0, 0}); // // nupRectangle // this.nupRectangle.Location = new System.Drawing.Point(492, 438); this.nupRectangle.Margin = new System.Windows.Forms.Padding(4); this.nupRectangle.Maximum = new decimal(new int[] { 127, 0, 0, 0}); this.nupRectangle.Name = "nupRectangle"; this.nupRectangle.Size = new System.Drawing.Size(45, 22); this.nupRectangle.TabIndex = 3; this.nupRectangle.Value = new decimal(new int[] { 127, 0, 0, 0}); // // nupX // this.nupX.Location = new System.Drawing.Point(535, 479); this.nupX.Margin = new System.Windows.Forms.Padding(4); this.nupX.Maximum = new decimal(new int[] { 127, 0, 0, 0}); this.nupX.Name = "nupX"; this.nupX.Size = new System.Drawing.Size(45, 22); this.nupX.TabIndex = 3; this.nupX.Value = new decimal(new int[] { 127, 0, 0, 0}); // // nupTriangle // this.nupTriangle.Location = new System.Drawing.Point(532, 393); this.nupTriangle.Margin = new System.Windows.Forms.Padding(4); this.nupTriangle.Maximum = new decimal(new int[] { 127, 0, 0, 0}); this.nupTriangle.Name = "nupTriangle"; this.nupTriangle.Size = new System.Drawing.Size(45, 22); this.nupTriangle.TabIndex = 3; this.nupTriangle.Value = new decimal(new int[] { 127, 0, 0, 0}); // // nupCircle // this.nupCircle.Location = new System.Drawing.Point(575, 438); this.nupCircle.Margin = new System.Windows.Forms.Padding(4); this.nupCircle.Maximum = new decimal(new int[] { 127, 0, 0, 0}); this.nupCircle.Name = "nupCircle"; this.nupCircle.Size = new System.Drawing.Size(45, 22); this.nupCircle.TabIndex = 3; this.nupCircle.Value = new decimal(new int[] { 127, 0, 0, 0}); // // lowerValues // this.lowerValues.Enabled = true; this.lowerValues.Interval = 20; this.lowerValues.Tick += new System.EventHandler(this.LowerValues); // // saveFileDialog // this.saveFileDialog.CreatePrompt = true; this.saveFileDialog.Title = "Save your current settings"; // // btnSave // this.btnSave.Location = new System.Drawing.Point(559, 66); this.btnSave.Margin = new System.Windows.Forms.Padding(4); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(116, 28); this.btnSave.TabIndex = 22; this.btnSave.Text = "Save settings"; this.btnSave.UseVisualStyleBackColor = true; this.btnSave.Click += new System.EventHandler(this.SaveSettingsClick); // // btnLoad // this.btnLoad.Location = new System.Drawing.Point(435, 66); this.btnLoad.Margin = new System.Windows.Forms.Padding(4); this.btnLoad.Name = "btnLoad"; this.btnLoad.Size = new System.Drawing.Size(116, 28); this.btnLoad.TabIndex = 23; this.btnLoad.Text = "Load settings"; this.btnLoad.UseVisualStyleBackColor = true; this.btnLoad.Click += new System.EventHandler(this.LoadSettingsClick); // // openFileDialog // this.openFileDialog.Title = "Open your saved settings"; // // btnReset // this.btnReset.Location = new System.Drawing.Point(311, 66); this.btnReset.Margin = new System.Windows.Forms.Padding(4); this.btnReset.Name = "btnReset"; this.btnReset.Size = new System.Drawing.Size(116, 28); this.btnReset.TabIndex = 24; this.btnReset.Text = "Default settings"; this.btnReset.UseVisualStyleBackColor = true; this.btnReset.Click += new System.EventHandler(this.LoadDefaultSettings); // // tabControl1 // this.tabControl1.Controls.Add(this.tabPage1); this.tabControl1.Controls.Add(this.tabPage2); this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.tabControl1.Location = new System.Drawing.Point(0, 0); this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; this.tabControl1.Size = new System.Drawing.Size(873, 692); this.tabControl1.TabIndex = 25; // // tabPage1 // this.tabPage1.Controls.Add(this.pnlHolder); this.tabPage1.Location = new System.Drawing.Point(4, 25); this.tabPage1.Name = "tabPage1"; this.tabPage1.Padding = new System.Windows.Forms.Padding(3); this.tabPage1.Size = new System.Drawing.Size(865, 663); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "Simple"; this.tabPage1.UseVisualStyleBackColor = true; // // tabPage2 // this.tabPage2.Controls.Add(this.groupBox11); this.tabPage2.Controls.Add(this.groupBox10); this.tabPage2.Controls.Add(this.groupBox9); this.tabPage2.Controls.Add(this.groupBox8); this.tabPage2.Location = new System.Drawing.Point(4, 25); this.tabPage2.Name = "tabPage2"; this.tabPage2.Padding = new System.Windows.Forms.Padding(3); this.tabPage2.Size = new System.Drawing.Size(865, 663); this.tabPage2.TabIndex = 1; this.tabPage2.Text = "Advanced"; this.tabPage2.UseVisualStyleBackColor = true; // // groupBox11 // this.groupBox11.Controls.Add(this.tableLayoutPanel3); this.groupBox11.Location = new System.Drawing.Point(447, 286); this.groupBox11.Name = "groupBox11"; this.groupBox11.Size = new System.Drawing.Size(410, 118); this.groupBox11.TabIndex = 12; this.groupBox11.TabStop = false; this.groupBox11.Text = "Pedals"; // // tableLayoutPanel3 // this.tableLayoutPanel3.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single; this.tableLayoutPanel3.ColumnCount = 4; this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 26.79901F)); this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 27.04715F)); this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 17.866F)); this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 28.0397F)); this.tableLayoutPanel3.Controls.Add(label29, 0, 1); this.tableLayoutPanel3.Controls.Add(label30, 0, 0); this.tableLayoutPanel3.Controls.Add(label31, 1, 0); this.tableLayoutPanel3.Controls.Add(label32, 2, 0); this.tableLayoutPanel3.Controls.Add(label33, 3, 0); this.tableLayoutPanel3.Controls.Add(label34, 0, 2); this.tableLayoutPanel3.Controls.Add(this.nupAdvNotePedalRight, 1, 2); this.tableLayoutPanel3.Controls.Add(this.nupAdvNotePedalLeft, 1, 1); this.tableLayoutPanel3.Controls.Add(this.chkAdvBoostPedalLeft, 2, 1); this.tableLayoutPanel3.Controls.Add(this.chkAdvBoostPedalRight, 2, 2); this.tableLayoutPanel3.Controls.Add(this.ddlAdvBoostPedalLeft, 3, 1); this.tableLayoutPanel3.Controls.Add(this.ddlAdvBoostPedalRight, 3, 2); this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel3.Location = new System.Drawing.Point(3, 18); this.tableLayoutPanel3.Name = "tableLayoutPanel3"; this.tableLayoutPanel3.RowCount = 3; this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); this.tableLayoutPanel3.Size = new System.Drawing.Size(404, 97); this.tableLayoutPanel3.TabIndex = 2; // // nupAdvNotePedalRight // this.nupAdvNotePedalRight.Location = new System.Drawing.Point(113, 67); this.nupAdvNotePedalRight.Margin = new System.Windows.Forms.Padding(4); this.nupAdvNotePedalRight.Maximum = new decimal(new int[] { 127, 0, 0, 0}); this.nupAdvNotePedalRight.Name = "nupAdvNotePedalRight"; this.nupAdvNotePedalRight.Size = new System.Drawing.Size(100, 22); this.nupAdvNotePedalRight.TabIndex = 6; this.nupAdvNotePedalRight.Value = new decimal(new int[] { 64, 0, 0, 0}); // // nupAdvNotePedalLeft // this.nupAdvNotePedalLeft.Location = new System.Drawing.Point(113, 36); this.nupAdvNotePedalLeft.Margin = new System.Windows.Forms.Padding(4); this.nupAdvNotePedalLeft.Maximum = new decimal(new int[] { 127, 0, 0, 0}); this.nupAdvNotePedalLeft.Name = "nupAdvNotePedalLeft"; this.nupAdvNotePedalLeft.Size = new System.Drawing.Size(100, 22); this.nupAdvNotePedalLeft.TabIndex = 6; this.nupAdvNotePedalLeft.Value = new decimal(new int[] { 64, 0, 0, 0}); // // chkAdvBoostPedalLeft // this.chkAdvBoostPedalLeft.Anchor = System.Windows.Forms.AnchorStyles.None; this.chkAdvBoostPedalLeft.AutoSize = true; this.chkAdvBoostPedalLeft.Location = new System.Drawing.Point(244, 38); this.chkAdvBoostPedalLeft.Name = "chkAdvBoostPedalLeft"; this.chkAdvBoostPedalLeft.Size = new System.Drawing.Size(18, 17); this.chkAdvBoostPedalLeft.TabIndex = 7; this.chkAdvBoostPedalLeft.UseVisualStyleBackColor = true; // // chkAdvBoostPedalRight // this.chkAdvBoostPedalRight.Anchor = System.Windows.Forms.AnchorStyles.None; this.chkAdvBoostPedalRight.AutoSize = true; this.chkAdvBoostPedalRight.Location = new System.Drawing.Point(244, 71); this.chkAdvBoostPedalRight.Name = "chkAdvBoostPedalRight"; this.chkAdvBoostPedalRight.Size = new System.Drawing.Size(18, 17); this.chkAdvBoostPedalRight.TabIndex = 7; this.chkAdvBoostPedalRight.UseVisualStyleBackColor = true; // // ddlAdvBoostPedalLeft // this.ddlAdvBoostPedalLeft.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.ddlAdvBoostPedalLeft.Font = new System.Drawing.Font("Microsoft Sans Serif", 6F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.ddlAdvBoostPedalLeft.FormattingEnabled = true; this.ddlAdvBoostPedalLeft.Location = new System.Drawing.Point(294, 36); this.ddlAdvBoostPedalLeft.Margin = new System.Windows.Forms.Padding(4); this.ddlAdvBoostPedalLeft.Name = "ddlAdvBoostPedalLeft"; this.ddlAdvBoostPedalLeft.Size = new System.Drawing.Size(105, 21); this.ddlAdvBoostPedalLeft.TabIndex = 38; // // ddlAdvBoostPedalRight // this.ddlAdvBoostPedalRight.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.ddlAdvBoostPedalRight.Font = new System.Drawing.Font("Microsoft Sans Serif", 6F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.ddlAdvBoostPedalRight.FormattingEnabled = true; this.ddlAdvBoostPedalRight.Location = new System.Drawing.Point(294, 67); this.ddlAdvBoostPedalRight.Margin = new System.Windows.Forms.Padding(4); this.ddlAdvBoostPedalRight.Name = "ddlAdvBoostPedalRight"; this.ddlAdvBoostPedalRight.Size = new System.Drawing.Size(105, 21); this.ddlAdvBoostPedalRight.TabIndex = 38; // // groupBox10 // this.groupBox10.Controls.Add(this.tableLayoutPanel2); this.groupBox10.Location = new System.Drawing.Point(447, 6); this.groupBox10.Name = "groupBox10"; this.groupBox10.Size = new System.Drawing.Size(410, 274); this.groupBox10.TabIndex = 12; this.groupBox10.TabStop = false; this.groupBox10.Text = "Drum Pads"; // // tableLayoutPanel2 // this.tableLayoutPanel2.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single; this.tableLayoutPanel2.ColumnCount = 4; this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 27.29529F)); this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 27.04715F)); this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 18.11414F)); this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 28.0397F)); this.tableLayoutPanel2.Controls.Add(this.ddlAdvBoostRedTom, 3, 1); this.tableLayoutPanel2.Controls.Add(label4, 0, 1); this.tableLayoutPanel2.Controls.Add(label19, 0, 0); this.tableLayoutPanel2.Controls.Add(label20, 1, 0); this.tableLayoutPanel2.Controls.Add(label21, 2, 0); this.tableLayoutPanel2.Controls.Add(label22, 3, 0); this.tableLayoutPanel2.Controls.Add(label23, 0, 2); this.tableLayoutPanel2.Controls.Add(label24, 0, 3); this.tableLayoutPanel2.Controls.Add(label25, 0, 4); this.tableLayoutPanel2.Controls.Add(label26, 0, 5); this.tableLayoutPanel2.Controls.Add(label27, 0, 6); this.tableLayoutPanel2.Controls.Add(label28, 0, 7); this.tableLayoutPanel2.Controls.Add(this.nupAdvNoteGreenCymbal, 1, 7); this.tableLayoutPanel2.Controls.Add(this.nupAdvNoteGreenTom, 1, 6); this.tableLayoutPanel2.Controls.Add(this.nupAdvNoteBlueCymbal, 1, 5); this.tableLayoutPanel2.Controls.Add(this.nupAdvNoteBlueTom, 1, 4); this.tableLayoutPanel2.Controls.Add(this.nupAdvNoteYellowCymbal, 1, 3); this.tableLayoutPanel2.Controls.Add(this.nupAdvNoteYellowTom, 1, 2); this.tableLayoutPanel2.Controls.Add(this.nupAdvNoteRedTom, 1, 1); this.tableLayoutPanel2.Controls.Add(this.chkAdvBoostRedTom, 2, 1); this.tableLayoutPanel2.Controls.Add(this.chkAdvBoostYellowTom, 2, 2); this.tableLayoutPanel2.Controls.Add(this.chkAdvBoostYellowCymbal, 2, 3); this.tableLayoutPanel2.Controls.Add(this.chkAdvBoostBlueTom, 2, 4); this.tableLayoutPanel2.Controls.Add(this.chkAdvBoostBlueCymbal, 2, 5); this.tableLayoutPanel2.Controls.Add(this.chkAdvBoostGreenTom, 2, 6); this.tableLayoutPanel2.Controls.Add(this.chkAdvBoostGreenCymbal, 2, 7); this.tableLayoutPanel2.Controls.Add(this.ddlAdvBoostYellowTom, 3, 2); this.tableLayoutPanel2.Controls.Add(this.ddlAdvBoostYellowCymbal, 3, 3); this.tableLayoutPanel2.Controls.Add(this.ddlAdvBoostBlueTom, 3, 4); this.tableLayoutPanel2.Controls.Add(this.ddlAdvBoostBlueCymbal, 3, 5); this.tableLayoutPanel2.Controls.Add(this.ddlAdvBoostGreenTom, 3, 6); this.tableLayoutPanel2.Controls.Add(this.ddlAdvBoostGreenCymbal, 3, 7); this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 18); this.tableLayoutPanel2.Name = "tableLayoutPanel2"; this.tableLayoutPanel2.RowCount = 8; this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); this.tableLayoutPanel2.Size = new System.Drawing.Size(404, 253); this.tableLayoutPanel2.TabIndex = 2; // // ddlAdvBoostRedTom // this.ddlAdvBoostRedTom.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.ddlAdvBoostRedTom.Font = new System.Drawing.Font("Microsoft Sans Serif", 6F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.ddlAdvBoostRedTom.FormattingEnabled = true; this.ddlAdvBoostRedTom.Location = new System.Drawing.Point(294, 36); this.ddlAdvBoostRedTom.Margin = new System.Windows.Forms.Padding(4); this.ddlAdvBoostRedTom.Name = "ddlAdvBoostRedTom"; this.ddlAdvBoostRedTom.Size = new System.Drawing.Size(100, 21); this.ddlAdvBoostRedTom.TabIndex = 38; // // nupAdvNoteGreenCymbal // this.nupAdvNoteGreenCymbal.Location = new System.Drawing.Point(114, 222); this.nupAdvNoteGreenCymbal.Margin = new System.Windows.Forms.Padding(4); this.nupAdvNoteGreenCymbal.Maximum = new decimal(new int[] { 127, 0, 0, 0}); this.nupAdvNoteGreenCymbal.Name = "nupAdvNoteGreenCymbal"; this.nupAdvNoteGreenCymbal.Size = new System.Drawing.Size(99, 22); this.nupAdvNoteGreenCymbal.TabIndex = 6; this.nupAdvNoteGreenCymbal.Value = new decimal(new int[] { 64, 0, 0, 0}); // // nupAdvNoteGreenTom // this.nupAdvNoteGreenTom.Location = new System.Drawing.Point(114, 191); this.nupAdvNoteGreenTom.Margin = new System.Windows.Forms.Padding(4); this.nupAdvNoteGreenTom.Maximum = new decimal(new int[] { 127, 0, 0, 0}); this.nupAdvNoteGreenTom.Name = "nupAdvNoteGreenTom"; this.nupAdvNoteGreenTom.Size = new System.Drawing.Size(99, 22); this.nupAdvNoteGreenTom.TabIndex = 6; this.nupAdvNoteGreenTom.Value = new decimal(new int[] { 64, 0, 0, 0}); // // nupAdvNoteBlueCymbal // this.nupAdvNoteBlueCymbal.Location = new System.Drawing.Point(114, 160); this.nupAdvNoteBlueCymbal.Margin = new System.Windows.Forms.Padding(4); this.nupAdvNoteBlueCymbal.Maximum = new decimal(new int[] { 127, 0, 0, 0}); this.nupAdvNoteBlueCymbal.Name = "nupAdvNoteBlueCymbal"; this.nupAdvNoteBlueCymbal.Size = new System.Drawing.Size(99, 22); this.nupAdvNoteBlueCymbal.TabIndex = 6; this.nupAdvNoteBlueCymbal.Value = new decimal(new int[] { 64, 0, 0, 0}); // // nupAdvNoteBlueTom // this.nupAdvNoteBlueTom.Location = new System.Drawing.Point(114, 129); this.nupAdvNoteBlueTom.Margin = new System.Windows.Forms.Padding(4); this.nupAdvNoteBlueTom.Maximum = new decimal(new int[] { 127, 0, 0, 0}); this.nupAdvNoteBlueTom.Name = "nupAdvNoteBlueTom"; this.nupAdvNoteBlueTom.Size = new System.Drawing.Size(99, 22); this.nupAdvNoteBlueTom.TabIndex = 6; this.nupAdvNoteBlueTom.Value = new decimal(new int[] { 64, 0, 0, 0}); // // nupAdvNoteYellowCymbal // this.nupAdvNoteYellowCymbal.Location = new System.Drawing.Point(114, 98); this.nupAdvNoteYellowCymbal.Margin = new System.Windows.Forms.Padding(4); this.nupAdvNoteYellowCymbal.Maximum = new decimal(new int[] { 127, 0, 0, 0}); this.nupAdvNoteYellowCymbal.Name = "nupAdvNoteYellowCymbal"; this.nupAdvNoteYellowCymbal.Size = new System.Drawing.Size(99, 22); this.nupAdvNoteYellowCymbal.TabIndex = 6; this.nupAdvNoteYellowCymbal.Value = new decimal(new int[] { 64, 0, 0, 0}); // // nupAdvNoteYellowTom // this.nupAdvNoteYellowTom.Location = new System.Drawing.Point(114, 67); this.nupAdvNoteYellowTom.Margin = new System.Windows.Forms.Padding(4); this.nupAdvNoteYellowTom.Maximum = new decimal(new int[] { 127, 0, 0, 0}); this.nupAdvNoteYellowTom.Name = "nupAdvNoteYellowTom"; this.nupAdvNoteYellowTom.Size = new System.Drawing.Size(99, 22); this.nupAdvNoteYellowTom.TabIndex = 6; this.nupAdvNoteYellowTom.Value = new decimal(new int[] { 64, 0, 0, 0}); // // nupAdvNoteRedTom // this.nupAdvNoteRedTom.Location = new System.Drawing.Point(114, 36); this.nupAdvNoteRedTom.Margin = new System.Windows.Forms.Padding(4); this.nupAdvNoteRedTom.Maximum = new decimal(new int[] { 127, 0, 0, 0}); this.nupAdvNoteRedTom.Name = "nupAdvNoteRedTom"; this.nupAdvNoteRedTom.Size = new System.Drawing.Size(99, 22); this.nupAdvNoteRedTom.TabIndex = 6; this.nupAdvNoteRedTom.Value = new decimal(new int[] { 64, 0, 0, 0}); // // chkAdvBoostRedTom // this.chkAdvBoostRedTom.Anchor = System.Windows.Forms.AnchorStyles.None; this.chkAdvBoostRedTom.AutoSize = true; this.chkAdvBoostRedTom.Location = new System.Drawing.Point(244, 38); this.chkAdvBoostRedTom.Name = "chkAdvBoostRedTom"; this.chkAdvBoostRedTom.Size = new System.Drawing.Size(18, 17); this.chkAdvBoostRedTom.TabIndex = 7; this.chkAdvBoostRedTom.UseVisualStyleBackColor = true; // // chkAdvBoostYellowTom // this.chkAdvBoostYellowTom.Anchor = System.Windows.Forms.AnchorStyles.None; this.chkAdvBoostYellowTom.AutoSize = true; this.chkAdvBoostYellowTom.Location = new System.Drawing.Point(244, 69); this.chkAdvBoostYellowTom.Name = "chkAdvBoostYellowTom"; this.chkAdvBoostYellowTom.Size = new System.Drawing.Size(18, 17); this.chkAdvBoostYellowTom.TabIndex = 7; this.chkAdvBoostYellowTom.UseVisualStyleBackColor = true; // // chkAdvBoostYellowCymbal // this.chkAdvBoostYellowCymbal.Anchor = System.Windows.Forms.AnchorStyles.None; this.chkAdvBoostYellowCymbal.AutoSize = true; this.chkAdvBoostYellowCymbal.Location = new System.Drawing.Point(244, 100); this.chkAdvBoostYellowCymbal.Name = "chkAdvBoostYellowCymbal"; this.chkAdvBoostYellowCymbal.Size = new System.Drawing.Size(18, 17); this.chkAdvBoostYellowCymbal.TabIndex = 7; this.chkAdvBoostYellowCymbal.UseVisualStyleBackColor = true; // // chkAdvBoostBlueTom // this.chkAdvBoostBlueTom.Anchor = System.Windows.Forms.AnchorStyles.None; this.chkAdvBoostBlueTom.AutoSize = true; this.chkAdvBoostBlueTom.Location = new System.Drawing.Point(244, 131); this.chkAdvBoostBlueTom.Name = "chkAdvBoostBlueTom"; this.chkAdvBoostBlueTom.Size = new System.Drawing.Size(18, 17); this.chkAdvBoostBlueTom.TabIndex = 7; this.chkAdvBoostBlueTom.UseVisualStyleBackColor = true; // // chkAdvBoostBlueCymbal // this.chkAdvBoostBlueCymbal.Anchor = System.Windows.Forms.AnchorStyles.None; this.chkAdvBoostBlueCymbal.AutoSize = true; this.chkAdvBoostBlueCymbal.Location = new System.Drawing.Point(244, 162); this.chkAdvBoostBlueCymbal.Name = "chkAdvBoostBlueCymbal"; this.chkAdvBoostBlueCymbal.Size = new System.Drawing.Size(18, 17); this.chkAdvBoostBlueCymbal.TabIndex = 7; this.chkAdvBoostBlueCymbal.UseVisualStyleBackColor = true; // // chkAdvBoostGreenTom // this.chkAdvBoostGreenTom.Anchor = System.Windows.Forms.AnchorStyles.None; this.chkAdvBoostGreenTom.AutoSize = true; this.chkAdvBoostGreenTom.Location = new System.Drawing.Point(244, 193); this.chkAdvBoostGreenTom.Name = "chkAdvBoostGreenTom"; this.chkAdvBoostGreenTom.Size = new System.Drawing.Size(18, 17); this.chkAdvBoostGreenTom.TabIndex = 7; this.chkAdvBoostGreenTom.UseVisualStyleBackColor = true; // // chkAdvBoostGreenCymbal // this.chkAdvBoostGreenCymbal.Anchor = System.Windows.Forms.AnchorStyles.None; this.chkAdvBoostGreenCymbal.AutoSize = true; this.chkAdvBoostGreenCymbal.Location = new System.Drawing.Point(244, 226); this.chkAdvBoostGreenCymbal.Name = "chkAdvBoostGreenCymbal"; this.chkAdvBoostGreenCymbal.Size = new System.Drawing.Size(18, 17); this.chkAdvBoostGreenCymbal.TabIndex = 7; this.chkAdvBoostGreenCymbal.UseVisualStyleBackColor = true; // // ddlAdvBoostYellowTom // this.ddlAdvBoostYellowTom.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.ddlAdvBoostYellowTom.Font = new System.Drawing.Font("Microsoft Sans Serif", 6F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.ddlAdvBoostYellowTom.FormattingEnabled = true; this.ddlAdvBoostYellowTom.Location = new System.Drawing.Point(294, 67); this.ddlAdvBoostYellowTom.Margin = new System.Windows.Forms.Padding(4); this.ddlAdvBoostYellowTom.Name = "ddlAdvBoostYellowTom"; this.ddlAdvBoostYellowTom.Size = new System.Drawing.Size(100, 21); this.ddlAdvBoostYellowTom.TabIndex = 38; // // ddlAdvBoostYellowCymbal // this.ddlAdvBoostYellowCymbal.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.ddlAdvBoostYellowCymbal.Font = new System.Drawing.Font("Microsoft Sans Serif", 6F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.ddlAdvBoostYellowCymbal.FormattingEnabled = true; this.ddlAdvBoostYellowCymbal.Location = new System.Drawing.Point(294, 98); this.ddlAdvBoostYellowCymbal.Margin = new System.Windows.Forms.Padding(4); this.ddlAdvBoostYellowCymbal.Name = "ddlAdvBoostYellowCymbal"; this.ddlAdvBoostYellowCymbal.Size = new System.Drawing.Size(100, 21); this.ddlAdvBoostYellowCymbal.TabIndex = 38; // // ddlAdvBoostBlueTom // this.ddlAdvBoostBlueTom.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.ddlAdvBoostBlueTom.Font = new System.Drawing.Font("Microsoft Sans Serif", 6F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.ddlAdvBoostBlueTom.FormattingEnabled = true; this.ddlAdvBoostBlueTom.Location = new System.Drawing.Point(294, 129); this.ddlAdvBoostBlueTom.Margin = new System.Windows.Forms.Padding(4); this.ddlAdvBoostBlueTom.Name = "ddlAdvBoostBlueTom"; this.ddlAdvBoostBlueTom.Size = new System.Drawing.Size(100, 21); this.ddlAdvBoostBlueTom.TabIndex = 38; // // ddlAdvBoostBlueCymbal // this.ddlAdvBoostBlueCymbal.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.ddlAdvBoostBlueCymbal.Font = new System.Drawing.Font("Microsoft Sans Serif", 6F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.ddlAdvBoostBlueCymbal.FormattingEnabled = true; this.ddlAdvBoostBlueCymbal.Location = new System.Drawing.Point(294, 160); this.ddlAdvBoostBlueCymbal.Margin = new System.Windows.Forms.Padding(4); this.ddlAdvBoostBlueCymbal.Name = "ddlAdvBoostBlueCymbal"; this.ddlAdvBoostBlueCymbal.Size = new System.Drawing.Size(100, 21); this.ddlAdvBoostBlueCymbal.TabIndex = 38; // // ddlAdvBoostGreenTom // this.ddlAdvBoostGreenTom.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.ddlAdvBoostGreenTom.Font = new System.Drawing.Font("Microsoft Sans Serif", 6F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.ddlAdvBoostGreenTom.FormattingEnabled = true; this.ddlAdvBoostGreenTom.Location = new System.Drawing.Point(294, 191); this.ddlAdvBoostGreenTom.Margin = new System.Windows.Forms.Padding(4); this.ddlAdvBoostGreenTom.Name = "ddlAdvBoostGreenTom"; this.ddlAdvBoostGreenTom.Size = new System.Drawing.Size(100, 21); this.ddlAdvBoostGreenTom.TabIndex = 38; // // ddlAdvBoostGreenCymbal // this.ddlAdvBoostGreenCymbal.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.ddlAdvBoostGreenCymbal.Font = new System.Drawing.Font("Microsoft Sans Serif", 6F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.ddlAdvBoostGreenCymbal.FormattingEnabled = true; this.ddlAdvBoostGreenCymbal.Location = new System.Drawing.Point(294, 222); this.ddlAdvBoostGreenCymbal.Margin = new System.Windows.Forms.Padding(4); this.ddlAdvBoostGreenCymbal.Name = "ddlAdvBoostGreenCymbal"; this.ddlAdvBoostGreenCymbal.Size = new System.Drawing.Size(100, 21); this.ddlAdvBoostGreenCymbal.TabIndex = 38; // // groupBox9 // this.groupBox9.Controls.Add(tableLayoutPanel1); this.groupBox9.Location = new System.Drawing.Point(8, 6); this.groupBox9.Name = "groupBox9"; this.groupBox9.Size = new System.Drawing.Size(433, 398); this.groupBox9.TabIndex = 12; this.groupBox9.TabStop = false; this.groupBox9.Text = "Buttons"; // // groupBox8 // this.groupBox8.Controls.Add(this.nupMNvelMult); this.groupBox8.Controls.Add(label36); this.groupBox8.Controls.Add(label35); this.groupBox8.Controls.Add(label1); this.groupBox8.Controls.Add(this.lbMN); this.groupBox8.Controls.Add(this.btnMNAdd); this.groupBox8.Controls.Add(label2); this.groupBox8.Controls.Add(this.btnMNRemove); this.groupBox8.Controls.Add(this.ddlMNnote); this.groupBox8.Controls.Add(this.nupMNvelAdd); this.groupBox8.Controls.Add(this.nupMNvelCheck); this.groupBox8.Controls.Add(this.nupMNnoteTo); this.groupBox8.Controls.Add(this.ddlMNvelCheck); this.groupBox8.Location = new System.Drawing.Point(8, 410); this.groupBox8.Name = "groupBox8"; this.groupBox8.Size = new System.Drawing.Size(849, 145); this.groupBox8.TabIndex = 12; this.groupBox8.TabStop = false; this.groupBox8.Text = "MultiNote"; // // nupMNvelMult // this.nupMNvelMult.DecimalPlaces = 2; this.nupMNvelMult.Increment = new decimal(new int[] { 1, 0, 0, 65536}); this.nupMNvelMult.Location = new System.Drawing.Point(167, 77); this.nupMNvelMult.Margin = new System.Windows.Forms.Padding(4); this.nupMNvelMult.Maximum = new decimal(new int[] { 10, 0, 0, 0}); this.nupMNvelMult.Name = "nupMNvelMult"; this.nupMNvelMult.Size = new System.Drawing.Size(64, 22); this.nupMNvelMult.TabIndex = 6; // // lbMN // this.lbMN.FormattingEnabled = true; this.lbMN.ItemHeight = 16; this.lbMN.Location = new System.Drawing.Point(439, 18); this.lbMN.Name = "lbMN"; this.lbMN.Size = new System.Drawing.Size(404, 116); this.lbMN.TabIndex = 11; // // btnMNAdd // this.btnMNAdd.Location = new System.Drawing.Point(331, 18); this.btnMNAdd.Name = "btnMNAdd"; this.btnMNAdd.Size = new System.Drawing.Size(102, 53); this.btnMNAdd.TabIndex = 0; this.btnMNAdd.Text = "Add"; this.btnMNAdd.UseVisualStyleBackColor = true; // // btnMNRemove // this.btnMNRemove.Location = new System.Drawing.Point(331, 77); this.btnMNRemove.Name = "btnMNRemove"; this.btnMNRemove.Size = new System.Drawing.Size(102, 52); this.btnMNRemove.TabIndex = 1; this.btnMNRemove.Text = "Remove"; this.btnMNRemove.UseVisualStyleBackColor = true; // // ddlMNnote // this.ddlMNnote.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.ddlMNnote.FormattingEnabled = true; this.ddlMNnote.Location = new System.Drawing.Point(9, 47); this.ddlMNnote.Name = "ddlMNnote"; this.ddlMNnote.Size = new System.Drawing.Size(135, 24); this.ddlMNnote.TabIndex = 9; // // nupMNvelAdd // this.nupMNvelAdd.Location = new System.Drawing.Point(260, 77); this.nupMNvelAdd.Margin = new System.Windows.Forms.Padding(4); this.nupMNvelAdd.Maximum = new decimal(new int[] { 127, 0, 0, 0}); this.nupMNvelAdd.Name = "nupMNvelAdd"; this.nupMNvelAdd.Size = new System.Drawing.Size(64, 22); this.nupMNvelAdd.TabIndex = 6; this.nupMNvelAdd.Value = new decimal(new int[] { 64, 0, 0, 0}); // // nupMNvelCheck // this.nupMNvelCheck.Location = new System.Drawing.Point(260, 19); this.nupMNvelCheck.Margin = new System.Windows.Forms.Padding(4); this.nupMNvelCheck.Maximum = new decimal(new int[] { 127, 0, 0, 0}); this.nupMNvelCheck.Name = "nupMNvelCheck"; this.nupMNvelCheck.Size = new System.Drawing.Size(64, 22); this.nupMNvelCheck.TabIndex = 6; this.nupMNvelCheck.Value = new decimal(new int[] { 64, 0, 0, 0}); // // nupMNnoteTo // this.nupMNnoteTo.Location = new System.Drawing.Point(260, 49); this.nupMNnoteTo.Margin = new System.Windows.Forms.Padding(4); this.nupMNnoteTo.Maximum = new decimal(new int[] { 127, 0, 0, 0}); this.nupMNnoteTo.Name = "nupMNnoteTo"; this.nupMNnoteTo.Size = new System.Drawing.Size(64, 22); this.nupMNnoteTo.TabIndex = 6; this.nupMNnoteTo.Value = new decimal(new int[] { 64, 0, 0, 0}); // // ddlMNvelCheck // this.ddlMNvelCheck.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.ddlMNvelCheck.FormattingEnabled = true; this.ddlMNvelCheck.Location = new System.Drawing.Point(113, 18); this.ddlMNvelCheck.Name = "ddlMNvelCheck"; this.ddlMNvelCheck.Size = new System.Drawing.Size(103, 24); this.ddlMNvelCheck.TabIndex = 7; // // panel1 // this.panel1.Controls.Add(this.btnConnect); this.panel1.Controls.Add(this.btnExit); this.panel1.Controls.Add(this.btnRefreshUsb); this.panel1.Controls.Add(label38); this.panel1.Controls.Add(label37); this.panel1.Controls.Add(this.ddlController); this.panel1.Controls.Add(this.ddlUsbController); this.panel1.Controls.Add(this.btnSave); this.panel1.Controls.Add(lblMIDIChannel); this.panel1.Controls.Add(this.btnLoad); this.panel1.Controls.Add(lblMIDIDevice); this.panel1.Controls.Add(this.nupMIDIChannel); this.panel1.Controls.Add(this.ddlMIDIDevice); this.panel1.Controls.Add(this.btnReset); this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom; this.panel1.Location = new System.Drawing.Point(0, 591); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(873, 101); this.panel1.TabIndex = 26; // // btnRefreshUsb // this.btnRefreshUsb.Location = new System.Drawing.Point(11, 66); this.btnRefreshUsb.Margin = new System.Windows.Forms.Padding(4); this.btnRefreshUsb.Name = "btnRefreshUsb"; this.btnRefreshUsb.Size = new System.Drawing.Size(112, 28); this.btnRefreshUsb.TabIndex = 29; this.btnRefreshUsb.Text = "Refresh"; this.btnRefreshUsb.UseVisualStyleBackColor = true; this.btnRefreshUsb.Click += new System.EventHandler(this.btnRefreshUsb_Click); // // ddlController // this.ddlController.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.ddlController.FormattingEnabled = true; this.ddlController.Location = new System.Drawing.Point(296, 32); this.ddlController.Margin = new System.Windows.Forms.Padding(4); this.ddlController.Name = "ddlController"; this.ddlController.Size = new System.Drawing.Size(233, 24); this.ddlController.TabIndex = 25; // // ddlUsbController // this.ddlUsbController.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.ddlUsbController.FormattingEnabled = true; this.ddlUsbController.Location = new System.Drawing.Point(11, 32); this.ddlUsbController.Margin = new System.Windows.Forms.Padding(4); this.ddlUsbController.Name = "ddlUsbController"; this.ddlUsbController.Size = new System.Drawing.Size(277, 24); this.ddlUsbController.TabIndex = 26; // // btnConnect // this.btnConnect.Location = new System.Drawing.Point(131, 66); this.btnConnect.Margin = new System.Windows.Forms.Padding(4); this.btnConnect.Name = "btnConnect"; this.btnConnect.Size = new System.Drawing.Size(112, 28); this.btnConnect.TabIndex = 29; this.btnConnect.Text = "Connect"; this.btnConnect.UseVisualStyleBackColor = true; this.btnConnect.Click += new System.EventHandler(this.btnConnect_Click); // // btnExit // this.btnExit.Location = new System.Drawing.Point(748, 66); this.btnExit.Margin = new System.Windows.Forms.Padding(4); this.btnExit.Name = "btnExit"; this.btnExit.Size = new System.Drawing.Size(112, 28); this.btnExit.TabIndex = 29; this.btnExit.Text = "Exit"; this.btnExit.UseVisualStyleBackColor = true; this.btnExit.Click += new System.EventHandler(this.btnExit_Click); // // FrmMain // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(873, 692); this.Controls.Add(this.panel1); this.Controls.Add(this.tabControl1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Margin = new System.Windows.Forms.Padding(4); this.MinimumSize = new System.Drawing.Size(853, 510); this.Name = "FrmMain"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "PS360 MIDI Pro Drummer v0.06"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.SaveDefaultSettings); tableLayoutPanel1.ResumeLayout(false); tableLayoutPanel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.nupAdvVelDPadUp)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.nupAdvVelDPadRight)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.nupAdvVelDPadDown)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.nupAdvVelDPadLeft)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.nupAdvVelTriangle)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.nupAdvVelCircle)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.nupAdvVelX)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.nupAdvVelRectangle)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.nupAdvVelSelect)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.nupAdvVelBigButton)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.nupAdvNoteStart)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.nupAdvVelStart)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.nupAdvNoteBigButton)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.nupAdvNoteSelect)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.nupAdvNoteRectangle)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.nupAdvNoteX)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.nupAdvNoteCircle)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.nupAdvNoteTriangle)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.nupAdvNoteDPadLeft)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.nupAdvNoteDPadDown)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.nupAdvNoteDPadRight)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.nupAdvNoteDPadUp)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.nupMIDIChannel)).EndInit(); this.pnlHolder.ResumeLayout(false); this.pnlHolder.PerformLayout(); this.groupBox7.ResumeLayout(false); this.groupBox7.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.nupRedTom)).EndInit(); this.groupBox6.ResumeLayout(false); this.groupBox6.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.nupYellowTom)).EndInit(); this.groupBox5.ResumeLayout(false); this.groupBox5.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.nupBlueTom)).EndInit(); this.groupBox13.ResumeLayout(false); this.groupBox13.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.nupPedalLeft)).EndInit(); this.groupBox12.ResumeLayout(false); this.groupBox12.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.nupPedalRight)).EndInit(); this.groupBox4.ResumeLayout(false); this.groupBox4.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.nupGreenTom)).EndInit(); this.groupBox3.ResumeLayout(false); this.groupBox3.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.nupGreenCymbal)).EndInit(); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.nupBlueCymbal)).EndInit(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.nupYellowCymbal)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.nupDPadDown)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.nupDPadLeft)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.nupDPadUp)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.nupDPadRight)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.nupBigButton)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.nupStart)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.nupSelect)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.nupRectangle)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.nupX)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.nupTriangle)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.nupCircle)).EndInit(); this.tabControl1.ResumeLayout(false); this.tabPage1.ResumeLayout(false); this.tabPage2.ResumeLayout(false); this.groupBox11.ResumeLayout(false); this.tableLayoutPanel3.ResumeLayout(false); this.tableLayoutPanel3.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.nupAdvNotePedalRight)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.nupAdvNotePedalLeft)).EndInit(); this.groupBox10.ResumeLayout(false); this.tableLayoutPanel2.ResumeLayout(false); this.tableLayoutPanel2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.nupAdvNoteGreenCymbal)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.nupAdvNoteGreenTom)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.nupAdvNoteBlueCymbal)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.nupAdvNoteBlueTom)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.nupAdvNoteYellowCymbal)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.nupAdvNoteYellowTom)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.nupAdvNoteRedTom)).EndInit(); this.groupBox9.ResumeLayout(false); this.groupBox8.ResumeLayout(false); this.groupBox8.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.nupMNvelMult)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.nupMNvelAdd)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.nupMNvelCheck)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.nupMNnoteTo)).EndInit(); this.panel1.ResumeLayout(false); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.Windows.Forms.TableLayoutPanel layoutPanel; System.Windows.Forms.Panel actionPanel; System.Windows.Forms.Panel inputAndNotificationPanel; this.importPublicKeyDescriptionTextBox = new System.Windows.Forms.TextBox(); this.decryptMessageButton = new System.Windows.Forms.Button(); this.publicKeyForEncryptionComboBox = new System.Windows.Forms.ComboBox(); this.copyMyPublicKeyButton = new System.Windows.Forms.Button(); this.emptyLabel = new System.Windows.Forms.Label(); this.notificationPopup = new MessageEncrypter.UserInterface.NotificationPopup(); this.inputTextBox = new System.Windows.Forms.TextBox(); layoutPanel = new System.Windows.Forms.TableLayoutPanel(); actionPanel = new System.Windows.Forms.Panel(); inputAndNotificationPanel = new System.Windows.Forms.Panel(); layoutPanel.SuspendLayout(); actionPanel.SuspendLayout(); inputAndNotificationPanel.SuspendLayout(); this.SuspendLayout(); // // layoutPanel // layoutPanel.ColumnCount = 1; layoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); layoutPanel.Controls.Add(actionPanel, 0, 2); layoutPanel.Controls.Add(this.emptyLabel, 0, 0); layoutPanel.Controls.Add(inputAndNotificationPanel, 0, 1); layoutPanel.Dock = System.Windows.Forms.DockStyle.Fill; layoutPanel.Location = new System.Drawing.Point(0, 0); layoutPanel.Name = "layoutPanel"; layoutPanel.RowCount = 3; layoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 0F)); layoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); layoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle()); layoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); layoutPanel.Size = new System.Drawing.Size(298, 243); layoutPanel.TabIndex = 0; // // actionPanel // actionPanel.Controls.Add(this.importPublicKeyDescriptionTextBox); actionPanel.Controls.Add(this.decryptMessageButton); actionPanel.Controls.Add(this.publicKeyForEncryptionComboBox); actionPanel.Controls.Add(this.copyMyPublicKeyButton); actionPanel.Dock = System.Windows.Forms.DockStyle.Fill; actionPanel.Location = new System.Drawing.Point(3, 214); actionPanel.Name = "actionPanel"; actionPanel.Size = new System.Drawing.Size(292, 26); actionPanel.TabIndex = 3; // // importPublicKeyDescriptionTextBox // this.importPublicKeyDescriptionTextBox.Dock = System.Windows.Forms.DockStyle.Fill; this.importPublicKeyDescriptionTextBox.Location = new System.Drawing.Point(0, 0); this.importPublicKeyDescriptionTextBox.Name = "importPublicKeyDescriptionTextBox"; this.importPublicKeyDescriptionTextBox.Size = new System.Drawing.Size(292, 20); this.importPublicKeyDescriptionTextBox.TabIndex = 1; this.importPublicKeyDescriptionTextBox.KeyUp += new System.Windows.Forms.KeyEventHandler(this.publicKeyDescriptionTextBox_KeyUp); // // decryptMessageButton // this.decryptMessageButton.Dock = System.Windows.Forms.DockStyle.Fill; this.decryptMessageButton.Location = new System.Drawing.Point(0, 0); this.decryptMessageButton.Name = "decryptMessageButton"; this.decryptMessageButton.Size = new System.Drawing.Size(292, 26); this.decryptMessageButton.TabIndex = 5; this.decryptMessageButton.Text = "Decrypt the message"; this.decryptMessageButton.UseVisualStyleBackColor = true; this.decryptMessageButton.Visible = false; this.decryptMessageButton.Click += new System.EventHandler(this.decryptMessageButton_Click); // // publicKeyForEncryptionComboBox // this.publicKeyForEncryptionComboBox.DisplayMember = "Description"; this.publicKeyForEncryptionComboBox.Dock = System.Windows.Forms.DockStyle.Fill; this.publicKeyForEncryptionComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.publicKeyForEncryptionComboBox.FormattingEnabled = true; this.publicKeyForEncryptionComboBox.Location = new System.Drawing.Point(0, 0); this.publicKeyForEncryptionComboBox.Name = "publicKeyForEncryptionComboBox"; this.publicKeyForEncryptionComboBox.Size = new System.Drawing.Size(292, 21); this.publicKeyForEncryptionComboBox.TabIndex = 3; this.publicKeyForEncryptionComboBox.ValueMember = "Description"; this.publicKeyForEncryptionComboBox.Visible = false; this.publicKeyForEncryptionComboBox.SelectedValueChanged += new System.EventHandler(this.publicKeyForEncryptionComboBox_SelectedValueChanged); // // copyMyPublicKeyButton // this.copyMyPublicKeyButton.Dock = System.Windows.Forms.DockStyle.Fill; this.copyMyPublicKeyButton.Location = new System.Drawing.Point(0, 0); this.copyMyPublicKeyButton.Name = "copyMyPublicKeyButton"; this.copyMyPublicKeyButton.Size = new System.Drawing.Size(292, 26); this.copyMyPublicKeyButton.TabIndex = 1; this.copyMyPublicKeyButton.Text = "Copy my public key to clipboard"; this.copyMyPublicKeyButton.UseVisualStyleBackColor = true; this.copyMyPublicKeyButton.Click += new System.EventHandler(this.copyMyPublicKeyButton_Click); // // emptyLabel // this.emptyLabel.AutoSize = true; this.emptyLabel.Location = new System.Drawing.Point(3, 0); this.emptyLabel.Name = "emptyLabel"; this.emptyLabel.Size = new System.Drawing.Size(0, 1); this.emptyLabel.TabIndex = 4; // // inputAndNotificationPanel // inputAndNotificationPanel.Controls.Add(this.notificationPopup); inputAndNotificationPanel.Controls.Add(this.inputTextBox); inputAndNotificationPanel.Dock = System.Windows.Forms.DockStyle.Fill; inputAndNotificationPanel.Location = new System.Drawing.Point(3, 3); inputAndNotificationPanel.Name = "inputAndNotificationPanel"; inputAndNotificationPanel.Size = new System.Drawing.Size(292, 205); inputAndNotificationPanel.TabIndex = 5; // // notificationPopup // this.notificationPopup.AutoSize = true; this.notificationPopup.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.notificationPopup.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.notificationPopup.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.notificationPopup.ForeColor = System.Drawing.Color.White; this.notificationPopup.Location = new System.Drawing.Point(0, 0); this.notificationPopup.Name = "notificationPopup"; this.notificationPopup.Size = new System.Drawing.Size(82, 21); this.notificationPopup.TabIndex = 1; this.notificationPopup.Visible = false; // // inputTextBox // this.inputTextBox.AcceptsReturn = true; this.inputTextBox.Dock = System.Windows.Forms.DockStyle.Fill; this.inputTextBox.Location = new System.Drawing.Point(0, 0); this.inputTextBox.Multiline = true; this.inputTextBox.Name = "inputTextBox"; this.inputTextBox.Size = new System.Drawing.Size(292, 205); this.inputTextBox.TabIndex = 7; this.inputTextBox.TextChanged += new System.EventHandler(this.inputTextBox_TextChanged); this.inputTextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.inputTextBox_KeyDown); // // MessageEncrypterForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(298, 243); this.Controls.Add(layoutPanel); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "MessageEncrypterForm"; this.ShowIcon = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Message Encrypter"; this.Load += new System.EventHandler(this.MessageEncrypterForm_Load); layoutPanel.ResumeLayout(false); layoutPanel.PerformLayout(); actionPanel.ResumeLayout(false); actionPanel.PerformLayout(); inputAndNotificationPanel.ResumeLayout(false); inputAndNotificationPanel.PerformLayout(); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.Windows.Forms.TableLayoutPanel tlpnlMain; this.groupBoxPerformance = new System.Windows.Forms.GroupBox(); this.tlpnlPerformance = new System.Windows.Forms.TableLayoutPanel(); this.chkShowAheadBehindDataInBrowseWindow = new System.Windows.Forms.CheckBox(); this.chkCheckForUncommittedChangesInCheckoutBranch = new System.Windows.Forms.CheckBox(); this.chkShowGitStatusInToolbar = new System.Windows.Forms.CheckBox(); this.chkShowGitStatusForArtificialCommits = new System.Windows.Forms.CheckBox(); this.chkShowStashCountInBrowseWindow = new System.Windows.Forms.CheckBox(); this.chkShowSubmoduleStatusInBrowse = new System.Windows.Forms.CheckBox(); this.chkUseFastChecks = new System.Windows.Forms.CheckBox(); this.lblCommitsLimit = new System.Windows.Forms.Label(); this._NO_TRANSLATE_MaxCommits = new System.Windows.Forms.NumericUpDown(); this.groupBoxBehaviour = new System.Windows.Forms.GroupBox(); this.tlpnlBehaviour = new System.Windows.Forms.TableLayoutPanel(); this.chkFollowRenamesInFileHistoryExact = new System.Windows.Forms.CheckBox(); this.RevisionGridQuickSearchTimeout = new System.Windows.Forms.NumericUpDown(); this.btnDefaultDestinationBrowse = new System.Windows.Forms.Button(); this.lblQuickSearchTimeout = new System.Windows.Forms.Label(); this.chkCloseProcessDialog = new System.Windows.Forms.CheckBox(); this.cbDefaultCloneDestination = new System.Windows.Forms.ComboBox(); this.chkShowGitCommandLine = new System.Windows.Forms.CheckBox(); this.lblDefaultCloneDestination = new System.Windows.Forms.Label(); this.chkUsePatienceDiffAlgorithm = new System.Windows.Forms.CheckBox(); this.chkStashUntrackedFiles = new System.Windows.Forms.CheckBox(); this.chkStartWithRecentWorkingDir = new System.Windows.Forms.CheckBox(); this.chkFollowRenamesInFileHistory = new System.Windows.Forms.CheckBox(); this.groupBoxTelemetry = new System.Windows.Forms.GroupBox(); this.tlpnlTelemetry = new System.Windows.Forms.TableLayoutPanel(); this.chkTelemetry = new System.Windows.Forms.CheckBox(); this.llblTelemetryPrivacyLink = new System.Windows.Forms.LinkLabel(); tlpnlMain = new System.Windows.Forms.TableLayoutPanel(); tlpnlMain.SuspendLayout(); this.groupBoxPerformance.SuspendLayout(); this.tlpnlPerformance.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this._NO_TRANSLATE_MaxCommits)).BeginInit(); this.groupBoxBehaviour.SuspendLayout(); this.tlpnlBehaviour.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.RevisionGridQuickSearchTimeout)).BeginInit(); this.groupBoxTelemetry.SuspendLayout(); this.tlpnlTelemetry.SuspendLayout(); this.SuspendLayout(); // // tlpnlMain // tlpnlMain.AutoSize = true; tlpnlMain.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; tlpnlMain.ColumnCount = 1; tlpnlMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); tlpnlMain.Controls.Add(this.groupBoxTelemetry, 0, 2); tlpnlMain.Controls.Add(this.groupBoxPerformance, 0, 0); tlpnlMain.Controls.Add(this.groupBoxBehaviour, 0, 1); tlpnlMain.Dock = System.Windows.Forms.DockStyle.Fill; tlpnlMain.Location = new System.Drawing.Point(8, 8); tlpnlMain.Name = "tlpnlMain"; tlpnlMain.RowCount = 4; tlpnlMain.RowStyles.Add(new System.Windows.Forms.RowStyle()); tlpnlMain.RowStyles.Add(new System.Windows.Forms.RowStyle()); tlpnlMain.RowStyles.Add(new System.Windows.Forms.RowStyle()); tlpnlMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); tlpnlMain.Size = new System.Drawing.Size(1324, 873); tlpnlMain.TabIndex = 0; // // groupBoxPerformance // this.groupBoxPerformance.AutoSize = true; this.groupBoxPerformance.Controls.Add(this.tlpnlPerformance); this.groupBoxPerformance.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBoxPerformance.Location = new System.Drawing.Point(3, 3); this.groupBoxPerformance.Name = "groupBoxPerformance"; this.groupBoxPerformance.Padding = new System.Windows.Forms.Padding(8); this.groupBoxPerformance.Size = new System.Drawing.Size(1318, 239); this.groupBoxPerformance.TabIndex = 0; this.groupBoxPerformance.TabStop = false; this.groupBoxPerformance.Text = "Performance"; // // tlpnlPerformance // this.tlpnlPerformance.AutoSize = true; this.tlpnlPerformance.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.tlpnlPerformance.ColumnCount = 2; this.tlpnlPerformance.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tlpnlPerformance.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tlpnlPerformance.Controls.Add(this.chkShowAheadBehindDataInBrowseWindow, 0, 5); this.tlpnlPerformance.Controls.Add(this.chkCheckForUncommittedChangesInCheckoutBranch, 0, 6); this.tlpnlPerformance.Controls.Add(this.chkShowGitStatusInToolbar, 0, 0); this.tlpnlPerformance.Controls.Add(this.chkShowGitStatusForArtificialCommits, 0, 1); this.tlpnlPerformance.Controls.Add(this.chkShowStashCountInBrowseWindow, 0, 4); this.tlpnlPerformance.Controls.Add(this.chkShowSubmoduleStatusInBrowse, 0, 2); this.tlpnlPerformance.Controls.Add(this.chkUseFastChecks, 0, 3); this.tlpnlPerformance.Controls.Add(this.lblCommitsLimit, 0, 7); this.tlpnlPerformance.Controls.Add(this._NO_TRANSLATE_MaxCommits, 1, 7); this.tlpnlPerformance.Dock = System.Windows.Forms.DockStyle.Top; this.tlpnlPerformance.Location = new System.Drawing.Point(8, 21); this.tlpnlPerformance.Name = "tlpnlPerformance"; this.tlpnlPerformance.RowCount = 8; this.tlpnlPerformance.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tlpnlPerformance.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tlpnlPerformance.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tlpnlPerformance.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tlpnlPerformance.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tlpnlPerformance.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tlpnlPerformance.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tlpnlPerformance.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tlpnlPerformance.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tlpnlPerformance.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tlpnlPerformance.Size = new System.Drawing.Size(1302, 210); this.tlpnlPerformance.TabIndex = 0; // // chkShowAheadBehindDataInBrowseWindow // this.chkShowAheadBehindDataInBrowseWindow.AutoSize = true; this.chkShowAheadBehindDataInBrowseWindow.Dock = System.Windows.Forms.DockStyle.Fill; this.chkShowAheadBehindDataInBrowseWindow.Location = new System.Drawing.Point(3, 141); this.chkShowAheadBehindDataInBrowseWindow.Name = "chkShowAheadBehindDataInBrowseWindow"; this.chkShowAheadBehindDataInBrowseWindow.Size = new System.Drawing.Size(347, 17); this.chkShowAheadBehindDataInBrowseWindow.TabIndex = 10; this.chkShowAheadBehindDataInBrowseWindow.Text = "Show ahead and behind information on status bar in browse window"; this.chkShowAheadBehindDataInBrowseWindow.UseVisualStyleBackColor = true; // // chkCheckForUncommittedChangesInCheckoutBranch // this.chkCheckForUncommittedChangesInCheckoutBranch.AutoSize = true; this.chkCheckForUncommittedChangesInCheckoutBranch.Dock = System.Windows.Forms.DockStyle.Fill; this.chkCheckForUncommittedChangesInCheckoutBranch.Location = new System.Drawing.Point(3, 164); this.chkCheckForUncommittedChangesInCheckoutBranch.Name = "chkCheckForUncommittedChangesInCheckoutBranch"; this.chkCheckForUncommittedChangesInCheckoutBranch.Size = new System.Drawing.Size(347, 17); this.chkCheckForUncommittedChangesInCheckoutBranch.TabIndex = 6; this.chkCheckForUncommittedChangesInCheckoutBranch.Text = "Check for uncommitted changes in checkout branch dialog"; this.chkCheckForUncommittedChangesInCheckoutBranch.UseVisualStyleBackColor = true; // // chkShowGitStatusInToolbar // this.chkShowGitStatusInToolbar.AutoSize = true; this.tlpnlPerformance.SetColumnSpan(this.chkShowGitStatusInToolbar, 2); this.chkShowGitStatusInToolbar.Dock = System.Windows.Forms.DockStyle.Fill; this.chkShowGitStatusInToolbar.Location = new System.Drawing.Point(3, 3); this.chkShowGitStatusInToolbar.Name = "chkShowGitStatusInToolbar"; this.chkShowGitStatusInToolbar.Size = new System.Drawing.Size(1296, 17); this.chkShowGitStatusInToolbar.TabIndex = 0; this.chkShowGitStatusInToolbar.Text = "Show number of changed files on commit button"; this.chkShowGitStatusInToolbar.UseVisualStyleBackColor = true; this.chkShowGitStatusInToolbar.CheckedChanged += new System.EventHandler(this.ShowGitStatus_CheckedChanged); // // chkShowGitStatusForArtificialCommits // this.chkShowGitStatusForArtificialCommits.AutoSize = true; this.tlpnlPerformance.SetColumnSpan(this.chkShowGitStatusForArtificialCommits, 2); this.chkShowGitStatusForArtificialCommits.Dock = System.Windows.Forms.DockStyle.Fill; this.chkShowGitStatusForArtificialCommits.Location = new System.Drawing.Point(3, 26); this.chkShowGitStatusForArtificialCommits.Name = "chkShowGitStatusForArtificialCommits"; this.chkShowGitStatusForArtificialCommits.Size = new System.Drawing.Size(1296, 17); this.chkShowGitStatusForArtificialCommits.TabIndex = 1; this.chkShowGitStatusForArtificialCommits.Text = "Show number of changed files for artificial commits"; this.chkShowGitStatusForArtificialCommits.UseVisualStyleBackColor = true; this.chkShowGitStatusForArtificialCommits.CheckedChanged += new System.EventHandler(this.ShowGitStatus_CheckedChanged); // // chkShowStashCountInBrowseWindow // this.chkShowStashCountInBrowseWindow.AutoSize = true; this.chkShowStashCountInBrowseWindow.Dock = System.Windows.Forms.DockStyle.Fill; this.chkShowStashCountInBrowseWindow.Location = new System.Drawing.Point(3, 118); this.chkShowStashCountInBrowseWindow.Name = "chkShowStashCountInBrowseWindow"; this.chkShowStashCountInBrowseWindow.Size = new System.Drawing.Size(347, 17); this.chkShowStashCountInBrowseWindow.TabIndex = 5; this.chkShowStashCountInBrowseWindow.Text = "Show stash count on status bar in browse window"; this.chkShowStashCountInBrowseWindow.UseVisualStyleBackColor = true; // // chkShowSubmoduleStatusInBrowse // this.chkShowSubmoduleStatusInBrowse.AutoSize = true; this.chkShowSubmoduleStatusInBrowse.Dock = System.Windows.Forms.DockStyle.Fill; this.chkShowSubmoduleStatusInBrowse.Location = new System.Drawing.Point(3, 49); this.chkShowSubmoduleStatusInBrowse.Name = "chkShowSubmoduleStatusInBrowse"; this.chkShowSubmoduleStatusInBrowse.Size = new System.Drawing.Size(347, 17); this.chkShowSubmoduleStatusInBrowse.TabIndex = 2; this.chkShowSubmoduleStatusInBrowse.Text = "Show submodule status in browse menu"; this.chkShowSubmoduleStatusInBrowse.UseVisualStyleBackColor = true; // // chkUseFastChecks // this.chkUseFastChecks.AutoSize = true; this.chkUseFastChecks.Dock = System.Windows.Forms.DockStyle.Fill; this.chkUseFastChecks.Location = new System.Drawing.Point(3, 95); this.chkUseFastChecks.Name = "chkUseFastChecks"; this.chkUseFastChecks.Size = new System.Drawing.Size(347, 17); this.chkUseFastChecks.TabIndex = 4; this.chkUseFastChecks.Text = "Use FileSystemWatcher to check if index is changed"; this.chkUseFastChecks.UseVisualStyleBackColor = true; // // lblCommitsLimit // this.lblCommitsLimit.AutoSize = true; this.lblCommitsLimit.Dock = System.Windows.Forms.DockStyle.Fill; this.lblCommitsLimit.Location = new System.Drawing.Point(3, 184); this.lblCommitsLimit.Name = "lblCommitsLimit"; this.lblCommitsLimit.Size = new System.Drawing.Size(347, 26); this.lblCommitsLimit.TabIndex = 7; this.lblCommitsLimit.Text = "Limit number of commits that will be loaded at startup"; this.lblCommitsLimit.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // _NO_TRANSLATE_MaxCommits // this._NO_TRANSLATE_MaxCommits.Increment = new decimal(new int[] { 100, 0, 0, 0 }); this._NO_TRANSLATE_MaxCommits.Location = new System.Drawing.Point(356, 187); this._NO_TRANSLATE_MaxCommits.Maximum = new decimal(new int[] { 1000000, 0, 0, 0 }); this._NO_TRANSLATE_MaxCommits.Name = "_NO_TRANSLATE_MaxCommits"; this._NO_TRANSLATE_MaxCommits.Size = new System.Drawing.Size(85, 20); this._NO_TRANSLATE_MaxCommits.TabIndex = 8; this._NO_TRANSLATE_MaxCommits.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; this._NO_TRANSLATE_MaxCommits.ThousandsSeparator = true; this._NO_TRANSLATE_MaxCommits.Value = new decimal(new int[] { 1000, 0, 0, 0 }); // // groupBoxBehaviour // this.groupBoxBehaviour.AutoSize = true; this.groupBoxBehaviour.Controls.Add(this.tlpnlBehaviour); this.groupBoxBehaviour.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBoxBehaviour.Location = new System.Drawing.Point(3, 248); this.groupBoxBehaviour.Name = "groupBoxBehaviour"; this.groupBoxBehaviour.Padding = new System.Windows.Forms.Padding(8); this.groupBoxBehaviour.Size = new System.Drawing.Size(1318, 222); this.groupBoxBehaviour.TabIndex = 1; this.groupBoxBehaviour.TabStop = false; this.groupBoxBehaviour.Text = "Behaviour"; // // tlpnlBehaviour // this.tlpnlBehaviour.AutoSize = true; this.tlpnlBehaviour.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.tlpnlBehaviour.ColumnCount = 3; this.tlpnlBehaviour.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tlpnlBehaviour.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tlpnlBehaviour.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tlpnlBehaviour.Controls.Add(this.chkFollowRenamesInFileHistoryExact, 1, 4); this.tlpnlBehaviour.Controls.Add(this.RevisionGridQuickSearchTimeout, 1, 7); this.tlpnlBehaviour.Controls.Add(this.btnDefaultDestinationBrowse, 2, 6); this.tlpnlBehaviour.Controls.Add(this.lblQuickSearchTimeout, 0, 7); this.tlpnlBehaviour.Controls.Add(this.chkCloseProcessDialog, 0, 0); this.tlpnlBehaviour.Controls.Add(this.cbDefaultCloneDestination, 1, 6); this.tlpnlBehaviour.Controls.Add(this.chkShowGitCommandLine, 0, 1); this.tlpnlBehaviour.Controls.Add(this.lblDefaultCloneDestination, 0, 6); this.tlpnlBehaviour.Controls.Add(this.chkUsePatienceDiffAlgorithm, 0, 2); this.tlpnlBehaviour.Controls.Add(this.chkStashUntrackedFiles, 0, 3); this.tlpnlBehaviour.Controls.Add(this.chkStartWithRecentWorkingDir, 0, 5); this.tlpnlBehaviour.Controls.Add(this.chkFollowRenamesInFileHistory, 0, 4); this.tlpnlBehaviour.Dock = System.Windows.Forms.DockStyle.Top; this.tlpnlBehaviour.Location = new System.Drawing.Point(8, 21); this.tlpnlBehaviour.Name = "tlpnlBehaviour"; this.tlpnlBehaviour.RowCount = 8; this.tlpnlBehaviour.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tlpnlBehaviour.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tlpnlBehaviour.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tlpnlBehaviour.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tlpnlBehaviour.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tlpnlBehaviour.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tlpnlBehaviour.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tlpnlBehaviour.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tlpnlBehaviour.Size = new System.Drawing.Size(1302, 193); this.tlpnlBehaviour.TabIndex = 0; // // chkFollowRenamesInFileHistoryExact // this.chkFollowRenamesInFileHistoryExact.AutoSize = true; this.chkFollowRenamesInFileHistoryExact.Dock = System.Windows.Forms.DockStyle.Fill; this.chkFollowRenamesInFileHistoryExact.Location = new System.Drawing.Point(273, 95); this.chkFollowRenamesInFileHistoryExact.Name = "chkFollowRenamesInFileHistoryExact"; this.chkFollowRenamesInFileHistoryExact.Size = new System.Drawing.Size(968, 17); this.chkFollowRenamesInFileHistoryExact.TabIndex = 5; this.chkFollowRenamesInFileHistoryExact.Text = "Follow exact renames and copies only"; this.chkFollowRenamesInFileHistoryExact.UseVisualStyleBackColor = true; // // RevisionGridQuickSearchTimeout // this.RevisionGridQuickSearchTimeout.Increment = new decimal(new int[] { 100, 0, 0, 0 }); this.RevisionGridQuickSearchTimeout.Location = new System.Drawing.Point(273, 170); this.RevisionGridQuickSearchTimeout.Maximum = new decimal(new int[] { 1000000, 0, 0, 0 }); this.RevisionGridQuickSearchTimeout.Minimum = new decimal(new int[] { 100, 0, 0, 0 }); this.RevisionGridQuickSearchTimeout.Name = "RevisionGridQuickSearchTimeout"; this.RevisionGridQuickSearchTimeout.Size = new System.Drawing.Size(85, 20); this.RevisionGridQuickSearchTimeout.TabIndex = 12; this.RevisionGridQuickSearchTimeout.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; this.RevisionGridQuickSearchTimeout.ThousandsSeparator = true; this.RevisionGridQuickSearchTimeout.Value = new decimal(new int[] { 1000, 0, 0, 0 }); // // btnDefaultDestinationBrowse // this.btnDefaultDestinationBrowse.AutoSize = true; this.btnDefaultDestinationBrowse.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.btnDefaultDestinationBrowse.Location = new System.Drawing.Point(1247, 141); this.btnDefaultDestinationBrowse.Name = "btnDefaultDestinationBrowse"; this.btnDefaultDestinationBrowse.Size = new System.Drawing.Size(52, 23); this.btnDefaultDestinationBrowse.TabIndex = 10; this.btnDefaultDestinationBrowse.Text = "Browse"; this.btnDefaultDestinationBrowse.UseVisualStyleBackColor = true; this.btnDefaultDestinationBrowse.Click += new System.EventHandler(this.DefaultCloneDestinationBrowseClick); // // lblQuickSearchTimeout // this.lblQuickSearchTimeout.AutoSize = true; this.lblQuickSearchTimeout.Dock = System.Windows.Forms.DockStyle.Fill; this.lblQuickSearchTimeout.Location = new System.Drawing.Point(3, 167); this.lblQuickSearchTimeout.Name = "lblQuickSearchTimeout"; this.lblQuickSearchTimeout.Size = new System.Drawing.Size(264, 26); this.lblQuickSearchTimeout.TabIndex = 11; this.lblQuickSearchTimeout.Text = "Revision grid quick search timeout [ms]"; this.lblQuickSearchTimeout.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // chkCloseProcessDialog // this.chkCloseProcessDialog.AutoSize = true; this.chkCloseProcessDialog.Dock = System.Windows.Forms.DockStyle.Fill; this.chkCloseProcessDialog.Location = new System.Drawing.Point(3, 3); this.chkCloseProcessDialog.Name = "chkCloseProcessDialog"; this.chkCloseProcessDialog.Size = new System.Drawing.Size(264, 17); this.chkCloseProcessDialog.TabIndex = 0; this.chkCloseProcessDialog.Text = "Close Process dialog when process succeeds"; this.chkCloseProcessDialog.UseVisualStyleBackColor = true; // // cbDefaultCloneDestination // this.cbDefaultCloneDestination.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend; this.cbDefaultCloneDestination.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.FileSystemDirectories; this.cbDefaultCloneDestination.Dock = System.Windows.Forms.DockStyle.Fill; this.cbDefaultCloneDestination.FormattingEnabled = true; this.cbDefaultCloneDestination.Location = new System.Drawing.Point(273, 141); this.cbDefaultCloneDestination.Name = "cbDefaultCloneDestination"; this.cbDefaultCloneDestination.Size = new System.Drawing.Size(968, 21); this.cbDefaultCloneDestination.TabIndex = 9; // // chkShowGitCommandLine // this.chkShowGitCommandLine.AutoSize = true; this.chkShowGitCommandLine.Dock = System.Windows.Forms.DockStyle.Fill; this.chkShowGitCommandLine.Location = new System.Drawing.Point(3, 26); this.chkShowGitCommandLine.Name = "chkShowGitCommandLine"; this.chkShowGitCommandLine.Size = new System.Drawing.Size(264, 17); this.chkShowGitCommandLine.TabIndex = 1; this.chkShowGitCommandLine.Text = "Show console window when executing git process"; this.chkShowGitCommandLine.UseVisualStyleBackColor = true; // // lblDefaultCloneDestination // this.lblDefaultCloneDestination.AutoSize = true; this.lblDefaultCloneDestination.Dock = System.Windows.Forms.DockStyle.Fill; this.lblDefaultCloneDestination.Location = new System.Drawing.Point(3, 138); this.lblDefaultCloneDestination.Name = "lblDefaultCloneDestination"; this.lblDefaultCloneDestination.Size = new System.Drawing.Size(264, 29); this.lblDefaultCloneDestination.TabIndex = 8; this.lblDefaultCloneDestination.Text = "Default clone destination"; this.lblDefaultCloneDestination.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // chkUsePatienceDiffAlgorithm // this.chkUsePatienceDiffAlgorithm.AutoSize = true; this.chkUsePatienceDiffAlgorithm.Dock = System.Windows.Forms.DockStyle.Fill; this.chkUsePatienceDiffAlgorithm.Location = new System.Drawing.Point(3, 49); this.chkUsePatienceDiffAlgorithm.Name = "chkUsePatienceDiffAlgorithm"; this.chkUsePatienceDiffAlgorithm.Size = new System.Drawing.Size(264, 17); this.chkUsePatienceDiffAlgorithm.TabIndex = 2; this.chkUsePatienceDiffAlgorithm.Text = "Use patience diff algorithm"; this.chkUsePatienceDiffAlgorithm.UseVisualStyleBackColor = true; // // chkStashUntrackedFiles // this.chkStashUntrackedFiles.AutoSize = true; this.chkStashUntrackedFiles.Dock = System.Windows.Forms.DockStyle.Fill; this.chkStashUntrackedFiles.Location = new System.Drawing.Point(3, 72); this.chkStashUntrackedFiles.Name = "chkStashUntrackedFiles"; this.chkStashUntrackedFiles.Size = new System.Drawing.Size(264, 17); this.chkStashUntrackedFiles.TabIndex = 3; this.chkStashUntrackedFiles.Text = "Include untracked files in stash"; this.chkStashUntrackedFiles.UseVisualStyleBackColor = true; // // chkStartWithRecentWorkingDir // this.chkStartWithRecentWorkingDir.AutoSize = true; this.chkStartWithRecentWorkingDir.Dock = System.Windows.Forms.DockStyle.Fill; this.chkStartWithRecentWorkingDir.Location = new System.Drawing.Point(3, 118); this.chkStartWithRecentWorkingDir.Name = "chkStartWithRecentWorkingDir"; this.chkStartWithRecentWorkingDir.Size = new System.Drawing.Size(264, 17); this.chkStartWithRecentWorkingDir.TabIndex = 6; this.chkStartWithRecentWorkingDir.Text = "Open last working directory on startup"; this.chkStartWithRecentWorkingDir.UseVisualStyleBackColor = true; // // chkFollowRenamesInFileHistory // this.chkFollowRenamesInFileHistory.AutoSize = true; this.chkFollowRenamesInFileHistory.Dock = System.Windows.Forms.DockStyle.Fill; this.chkFollowRenamesInFileHistory.Location = new System.Drawing.Point(3, 95); this.chkFollowRenamesInFileHistory.Name = "chkFollowRenamesInFileHistory"; this.chkFollowRenamesInFileHistory.Size = new System.Drawing.Size(264, 17); this.chkFollowRenamesInFileHistory.TabIndex = 4; this.chkFollowRenamesInFileHistory.Text = "Follow renames in file history (experimental)"; this.chkFollowRenamesInFileHistory.UseVisualStyleBackColor = true; // // groupBoxTelemetry // this.groupBoxTelemetry.AutoSize = true; this.groupBoxTelemetry.Controls.Add(this.tlpnlTelemetry); this.groupBoxTelemetry.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBoxTelemetry.Location = new System.Drawing.Point(3, 476); this.groupBoxTelemetry.Name = "groupBoxTelemetry"; this.groupBoxTelemetry.Padding = new System.Windows.Forms.Padding(8); this.groupBoxTelemetry.Size = new System.Drawing.Size(1318, 52); this.groupBoxTelemetry.TabIndex = 3; this.groupBoxTelemetry.TabStop = false; this.groupBoxTelemetry.Text = "Telemetry"; // // tlpnlTelemetry // this.tlpnlTelemetry.AutoSize = true; this.tlpnlTelemetry.ColumnCount = 2; this.tlpnlTelemetry.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tlpnlTelemetry.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tlpnlTelemetry.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tlpnlTelemetry.Controls.Add(this.chkTelemetry, 0, 0); this.tlpnlTelemetry.Controls.Add(this.llblTelemetryPrivacyLink, 1, 0); this.tlpnlTelemetry.Dock = System.Windows.Forms.DockStyle.Top; this.tlpnlTelemetry.Location = new System.Drawing.Point(8, 21); this.tlpnlTelemetry.Name = "tlpnlTelemetry"; this.tlpnlTelemetry.RowCount = 1; this.tlpnlTelemetry.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tlpnlTelemetry.Size = new System.Drawing.Size(1302, 23); this.tlpnlTelemetry.TabIndex = 0; // // chkTelemetry // this.chkTelemetry.AutoSize = true; this.chkTelemetry.Dock = System.Windows.Forms.DockStyle.Fill; this.chkTelemetry.Location = new System.Drawing.Point(3, 3); this.chkTelemetry.Name = "chkTelemetry"; this.chkTelemetry.Size = new System.Drawing.Size(128, 17); this.chkTelemetry.TabIndex = 0; this.chkTelemetry.Text = "Yes, I allow telemetry!"; this.chkTelemetry.UseVisualStyleBackColor = true; // // llblTelemetryPrivacyLink // this.llblTelemetryPrivacyLink.Dock = System.Windows.Forms.DockStyle.Fill; this.llblTelemetryPrivacyLink.Location = new System.Drawing.Point(137, 0); this.llblTelemetryPrivacyLink.Name = "llblTelemetryPrivacyLink"; this.llblTelemetryPrivacyLink.Size = new System.Drawing.Size(1162, 23); this.llblTelemetryPrivacyLink.TabIndex = 1; this.llblTelemetryPrivacyLink.TabStop = true; this.llblTelemetryPrivacyLink.Text = "Why and what is captured?"; this.llblTelemetryPrivacyLink.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.llblTelemetryPrivacyLink.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LlblTelemetryPrivacyLink_LinkClicked); // // GeneralSettingsPage // this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.AutoScroll = true; this.Controls.Add(tlpnlMain); this.Name = "GeneralSettingsPage"; this.Padding = new System.Windows.Forms.Padding(8); this.Size = new System.Drawing.Size(1340, 889); tlpnlMain.ResumeLayout(false); tlpnlMain.PerformLayout(); this.groupBoxPerformance.ResumeLayout(false); this.groupBoxPerformance.PerformLayout(); this.tlpnlPerformance.ResumeLayout(false); this.tlpnlPerformance.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this._NO_TRANSLATE_MaxCommits)).EndInit(); this.groupBoxBehaviour.ResumeLayout(false); this.groupBoxBehaviour.PerformLayout(); this.tlpnlBehaviour.ResumeLayout(false); this.tlpnlBehaviour.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.RevisionGridQuickSearchTimeout)).EndInit(); this.groupBoxTelemetry.ResumeLayout(false); this.groupBoxTelemetry.PerformLayout(); this.tlpnlTelemetry.ResumeLayout(false); this.tlpnlTelemetry.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.Label poachersDenLabel; System.Windows.Forms.Label inventoryLabel; System.Windows.Forms.TableLayoutPanel inventoryTable; this.inventoryEditor = new LionEditor.InventoryEditor(); this.poachersDenEditor = new LionEditor.InventoryEditor(); this.optionsTab = new System.Windows.Forms.TabPage(); this.optionsEditor = new LionEditor.OptionsEditor(); this.inventoryTab = new System.Windows.Forms.TabPage(); this.chronicleTab = new System.Windows.Forms.TabPage(); this.chronicleEditor = new LionEditor.ChronicleEditor(); this.charactersTab = new System.Windows.Forms.TabPage(); this.characterCollectionEditor = new LionEditor.CharacterCollectionEditor(); this.tabControl = new System.Windows.Forms.TabControl(); poachersDenLabel = new System.Windows.Forms.Label(); inventoryLabel = new System.Windows.Forms.Label(); inventoryTable = new System.Windows.Forms.TableLayoutPanel(); inventoryTable.SuspendLayout(); this.optionsTab.SuspendLayout(); this.inventoryTab.SuspendLayout(); this.chronicleTab.SuspendLayout(); this.charactersTab.SuspendLayout(); this.tabControl.SuspendLayout(); this.SuspendLayout(); // // poachersDenLabel // poachersDenLabel.AutoSize = true; poachersDenLabel.Dock = System.Windows.Forms.DockStyle.Fill; poachersDenLabel.Location = new System.Drawing.Point(361, 0); poachersDenLabel.Name = "poachersDenLabel"; poachersDenLabel.Size = new System.Drawing.Size(353, 24); poachersDenLabel.TabIndex = 3; poachersDenLabel.Text = "Poacher\'s Den"; poachersDenLabel.TextAlign = System.Drawing.ContentAlignment.BottomCenter; // // inventoryLabel // inventoryLabel.AutoSize = true; inventoryLabel.Dock = System.Windows.Forms.DockStyle.Fill; inventoryLabel.Location = new System.Drawing.Point(3, 0); inventoryLabel.Name = "inventoryLabel"; inventoryLabel.Size = new System.Drawing.Size(352, 24); inventoryLabel.TabIndex = 2; inventoryLabel.Text = "Inventory"; inventoryLabel.TextAlign = System.Drawing.ContentAlignment.BottomCenter; // // inventoryTable // inventoryTable.ColumnCount = 2; inventoryTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); inventoryTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); inventoryTable.Controls.Add(this.inventoryEditor, 0, 1); inventoryTable.Controls.Add(this.poachersDenEditor, 1, 1); inventoryTable.Controls.Add(inventoryLabel, 0, 0); inventoryTable.Controls.Add(poachersDenLabel, 1, 0); inventoryTable.Dock = System.Windows.Forms.DockStyle.Fill; inventoryTable.Location = new System.Drawing.Point(0, 0); inventoryTable.Margin = new System.Windows.Forms.Padding(0); inventoryTable.Name = "inventoryTable"; inventoryTable.RowCount = 2; inventoryTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 5.405406F)); inventoryTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 94.5946F)); inventoryTable.Size = new System.Drawing.Size(717, 450); inventoryTable.TabIndex = 1; // // inventoryEditor // this.inventoryEditor.Dock = System.Windows.Forms.DockStyle.Fill; this.inventoryEditor.Inventory = null; this.inventoryEditor.Location = new System.Drawing.Point(1, 25); this.inventoryEditor.Margin = new System.Windows.Forms.Padding(1); this.inventoryEditor.Name = "inventoryEditor"; this.inventoryEditor.Size = new System.Drawing.Size(356, 424); this.inventoryEditor.TabIndex = 0; // // poachersDenEditor // this.poachersDenEditor.Dock = System.Windows.Forms.DockStyle.Fill; this.poachersDenEditor.Inventory = null; this.poachersDenEditor.Location = new System.Drawing.Point(359, 25); this.poachersDenEditor.Margin = new System.Windows.Forms.Padding(1); this.poachersDenEditor.Name = "poachersDenEditor"; this.poachersDenEditor.Size = new System.Drawing.Size(357, 424); this.poachersDenEditor.TabIndex = 1; // // optionsTab // this.optionsTab.Controls.Add(this.optionsEditor); this.optionsTab.Location = new System.Drawing.Point(4, 22); this.optionsTab.Name = "optionsTab"; this.optionsTab.Padding = new System.Windows.Forms.Padding(3); this.optionsTab.Size = new System.Drawing.Size(717, 450); this.optionsTab.TabIndex = 3; this.optionsTab.Text = "Options"; this.optionsTab.UseVisualStyleBackColor = true; // // optionsEditor // this.optionsEditor.Dock = System.Windows.Forms.DockStyle.Left; this.optionsEditor.Location = new System.Drawing.Point(3, 3); this.optionsEditor.Name = "optionsEditor"; this.optionsEditor.Options = null; this.optionsEditor.Size = new System.Drawing.Size(460, 444); this.optionsEditor.TabIndex = 0; // // inventoryTab // this.inventoryTab.Controls.Add(inventoryTable); this.inventoryTab.Location = new System.Drawing.Point(4, 22); this.inventoryTab.Name = "inventoryTab"; this.inventoryTab.Size = new System.Drawing.Size(717, 450); this.inventoryTab.TabIndex = 2; this.inventoryTab.Text = "Inventory"; this.inventoryTab.UseVisualStyleBackColor = true; // // chronicleTab // this.chronicleTab.Controls.Add(this.chronicleEditor); this.chronicleTab.Location = new System.Drawing.Point(4, 22); this.chronicleTab.Name = "chronicleTab"; this.chronicleTab.Padding = new System.Windows.Forms.Padding(3); this.chronicleTab.Size = new System.Drawing.Size(717, 450); this.chronicleTab.TabIndex = 1; this.chronicleTab.Text = "Chronicle"; this.chronicleTab.UseVisualStyleBackColor = true; // // chronicleEditor // this.chronicleEditor.Artefacts = null; this.chronicleEditor.Casualties = ((uint)(0u)); this.chronicleEditor.Dock = System.Windows.Forms.DockStyle.Fill; this.chronicleEditor.Feats = null; this.chronicleEditor.Kills = ((uint)(0u)); this.chronicleEditor.Location = new System.Drawing.Point(3, 3); this.chronicleEditor.Name = "chronicleEditor"; this.chronicleEditor.Size = new System.Drawing.Size(711, 444); this.chronicleEditor.TabIndex = 0; this.chronicleEditor.Timer = ((uint)(0u)); this.chronicleEditor.WarFunds = ((uint)(0u)); this.chronicleEditor.Wonders = null; // // charactersTab // this.charactersTab.Controls.Add(this.characterCollectionEditor); this.charactersTab.Location = new System.Drawing.Point(4, 22); this.charactersTab.Name = "charactersTab"; this.charactersTab.Padding = new System.Windows.Forms.Padding(3); this.charactersTab.Size = new System.Drawing.Size(717, 450); this.charactersTab.TabIndex = 0; this.charactersTab.Text = "Characters"; this.charactersTab.UseVisualStyleBackColor = true; // // characterCollectionEditor // this.characterCollectionEditor.CharacterCollection = null; this.characterCollectionEditor.Dock = System.Windows.Forms.DockStyle.Fill; this.characterCollectionEditor.Location = new System.Drawing.Point(3, 3); this.characterCollectionEditor.Name = "characterCollectionEditor"; this.characterCollectionEditor.Size = new System.Drawing.Size(711, 444); this.characterCollectionEditor.TabIndex = 0; // // tabControl // this.tabControl.Controls.Add(this.charactersTab); this.tabControl.Controls.Add(this.chronicleTab); this.tabControl.Controls.Add(this.inventoryTab); this.tabControl.Controls.Add(this.optionsTab); this.tabControl.Dock = System.Windows.Forms.DockStyle.Fill; this.tabControl.Location = new System.Drawing.Point(0, 0); this.tabControl.Name = "tabControl"; this.tabControl.SelectedIndex = 0; this.tabControl.Size = new System.Drawing.Size(725, 476); this.tabControl.TabIndex = 1; // // SavegameEditor // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.tabControl); this.Name = "SavegameEditor"; this.Size = new System.Drawing.Size(725, 476); inventoryTable.ResumeLayout(false); inventoryTable.PerformLayout(); this.optionsTab.ResumeLayout(false); this.inventoryTab.ResumeLayout(false); this.chronicleTab.ResumeLayout(false); this.charactersTab.ResumeLayout(false); this.tabControl.ResumeLayout(false); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> void InitializeComponent() { tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); textBox1 = new System.Windows.Forms.TextBox(); button1 = new System.Windows.Forms.Button(); button2 = new System.Windows.Forms.Button(); tableLayoutPanel1.SuspendLayout(); SuspendLayout(); // // tableLayoutPanel1 // tableLayoutPanel1.ColumnCount = 2; tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); tableLayoutPanel1.Controls.Add(textBox1, 0, 0); tableLayoutPanel1.Controls.Add(button1, 0, 1); tableLayoutPanel1.Controls.Add(button2, 1, 1); tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); tableLayoutPanel1.Name = "tableLayoutPanel1"; tableLayoutPanel1.Padding = new System.Windows.Forms.Padding(10); tableLayoutPanel1.RowCount = 2; tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); tableLayoutPanel1.Size = new System.Drawing.Size(292, 266); tableLayoutPanel1.TabIndex = 0; // // textBox1 // tableLayoutPanel1.SetColumnSpan(textBox1, 2); textBox1.Dock = System.Windows.Forms.DockStyle.Fill; textBox1.Location = new System.Drawing.Point(13, 13); textBox1.Multiline = true; textBox1.Name = "textBox1"; textBox1.Size = new System.Drawing.Size(266, 211); textBox1.TabIndex = 0; // // button1 // button1.Anchor = System.Windows.Forms.AnchorStyles.None; button1.AutoSize = true; button1.Location = new System.Drawing.Point(24, 230); button1.Name = "button1"; button1.Size = new System.Drawing.Size(107, 23); button1.TabIndex = 1; button1.Text = "Copia negli appunti"; button1.Click += new System.EventHandler(Button1Click); // // button2 // button2.Anchor = System.Windows.Forms.AnchorStyles.None; button2.AutoSize = true; button2.Location = new System.Drawing.Point(176, 230); button2.Name = "button2"; button2.Size = new System.Drawing.Size(75, 23); button2.TabIndex = 2; button2.Text = "Chiudi"; button2.Click += new System.EventHandler(Button2Click); // // ErrorForm // AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; ClientSize = new System.Drawing.Size(292, 266); Controls.Add(tableLayoutPanel1); Name = "ErrorForm"; Text = "ErrorForm"; tableLayoutPanel1.ResumeLayout(false); tableLayoutPanel1.PerformLayout(); ResumeLayout (false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; System.Windows.Forms.Label label4; System.Windows.Forms.Label label2; System.Windows.Forms.Label label1; System.Windows.Forms.Label label3; System.Windows.Forms.Label label5; System.Windows.Forms.Label label6; this.m_Password = new System.Windows.Forms.TextBox(); this.m_Username = new System.Windows.Forms.TextBox(); this.m_Database = new System.Windows.Forms.TextBox(); this.m_Server = new System.Windows.Forms.TextBox(); this.m_Connect = new System.Windows.Forms.Button(); this.m_Station = new System.Windows.Forms.TextBox(); this.m_ConnString = new System.Windows.Forms.TextBox(); tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); label4 = new System.Windows.Forms.Label(); label2 = new System.Windows.Forms.Label(); label1 = new System.Windows.Forms.Label(); label3 = new System.Windows.Forms.Label(); label5 = new System.Windows.Forms.Label(); label6 = new System.Windows.Forms.Label(); tableLayoutPanel1.SuspendLayout(); this.SuspendLayout(); // // tableLayoutPanel1 // tableLayoutPanel1.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))); tableLayoutPanel1.ColumnCount = 2; tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); tableLayoutPanel1.Controls.Add(this.m_Password, 1, 3); tableLayoutPanel1.Controls.Add(this.m_Username, 1, 2); tableLayoutPanel1.Controls.Add(this.m_Database, 1, 1); tableLayoutPanel1.Controls.Add(label4, 0, 2); tableLayoutPanel1.Controls.Add(label2, 0, 1); tableLayoutPanel1.Controls.Add(this.m_Server, 1, 0); tableLayoutPanel1.Controls.Add(label1, 0, 0); tableLayoutPanel1.Controls.Add(label3, 0, 3); tableLayoutPanel1.Controls.Add(this.m_Connect, 1, 6); tableLayoutPanel1.Controls.Add(label5, 0, 4); tableLayoutPanel1.Controls.Add(this.m_Station, 1, 4); tableLayoutPanel1.Controls.Add(this.m_ConnString, 1, 5); tableLayoutPanel1.Controls.Add(label6, 0, 5); tableLayoutPanel1.Location = new System.Drawing.Point(12, 12); tableLayoutPanel1.Name = "tableLayoutPanel1"; tableLayoutPanel1.RowCount = 7; tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 14.28571F)); tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 14.28571F)); tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 14.28571F)); tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 14.28571F)); tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 14.28571F)); tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 14.28571F)); tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 14.28571F)); tableLayoutPanel1.Size = new System.Drawing.Size(328, 174); tableLayoutPanel1.TabIndex = 0; // // m_Password // this.m_Password.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.m_Password.Location = new System.Drawing.Point(167, 75); this.m_Password.Name = "m_Password"; this.m_Password.PasswordChar = '*'; this.m_Password.Size = new System.Drawing.Size(158, 20); this.m_Password.TabIndex = 7; // // m_Username // this.m_Username.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.m_Username.Location = new System.Drawing.Point(167, 51); this.m_Username.Name = "m_Username"; this.m_Username.Size = new System.Drawing.Size(158, 20); this.m_Username.TabIndex = 5; // // m_Database // this.m_Database.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.m_Database.Location = new System.Drawing.Point(167, 27); this.m_Database.Name = "m_Database"; this.m_Database.Size = new System.Drawing.Size(158, 20); this.m_Database.TabIndex = 3; // // label4 // label4.Anchor = System.Windows.Forms.AnchorStyles.Left; label4.AutoSize = true; label4.Location = new System.Drawing.Point(3, 53); label4.Name = "label4"; label4.Size = new System.Drawing.Size(58, 13); label4.TabIndex = 4; label4.Text = "Username:"******"label2"; label2.Size = new System.Drawing.Size(56, 13); label2.TabIndex = 2; label2.Text = "Database:"; // // m_Server // this.m_Server.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.m_Server.Location = new System.Drawing.Point(167, 3); this.m_Server.Name = "m_Server"; this.m_Server.Size = new System.Drawing.Size(158, 20); this.m_Server.TabIndex = 1; // // label1 // label1.Anchor = System.Windows.Forms.AnchorStyles.Left; label1.AutoSize = true; label1.Location = new System.Drawing.Point(3, 5); label1.Name = "label1"; label1.Size = new System.Drawing.Size(41, 13); label1.TabIndex = 0; label1.Text = "Server:"; // // label3 // label3.Anchor = System.Windows.Forms.AnchorStyles.Left; label3.AutoSize = true; label3.Location = new System.Drawing.Point(3, 77); label3.Name = "label3"; label3.Size = new System.Drawing.Size(56, 13); label3.TabIndex = 6; label3.Text = "Password:"******"m_Connect"; this.m_Connect.Size = new System.Drawing.Size(75, 23); this.m_Connect.TabIndex = 8; this.m_Connect.Text = "Connect"; this.m_Connect.UseVisualStyleBackColor = true; this.m_Connect.Click += new System.EventHandler(this.m_Connect_Click); // // label5 // label5.Anchor = System.Windows.Forms.AnchorStyles.Left; label5.AutoSize = true; label5.Location = new System.Drawing.Point(3, 101); label5.Name = "label5"; label5.Size = new System.Drawing.Size(43, 13); label5.TabIndex = 9; label5.Text = "Station:"; // // m_Station // this.m_Station.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.m_Station.Location = new System.Drawing.Point(167, 99); this.m_Station.Name = "m_Station"; this.m_Station.Size = new System.Drawing.Size(158, 20); this.m_Station.TabIndex = 10; // // m_ConnString // this.m_ConnString.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.m_ConnString.Location = new System.Drawing.Point(167, 123); this.m_ConnString.Name = "m_ConnString"; this.m_ConnString.Size = new System.Drawing.Size(158, 20); this.m_ConnString.TabIndex = 11; // // label6 // label6.Anchor = System.Windows.Forms.AnchorStyles.Left; label6.AutoSize = true; label6.Location = new System.Drawing.Point(3, 125); label6.Name = "label6"; label6.Size = new System.Drawing.Size(92, 13); label6.TabIndex = 12; label6.Text = "Connection string:"; // // LogonForm // this.AcceptButton = this.m_Connect; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(352, 198); this.Controls.Add(tableLayoutPanel1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "LogonForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Connect to database"; this.Load += new System.EventHandler(this.LogonForm_Load); tableLayoutPanel1.ResumeLayout(false); tableLayoutPanel1.PerformLayout(); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.Windows.Forms.Button close; System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; System.Windows.Forms.TableLayoutPanel tableLayoutPanel2; this.randomTip = new System.Windows.Forms.Button(); this.nextTip = new System.Windows.Forms.Button(); this.tipBox = new System.Windows.Forms.GroupBox(); this.tipTitle = new System.Windows.Forms.Label(); this.tipPicture = new System.Windows.Forms.PictureBox(); this.tipLink = new System.Windows.Forms.LinkLabel(); this.tipText = new System.Windows.Forms.Label(); close = new System.Windows.Forms.Button(); tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); tableLayoutPanel1.SuspendLayout(); this.tipBox.SuspendLayout(); tableLayoutPanel2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.tipPicture)).BeginInit(); this.SuspendLayout(); // // close // close.DialogResult = System.Windows.Forms.DialogResult.OK; close.Location = new System.Drawing.Point(472, 295); close.Name = "close"; close.Size = new System.Drawing.Size(75, 23); close.TabIndex = 0; close.Text = "Close"; close.UseVisualStyleBackColor = true; // // tableLayoutPanel1 // tableLayoutPanel1.ColumnCount = 3; tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); tableLayoutPanel1.Controls.Add(this.randomTip, 0, 1); tableLayoutPanel1.Controls.Add(close, 2, 1); tableLayoutPanel1.Controls.Add(this.nextTip, 1, 1); tableLayoutPanel1.Controls.Add(this.tipBox, 0, 0); tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); tableLayoutPanel1.Name = "tableLayoutPanel1"; tableLayoutPanel1.RowCount = 2; tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); tableLayoutPanel1.Size = new System.Drawing.Size(550, 321); tableLayoutPanel1.TabIndex = 0; // // randomTip // this.randomTip.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.randomTip.Location = new System.Drawing.Point(311, 295); this.randomTip.Name = "randomTip"; this.randomTip.Size = new System.Drawing.Size(74, 23); this.randomTip.TabIndex = 3; this.randomTip.Text = "Random Tip"; this.randomTip.UseVisualStyleBackColor = true; this.randomTip.Click += new System.EventHandler(this.LoadRandomTip); // // nextTip // this.nextTip.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.nextTip.Location = new System.Drawing.Point(391, 295); this.nextTip.Name = "nextTip"; this.nextTip.Size = new System.Drawing.Size(75, 23); this.nextTip.TabIndex = 1; this.nextTip.Text = "Next Tip"; this.nextTip.UseVisualStyleBackColor = true; this.nextTip.Click += new System.EventHandler(this.LoadNextTip); // // tipBox // tableLayoutPanel1.SetColumnSpan(this.tipBox, 3); this.tipBox.Controls.Add(tableLayoutPanel2); this.tipBox.Dock = System.Windows.Forms.DockStyle.Fill; this.tipBox.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.tipBox.Location = new System.Drawing.Point(3, 3); this.tipBox.Name = "tipBox"; this.tipBox.Size = new System.Drawing.Size(544, 286); this.tipBox.TabIndex = 2; this.tipBox.TabStop = false; this.tipBox.Text = "Tip #X"; // // tableLayoutPanel2 // tableLayoutPanel2.ColumnCount = 1; tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); tableLayoutPanel2.Controls.Add(this.tipTitle, 0, 0); tableLayoutPanel2.Controls.Add(this.tipPicture, 0, 2); tableLayoutPanel2.Controls.Add(this.tipLink, 0, 3); tableLayoutPanel2.Controls.Add(this.tipText, 0, 1); tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill; tableLayoutPanel2.Location = new System.Drawing.Point(3, 16); tableLayoutPanel2.Name = "tableLayoutPanel2"; tableLayoutPanel2.RowCount = 4; tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle()); tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle()); tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); tableLayoutPanel2.Size = new System.Drawing.Size(538, 267); tableLayoutPanel2.TabIndex = 0; // // tipTitle // this.tipTitle.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.tipTitle.AutoSize = true; this.tipTitle.Font = new System.Drawing.Font("Arial", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.tipTitle.Location = new System.Drawing.Point(3, 0); this.tipTitle.Name = "tipTitle"; this.tipTitle.Size = new System.Drawing.Size(532, 24); this.tipTitle.TabIndex = 0; this.tipTitle.Text = "Tip #X: Tip Title"; this.tipTitle.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // tipPicture // this.tipPicture.Anchor = System.Windows.Forms.AnchorStyles.Top; this.tipPicture.Location = new System.Drawing.Point(243, 180); this.tipPicture.Name = "tipPicture"; this.tipPicture.Size = new System.Drawing.Size(52, 54); this.tipPicture.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize; this.tipPicture.TabIndex = 1; this.tipPicture.TabStop = false; // // tipLink // this.tipLink.AutoSize = true; this.tipLink.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.tipLink.Location = new System.Drawing.Point(7, 244); this.tipLink.Margin = new System.Windows.Forms.Padding(7); this.tipLink.Name = "tipLink"; this.tipLink.Size = new System.Drawing.Size(164, 16); this.tipLink.TabIndex = 3; this.tipLink.TabStop = true; this.tipLink.Text = "https://renderdoc.org/tips/1"; this.tipLink.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.tipLink_LinkClicked); // // tipText // this.tipText.BackColor = System.Drawing.Color.Transparent; this.tipText.Dock = System.Windows.Forms.DockStyle.Fill; this.tipText.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.tipText.Location = new System.Drawing.Point(3, 24); this.tipText.Name = "tipText"; this.tipText.Padding = new System.Windows.Forms.Padding(10); this.tipText.Size = new System.Drawing.Size(532, 153); this.tipText.TabIndex = 4; this.tipText.Text = "Tip Text"; // // TipsDialog // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(550, 321); this.Controls.Add(tableLayoutPanel1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.MinimumSize = new System.Drawing.Size(556, 346); this.Name = "TipsDialog"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "RenderDoc Tips"; this.Load += new System.EventHandler(this.LoadRandomTip); tableLayoutPanel1.ResumeLayout(false); this.tipBox.ResumeLayout(false); tableLayoutPanel2.ResumeLayout(false); tableLayoutPanel2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.tipPicture)).EndInit(); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { TC.WinForms.Controls.TSystemIconBox SideImageControl; System.Windows.Forms.TableLayoutPanel PanelLayout; TC.WinForms.Commands.ApplicationCommand VisitWebsiteCommand; TC.WinForms.Dialogs.DialogResultButton dialogResultButton1 = new TC.WinForms.Dialogs.DialogResultButton(); this.LabelTitle = new TC.WinForms.Controls.TLabel(); this.LabelCopyright = new TC.WinForms.Controls.TLabel(); this.LabelVersion = new TC.WinForms.Controls.TLabel(); this.Hyperlink = new TC.WinForms.Controls.TCommandHyperlink(); SideImageControl = new TC.WinForms.Controls.TSystemIconBox(); PanelLayout = new System.Windows.Forms.TableLayoutPanel(); VisitWebsiteCommand = new TC.WinForms.Commands.ApplicationCommand(); PanelLayout.SuspendLayout(); this.SuspendLayout(); // // SideImageControl // SideImageControl.SystemIcon = TC.WinForms.SystemIcon.FormIcon; SideImageControl.Location = new System.Drawing.Point(8, 8); SideImageControl.Name = "SideImageControl"; SideImageControl.Size = new System.Drawing.Size(42, 98); SideImageControl.Dock = System.Windows.Forms.DockStyle.Left; SideImageControl.TabIndex = 0; SideImageControl.TabStop = false; // // PanelLayout // PanelLayout.AutoSize = true; PanelLayout.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; PanelLayout.ColumnCount = 2; PanelLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 15F)); PanelLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); PanelLayout.Controls.Add(this.LabelTitle, 0, 0); PanelLayout.Controls.Add(this.LabelCopyright, 1, 2); PanelLayout.Controls.Add(this.LabelVersion, 1, 1); PanelLayout.Controls.Add(this.Hyperlink, 1, 3); PanelLayout.Dock = System.Windows.Forms.DockStyle.Fill; PanelLayout.Location = new System.Drawing.Point(50, 8); PanelLayout.Name = "PanelLayout"; PanelLayout.Padding = new System.Windows.Forms.Padding(5); PanelLayout.RowCount = 4; PanelLayout.RowStyles.Add(new System.Windows.Forms.RowStyle()); PanelLayout.RowStyles.Add(new System.Windows.Forms.RowStyle()); PanelLayout.RowStyles.Add(new System.Windows.Forms.RowStyle()); PanelLayout.RowStyles.Add(new System.Windows.Forms.RowStyle()); PanelLayout.Size = new System.Drawing.Size(122, 98); PanelLayout.TabIndex = 4; // // LabelTitle // this.LabelTitle.AutoSize = true; PanelLayout.SetColumnSpan(this.LabelTitle, 2); this.LabelTitle.Location = new System.Drawing.Point(8, 8); this.LabelTitle.Margin = new System.Windows.Forms.Padding(3); this.LabelTitle.Name = "LabelTitle"; this.LabelTitle.Size = new System.Drawing.Size(64, 25); this.LabelTitle.SystemFont = TC.WinForms.SystemFont.Header; this.LabelTitle.TabIndex = 1; this.LabelTitle.Text = "{Title}"; // // LabelCopyright // this.LabelCopyright.AutoSize = true; this.LabelCopyright.Location = new System.Drawing.Point(23, 58); this.LabelCopyright.Margin = new System.Windows.Forms.Padding(3); this.LabelCopyright.Name = "LabelCopyright"; this.LabelCopyright.Size = new System.Drawing.Size(59, 13); this.LabelCopyright.TabIndex = 3; this.LabelCopyright.Text = "{Copyright}"; // // LabelVersion // this.LabelVersion.AutoSize = true; this.LabelVersion.Location = new System.Drawing.Point(23, 39); this.LabelVersion.Margin = new System.Windows.Forms.Padding(3); this.LabelVersion.Name = "LabelVersion"; this.LabelVersion.Size = new System.Drawing.Size(91, 13); this.LabelVersion.TabIndex = 2; this.LabelVersion.Text = "Version: {Version}"; // // Hyperlink // this.Hyperlink.AutoSize = true; this.Hyperlink.Command = VisitWebsiteCommand; this.Hyperlink.Location = new System.Drawing.Point(23, 77); this.Hyperlink.Margin = new System.Windows.Forms.Padding(3); this.Hyperlink.Name = "Hyperlink"; this.Hyperlink.Size = new System.Drawing.Size(37, 13); this.Hyperlink.TabIndex = 4; this.Hyperlink.TabStop = true; this.Hyperlink.Text = "{URL}"; // // VisitWebsiteCommand // VisitWebsiteCommand.Executed += new System.EventHandler(this.HandlerVisitWebsiteCommandExecuted); // // TAboutDialogContentControl // this.AutoSize = true; this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.Commands.Add(VisitWebsiteCommand); this.Controls.Add(PanelLayout); this.Controls.Add(SideImageControl); dialogResultButton1.DialogResult = System.Windows.Forms.DialogResult.OK; dialogResultButton1.Text = "OK"; this.DialogResultButtons.Add(dialogResultButton1); this.Name = "TAboutDialogContentControl"; this.Size = new System.Drawing.Size(180, 114); PanelLayout.ResumeLayout(false); PanelLayout.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.TableLayoutPanel tableLayoutPanel5; DOL.Tools.QuestDesigner.Controls.HeaderStrip headerStrip2; System.Windows.Forms.ToolStripLabel toolStripLabel2; DOL.Tools.QuestDesigner.Controls.HeaderStrip headerStrip1; System.Windows.Forms.ToolStripLabel toolStripLabel1; System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.Label labelQuestName; System.Windows.Forms.Label labelTitle; System.Windows.Forms.Label labelAuthor; System.Windows.Forms.Label labelDate; System.Windows.Forms.Label labelVersion; System.Windows.Forms.Label labelNamespace; System.Windows.Forms.Label labelLevel; System.Windows.Forms.Label labelInvitingNPC; System.Windows.Forms.Label labelMaxQuestCount; System.Windows.Forms.Label labelNotes; this.QuestStep = new System.Windows.Forms.DataGridView(); this.QuestName = new System.Windows.Forms.TextBox(); this.Title = new System.Windows.Forms.TextBox(); this.Author = new System.Windows.Forms.TextBox(); this.scriptDate = new System.Windows.Forms.DateTimePicker(); this.Version = new System.Windows.Forms.TextBox(); this.Namespace = new System.Windows.Forms.TextBox(); this.LevelMin = new System.Windows.Forms.NumericUpDown(); this.LevelMax = new System.Windows.Forms.NumericUpDown(); this.InvitingNPC = new System.Windows.Forms.ComboBox(); this.MaxQuestCount = new System.Windows.Forms.NumericUpDown(); this.Notes = new System.Windows.Forms.TextBox(); this.labelClasses = new System.Windows.Forms.Label(); this.listBoxAllowed = new System.Windows.Forms.ListBox(); this.listBoxAvailable = new System.Windows.Forms.ListBox(); this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel(); this.buttonAddClass = new System.Windows.Forms.Button(); this.buttonRemoveClass = new System.Windows.Forms.Button(); this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components); tableLayoutPanel5 = new System.Windows.Forms.TableLayoutPanel(); headerStrip2 = new DOL.Tools.QuestDesigner.Controls.HeaderStrip(); toolStripLabel2 = new System.Windows.Forms.ToolStripLabel(); headerStrip1 = new DOL.Tools.QuestDesigner.Controls.HeaderStrip(); toolStripLabel1 = new System.Windows.Forms.ToolStripLabel(); labelQuestName = new System.Windows.Forms.Label(); labelTitle = new System.Windows.Forms.Label(); labelAuthor = new System.Windows.Forms.Label(); labelDate = new System.Windows.Forms.Label(); labelVersion = new System.Windows.Forms.Label(); labelNamespace = new System.Windows.Forms.Label(); labelLevel = new System.Windows.Forms.Label(); labelInvitingNPC = new System.Windows.Forms.Label(); labelMaxQuestCount = new System.Windows.Forms.Label(); labelNotes = new System.Windows.Forms.Label(); tableLayoutPanel5.SuspendLayout(); headerStrip2.SuspendLayout(); headerStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.QuestStep)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.LevelMin)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.LevelMax)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.MaxQuestCount)).BeginInit(); this.flowLayoutPanel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit(); this.SuspendLayout(); // // tableLayoutPanel5 // tableLayoutPanel5.ColumnCount = 6; tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 112F)); tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 30F)); tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 112F)); tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F)); tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F)); tableLayoutPanel5.Controls.Add(headerStrip2, 0, 0); tableLayoutPanel5.Controls.Add(headerStrip1, 0, 8); tableLayoutPanel5.Controls.Add(this.QuestStep, 0, 9); tableLayoutPanel5.Controls.Add(labelQuestName, 0, 1); tableLayoutPanel5.Controls.Add(this.QuestName, 1, 1); tableLayoutPanel5.Controls.Add(labelTitle, 0, 2); tableLayoutPanel5.Controls.Add(this.Title, 1, 2); tableLayoutPanel5.Controls.Add(labelAuthor, 0, 3); tableLayoutPanel5.Controls.Add(this.Author, 1, 3); tableLayoutPanel5.Controls.Add(labelDate, 0, 4); tableLayoutPanel5.Controls.Add(this.scriptDate, 1, 4); tableLayoutPanel5.Controls.Add(labelVersion, 0, 5); tableLayoutPanel5.Controls.Add(this.Version, 1, 5); tableLayoutPanel5.Controls.Add(labelNamespace, 0, 6); tableLayoutPanel5.Controls.Add(this.Namespace, 1, 6); tableLayoutPanel5.Controls.Add(labelLevel, 3, 1); tableLayoutPanel5.Controls.Add(this.LevelMin, 4, 1); tableLayoutPanel5.Controls.Add(this.LevelMax, 5, 1); tableLayoutPanel5.Controls.Add(labelInvitingNPC, 3, 2); tableLayoutPanel5.Controls.Add(this.InvitingNPC, 4, 2); tableLayoutPanel5.Controls.Add(labelMaxQuestCount, 3, 3); tableLayoutPanel5.Controls.Add(this.MaxQuestCount, 4, 3); tableLayoutPanel5.Controls.Add(labelNotes, 3, 4); tableLayoutPanel5.Controls.Add(this.Notes, 3, 5); tableLayoutPanel5.Controls.Add(this.labelClasses, 0, 7); tableLayoutPanel5.Controls.Add(this.listBoxAllowed, 1, 7); tableLayoutPanel5.Controls.Add(this.listBoxAvailable, 3, 7); tableLayoutPanel5.Controls.Add(this.flowLayoutPanel1, 2, 7); tableLayoutPanel5.Dock = System.Windows.Forms.DockStyle.Fill; tableLayoutPanel5.Location = new System.Drawing.Point(0, 0); tableLayoutPanel5.Margin = new System.Windows.Forms.Padding(2); tableLayoutPanel5.Name = "tableLayoutPanel5"; tableLayoutPanel5.RowCount = 9; tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle()); tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle()); tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle()); tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle()); tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle()); tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle()); tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 80F)); tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F)); tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); tableLayoutPanel5.Size = new System.Drawing.Size(606, 464); tableLayoutPanel5.TabIndex = 8; // // headerStrip2 // headerStrip2.AutoSize = false; tableLayoutPanel5.SetColumnSpan(headerStrip2, 6); headerStrip2.Dock = System.Windows.Forms.DockStyle.Fill; headerStrip2.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold); headerStrip2.ForeColor = System.Drawing.Color.White; headerStrip2.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; headerStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { toolStripLabel2}); headerStrip2.Location = new System.Drawing.Point(0, 0); headerStrip2.Name = "headerStrip2"; headerStrip2.Size = new System.Drawing.Size(606, 30); headerStrip2.TabIndex = 23; headerStrip2.Text = "header"; // // toolStripLabel2 // toolStripLabel2.ForeColor = System.Drawing.Color.Gray; toolStripLabel2.Name = "toolStripLabel2"; toolStripLabel2.Size = new System.Drawing.Size(110, 27); toolStripLabel2.Text = "Quest Details"; // // headerStrip1 // headerStrip1.AutoSize = false; tableLayoutPanel5.SetColumnSpan(headerStrip1, 6); headerStrip1.Dock = System.Windows.Forms.DockStyle.Fill; headerStrip1.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold); headerStrip1.ForeColor = System.Drawing.Color.White; headerStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; headerStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { toolStripLabel1}); headerStrip1.Location = new System.Drawing.Point(0, 266); headerStrip1.Name = "headerStrip1"; headerStrip1.Size = new System.Drawing.Size(606, 25); headerStrip1.TabIndex = 22; headerStrip1.Text = "header"; // // toolStripLabel1 // toolStripLabel1.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); toolStripLabel1.ForeColor = System.Drawing.Color.Gray; toolStripLabel1.Name = "toolStripLabel1"; toolStripLabel1.Size = new System.Drawing.Size(94, 22); toolStripLabel1.Text = "Quest Steps"; // // QuestStep // dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.QuestStep.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; this.QuestStep.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells; this.QuestStep.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells; this.QuestStep.BackgroundColor = System.Drawing.SystemColors.Control; this.QuestStep.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; tableLayoutPanel5.SetColumnSpan(this.QuestStep, 6); this.QuestStep.DataMember = "QuestStep"; this.QuestStep.Dock = System.Windows.Forms.DockStyle.Fill; this.QuestStep.Location = new System.Drawing.Point(3, 294); this.QuestStep.Name = "QuestStep"; this.QuestStep.RowTemplate.Height = 24; this.QuestStep.Size = new System.Drawing.Size(600, 167); this.QuestStep.TabIndex = 21; // // labelQuestName // labelQuestName.Anchor = System.Windows.Forms.AnchorStyles.Left; labelQuestName.AutoSize = true; labelQuestName.Location = new System.Drawing.Point(3, 36); labelQuestName.Name = "labelQuestName"; labelQuestName.Size = new System.Drawing.Size(35, 13); labelQuestName.TabIndex = 0; labelQuestName.Text = "Name"; // // QuestName // this.QuestName.Dock = System.Windows.Forms.DockStyle.Fill; this.QuestName.Location = new System.Drawing.Point(115, 33); this.QuestName.Name = "QuestName"; this.QuestName.Size = new System.Drawing.Size(170, 20); this.QuestName.TabIndex = 1; this.QuestName.Validating += new System.ComponentModel.CancelEventHandler(this.QuestName_Validating); // // labelTitle // labelTitle.Anchor = System.Windows.Forms.AnchorStyles.Left; labelTitle.AutoSize = true; labelTitle.Location = new System.Drawing.Point(3, 63); labelTitle.Name = "labelTitle"; labelTitle.Size = new System.Drawing.Size(27, 13); labelTitle.TabIndex = 2; labelTitle.Text = "Title"; // // Title // this.Title.Dock = System.Windows.Forms.DockStyle.Fill; this.Title.Location = new System.Drawing.Point(115, 59); this.Title.Name = "Title"; this.Title.Size = new System.Drawing.Size(170, 20); this.Title.TabIndex = 3; // // labelAuthor // labelAuthor.Anchor = System.Windows.Forms.AnchorStyles.Left; labelAuthor.AutoSize = true; labelAuthor.Location = new System.Drawing.Point(3, 89); labelAuthor.Name = "labelAuthor"; labelAuthor.Size = new System.Drawing.Size(38, 13); labelAuthor.TabIndex = 4; labelAuthor.Text = "Author"; // // Author // this.Author.Dock = System.Windows.Forms.DockStyle.Fill; this.Author.Location = new System.Drawing.Point(115, 86); this.Author.Name = "Author"; this.Author.Size = new System.Drawing.Size(170, 20); this.Author.TabIndex = 5; // // labelDate // labelDate.Anchor = System.Windows.Forms.AnchorStyles.Left; labelDate.AutoSize = true; labelDate.Location = new System.Drawing.Point(3, 115); labelDate.Name = "labelDate"; labelDate.Size = new System.Drawing.Size(30, 13); labelDate.TabIndex = 6; labelDate.Text = "Date"; // // scriptDate // this.scriptDate.Dock = System.Windows.Forms.DockStyle.Fill; this.scriptDate.Location = new System.Drawing.Point(115, 112); this.scriptDate.Name = "scriptDate"; this.scriptDate.Size = new System.Drawing.Size(170, 20); this.scriptDate.TabIndex = 7; // // labelVersion // labelVersion.Anchor = System.Windows.Forms.AnchorStyles.Left; labelVersion.AutoSize = true; labelVersion.Location = new System.Drawing.Point(3, 141); labelVersion.Name = "labelVersion"; labelVersion.Size = new System.Drawing.Size(72, 13); labelVersion.TabIndex = 8; labelVersion.Text = "Script Version"; // // Version // this.Version.Dock = System.Windows.Forms.DockStyle.Fill; this.Version.Location = new System.Drawing.Point(115, 138); this.Version.Name = "Version"; this.Version.Size = new System.Drawing.Size(170, 20); this.Version.TabIndex = 9; // // labelNamespace // labelNamespace.Anchor = System.Windows.Forms.AnchorStyles.Left; labelNamespace.AutoSize = true; labelNamespace.Location = new System.Drawing.Point(2, 167); labelNamespace.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); labelNamespace.Name = "labelNamespace"; labelNamespace.Size = new System.Drawing.Size(64, 13); labelNamespace.TabIndex = 10; labelNamespace.Text = "Namespace"; // // Namespace // this.Namespace.Dock = System.Windows.Forms.DockStyle.Fill; this.Namespace.Location = new System.Drawing.Point(114, 163); this.Namespace.Margin = new System.Windows.Forms.Padding(2); this.Namespace.Name = "Namespace"; this.Namespace.Size = new System.Drawing.Size(172, 20); this.Namespace.TabIndex = 11; this.Namespace.Validating += new System.ComponentModel.CancelEventHandler(this.Namespace_Validating); // // labelLevel // labelLevel.Anchor = System.Windows.Forms.AnchorStyles.Left; labelLevel.AutoSize = true; labelLevel.Location = new System.Drawing.Point(321, 36); labelLevel.Name = "labelLevel"; labelLevel.Size = new System.Drawing.Size(86, 13); labelLevel.TabIndex = 12; labelLevel.Text = "Level (min - max)"; // // LevelMin // this.LevelMin.Dock = System.Windows.Forms.DockStyle.Fill; this.LevelMin.Location = new System.Drawing.Point(433, 33); this.LevelMin.Maximum = new decimal(new int[] { 255, 0, 0, 0}); this.LevelMin.Name = "LevelMin"; this.LevelMin.Size = new System.Drawing.Size(82, 20); this.LevelMin.TabIndex = 13; // // LevelMax // this.LevelMax.Dock = System.Windows.Forms.DockStyle.Fill; this.LevelMax.Location = new System.Drawing.Point(521, 33); this.LevelMax.Maximum = new decimal(new int[] { 255, 0, 0, 0}); this.LevelMax.Name = "LevelMax"; this.LevelMax.Size = new System.Drawing.Size(82, 20); this.LevelMax.TabIndex = 14; // // labelInvitingNPC // labelInvitingNPC.Anchor = System.Windows.Forms.AnchorStyles.Left; labelInvitingNPC.AutoSize = true; labelInvitingNPC.Location = new System.Drawing.Point(321, 63); labelInvitingNPC.Name = "labelInvitingNPC"; labelInvitingNPC.Size = new System.Drawing.Size(66, 13); labelInvitingNPC.TabIndex = 15; labelInvitingNPC.Text = "Inviting NPC"; // // InvitingNPC // tableLayoutPanel5.SetColumnSpan(this.InvitingNPC, 2); this.InvitingNPC.DisplayMember = "Name"; this.InvitingNPC.Dock = System.Windows.Forms.DockStyle.Fill; this.InvitingNPC.FormattingEnabled = true; this.InvitingNPC.Location = new System.Drawing.Point(433, 59); this.InvitingNPC.Name = "InvitingNPC"; this.InvitingNPC.Size = new System.Drawing.Size(170, 21); this.InvitingNPC.TabIndex = 16; this.InvitingNPC.ValueMember = "ObjectName"; // // labelMaxQuestCount // labelMaxQuestCount.Anchor = System.Windows.Forms.AnchorStyles.Left; labelMaxQuestCount.AutoSize = true; labelMaxQuestCount.Location = new System.Drawing.Point(321, 89); labelMaxQuestCount.Name = "labelMaxQuestCount"; labelMaxQuestCount.Size = new System.Drawing.Size(83, 13); labelMaxQuestCount.TabIndex = 17; labelMaxQuestCount.Text = "MaxQuestCount"; // // MaxQuestCount // tableLayoutPanel5.SetColumnSpan(this.MaxQuestCount, 2); this.MaxQuestCount.Dock = System.Windows.Forms.DockStyle.Fill; this.MaxQuestCount.Location = new System.Drawing.Point(433, 86); this.MaxQuestCount.Maximum = new decimal(new int[] { 2147483647, 0, 0, 0}); this.MaxQuestCount.Name = "MaxQuestCount"; this.MaxQuestCount.Size = new System.Drawing.Size(170, 20); this.MaxQuestCount.TabIndex = 18; // // labelNotes // labelNotes.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); labelNotes.AutoSize = true; labelNotes.Location = new System.Drawing.Point(321, 122); labelNotes.Name = "labelNotes"; labelNotes.Size = new System.Drawing.Size(103, 13); labelNotes.TabIndex = 19; labelNotes.Text = "Notes: (TODO\'s etc)"; // // Notes // tableLayoutPanel5.SetColumnSpan(this.Notes, 3); this.Notes.Dock = System.Windows.Forms.DockStyle.Fill; this.Notes.Location = new System.Drawing.Point(321, 138); this.Notes.Multiline = true; this.Notes.Name = "Notes"; tableLayoutPanel5.SetRowSpan(this.Notes, 2); this.Notes.Size = new System.Drawing.Size(282, 45); this.Notes.TabIndex = 20; // // labelClasses // this.labelClasses.AutoSize = true; this.labelClasses.Location = new System.Drawing.Point(3, 189); this.labelClasses.Margin = new System.Windows.Forms.Padding(3, 3, 3, 0); this.labelClasses.Name = "labelClasses"; this.labelClasses.Size = new System.Drawing.Size(83, 13); this.labelClasses.TabIndex = 25; this.labelClasses.Text = "Allowed Classes"; // // listBoxAllowed // this.listBoxAllowed.Dock = System.Windows.Forms.DockStyle.Fill; this.listBoxAllowed.FormattingEnabled = true; this.listBoxAllowed.Location = new System.Drawing.Point(115, 189); this.listBoxAllowed.Name = "listBoxAllowed"; this.listBoxAllowed.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended; this.listBoxAllowed.Size = new System.Drawing.Size(170, 69); this.listBoxAllowed.TabIndex = 26; // // listBoxAvailable // tableLayoutPanel5.SetColumnSpan(this.listBoxAvailable, 3); this.listBoxAvailable.Dock = System.Windows.Forms.DockStyle.Fill; this.listBoxAvailable.FormattingEnabled = true; this.listBoxAvailable.Location = new System.Drawing.Point(321, 189); this.listBoxAvailable.Name = "listBoxAvailable"; this.listBoxAvailable.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended; this.listBoxAvailable.Size = new System.Drawing.Size(282, 69); this.listBoxAvailable.TabIndex = 27; // // flowLayoutPanel1 // this.flowLayoutPanel1.Anchor = System.Windows.Forms.AnchorStyles.Left; this.flowLayoutPanel1.Controls.Add(this.buttonAddClass); this.flowLayoutPanel1.Controls.Add(this.buttonRemoveClass); this.flowLayoutPanel1.Location = new System.Drawing.Point(291, 189); this.flowLayoutPanel1.Name = "flowLayoutPanel1"; this.flowLayoutPanel1.Size = new System.Drawing.Size(24, 74); this.flowLayoutPanel1.TabIndex = 28; // // buttonAddClass // this.buttonAddClass.Anchor = System.Windows.Forms.AnchorStyles.Left; this.buttonAddClass.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.buttonAddClass.Location = new System.Drawing.Point(1, 1); this.buttonAddClass.Margin = new System.Windows.Forms.Padding(1); this.buttonAddClass.Name = "buttonAddClass"; this.buttonAddClass.Size = new System.Drawing.Size(23, 23); this.buttonAddClass.TabIndex = 0; this.buttonAddClass.Text = "<"; this.buttonAddClass.UseVisualStyleBackColor = true; this.buttonAddClass.Click += new System.EventHandler(this.buttonAddClass_Click); // // buttonRemoveClass // this.buttonRemoveClass.Anchor = System.Windows.Forms.AnchorStyles.Left; this.buttonRemoveClass.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.buttonRemoveClass.Location = new System.Drawing.Point(1, 26); this.buttonRemoveClass.Margin = new System.Windows.Forms.Padding(1); this.buttonRemoveClass.Name = "buttonRemoveClass"; this.buttonRemoveClass.Size = new System.Drawing.Size(23, 23); this.buttonRemoveClass.TabIndex = 1; this.buttonRemoveClass.Text = ">"; this.buttonRemoveClass.UseVisualStyleBackColor = true; this.buttonRemoveClass.Click += new System.EventHandler(this.buttonRemoveClass_Click); // // errorProvider // this.errorProvider.ContainerControl = this; // // QuestInfo // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(tableLayoutPanel5); this.Name = "QuestInfo"; this.Size = new System.Drawing.Size(606, 464); tableLayoutPanel5.ResumeLayout(false); tableLayoutPanel5.PerformLayout(); headerStrip2.ResumeLayout(false); headerStrip2.PerformLayout(); headerStrip1.ResumeLayout(false); headerStrip1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.QuestStep)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.LevelMin)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.LevelMax)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.MaxQuestCount)).EndInit(); this.flowLayoutPanel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit(); this.ResumeLayout(false); }
/// <summary> /// This method is required for Windows Forms designer support. /// Do not change the method contents inside the source code editor. The Forms designer might /// not be able to load this method if it was changed manually. /// </summary> void InitializeComponent() { textBox1 = new System.Windows.Forms.TextBox(); textBox2 = new System.Windows.Forms.TextBox(); tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); button1 = new System.Windows.Forms.Button(); button2 = new System.Windows.Forms.Button(); label2 = new System.Windows.Forms.Label(); label1 = new System.Windows.Forms.Label(); checkBox1 = new System.Windows.Forms.CheckBox(); checkBox2 = new System.Windows.Forms.CheckBox(); tableLayoutPanel1.SuspendLayout(); SuspendLayout(); // // textBox1 // textBox1.AcceptsReturn = true; textBox1.Anchor = ((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)); textBox1.Location = new System.Drawing.Point(75, 13); textBox1.Name = "textBox1"; textBox1.Size = new System.Drawing.Size(225, 20); textBox1.TabIndex = 0; textBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; textBox1.KeyUp += new System.Windows.Forms.KeyEventHandler(TextBoxKeyUp); textBox1.Validating += new System.ComponentModel.CancelEventHandler(TextBoxValidating); // // textBox2 // textBox2.AcceptsReturn = true; textBox2.Anchor = ((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)); textBox2.Location = new System.Drawing.Point(75, 39); textBox2.Name = "textBox2"; textBox2.Size = new System.Drawing.Size(225, 20); textBox2.TabIndex = 1; textBox2.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; textBox2.KeyUp += new System.Windows.Forms.KeyEventHandler(TextBoxKeyUp); textBox2.Validating += new System.ComponentModel.CancelEventHandler(TextBoxValidating); // // tableLayoutPanel1 // tableLayoutPanel1.ColumnCount = 3; tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); tableLayoutPanel1.Controls.Add(button1, 1, 2); tableLayoutPanel1.Controls.Add(button2, 2, 2); tableLayoutPanel1.Controls.Add(label2, 0, 1); tableLayoutPanel1.Controls.Add(textBox2, 1, 1); tableLayoutPanel1.Controls.Add(label1, 0, 0); tableLayoutPanel1.Controls.Add(textBox1, 1, 0); tableLayoutPanel1.Controls.Add(checkBox2, 2, 1); tableLayoutPanel1.Controls.Add(checkBox1, 2, 0); tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); tableLayoutPanel1.Name = "tableLayoutPanel1"; tableLayoutPanel1.Padding = new System.Windows.Forms.Padding(10); tableLayoutPanel1.RowCount = 3; tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); tableLayoutPanel1.Size = new System.Drawing.Size(379, 103); tableLayoutPanel1.TabIndex = 2; // // button1 // button1.Anchor = System.Windows.Forms.AnchorStyles.Right; button1.Location = new System.Drawing.Point(240, 66); button1.Name = "button1"; button1.Size = new System.Drawing.Size(60, 23); button1.TabIndex = 3; button1.Text = "Ok"; button1.Click += new System.EventHandler(Button1Click); // // button2 // button2.Anchor = System.Windows.Forms.AnchorStyles.Right; button2.Location = new System.Drawing.Point(306, 66); button2.Name = "button2"; button2.Size = new System.Drawing.Size(60, 23); button2.TabIndex = 6; button2.Text = "Annulla"; button2.Click += new System.EventHandler(Button2Click); // // label2 // label2.Anchor = System.Windows.Forms.AnchorStyles.Left; label2.AutoSize = true; label2.Location = new System.Drawing.Point(13, 42); label2.Name = "label2"; label2.Size = new System.Drawing.Size(56, 13); label2.TabIndex = 5; label2.Text = "Larghezza"; // // label1 // label1.Anchor = System.Windows.Forms.AnchorStyles.Left; label1.AutoSize = true; label1.Location = new System.Drawing.Point(13, 16); label1.Name = "label1"; label1.Size = new System.Drawing.Size(41, 13); label1.TabIndex = 4; label1.Text = "Altezza"; // // checkBox1 // checkBox1.Anchor = System.Windows.Forms.AnchorStyles.Right; checkBox1.AutoSize = true; checkBox1.Location = new System.Drawing.Point(318, 14); checkBox1.Name = "checkBox1"; checkBox1.Size = new System.Drawing.Size(48, 17); checkBox1.TabIndex = 7; checkBox1.Text = "Auto"; checkBox1.UseVisualStyleBackColor = true; checkBox1.CheckedChanged += new System.EventHandler(CheckBox1CheckedChanged); // // checkBox2 // checkBox2.Anchor = System.Windows.Forms.AnchorStyles.Right; checkBox2.AutoSize = true; checkBox2.Location = new System.Drawing.Point(318, 40); checkBox2.Name = "checkBox2"; checkBox2.Size = new System.Drawing.Size(48, 17); checkBox2.TabIndex = 8; checkBox2.Text = "Auto"; checkBox2.UseVisualStyleBackColor = true; checkBox2.CheckedChanged += new System.EventHandler(CheckBox1CheckedChanged); // // SizeForm // AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; ClientSize = new System.Drawing.Size(379, 103); Controls.Add(tableLayoutPanel1); Name = "SizeForm"; Text = "SizeForm"; tableLayoutPanel1.ResumeLayout(false); tableLayoutPanel1.PerformLayout(); ResumeLayout (false); }
/// <summary> /// デザイナー サポートに必要なメソッドです。このメソッドの内容を /// コード エディターで変更しないでください。 /// </summary> void InitializeComponent() { System.Windows.Forms.SplitContainer splMain; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DocumentView)); System.Windows.Forms.TableLayoutPanel tplPanel1; System.Windows.Forms.Label lblPageTurningDirection; System.Windows.Forms.Label lblCultureDependingDateOfPublication; System.Windows.Forms.Label lblTitle; System.Windows.Forms.Label lblDateOfPublication; System.Windows.Forms.Label lblAuthor; System.Windows.Forms.Button btnSearchOnBrowser; System.Windows.Forms.TableLayoutPanel tplPanel2; System.Windows.Forms.Button btnEdit; this.cmbPageTurningDirection = new System.Windows.Forms.ComboBox(); this.txtCultureDependingDateOfPublication = new System.Windows.Forms.TextBox(); this.txtTitle = new System.Windows.Forms.TextBox(); this.cmbAuthor = new System.Windows.Forms.ComboBox(); this.dtpDateOfPublication = new System.Windows.Forms.DateTimePicker(); this.lblThumbnail = new System.Windows.Forms.Label(); this.preThumbnail = new Comical.Controls.Previewer(); this.btnUpdate = new System.Windows.Forms.Button(); this.lblSize = new System.Windows.Forms.Label(); this.numThumbnailIndex = new System.Windows.Forms.NumericUpDown(); splMain = new System.Windows.Forms.SplitContainer(); tplPanel1 = new System.Windows.Forms.TableLayoutPanel(); lblPageTurningDirection = new System.Windows.Forms.Label(); lblCultureDependingDateOfPublication = new System.Windows.Forms.Label(); lblTitle = new System.Windows.Forms.Label(); lblDateOfPublication = new System.Windows.Forms.Label(); lblAuthor = new System.Windows.Forms.Label(); btnSearchOnBrowser = new System.Windows.Forms.Button(); tplPanel2 = new System.Windows.Forms.TableLayoutPanel(); btnEdit = new System.Windows.Forms.Button(); ((System.ComponentModel.ISupportInitialize)(splMain)).BeginInit(); splMain.Panel1.SuspendLayout(); splMain.Panel2.SuspendLayout(); splMain.SuspendLayout(); tplPanel1.SuspendLayout(); tplPanel2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.numThumbnailIndex)).BeginInit(); this.SuspendLayout(); // // splMain // resources.ApplyResources(splMain, "splMain"); splMain.Name = "splMain"; // // splMain.Panel1 // splMain.Panel1.Controls.Add(tplPanel1); // // splMain.Panel2 // splMain.Panel2.Controls.Add(tplPanel2); // // tplPanel1 // resources.ApplyResources(tplPanel1, "tplPanel1"); tplPanel1.Controls.Add(this.cmbPageTurningDirection, 0, 9); tplPanel1.Controls.Add(lblPageTurningDirection, 0, 8); tplPanel1.Controls.Add(this.txtCultureDependingDateOfPublication, 0, 7); tplPanel1.Controls.Add(lblCultureDependingDateOfPublication, 0, 6); tplPanel1.Controls.Add(lblTitle, 0, 0); tplPanel1.Controls.Add(this.txtTitle, 0, 1); tplPanel1.Controls.Add(lblDateOfPublication, 0, 4); tplPanel1.Controls.Add(lblAuthor, 0, 2); tplPanel1.Controls.Add(btnSearchOnBrowser, 1, 5); tplPanel1.Controls.Add(this.cmbAuthor, 0, 3); tplPanel1.Controls.Add(this.dtpDateOfPublication, 0, 5); tplPanel1.Name = "tplPanel1"; // // cmbPageTurningDirection // resources.ApplyResources(this.cmbPageTurningDirection, "cmbPageTurningDirection"); tplPanel1.SetColumnSpan(this.cmbPageTurningDirection, 2); this.cmbPageTurningDirection.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbPageTurningDirection.FormattingEnabled = true; this.cmbPageTurningDirection.Items.AddRange(new object[] { resources.GetString("cmbPageTurningDirection.Items"), resources.GetString("cmbPageTurningDirection.Items1")}); this.cmbPageTurningDirection.Name = "cmbPageTurningDirection"; this.cmbPageTurningDirection.SelectedIndexChanged += new System.EventHandler(this.cmbPageTurningDirection_SelectedIndexChanged); // // lblPageTurningDirection // resources.ApplyResources(lblPageTurningDirection, "lblPageTurningDirection"); tplPanel1.SetColumnSpan(lblPageTurningDirection, 2); lblPageTurningDirection.Name = "lblPageTurningDirection"; // // txtCultureDependingDateOfPublication // resources.ApplyResources(this.txtCultureDependingDateOfPublication, "txtCultureDependingDateOfPublication"); tplPanel1.SetColumnSpan(this.txtCultureDependingDateOfPublication, 2); this.txtCultureDependingDateOfPublication.Name = "txtCultureDependingDateOfPublication"; this.txtCultureDependingDateOfPublication.TextChanged += new System.EventHandler(this.txtCultureDependingDateOfIssue_TextChanged); // // lblCultureDependingDateOfPublication // resources.ApplyResources(lblCultureDependingDateOfPublication, "lblCultureDependingDateOfPublication"); tplPanel1.SetColumnSpan(lblCultureDependingDateOfPublication, 2); lblCultureDependingDateOfPublication.Name = "lblCultureDependingDateOfPublication"; // // lblTitle // resources.ApplyResources(lblTitle, "lblTitle"); tplPanel1.SetColumnSpan(lblTitle, 2); lblTitle.Name = "lblTitle"; // // txtTitle // resources.ApplyResources(this.txtTitle, "txtTitle"); tplPanel1.SetColumnSpan(this.txtTitle, 2); this.txtTitle.Name = "txtTitle"; this.txtTitle.TextChanged += new System.EventHandler(this.txtTitle_TextChanged); // // lblDateOfPublication // resources.ApplyResources(lblDateOfPublication, "lblDateOfPublication"); tplPanel1.SetColumnSpan(lblDateOfPublication, 2); lblDateOfPublication.Name = "lblDateOfPublication"; // // lblAuthor // resources.ApplyResources(lblAuthor, "lblAuthor"); tplPanel1.SetColumnSpan(lblAuthor, 2); lblAuthor.Name = "lblAuthor"; // // btnSearchOnBrowser // resources.ApplyResources(btnSearchOnBrowser, "btnSearchOnBrowser"); btnSearchOnBrowser.Name = "btnSearchOnBrowser"; btnSearchOnBrowser.UseVisualStyleBackColor = true; btnSearchOnBrowser.Click += new System.EventHandler(this.btnSearchOnBrowser_Click); // // cmbAuthor // resources.ApplyResources(this.cmbAuthor, "cmbAuthor"); tplPanel1.SetColumnSpan(this.cmbAuthor, 2); this.cmbAuthor.DropDownHeight = 256; this.cmbAuthor.FormattingEnabled = true; this.cmbAuthor.Name = "cmbAuthor"; this.cmbAuthor.TextChanged += new System.EventHandler(this.cmbAuthor_TextChanged); // // dtpDateOfPublication // resources.ApplyResources(this.dtpDateOfPublication, "dtpDateOfPublication"); this.dtpDateOfPublication.Checked = false; this.dtpDateOfPublication.Name = "dtpDateOfPublication"; this.dtpDateOfPublication.ShowCheckBox = true; this.dtpDateOfPublication.ValueChanged += new System.EventHandler(this.dtpDateOfIssue_ValueChanged); // // tplPanel2 // resources.ApplyResources(tplPanel2, "tplPanel2"); tplPanel2.Controls.Add(this.lblThumbnail, 0, 0); tplPanel2.Controls.Add(this.preThumbnail, 0, 2); tplPanel2.Controls.Add(this.btnUpdate, 1, 1); tplPanel2.Controls.Add(this.lblSize, 0, 3); tplPanel2.Controls.Add(this.numThumbnailIndex, 0, 1); tplPanel2.Controls.Add(btnEdit, 1, 3); tplPanel2.Name = "tplPanel2"; // // lblThumbnail // resources.ApplyResources(this.lblThumbnail, "lblThumbnail"); this.lblThumbnail.Name = "lblThumbnail"; // // preThumbnail // resources.ApplyResources(this.preThumbnail, "preThumbnail"); tplPanel2.SetColumnSpan(this.preThumbnail, 2); this.preThumbnail.Description = null; this.preThumbnail.Image = null; this.preThumbnail.Name = "preThumbnail"; this.preThumbnail.StretchMode = Comical.Controls.PreviewerStretchMode.Uniform; // // btnUpdate // resources.ApplyResources(this.btnUpdate, "btnUpdate"); this.btnUpdate.Name = "btnUpdate"; this.btnUpdate.UseVisualStyleBackColor = true; this.btnUpdate.Click += new System.EventHandler(this.btnUpdate_Click); // // lblSize // resources.ApplyResources(this.lblSize, "lblSize"); this.lblSize.Name = "lblSize"; // // numThumbnailIndex // resources.ApplyResources(this.numThumbnailIndex, "numThumbnailIndex"); this.numThumbnailIndex.Name = "numThumbnailIndex"; // // btnEdit // resources.ApplyResources(btnEdit, "btnEdit"); btnEdit.Name = "btnEdit"; btnEdit.UseVisualStyleBackColor = true; btnEdit.Click += new System.EventHandler(this.btnEdit_Click); // // DocumentView // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; resources.ApplyResources(this, "$this"); this.Controls.Add(splMain); this.HideOnClose = true; this.Name = "DocumentView"; splMain.Panel1.ResumeLayout(false); splMain.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(splMain)).EndInit(); splMain.ResumeLayout(false); tplPanel1.ResumeLayout(false); tplPanel1.PerformLayout(); tplPanel2.ResumeLayout(false); tplPanel2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.numThumbnailIndex)).EndInit(); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.Windows.Forms.TableLayoutPanel tableLayoutPanel2; System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; System.Windows.Forms.TableLayoutPanel tableLayoutPanel3; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PythonWebPropertyPageControl)); this._wsgiHandlerLabel = new System.Windows.Forms.Label(); this._wsgiHandler = new System.Windows.Forms.TextBox(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this._staticPatternLabel = new System.Windows.Forms.Label(); this._staticPattern = new System.Windows.Forms.TextBox(); this._staticRewriteLabel = new System.Windows.Forms.Label(); this._staticRewrite = new System.Windows.Forms.TextBox(); this._webGroup = new System.Windows.Forms.GroupBox(); this._toolTip = new System.Windows.Forms.ToolTip(this.components); this._errorProvider = new System.Windows.Forms.ErrorProvider(this.components); this._deprecatedLabel = new System.Windows.Forms.Label(); tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel(); tableLayoutPanel2.SuspendLayout(); tableLayoutPanel1.SuspendLayout(); this.groupBox1.SuspendLayout(); tableLayoutPanel3.SuspendLayout(); this._webGroup.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this._errorProvider)).BeginInit(); this.SuspendLayout(); // // tableLayoutPanel2 // tableLayoutPanel2.AutoSize = true; tableLayoutPanel2.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; tableLayoutPanel2.ColumnCount = 2; tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); tableLayoutPanel2.Controls.Add(this._wsgiHandlerLabel, 0, 0); tableLayoutPanel2.Controls.Add(this._wsgiHandler, 1, 0); tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill; tableLayoutPanel2.Location = new System.Drawing.Point(6, 21); tableLayoutPanel2.Name = "tableLayoutPanel2"; tableLayoutPanel2.RowCount = 1; tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle()); tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 26F)); tableLayoutPanel2.Size = new System.Drawing.Size(437, 26); tableLayoutPanel2.TabIndex = 0; // // _wsgiHandlerLabel // this._wsgiHandlerLabel.Anchor = System.Windows.Forms.AnchorStyles.Left; this._wsgiHandlerLabel.AutoSize = true; this._wsgiHandlerLabel.Location = new System.Drawing.Point(6, 6); this._wsgiHandlerLabel.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); this._wsgiHandlerLabel.Name = "_wsgiHandlerLabel"; this._wsgiHandlerLabel.Size = new System.Drawing.Size(79, 13); this._wsgiHandlerLabel.TabIndex = 2; this._wsgiHandlerLabel.Text = "&WSGI Handler:"; this._wsgiHandlerLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // _wsgiHandler // this._wsgiHandler.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this._wsgiHandler.Location = new System.Drawing.Point(97, 3); this._wsgiHandler.Margin = new System.Windows.Forms.Padding(6, 3, 6, 3); this._wsgiHandler.MinimumSize = new System.Drawing.Size(50, 4); this._wsgiHandler.Name = "_wsgiHandler"; this._wsgiHandler.Size = new System.Drawing.Size(334, 20); this._wsgiHandler.TabIndex = 3; this._wsgiHandler.TextChanged += new System.EventHandler(this.Setting_TextChanged); // // tableLayoutPanel1 // tableLayoutPanel1.AutoSize = true; tableLayoutPanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; tableLayoutPanel1.ColumnCount = 1; tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); tableLayoutPanel1.Controls.Add(this._deprecatedLabel, 0, 0); tableLayoutPanel1.Controls.Add(this.groupBox1, 0, 2); tableLayoutPanel1.Controls.Add(this._webGroup, 0, 1); tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); tableLayoutPanel1.Name = "tableLayoutPanel1"; tableLayoutPanel1.RowCount = 4; 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(System.Windows.Forms.SizeType.Absolute, 20F)); tableLayoutPanel1.Size = new System.Drawing.Size(461, 213); tableLayoutPanel1.TabIndex = 0; // // groupBox1 // this.groupBox1.AutoSize = true; this.groupBox1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.groupBox1.Controls.Add(tableLayoutPanel3); this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox1.Location = new System.Drawing.Point(6, 104); this.groupBox1.Margin = new System.Windows.Forms.Padding(6, 8, 6, 8); this.groupBox1.Name = "groupBox1"; this.groupBox1.Padding = new System.Windows.Forms.Padding(6, 8, 6, 8); this.groupBox1.Size = new System.Drawing.Size(449, 81); this.groupBox1.TabIndex = 2; this.groupBox1.TabStop = false; this.groupBox1.Text = "Static Files"; // // tableLayoutPanel3 // tableLayoutPanel3.AutoSize = true; tableLayoutPanel3.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; tableLayoutPanel3.ColumnCount = 2; tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); tableLayoutPanel3.Controls.Add(this._staticPatternLabel, 0, 0); tableLayoutPanel3.Controls.Add(this._staticPattern, 1, 0); tableLayoutPanel3.Controls.Add(this._staticRewriteLabel, 0, 1); tableLayoutPanel3.Controls.Add(this._staticRewrite, 1, 1); tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill; tableLayoutPanel3.Location = new System.Drawing.Point(6, 21); tableLayoutPanel3.Name = "tableLayoutPanel3"; tableLayoutPanel3.RowCount = 2; tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle()); tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle()); tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 26F)); tableLayoutPanel3.Size = new System.Drawing.Size(437, 52); tableLayoutPanel3.TabIndex = 0; // // _staticPatternLabel // this._staticPatternLabel.Anchor = System.Windows.Forms.AnchorStyles.Left; this._staticPatternLabel.AutoSize = true; this._staticPatternLabel.Location = new System.Drawing.Point(6, 6); this._staticPatternLabel.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); this._staticPatternLabel.Name = "_staticPatternLabel"; this._staticPatternLabel.Size = new System.Drawing.Size(66, 13); this._staticPatternLabel.TabIndex = 0; this._staticPatternLabel.Text = "&URI Pattern:"; this._staticPatternLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // _staticPattern // this._staticPattern.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this._errorProvider.SetIconPadding(this._staticPattern, -20); this._staticPattern.Location = new System.Drawing.Point(86, 3); this._staticPattern.Margin = new System.Windows.Forms.Padding(6, 3, 6, 3); this._staticPattern.MinimumSize = new System.Drawing.Size(50, 4); this._staticPattern.Name = "_staticPattern"; this._staticPattern.Size = new System.Drawing.Size(345, 20); this._staticPattern.TabIndex = 1; this._staticPattern.TextChanged += new System.EventHandler(this.Setting_TextChanged); // // _staticRewriteLabel // this._staticRewriteLabel.Anchor = System.Windows.Forms.AnchorStyles.Left; this._staticRewriteLabel.AutoSize = true; this._staticRewriteLabel.Location = new System.Drawing.Point(6, 32); this._staticRewriteLabel.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); this._staticRewriteLabel.Name = "_staticRewriteLabel"; this._staticRewriteLabel.Size = new System.Drawing.Size(68, 13); this._staticRewriteLabel.TabIndex = 2; this._staticRewriteLabel.Text = "URI Re&write:"; this._staticRewriteLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // _staticRewrite // this._staticRewrite.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this._staticRewrite.Location = new System.Drawing.Point(86, 29); this._staticRewrite.Margin = new System.Windows.Forms.Padding(6, 3, 6, 3); this._staticRewrite.MinimumSize = new System.Drawing.Size(50, 4); this._staticRewrite.Name = "_staticRewrite"; this._staticRewrite.Size = new System.Drawing.Size(345, 20); this._staticRewrite.TabIndex = 3; this._staticRewrite.TextChanged += new System.EventHandler(this.Setting_TextChanged); // // _webGroup // this._webGroup.AutoSize = true; this._webGroup.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this._webGroup.Controls.Add(tableLayoutPanel2); this._webGroup.Dock = System.Windows.Forms.DockStyle.Fill; this._webGroup.Location = new System.Drawing.Point(6, 33); this._webGroup.Margin = new System.Windows.Forms.Padding(6, 8, 6, 8); this._webGroup.Name = "_webGroup"; this._webGroup.Padding = new System.Windows.Forms.Padding(6, 8, 6, 8); this._webGroup.Size = new System.Drawing.Size(449, 55); this._webGroup.TabIndex = 1; this._webGroup.TabStop = false; this._webGroup.Text = "Web"; // // _errorProvider // this._errorProvider.ContainerControl = this; this._errorProvider.Icon = ((System.Drawing.Icon)(resources.GetObject("_errorProvider.Icon"))); // // _deprecatedLabel // this._deprecatedLabel.AutoSize = true; this._errorProvider.SetError(this._deprecatedLabel, "Deprecated"); this._errorProvider.SetIconAlignment(this._deprecatedLabel, System.Windows.Forms.ErrorIconAlignment.MiddleLeft); this._deprecatedLabel.Location = new System.Drawing.Point(24, 6); this._deprecatedLabel.Margin = new System.Windows.Forms.Padding(24, 6, 3, 6); this._deprecatedLabel.Name = "_deprecatedLabel"; this._deprecatedLabel.Size = new System.Drawing.Size(434, 13); this._deprecatedLabel.TabIndex = 0; this._deprecatedLabel.Text = "These options are no longer used. To configure them, add a web.config file to you" + "r project."; // // PythonWebPropertyPageControl // 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.Controls.Add(tableLayoutPanel1); this.Margin = new System.Windows.Forms.Padding(6, 8, 6, 8); this.Name = "PythonWebPropertyPageControl"; this.Size = new System.Drawing.Size(461, 213); tableLayoutPanel2.ResumeLayout(false); tableLayoutPanel2.PerformLayout(); tableLayoutPanel1.ResumeLayout(false); tableLayoutPanel1.PerformLayout(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); tableLayoutPanel3.ResumeLayout(false); tableLayoutPanel3.PerformLayout(); this._webGroup.ResumeLayout(false); this._webGroup.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this._errorProvider)).EndInit(); 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.TableLayoutPanel tableMain; System.Windows.Forms.FlowLayoutPanel flowButtons; System.Windows.Forms.Label formatLabel; System.Windows.Forms.Label exampleLabel; System.Windows.Forms.Panel panel; System.Windows.Forms.GroupBox groupNumbers; System.Windows.Forms.GroupBox otherGroup; System.Windows.Forms.GroupBox namesGroup; System.Windows.Forms.GroupBox dateGroup; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormatBuilder)); this.okButton = new System.Windows.Forms.Button(); this.cancelButton = new System.Windows.Forms.Button(); this.textExample = new System.Windows.Forms.TextBox(); this.textFormat = new System.Windows.Forms.TextBox(); this.digitalSelector = new System.Windows.Forms.NumericUpDown(); this.episodeNumberButton = new System.Windows.Forms.Button(); this.seasonNumberButton = new System.Windows.Forms.Button(); this.directoryButton = new System.Windows.Forms.Button(); this.fileExtensionButton = new System.Windows.Forms.Button(); this.folderNameButton = new System.Windows.Forms.Button(); this.wordSeparator = new System.Windows.Forms.ComboBox(); this.episodeNameButton = new System.Windows.Forms.Button(); this.showNameButton = new System.Windows.Forms.Button(); this.dateFormat = new System.Windows.Forms.TextBox(); this.dateExample = new System.Windows.Forms.TextBox(); this.dateButton = new System.Windows.Forms.Button(); tableMain = new System.Windows.Forms.TableLayoutPanel(); flowButtons = new System.Windows.Forms.FlowLayoutPanel(); formatLabel = new System.Windows.Forms.Label(); exampleLabel = new System.Windows.Forms.Label(); panel = new System.Windows.Forms.Panel(); groupNumbers = new System.Windows.Forms.GroupBox(); otherGroup = new System.Windows.Forms.GroupBox(); namesGroup = new System.Windows.Forms.GroupBox(); dateGroup = new System.Windows.Forms.GroupBox(); tableMain.SuspendLayout(); flowButtons.SuspendLayout(); panel.SuspendLayout(); groupNumbers.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.digitalSelector)).BeginInit(); otherGroup.SuspendLayout(); namesGroup.SuspendLayout(); dateGroup.SuspendLayout(); this.SuspendLayout(); // // tableMain // tableMain.ColumnCount = 2; tableMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 104F)); tableMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25.00062F)); tableMain.Controls.Add(flowButtons, 0, 3); tableMain.Controls.Add(this.textExample, 1, 2); tableMain.Controls.Add(this.textFormat, 1, 1); tableMain.Controls.Add(formatLabel, 0, 1); tableMain.Controls.Add(exampleLabel, 0, 2); tableMain.Controls.Add(panel, 0, 0); tableMain.Dock = System.Windows.Forms.DockStyle.Fill; tableMain.Location = new System.Drawing.Point(0, 0); tableMain.Name = "tableMain"; tableMain.RowCount = 4; tableMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); tableMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F)); tableMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F)); tableMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); tableMain.Size = new System.Drawing.Size(371, 221); tableMain.TabIndex = 0; // // flowButtons // tableMain.SetColumnSpan(flowButtons, 2); flowButtons.Controls.Add(this.okButton); flowButtons.Controls.Add(this.cancelButton); flowButtons.Dock = System.Windows.Forms.DockStyle.Fill; flowButtons.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft; flowButtons.Location = new System.Drawing.Point(0, 191); flowButtons.Margin = new System.Windows.Forms.Padding(0); flowButtons.Name = "flowButtons"; flowButtons.Size = new System.Drawing.Size(371, 30); flowButtons.TabIndex = 0; // // okButton // this.okButton.Location = new System.Drawing.Point(293, 3); this.okButton.Name = "okButton"; this.okButton.Size = new System.Drawing.Size(75, 23); this.okButton.TabIndex = 0; this.okButton.Text = "OK"; this.okButton.UseVisualStyleBackColor = true; this.okButton.Click += new System.EventHandler(this.OkButtonClick); // // cancelButton // this.cancelButton.Location = new System.Drawing.Point(212, 3); this.cancelButton.Name = "cancelButton"; this.cancelButton.Size = new System.Drawing.Size(75, 23); this.cancelButton.TabIndex = 1; this.cancelButton.Text = "Cancel"; this.cancelButton.UseVisualStyleBackColor = true; this.cancelButton.Click += new System.EventHandler(this.CancelButtonClick); // // textExample // this.textExample.Dock = System.Windows.Forms.DockStyle.Fill; this.textExample.Location = new System.Drawing.Point(107, 169); this.textExample.Name = "textExample"; this.textExample.ReadOnly = true; this.textExample.Size = new System.Drawing.Size(261, 20); this.textExample.TabIndex = 1; // // textFormat // this.textFormat.Dock = System.Windows.Forms.DockStyle.Fill; this.textFormat.Location = new System.Drawing.Point(107, 144); this.textFormat.Name = "textFormat"; this.textFormat.Size = new System.Drawing.Size(261, 20); this.textFormat.TabIndex = 2; this.textFormat.TextChanged += new System.EventHandler(this.TextFormatTextChanged); // // formatLabel // formatLabel.Anchor = System.Windows.Forms.AnchorStyles.Right; formatLabel.AutoSize = true; formatLabel.Location = new System.Drawing.Point(29, 147); formatLabel.Name = "formatLabel"; formatLabel.Size = new System.Drawing.Size(72, 13); formatLabel.TabIndex = 3; formatLabel.Text = "Format String:"; // // exampleLabel // exampleLabel.Anchor = System.Windows.Forms.AnchorStyles.Right; exampleLabel.AutoSize = true; exampleLabel.Location = new System.Drawing.Point(16, 172); exampleLabel.Name = "exampleLabel"; exampleLabel.Size = new System.Drawing.Size(85, 13); exampleLabel.TabIndex = 4; exampleLabel.Text = "Example Output:"; // // panel // tableMain.SetColumnSpan(panel, 2); panel.Controls.Add(groupNumbers); panel.Controls.Add(otherGroup); panel.Controls.Add(namesGroup); panel.Controls.Add(dateGroup); panel.Dock = System.Windows.Forms.DockStyle.Fill; panel.Location = new System.Drawing.Point(3, 3); panel.Name = "panel"; panel.Size = new System.Drawing.Size(365, 135); panel.TabIndex = 10; // // groupNumbers // groupNumbers.AutoSize = true; groupNumbers.Controls.Add(this.digitalSelector); groupNumbers.Controls.Add(this.episodeNumberButton); groupNumbers.Controls.Add(this.seasonNumberButton); groupNumbers.Location = new System.Drawing.Point(3, 9); groupNumbers.Name = "groupNumbers"; groupNumbers.Size = new System.Drawing.Size(82, 119); groupNumbers.TabIndex = 6; groupNumbers.TabStop = false; groupNumbers.Text = "Numbers"; // // digitalSelector // this.digitalSelector.Location = new System.Drawing.Point(6, 77); this.digitalSelector.Maximum = new decimal(new int[] { 10, 0, 0, 0}); this.digitalSelector.Minimum = new decimal(new int[] { 1, 0, 0, 0}); this.digitalSelector.Name = "digitalSelector"; this.digitalSelector.Size = new System.Drawing.Size(65, 20); this.digitalSelector.TabIndex = 2; this.digitalSelector.Value = new decimal(new int[] { 1, 0, 0, 0}); // // episodeNumberButton // this.episodeNumberButton.Location = new System.Drawing.Point(6, 48); this.episodeNumberButton.Name = "episodeNumberButton"; this.episodeNumberButton.Size = new System.Drawing.Size(65, 23); this.episodeNumberButton.TabIndex = 1; this.episodeNumberButton.Text = "Episode"; this.episodeNumberButton.UseVisualStyleBackColor = true; this.episodeNumberButton.Click += new System.EventHandler(this.EpisodeNumberButtonClick); // // seasonNumberButton // this.seasonNumberButton.Location = new System.Drawing.Point(6, 19); this.seasonNumberButton.Name = "seasonNumberButton"; this.seasonNumberButton.Size = new System.Drawing.Size(65, 23); this.seasonNumberButton.TabIndex = 0; this.seasonNumberButton.Text = "Season"; this.seasonNumberButton.UseVisualStyleBackColor = true; this.seasonNumberButton.Click += new System.EventHandler(this.SeasonNumberButtonClick); // // otherGroup // otherGroup.AutoSize = true; otherGroup.Controls.Add(this.directoryButton); otherGroup.Controls.Add(this.fileExtensionButton); otherGroup.Controls.Add(this.folderNameButton); otherGroup.Location = new System.Drawing.Point(257, 9); otherGroup.Name = "otherGroup"; otherGroup.Size = new System.Drawing.Size(96, 119); otherGroup.TabIndex = 9; otherGroup.TabStop = false; otherGroup.Text = "Other"; // // directoryButton // this.directoryButton.Location = new System.Drawing.Point(6, 77); this.directoryButton.Name = "directoryButton"; this.directoryButton.Size = new System.Drawing.Size(84, 23); this.directoryButton.TabIndex = 12; this.directoryButton.Text = "Directory"; this.directoryButton.UseVisualStyleBackColor = true; this.directoryButton.Click += new System.EventHandler(this.DirectoryButtonClick); // // fileExtensionButton // this.fileExtensionButton.Location = new System.Drawing.Point(6, 48); this.fileExtensionButton.Name = "fileExtensionButton"; this.fileExtensionButton.Size = new System.Drawing.Size(84, 23); this.fileExtensionButton.TabIndex = 11; this.fileExtensionButton.Text = "File Extension"; this.fileExtensionButton.UseVisualStyleBackColor = true; this.fileExtensionButton.Click += new System.EventHandler(this.FileExtensionButtonClick); // // folderNameButton // this.folderNameButton.Location = new System.Drawing.Point(6, 19); this.folderNameButton.Name = "folderNameButton"; this.folderNameButton.Size = new System.Drawing.Size(84, 23); this.folderNameButton.TabIndex = 10; this.folderNameButton.Text = "Folder Name"; this.folderNameButton.UseVisualStyleBackColor = true; this.folderNameButton.Click += new System.EventHandler(this.FolderNameButtonClick); // // namesGroup // namesGroup.AutoSize = true; namesGroup.Controls.Add(this.wordSeparator); namesGroup.Controls.Add(this.episodeNameButton); namesGroup.Controls.Add(this.showNameButton); namesGroup.Location = new System.Drawing.Point(91, 9); namesGroup.Name = "namesGroup"; namesGroup.Size = new System.Drawing.Size(77, 119); namesGroup.TabIndex = 7; namesGroup.TabStop = false; namesGroup.Text = "Names"; // // wordSeparator // this.wordSeparator.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.wordSeparator.FormattingEnabled = true; this.wordSeparator.Items.AddRange(new object[] { "[space]", ".", "-", "_"}); this.wordSeparator.Location = new System.Drawing.Point(6, 76); this.wordSeparator.Name = "wordSeparator"; this.wordSeparator.Size = new System.Drawing.Size(65, 21); this.wordSeparator.TabIndex = 2; // // episodeNameButton // this.episodeNameButton.Location = new System.Drawing.Point(6, 48); this.episodeNameButton.Name = "episodeNameButton"; this.episodeNameButton.Size = new System.Drawing.Size(65, 23); this.episodeNameButton.TabIndex = 1; this.episodeNameButton.Text = "Episode"; this.episodeNameButton.UseVisualStyleBackColor = true; this.episodeNameButton.Click += new System.EventHandler(this.EpisodeNameButtonClick); // // showNameButton // this.showNameButton.Location = new System.Drawing.Point(6, 19); this.showNameButton.Name = "showNameButton"; this.showNameButton.Size = new System.Drawing.Size(65, 23); this.showNameButton.TabIndex = 0; this.showNameButton.Text = "Show"; this.showNameButton.UseVisualStyleBackColor = true; this.showNameButton.Click += new System.EventHandler(this.ShowNameButtonClick); // // dateGroup // dateGroup.AutoSize = true; dateGroup.Controls.Add(this.dateFormat); dateGroup.Controls.Add(this.dateExample); dateGroup.Controls.Add(this.dateButton); dateGroup.Location = new System.Drawing.Point(174, 9); dateGroup.Name = "dateGroup"; dateGroup.Size = new System.Drawing.Size(77, 119); dateGroup.TabIndex = 8; dateGroup.TabStop = false; dateGroup.Text = "Date"; // // dateFormat // this.dateFormat.Location = new System.Drawing.Point(6, 51); this.dateFormat.Name = "dateFormat"; this.dateFormat.Size = new System.Drawing.Size(65, 20); this.dateFormat.TabIndex = 1; this.dateFormat.TextChanged += new System.EventHandler(this.DateFormatTextChanged); // // dateExample // this.dateExample.Location = new System.Drawing.Point(6, 77); this.dateExample.Name = "dateExample"; this.dateExample.ReadOnly = true; this.dateExample.Size = new System.Drawing.Size(65, 20); this.dateExample.TabIndex = 2; // // dateButton // this.dateButton.Location = new System.Drawing.Point(6, 19); this.dateButton.Name = "dateButton"; this.dateButton.Size = new System.Drawing.Size(65, 23); this.dateButton.TabIndex = 0; this.dateButton.Text = "Date"; this.dateButton.UseVisualStyleBackColor = true; this.dateButton.Click += new System.EventHandler(this.DateButtonClick); // // FormatBuilder // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(371, 221); this.Controls.Add(tableMain); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MinimumSize = new System.Drawing.Size(387, 259); this.Name = "FormatBuilder"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Format Builder"; this.Load += new System.EventHandler(this.FormatBuilderLoad); tableMain.ResumeLayout(false); tableMain.PerformLayout(); flowButtons.ResumeLayout(false); panel.ResumeLayout(false); panel.PerformLayout(); groupNumbers.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.digitalSelector)).EndInit(); otherGroup.ResumeLayout(false); namesGroup.ResumeLayout(false); dateGroup.ResumeLayout(false); dateGroup.PerformLayout(); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.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(); }
/// <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 tlpItemLayout; this.picImage = new System.Windows.Forms.PictureBox(); this.lblText = new System.Windows.Forms.Label(); tlpItemLayout = new System.Windows.Forms.TableLayoutPanel(); tlpItemLayout.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.picImage)).BeginInit(); this.SuspendLayout(); // // tlpItemLayout // tlpItemLayout.AutoSize = true; tlpItemLayout.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; tlpItemLayout.ColumnCount = 2; tlpItemLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); tlpItemLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); tlpItemLayout.Controls.Add(this.picImage, 0, 0); tlpItemLayout.Controls.Add(this.lblText, 1, 0); tlpItemLayout.Dock = System.Windows.Forms.DockStyle.Fill; tlpItemLayout.Location = new System.Drawing.Point(0, 0); tlpItemLayout.Margin = new System.Windows.Forms.Padding(0); tlpItemLayout.Name = "tlpItemLayout"; tlpItemLayout.RowCount = 1; tlpItemLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); tlpItemLayout.Size = new System.Drawing.Size(150, 22); tlpItemLayout.TabIndex = 0; // // picImage // this.picImage.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.picImage.Location = new System.Drawing.Point(0, 0); this.picImage.Margin = new System.Windows.Forms.Padding(0); this.picImage.Name = "picImage"; this.picImage.Size = new System.Drawing.Size(22, 22); this.picImage.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.picImage.TabIndex = 0; this.picImage.TabStop = false; // // lblText // this.lblText.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.lblText.AutoSize = true; this.lblText.Location = new System.Drawing.Point(25, 4); this.lblText.Name = "lblText"; this.lblText.Size = new System.Drawing.Size(122, 13); this.lblText.TabIndex = 1; // // ImageItemControl // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(tlpItemLayout); this.Name = "ImageItemControl"; this.Size = new System.Drawing.Size(150, 22); tlpItemLayout.ResumeLayout(false); tlpItemLayout.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.picImage)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); }