namespace PckStudio.Forms.Utilities.Grf { partial class AddParameter { /// /// 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(AddParameter)); this.metroLabel1 = new MetroFramework.Controls.MetroLabel(); this.metroLabel2 = new MetroFramework.Controls.MetroLabel(); this.NameTextBox = new MetroFramework.Controls.MetroTextBox(); this.ValueTextBox = new MetroFramework.Controls.MetroTextBox(); this.CancelButton = new MetroFramework.Controls.MetroButton(); this.ConfirmButton = new MetroFramework.Controls.MetroButton(); this.SuspendLayout(); // // metroLabel1 // this.metroLabel1.AutoSize = true; this.metroLabel1.Location = new System.Drawing.Point(18, 27); this.metroLabel1.Name = "metroLabel1"; this.metroLabel1.Size = new System.Drawing.Size(48, 19); this.metroLabel1.TabIndex = 0; this.metroLabel1.Text = "Name:"; this.metroLabel1.Theme = MetroFramework.MetroThemeStyle.Dark; // // metroLabel2 // this.metroLabel2.AutoSize = true; this.metroLabel2.Location = new System.Drawing.Point(17, 56); this.metroLabel2.Name = "metroLabel2"; this.metroLabel2.Size = new System.Drawing.Size(42, 19); this.metroLabel2.TabIndex = 1; this.metroLabel2.Text = "Value:"; this.metroLabel2.Theme = MetroFramework.MetroThemeStyle.Dark; // // NameTextBox // // // // this.NameTextBox.CustomButton.Image = null; this.NameTextBox.CustomButton.Location = new System.Drawing.Point(143, 1); this.NameTextBox.CustomButton.Name = ""; this.NameTextBox.CustomButton.Size = new System.Drawing.Size(21, 21); this.NameTextBox.CustomButton.Style = MetroFramework.MetroColorStyle.Blue; this.NameTextBox.CustomButton.TabIndex = 1; this.NameTextBox.CustomButton.Theme = MetroFramework.MetroThemeStyle.Light; this.NameTextBox.CustomButton.UseSelectable = true; this.NameTextBox.CustomButton.Visible = false; this.NameTextBox.Lines = new string[0]; this.NameTextBox.Location = new System.Drawing.Point(72, 27); this.NameTextBox.MaxLength = 32767; this.NameTextBox.Name = "NameTextBox"; this.NameTextBox.PasswordChar = '\0'; this.NameTextBox.ScrollBars = System.Windows.Forms.ScrollBars.None; this.NameTextBox.SelectedText = ""; this.NameTextBox.SelectionLength = 0; this.NameTextBox.SelectionStart = 0; this.NameTextBox.ShortcutsEnabled = true; this.NameTextBox.Size = new System.Drawing.Size(165, 23); this.NameTextBox.Style = MetroFramework.MetroColorStyle.White; this.NameTextBox.TabIndex = 2; this.NameTextBox.Theme = MetroFramework.MetroThemeStyle.Dark; this.NameTextBox.UseSelectable = true; this.NameTextBox.WaterMarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109))))); this.NameTextBox.WaterMarkFont = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel); // // ValueTextBox // // // // this.ValueTextBox.CustomButton.Image = null; this.ValueTextBox.CustomButton.Location = new System.Drawing.Point(143, 1); this.ValueTextBox.CustomButton.Name = ""; this.ValueTextBox.CustomButton.Size = new System.Drawing.Size(21, 21); this.ValueTextBox.CustomButton.Style = MetroFramework.MetroColorStyle.Blue; this.ValueTextBox.CustomButton.TabIndex = 1; this.ValueTextBox.CustomButton.Theme = MetroFramework.MetroThemeStyle.Light; this.ValueTextBox.CustomButton.UseSelectable = true; this.ValueTextBox.CustomButton.Visible = false; this.ValueTextBox.Lines = new string[0]; this.ValueTextBox.Location = new System.Drawing.Point(72, 56); this.ValueTextBox.MaxLength = 32767; this.ValueTextBox.Name = "ValueTextBox"; this.ValueTextBox.PasswordChar = '\0'; this.ValueTextBox.ScrollBars = System.Windows.Forms.ScrollBars.None; this.ValueTextBox.SelectedText = ""; this.ValueTextBox.SelectionLength = 0; this.ValueTextBox.SelectionStart = 0; this.ValueTextBox.ShortcutsEnabled = true; this.ValueTextBox.Size = new System.Drawing.Size(165, 23); this.ValueTextBox.Style = MetroFramework.MetroColorStyle.White; this.ValueTextBox.TabIndex = 3; this.ValueTextBox.Theme = MetroFramework.MetroThemeStyle.Dark; this.ValueTextBox.UseSelectable = true; this.ValueTextBox.WaterMarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109))))); this.ValueTextBox.WaterMarkFont = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel); // // CancelButton // this.CancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.CancelButton.Location = new System.Drawing.Point(23, 85); this.CancelButton.Name = "CancelButton"; this.CancelButton.Size = new System.Drawing.Size(95, 23); this.CancelButton.Style = MetroFramework.MetroColorStyle.White; this.CancelButton.TabIndex = 4; this.CancelButton.Text = "Cancel"; this.CancelButton.Theme = MetroFramework.MetroThemeStyle.Dark; this.CancelButton.UseSelectable = true; // // ConfirmButton // this.ConfirmButton.Location = new System.Drawing.Point(141, 85); this.ConfirmButton.Name = "ConfirmButton"; this.ConfirmButton.Size = new System.Drawing.Size(96, 23); this.ConfirmButton.Style = MetroFramework.MetroColorStyle.White; this.ConfirmButton.TabIndex = 5; this.ConfirmButton.Text = "Confirm"; this.ConfirmButton.Theme = MetroFramework.MetroThemeStyle.Dark; this.ConfirmButton.UseSelectable = true; this.ConfirmButton.Click += new System.EventHandler(this.ConfirmButton_Click); // // AddParameter // this.AcceptButton = this.ConfirmButton; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(257, 126); this.Controls.Add(this.ConfirmButton); this.Controls.Add(this.CancelButton); this.Controls.Add(this.ValueTextBox); this.Controls.Add(this.NameTextBox); this.Controls.Add(this.metroLabel2); this.Controls.Add(this.metroLabel1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "AddParameter"; this.Resizable = false; this.Style = MetroFramework.MetroColorStyle.Silver; this.Theme = MetroFramework.MetroThemeStyle.Dark; this.ResumeLayout(false); this.PerformLayout(); } #endregion private MetroFramework.Controls.MetroLabel metroLabel1; private MetroFramework.Controls.MetroLabel metroLabel2; private MetroFramework.Controls.MetroTextBox ValueTextBox; private MetroFramework.Controls.MetroButton CancelButton; private MetroFramework.Controls.MetroButton ConfirmButton; private MetroFramework.Controls.MetroTextBox NameTextBox; } }