namespace BirdyFlash { partial class ChangeSerialDialog { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// 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() { this.materialButton1 = new MaterialSkin.Controls.MaterialButton(); this.materialButton2 = new MaterialSkin.Controls.MaterialButton(); this.txtNewSN = new MaterialSkin.Controls.MaterialTextBox(); this.txtCurrentSN = new MaterialSkin.Controls.MaterialTextBox(); this.materialLabel1 = new MaterialSkin.Controls.MaterialLabel(); this.materialLabel2 = new MaterialSkin.Controls.MaterialLabel(); this.SuspendLayout(); // // materialButton1 // this.materialButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.materialButton1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.materialButton1.Density = MaterialSkin.Controls.MaterialButton.MaterialButtonDensity.Default; this.materialButton1.Depth = 0; this.materialButton1.HighEmphasis = false; this.materialButton1.Icon = null; this.materialButton1.Location = new System.Drawing.Point(161, 293); this.materialButton1.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6); this.materialButton1.MouseState = MaterialSkin.MouseState.HOVER; this.materialButton1.Name = "materialButton1"; this.materialButton1.Size = new System.Drawing.Size(77, 36); this.materialButton1.TabIndex = 0; this.materialButton1.Text = "Cancel"; this.materialButton1.Type = MaterialSkin.Controls.MaterialButton.MaterialButtonType.Contained; this.materialButton1.UseAccentColor = false; this.materialButton1.UseVisualStyleBackColor = true; this.materialButton1.Click += new System.EventHandler(this.materialButton1_Click); // // materialButton2 // this.materialButton2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.materialButton2.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.materialButton2.BackColor = System.Drawing.Color.DarkGray; this.materialButton2.Density = MaterialSkin.Controls.MaterialButton.MaterialButtonDensity.Default; this.materialButton2.Depth = 0; this.materialButton2.DialogResult = System.Windows.Forms.DialogResult.Yes; this.materialButton2.HighEmphasis = true; this.materialButton2.Icon = null; this.materialButton2.Location = new System.Drawing.Point(73, 293); this.materialButton2.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6); this.materialButton2.MouseState = MaterialSkin.MouseState.HOVER; this.materialButton2.Name = "materialButton2"; this.materialButton2.Size = new System.Drawing.Size(80, 36); this.materialButton2.TabIndex = 1; this.materialButton2.Text = "Change"; this.materialButton2.Type = MaterialSkin.Controls.MaterialButton.MaterialButtonType.Contained; this.materialButton2.UseAccentColor = false; this.materialButton2.UseVisualStyleBackColor = false; this.materialButton2.Click += new System.EventHandler(this.materialButton2_Click); // // txtNewSN // this.txtNewSN.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtNewSN.BorderStyle = System.Windows.Forms.BorderStyle.None; this.txtNewSN.Depth = 0; this.txtNewSN.Font = new System.Drawing.Font("Roboto", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel); this.txtNewSN.LeadingIcon = null; this.txtNewSN.Location = new System.Drawing.Point(22, 191); this.txtNewSN.MaxLength = 50; this.txtNewSN.MouseState = MaterialSkin.MouseState.OUT; this.txtNewSN.Multiline = false; this.txtNewSN.Name = "txtNewSN"; this.txtNewSN.Size = new System.Drawing.Size(216, 50); this.txtNewSN.TabIndex = 2; this.txtNewSN.Text = ""; this.txtNewSN.TrailingIcon = null; this.txtNewSN.TextChanged += new System.EventHandler(this.materialTextBox1_TextChanged); // // txtCurrentSN // this.txtCurrentSN.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtCurrentSN.BorderStyle = System.Windows.Forms.BorderStyle.None; this.txtCurrentSN.Depth = 0; this.txtCurrentSN.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel); this.txtCurrentSN.LeadingIcon = null; this.txtCurrentSN.Location = new System.Drawing.Point(22, 95); this.txtCurrentSN.MaxLength = 50; this.txtCurrentSN.MouseState = MaterialSkin.MouseState.OUT; this.txtCurrentSN.Multiline = false; this.txtCurrentSN.Name = "txtCurrentSN"; this.txtCurrentSN.ReadOnly = true; this.txtCurrentSN.Size = new System.Drawing.Size(216, 50); this.txtCurrentSN.TabIndex = 3; this.txtCurrentSN.Text = ""; this.txtCurrentSN.TrailingIcon = null; // // materialLabel1 // this.materialLabel1.AutoSize = true; this.materialLabel1.Depth = 0; this.materialLabel1.Font = new System.Drawing.Font("Roboto", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel); this.materialLabel1.Location = new System.Drawing.Point(19, 73); this.materialLabel1.MouseState = MaterialSkin.MouseState.HOVER; this.materialLabel1.Name = "materialLabel1"; this.materialLabel1.Size = new System.Drawing.Size(81, 19); this.materialLabel1.TabIndex = 4; this.materialLabel1.Text = "Current SN:"; // // materialLabel2 // this.materialLabel2.AutoSize = true; this.materialLabel2.Depth = 0; this.materialLabel2.Font = new System.Drawing.Font("Roboto", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel); this.materialLabel2.Location = new System.Drawing.Point(19, 169); this.materialLabel2.MouseState = MaterialSkin.MouseState.HOVER; this.materialLabel2.Name = "materialLabel2"; this.materialLabel2.Size = new System.Drawing.Size(61, 19); this.materialLabel2.TabIndex = 5; this.materialLabel2.Text = "New SN:"; // // ChangeSerialDialog // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(251, 344); this.Controls.Add(this.materialLabel2); this.Controls.Add(this.materialLabel1); this.Controls.Add(this.txtCurrentSN); this.Controls.Add(this.txtNewSN); this.Controls.Add(this.materialButton2); this.Controls.Add(this.materialButton1); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "ChangeSerialDialog"; this.Padding = new System.Windows.Forms.Padding(9); this.ShowIcon = false; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Change Serial"; this.Load += new System.EventHandler(this.ChangeSerialDialog_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private MaterialSkin.Controls.MaterialButton materialButton1; private MaterialSkin.Controls.MaterialButton materialButton2; private MaterialSkin.Controls.MaterialTextBox txtNewSN; private MaterialSkin.Controls.MaterialTextBox txtCurrentSN; private MaterialSkin.Controls.MaterialLabel materialLabel1; private MaterialSkin.Controls.MaterialLabel materialLabel2; } }