namespace Flowframes.Forms { partial class DebugForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DebugForm)); this.titleLabel = new System.Windows.Forms.Label(); this.tabPage2 = new System.Windows.Forms.TabPage(); this.tabPage1 = new System.Windows.Forms.TabPage(); this.htTabControl1 = new HTAlt.WinForms.HTTabControl(); this.configDataGrid = new System.Windows.Forms.DataGridView(); this.tabPage2.SuspendLayout(); this.htTabControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.configDataGrid)).BeginInit(); this.SuspendLayout(); // // titleLabel // this.titleLabel.AutoSize = true; this.titleLabel.Font = new System.Drawing.Font("Yu Gothic UI", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.titleLabel.ForeColor = System.Drawing.Color.White; this.titleLabel.Location = new System.Drawing.Point(12, 9); this.titleLabel.Margin = new System.Windows.Forms.Padding(3, 0, 3, 10); this.titleLabel.Name = "titleLabel"; this.titleLabel.Size = new System.Drawing.Size(175, 40); this.titleLabel.TabIndex = 2; this.titleLabel.Text = "Debug Tools"; // // tabPage2 // this.tabPage2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48))))); this.tabPage2.Controls.Add(this.configDataGrid); this.tabPage2.Location = new System.Drawing.Point(4, 27); this.tabPage2.Name = "tabPage2"; this.tabPage2.Padding = new System.Windows.Forms.Padding(3); this.tabPage2.Size = new System.Drawing.Size(912, 396); this.tabPage2.TabIndex = 1; this.tabPage2.Text = "Config Editor"; // // tabPage1 // this.tabPage1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48))))); this.tabPage1.Location = new System.Drawing.Point(4, 27); this.tabPage1.Name = "tabPage1"; this.tabPage1.Padding = new System.Windows.Forms.Padding(3); this.tabPage1.Size = new System.Drawing.Size(768, 345); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "Log Viewer"; // // htTabControl1 // this.htTabControl1.AllowDrop = true; this.htTabControl1.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(45)))), ((int)(((byte)(48))))); this.htTabControl1.BorderTabLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(122)))), ((int)(((byte)(204))))); this.htTabControl1.Controls.Add(this.tabPage1); this.htTabControl1.Controls.Add(this.tabPage2); this.htTabControl1.DisableClose = false; this.htTabControl1.DisableDragging = false; this.htTabControl1.Font = new System.Drawing.Font("Segoe UI", 9F); this.htTabControl1.HoverTabButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(82)))), ((int)(((byte)(176)))), ((int)(((byte)(239))))); this.htTabControl1.HoverTabColor = System.Drawing.Color.FromArgb(((int)(((byte)(28)))), ((int)(((byte)(151)))), ((int)(((byte)(234))))); this.htTabControl1.HoverUnselectedTabButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(85)))), ((int)(((byte)(85)))), ((int)(((byte)(85))))); this.htTabControl1.Location = new System.Drawing.Point(12, 62); this.htTabControl1.Name = "htTabControl1"; this.htTabControl1.Padding = new System.Drawing.Point(14, 4); this.htTabControl1.SelectedIndex = 0; this.htTabControl1.SelectedTabButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(28)))), ((int)(((byte)(151)))), ((int)(((byte)(234))))); this.htTabControl1.SelectedTabColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(122)))), ((int)(((byte)(204))))); this.htTabControl1.Size = new System.Drawing.Size(920, 427); this.htTabControl1.TabIndex = 3; this.htTabControl1.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.htTabControl1.UnderBorderTabLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(67)))), ((int)(((byte)(67)))), ((int)(((byte)(70))))); this.htTabControl1.UnselectedBorderTabLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(63)))), ((int)(((byte)(70))))); this.htTabControl1.UnselectedTabColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(63)))), ((int)(((byte)(70))))); this.htTabControl1.UpDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(63)))), ((int)(((byte)(70))))); this.htTabControl1.UpDownTextColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(112))))); // // configDataGrid // this.configDataGrid.AllowUserToResizeColumns = false; this.configDataGrid.AllowUserToResizeRows = false; this.configDataGrid.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells; this.configDataGrid.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells; this.configDataGrid.ClipboardCopyMode = System.Windows.Forms.DataGridViewClipboardCopyMode.EnableWithoutHeaderText; this.configDataGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.configDataGrid.Dock = System.Windows.Forms.DockStyle.Fill; this.configDataGrid.Location = new System.Drawing.Point(3, 3); this.configDataGrid.MultiSelect = false; this.configDataGrid.Name = "configDataGrid"; this.configDataGrid.Size = new System.Drawing.Size(906, 390); this.configDataGrid.TabIndex = 0; // // DebugForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(32)))), ((int)(((byte)(32))))); this.ClientSize = new System.Drawing.Size(944, 501); this.Controls.Add(this.htTabControl1); this.Controls.Add(this.titleLabel); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "DebugForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "DebugForm"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.DebugForm_FormClosing); this.Load += new System.EventHandler(this.DebugForm_Load); this.tabPage2.ResumeLayout(false); this.htTabControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.configDataGrid)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label titleLabel; private System.Windows.Forms.TabPage tabPage2; private System.Windows.Forms.TabPage tabPage1; private HTAlt.WinForms.HTTabControl htTabControl1; private System.Windows.Forms.DataGridView configDataGrid; } }