namespace KsDumper11 { partial class TriggerForm { /// /// 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(TriggerForm)); this.textBox1 = new System.Windows.Forms.TextBox(); this.acceptBtn = new System.Windows.Forms.Button(); this.appIcon1 = new DarkControls.Controls.AppIcon(); this.transparentLabel1 = new DarkControls.Controls.TransparentLabel(); this.closeBtn = new DarkControls.Controls.WindowsDefaultTitleBarButton(); ((System.ComponentModel.ISupportInitialize)(this.appIcon1)).BeginInit(); this.SuspendLayout(); // // textBox1 // this.textBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(33)))), ((int)(((byte)(33))))); this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.textBox1.ForeColor = System.Drawing.Color.Silver; this.textBox1.Location = new System.Drawing.Point(12, 47); this.textBox1.Multiline = true; this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(405, 139); this.textBox1.TabIndex = 10; this.textBox1.Text = resources.GetString("textBox1.Text"); // // acceptBtn // this.acceptBtn.Location = new System.Drawing.Point(295, 13); this.acceptBtn.Name = "acceptBtn"; this.acceptBtn.Size = new System.Drawing.Size(75, 23); this.acceptBtn.TabIndex = 11; this.acceptBtn.Text = "OK"; this.acceptBtn.UseVisualStyleBackColor = true; this.acceptBtn.Visible = false; // // appIcon1 // this.appIcon1.AppIconImage = ((System.Drawing.Image)(resources.GetObject("appIcon1.AppIconImage"))); this.appIcon1.DragForm = null; this.appIcon1.Image = ((System.Drawing.Image)(resources.GetObject("appIcon1.Image"))); this.appIcon1.Location = new System.Drawing.Point(0, 1); this.appIcon1.Name = "appIcon1"; this.appIcon1.Scale = 3.5F; this.appIcon1.Size = new System.Drawing.Size(28, 28); this.appIcon1.TabIndex = 9; this.appIcon1.TabStop = false; // // transparentLabel1 // this.transparentLabel1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.transparentLabel1.Location = new System.Drawing.Point(32, 4); this.transparentLabel1.Name = "transparentLabel1"; this.transparentLabel1.Size = new System.Drawing.Size(108, 20); this.transparentLabel1.TabIndex = 8; this.transparentLabel1.Text = "Easter egg"; // // closeBtn // this.closeBtn.ButtonType = DarkControls.Controls.WindowsDefaultTitleBarButton.Type.Close; this.closeBtn.ClickColor = System.Drawing.Color.Red; this.closeBtn.ClickIconColor = System.Drawing.Color.Black; this.closeBtn.HoverColor = System.Drawing.Color.OrangeRed; this.closeBtn.HoverIconColor = System.Drawing.Color.Black; this.closeBtn.IconColor = System.Drawing.Color.Black; this.closeBtn.IconLineThickness = 2; this.closeBtn.Location = new System.Drawing.Point(389, 1); this.closeBtn.Name = "closeBtn"; this.closeBtn.Size = new System.Drawing.Size(40, 40); this.closeBtn.TabIndex = 7; this.closeBtn.Text = "windowsDefaultTitleBarButton1"; this.closeBtn.UseVisualStyleBackColor = true; // // TriggerForm // this.AllowDrop = true; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(33)))), ((int)(((byte)(33))))); this.ClientSize = new System.Drawing.Size(429, 198); this.Controls.Add(this.acceptBtn); this.Controls.Add(this.textBox1); this.Controls.Add(this.appIcon1); this.Controls.Add(this.transparentLabel1); this.Controls.Add(this.closeBtn); this.DoubleBuffered = true; this.ForeColor = System.Drawing.Color.Silver; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "TriggerForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Basic File Box"; ((System.ComponentModel.ISupportInitialize)(this.appIcon1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private DarkControls.Controls.WindowsDefaultTitleBarButton closeBtn; private DarkControls.Controls.TransparentLabel transparentLabel1; private DarkControls.Controls.AppIcon appIcon1; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.Button acceptBtn; } }