namespace PizzaExpress_Client { partial class UrlForm { /// /// 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() { urlTxt = new Label(); SuspendLayout(); // // urlTxt // urlTxt.Dock = DockStyle.Fill; urlTxt.Font = new Font("Arial", 20.25F, FontStyle.Bold, GraphicsUnit.Point, 0); urlTxt.Location = new Point(0, 0); urlTxt.Name = "urlTxt"; urlTxt.Size = new Size(416, 105); urlTxt.TabIndex = 0; urlTxt.Text = "https://pizzeriadegitto.andrestork.moe:10469"; urlTxt.TextAlign = ContentAlignment.MiddleCenter; // // UrlForm // AutoScaleDimensions = new SizeF(7F, 15F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(416, 105); Controls.Add(urlTxt); FormBorderStyle = FormBorderStyle.SizableToolWindow; Name = "UrlForm"; Text = "Server URL"; Load += UrlForm_Load; ResumeLayout(false); } #endregion private Label urlTxt; } }