62 lines
1.9 KiB
C#
62 lines
1.9 KiB
C#
namespace PizzaExpress_Client
|
|
{
|
|
partial class UrlForm
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
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()
|
|
{
|
|
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;
|
|
}
|
|
} |