/
Danyechka0
/
executor1
Обзор
Документация
Войти
/
Danyechka0
/
executor1
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
Form1.Designer.cs
485 строк
28 KB
Danyechka0
Add files via upload
17 апр 2026, 19:31
Не верифицирован
17 апр 2026, 19:31
9e805c2
Код
Авторство
О чём код?
namespace NeverwhereInjector1 { partial class Form1 { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1)); this.panel1 = new System.Windows.Forms.Panel(); this.button3 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); this.label4 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.button1 = new System.Windows.Forms.Button(); this.saveButton = new System.Windows.Forms.Button(); this.openButton = new System.Windows.Forms.Button(); this.clearButton = new System.Windows.Forms.Button(); this.execButton = new System.Windows.Forms.Button(); this.scriptBox = new FastColoredTextBoxNS.FastColoredTextBox(); this.ScriptList = new System.Windows.Forms.ListBox(); this.panel2 = new System.Windows.Forms.Panel(); this.closeButton = new System.Windows.Forms.Button(); this.refreshButton = new System.Windows.Forms.Button(); this.usageButton = new System.Windows.Forms.Button(); this.supportButton = new System.Windows.Forms.Button(); this.versionText = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.scriptBox)).BeginInit(); this.panel2.SuspendLayout(); this.SuspendLayout(); // // panel1 // this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40))))); this.panel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.panel1.Controls.Add(this.button3); this.panel1.Controls.Add(this.button2); this.panel1.Controls.Add(this.label4); this.panel1.Controls.Add(this.label3); this.panel1.Controls.Add(this.label2); this.panel1.Controls.Add(this.label1); this.panel1.Controls.Add(this.button1); this.panel1.Controls.Add(this.saveButton); this.panel1.Controls.Add(this.openButton); this.panel1.Controls.Add(this.clearButton); this.panel1.Controls.Add(this.execButton); this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(191, 631); this.panel1.TabIndex = 0; // // button3 // this.button3.BackColor = System.Drawing.Color.Transparent; this.button3.FlatAppearance.BorderSize = 0; this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button3.Font = new System.Drawing.Font("Gogh Extra Bold", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.button3.ForeColor = System.Drawing.SystemColors.ControlLightLight; this.button3.Image = ((System.Drawing.Image)(resources.GetObject("button3.Image"))); this.button3.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.button3.Location = new System.Drawing.Point(6, 491); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(182, 41); this.button3.TabIndex = 9; this.button3.Text = "KILL RBX"; this.button3.UseVisualStyleBackColor = false; this.button3.Click += new System.EventHandler(this.button3_Click_2); // // button2 // this.button2.BackColor = System.Drawing.Color.Transparent; this.button2.FlatAppearance.BorderSize = 0; this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button2.Font = new System.Drawing.Font("Gogh Extra Bold", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.button2.ForeColor = System.Drawing.SystemColors.ControlLightLight; this.button2.Image = ((System.Drawing.Image)(resources.GetObject("button2.Image"))); this.button2.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.button2.Location = new System.Drawing.Point(9, 114); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(174, 41); this.button2.TabIndex = 8; this.button2.Text = "INJECT"; this.button2.UseVisualStyleBackColor = false; this.button2.Click += new System.EventHandler(this.button2_Click_1); // // label4 // this.label4.AutoSize = true; this.label4.BackColor = System.Drawing.Color.Transparent; this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label4.ForeColor = System.Drawing.SystemColors.Control; this.label4.Location = new System.Drawing.Point(12, 609); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(163, 12); this.label4.TabIndex = 7; this.label4.Text = "github.com/WooxHimself/neverwhere"; this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label3 // this.label3.AutoSize = true; this.label3.BackColor = System.Drawing.Color.Transparent; this.label3.Font = new System.Drawing.Font("MV Boli", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label3.ForeColor = System.Drawing.SystemColors.ControlLightLight; this.label3.Location = new System.Drawing.Point(25, 40); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(133, 17); this.label3.TabIndex = 6; this.label3.Text = "Open-Source Executor"; // // label2 // this.label2.AutoSize = true; this.label2.BackColor = System.Drawing.Color.Transparent; this.label2.Font = new System.Drawing.Font("MV Boli", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label2.ForeColor = System.Drawing.SystemColors.ControlLightLight; this.label2.Location = new System.Drawing.Point(-4, 9); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(188, 31); this.label2.TabIndex = 5; this.label2.Text = "NEVERWHERE"; // // label1 // this.label1.AutoSize = true; this.label1.BackColor = System.Drawing.Color.Transparent; this.label1.ForeColor = System.Drawing.SystemColors.ButtonHighlight; this.label1.Location = new System.Drawing.Point(36, 592); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(108, 13); this.label1.TabIndex = 4; this.label1.Text = "www.neverwhere.xyz"; // // button1 // this.button1.BackColor = System.Drawing.Color.Transparent; this.button1.FlatAppearance.BorderSize = 0; this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button1.Font = new System.Drawing.Font("Gogh Extra Bold", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.button1.ForeColor = System.Drawing.SystemColors.ControlLightLight; this.button1.Image = ((System.Drawing.Image)(resources.GetObject("button1.Image"))); this.button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.button1.Location = new System.Drawing.Point(9, 432); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(182, 41); this.button1.TabIndex = 3; this.button1.Text = "SCRIPTS"; this.button1.UseVisualStyleBackColor = false; this.button1.Click += new System.EventHandler(this.button4_Click); // // saveButton // this.saveButton.BackColor = System.Drawing.Color.Transparent; this.saveButton.FlatAppearance.BorderSize = 0; this.saveButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.saveButton.Font = new System.Drawing.Font("Gogh Extra Bold", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.saveButton.ForeColor = System.Drawing.SystemColors.ControlLightLight; this.saveButton.Image = ((System.Drawing.Image)(resources.GetObject("saveButton.Image"))); this.saveButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.saveButton.Location = new System.Drawing.Point(9, 372); this.saveButton.Name = "saveButton"; this.saveButton.Size = new System.Drawing.Size(174, 41); this.saveButton.TabIndex = 3; this.saveButton.Text = "SAVE"; this.saveButton.UseVisualStyleBackColor = false; this.saveButton.Click += new System.EventHandler(this.button4_Click); // // openButton // this.openButton.BackColor = System.Drawing.Color.Transparent; this.openButton.FlatAppearance.BorderSize = 0; this.openButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.openButton.Font = new System.Drawing.Font("Gogh Extra Bold", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.openButton.ForeColor = System.Drawing.SystemColors.ControlLightLight; this.openButton.Image = ((System.Drawing.Image)(resources.GetObject("openButton.Image"))); this.openButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.openButton.Location = new System.Drawing.Point(9, 308); this.openButton.Name = "openButton"; this.openButton.Size = new System.Drawing.Size(174, 41); this.openButton.TabIndex = 2; this.openButton.Text = "OPEN"; this.openButton.UseVisualStyleBackColor = false; this.openButton.Click += new System.EventHandler(this.button3_Click); // // clearButton // this.clearButton.BackColor = System.Drawing.Color.Transparent; this.clearButton.FlatAppearance.BorderSize = 0; this.clearButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.clearButton.Font = new System.Drawing.Font("Gogh Extra Bold", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.clearButton.ForeColor = System.Drawing.SystemColors.ControlLightLight; this.clearButton.Image = ((System.Drawing.Image)(resources.GetObject("clearButton.Image"))); this.clearButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.clearButton.Location = new System.Drawing.Point(9, 245); this.clearButton.Name = "clearButton"; this.clearButton.Size = new System.Drawing.Size(174, 41); this.clearButton.TabIndex = 1; this.clearButton.Text = "CLEAR"; this.clearButton.UseVisualStyleBackColor = false; this.clearButton.Click += new System.EventHandler(this.button2_Click); // // execButton // this.execButton.BackColor = System.Drawing.Color.Transparent; this.execButton.FlatAppearance.BorderSize = 0; this.execButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.execButton.Font = new System.Drawing.Font("Gogh Extra Bold", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.execButton.ForeColor = System.Drawing.SystemColors.ControlLightLight; this.execButton.Image = ((System.Drawing.Image)(resources.GetObject("execButton.Image"))); this.execButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.execButton.Location = new System.Drawing.Point(9, 178); this.execButton.Name = "execButton"; this.execButton.Size = new System.Drawing.Size(174, 41); this.execButton.TabIndex = 0; this.execButton.Text = "EXEC"; this.execButton.UseVisualStyleBackColor = false; this.execButton.Click += new System.EventHandler(this.button1_Click); // // scriptBox // this.scriptBox.AutoCompleteBracketsList = new char[] { '(', ')', '{', '}', '[', ']', '\"', '\"', '\'', '\''}; this.scriptBox.AutoIndentCharsPatterns = "\r\n^\\s*[\\w\\.]+(\\s\\w+)?\\s*(?<range>=)\\s*(?<range>.+)\r\n"; this.scriptBox.AutoScrollMinSize = new System.Drawing.Size(491, 14); this.scriptBox.BackBrush = null; this.scriptBox.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(45)))), ((int)(((byte)(45))))); this.scriptBox.BracketsHighlightStrategy = FastColoredTextBoxNS.BracketsHighlightStrategy.Strategy2; this.scriptBox.CharHeight = 14; this.scriptBox.CharWidth = 8; this.scriptBox.CommentPrefix = "--"; this.scriptBox.Cursor = System.Windows.Forms.Cursors.IBeam; this.scriptBox.DisabledColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(180)))), ((int)(((byte)(180)))), ((int)(((byte)(180))))); this.scriptBox.ForeColor = System.Drawing.Color.Magenta; this.scriptBox.IndentBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.scriptBox.IsReplaceMode = false; this.scriptBox.Language = FastColoredTextBoxNS.Language.Lua; this.scriptBox.LeftBracket = '('; this.scriptBox.LeftBracket2 = '{'; this.scriptBox.LineNumberColor = System.Drawing.Color.White; this.scriptBox.Location = new System.Drawing.Point(208, 76); this.scriptBox.Name = "scriptBox"; this.scriptBox.Paddings = new System.Windows.Forms.Padding(0); this.scriptBox.RightBracket = ')'; this.scriptBox.RightBracket2 = '}'; this.scriptBox.SelectionColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.scriptBox.ServiceColors = ((FastColoredTextBoxNS.ServiceColors)(resources.GetObject("scriptBox.ServiceColors"))); this.scriptBox.ServiceLinesColor = System.Drawing.Color.Snow; this.scriptBox.Size = new System.Drawing.Size(565, 447); this.scriptBox.TabIndex = 9; this.scriptBox.Text = "-- NEVERWHERE Executor | GitHub.com/WooxHimself/neverwhere"; this.scriptBox.Zoom = 100; // // ScriptList // this.ScriptList.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(45)))), ((int)(((byte)(45))))); this.ScriptList.ForeColor = System.Drawing.SystemColors.Info; this.ScriptList.FormattingEnabled = true; this.ScriptList.Location = new System.Drawing.Point(779, 107); this.ScriptList.Name = "ScriptList"; this.ScriptList.Size = new System.Drawing.Size(211, 329); this.ScriptList.TabIndex = 10; this.ScriptList.SelectedIndexChanged += new System.EventHandler(this.scriptList_SelectedIndexChanged); // // panel2 // this.panel2.Controls.Add(this.closeButton); this.panel2.Location = new System.Drawing.Point(190, 0); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(813, 40); this.panel2.TabIndex = 11; this.panel2.Paint += new System.Windows.Forms.PaintEventHandler(this.panel2_Paint); this.panel2.MouseDown += new System.Windows.Forms.MouseEventHandler(this.panel2_MouseDown); this.panel2.MouseEnter += new System.EventHandler(this.panel2_MouseEnter); this.panel2.MouseMove += new System.Windows.Forms.MouseEventHandler(this.panel2_MouseMove); // // closeButton // this.closeButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.closeButton.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(50)))), ((int)(((byte)(50))))); this.closeButton.Image = ((System.Drawing.Image)(resources.GetObject("closeButton.Image"))); this.closeButton.Location = new System.Drawing.Point(764, 0); this.closeButton.Name = "closeButton"; this.closeButton.Size = new System.Drawing.Size(42, 37); this.closeButton.TabIndex = 7; this.closeButton.UseVisualStyleBackColor = true; this.closeButton.Click += new System.EventHandler(this.button6_Click); this.closeButton.MouseDown += new System.Windows.Forms.MouseEventHandler(this.panel2_MouseDown); this.closeButton.MouseEnter += new System.EventHandler(this.panel2_MouseEnter); this.closeButton.MouseMove += new System.Windows.Forms.MouseEventHandler(this.panel2_MouseMove); // // refreshButton // this.refreshButton.BackColor = System.Drawing.Color.Transparent; this.refreshButton.FlatAppearance.BorderSize = 0; this.refreshButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.refreshButton.Font = new System.Drawing.Font("Gogh Extra Bold", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.refreshButton.ForeColor = System.Drawing.SystemColors.ControlLightLight; this.refreshButton.Image = ((System.Drawing.Image)(resources.GetObject("refreshButton.Image"))); this.refreshButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.refreshButton.Location = new System.Drawing.Point(805, 482); this.refreshButton.Name = "refreshButton"; this.refreshButton.Size = new System.Drawing.Size(151, 41); this.refreshButton.TabIndex = 8; this.refreshButton.Text = "REFRESH"; this.refreshButton.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.refreshButton.UseVisualStyleBackColor = false; this.refreshButton.Click += new System.EventHandler(this.button1_Click_1); // // usageButton // this.usageButton.BackColor = System.Drawing.Color.Transparent; this.usageButton.FlatAppearance.BorderSize = 0; this.usageButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.usageButton.Font = new System.Drawing.Font("Gogh Extra Bold", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.usageButton.ForeColor = System.Drawing.SystemColors.ControlLightLight; this.usageButton.Image = ((System.Drawing.Image)(resources.GetObject("usageButton.Image"))); this.usageButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.usageButton.Location = new System.Drawing.Point(399, 580); this.usageButton.Name = "usageButton"; this.usageButton.Size = new System.Drawing.Size(171, 41); this.usageButton.TabIndex = 9; this.usageButton.Text = "USAGE"; this.usageButton.UseVisualStyleBackColor = false; this.usageButton.Click += new System.EventHandler(this.button3_Click_1); // // supportButton // this.supportButton.BackColor = System.Drawing.Color.Transparent; this.supportButton.FlatAppearance.BorderSize = 0; this.supportButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.supportButton.Font = new System.Drawing.Font("Gogh Extra Bold", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.supportButton.ForeColor = System.Drawing.SystemColors.ControlLightLight; this.supportButton.Image = ((System.Drawing.Image)(resources.GetObject("supportButton.Image"))); this.supportButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.supportButton.Location = new System.Drawing.Point(586, 580); this.supportButton.Name = "supportButton"; this.supportButton.Size = new System.Drawing.Size(171, 41); this.supportButton.TabIndex = 12; this.supportButton.Text = "SUPPORT"; this.supportButton.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.supportButton.UseVisualStyleBackColor = false; this.supportButton.Click += new System.EventHandler(this.supportButton_Click); // // versionText // this.versionText.AutoSize = true; this.versionText.Font = new System.Drawing.Font("KG Red Hands", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.versionText.ForeColor = System.Drawing.SystemColors.ControlLightLight; this.versionText.Location = new System.Drawing.Point(935, 609); this.versionText.Name = "versionText"; this.versionText.Size = new System.Drawing.Size(61, 13); this.versionText.TabIndex = 13; this.versionText.Text = "Version 0.6"; // // label5 // this.label5.AutoSize = true; this.label5.Font = new System.Drawing.Font("KG Red Hands", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label5.ForeColor = System.Drawing.SystemColors.ControlLightLight; this.label5.Location = new System.Drawing.Point(813, 439); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(143, 13); this.label5.TabIndex = 14; this.label5.Text = "If you don\'t see any scripts"; this.label5.Click += new System.EventHandler(this.label5_Click); // // label6 // this.label6.AutoSize = true; this.label6.Font = new System.Drawing.Font("KG Red Hands", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label6.ForeColor = System.Drawing.SystemColors.ControlLightLight; this.label6.Location = new System.Drawing.Point(836, 452); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(95, 13); this.label6.TabIndex = 15; this.label6.Text = "hit REFRESH button"; // // label7 // this.label7.AutoSize = true; this.label7.BackColor = System.Drawing.Color.Transparent; this.label7.Font = new System.Drawing.Font("Gogh Extra Bold", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label7.ForeColor = System.Drawing.SystemColors.ControlLightLight; this.label7.Location = new System.Drawing.Point(788, 73); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(189, 33); this.label7.TabIndex = 9; this.label7.Text = "YOUR SCRIPTS"; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(50)))), ((int)(((byte)(50))))); this.ClientSize = new System.Drawing.Size(1002, 630); this.Controls.Add(this.label7); this.Controls.Add(this.label6); this.Controls.Add(this.label5); this.Controls.Add(this.versionText); this.Controls.Add(this.supportButton); this.Controls.Add(this.usageButton); this.Controls.Add(this.refreshButton); this.Controls.Add(this.panel2); this.Controls.Add(this.ScriptList); this.Controls.Add(this.scriptBox); this.Controls.Add(this.panel1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "Form1"; this.Text = "NEVERWHERE INJECTOR 0.6"; this.Load += new System.EventHandler(this.Form1_Load); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.scriptBox)).EndInit(); this.panel2.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Label label1; private System.Windows.Forms.Button saveButton; private System.Windows.Forms.Button openButton; private System.Windows.Forms.Button clearButton; private System.Windows.Forms.Button execButton; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label2; private FastColoredTextBoxNS.FastColoredTextBox scriptBox; private System.Windows.Forms.Label label4; private System.Windows.Forms.ListBox ScriptList; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.Button refreshButton; private System.Windows.Forms.Button button2; private System.Windows.Forms.Button usageButton; private System.Windows.Forms.Button supportButton; private System.Windows.Forms.Label versionText; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label6; private System.Windows.Forms.Button closeButton; private System.Windows.Forms.Label label7; private System.Windows.Forms.Button button1; private System.Windows.Forms.Button button3; } }