You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
birdy-flash/BirdyFlash/ConfigureAddTCPPortDialog.D...

116 lines
6.0 KiB
C#

namespace BirdyFlash {
partial class ConfigureAddTCPPortDialog {
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
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.materialTextBox1 = new MaterialSkin.Controls.MaterialTextBox();
this.materialButton2 = new MaterialSkin.Controls.MaterialButton();
this.materialButton1 = new MaterialSkin.Controls.MaterialButton();
this.SuspendLayout();
//
// materialTextBox1
//
this.materialTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.materialTextBox1.Depth = 0;
this.materialTextBox1.Font = new System.Drawing.Font("Roboto", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
this.materialTextBox1.LeadingIcon = null;
this.materialTextBox1.Location = new System.Drawing.Point(12, 78);
this.materialTextBox1.MaxLength = 50;
this.materialTextBox1.MouseState = MaterialSkin.MouseState.OUT;
this.materialTextBox1.Multiline = false;
this.materialTextBox1.Name = "materialTextBox1";
this.materialTextBox1.Size = new System.Drawing.Size(293, 50);
this.materialTextBox1.TabIndex = 0;
this.materialTextBox1.Text = "tcp://127.0.0.1:33333";
this.materialTextBox1.TrailingIcon = null;
//
// 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(127, 137);
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(93, 36);
this.materialButton2.TabIndex = 3;
this.materialButton2.Text = "Save/Add";
this.materialButton2.Type = MaterialSkin.Controls.MaterialButton.MaterialButtonType.Contained;
this.materialButton2.UseAccentColor = false;
this.materialButton2.UseVisualStyleBackColor = false;
//
// 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(228, 137);
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 = 2;
this.materialButton1.Text = "Cancel";
this.materialButton1.Type = MaterialSkin.Controls.MaterialButton.MaterialButtonType.Contained;
this.materialButton1.UseAccentColor = false;
this.materialButton1.UseVisualStyleBackColor = true;
//
// ConfigureAddTCPPortDialog
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(317, 188);
this.Controls.Add(this.materialButton2);
this.Controls.Add(this.materialButton1);
this.Controls.Add(this.materialTextBox1);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "ConfigureAddTCPPortDialog";
this.Padding = new System.Windows.Forms.Padding(9);
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Configure TCP Port";
this.Load += new System.EventHandler(this.ConfigureAddTCPPortDialog_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private MaterialSkin.Controls.MaterialTextBox materialTextBox1;
private MaterialSkin.Controls.MaterialButton materialButton2;
private MaterialSkin.Controls.MaterialButton materialButton1;
}
}