228 lines
11 KiB
C#
228 lines
11 KiB
C#
namespace OpenSaveCloudClient
|
|
{
|
|
partial class LoginForm
|
|
{
|
|
/// <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()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LoginForm));
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
this.ServerTextBox = new System.Windows.Forms.TextBox();
|
|
this.UsernameTextBox = new System.Windows.Forms.TextBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.PasswordTextBox = new System.Windows.Forms.TextBox();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.PortNumericBox = new System.Windows.Forms.NumericUpDown();
|
|
this.LoginButton = new System.Windows.Forms.Button();
|
|
this.AboutButton = new System.Windows.Forms.PictureBox();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.PortNumericBox)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.AboutButton)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// pictureBox1
|
|
//
|
|
this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
|
|
this.pictureBox1.Location = new System.Drawing.Point(0, 0);
|
|
this.pictureBox1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
this.pictureBox1.Name = "pictureBox1";
|
|
this.pictureBox1.Size = new System.Drawing.Size(747, 81);
|
|
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
this.pictureBox1.TabIndex = 0;
|
|
this.pictureBox1.TabStop = false;
|
|
//
|
|
// ServerTextBox
|
|
//
|
|
this.ServerTextBox.Location = new System.Drawing.Point(198, 128);
|
|
this.ServerTextBox.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
this.ServerTextBox.Name = "ServerTextBox";
|
|
this.ServerTextBox.PlaceholderText = "myserver.com";
|
|
this.ServerTextBox.Size = new System.Drawing.Size(276, 23);
|
|
this.ServerTextBox.TabIndex = 1;
|
|
//
|
|
// UsernameTextBox
|
|
//
|
|
this.UsernameTextBox.Location = new System.Drawing.Point(198, 181);
|
|
this.UsernameTextBox.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
this.UsernameTextBox.Name = "UsernameTextBox";
|
|
this.UsernameTextBox.Size = new System.Drawing.Size(361, 23);
|
|
this.UsernameTextBox.TabIndex = 3;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.label1.Location = new System.Drawing.Point(198, 111);
|
|
this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(39, 15);
|
|
this.label1.TabIndex = 0;
|
|
this.label1.Text = "Server";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.label2.Location = new System.Drawing.Point(198, 164);
|
|
this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(60, 15);
|
|
this.label2.TabIndex = 0;
|
|
this.label2.Text = "Username";
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.label3.Location = new System.Drawing.Point(198, 207);
|
|
this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(57, 15);
|
|
this.label3.TabIndex = 0;
|
|
this.label3.Text = "Password";
|
|
//
|
|
// PasswordTextBox
|
|
//
|
|
this.PasswordTextBox.Location = new System.Drawing.Point(198, 224);
|
|
this.PasswordTextBox.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
this.PasswordTextBox.Name = "PasswordTextBox";
|
|
this.PasswordTextBox.Size = new System.Drawing.Size(361, 23);
|
|
this.PasswordTextBox.TabIndex = 4;
|
|
this.PasswordTextBox.UseSystemPasswordChar = true;
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.label4.Location = new System.Drawing.Point(477, 111);
|
|
this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(29, 15);
|
|
this.label4.TabIndex = 0;
|
|
this.label4.Text = "Port";
|
|
//
|
|
// PortNumericBox
|
|
//
|
|
this.PortNumericBox.InterceptArrowKeys = false;
|
|
this.PortNumericBox.Location = new System.Drawing.Point(477, 128);
|
|
this.PortNumericBox.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
this.PortNumericBox.Maximum = new decimal(new int[] {
|
|
65535,
|
|
0,
|
|
0,
|
|
0});
|
|
this.PortNumericBox.Minimum = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
0});
|
|
this.PortNumericBox.Name = "PortNumericBox";
|
|
this.PortNumericBox.Size = new System.Drawing.Size(81, 23);
|
|
this.PortNumericBox.TabIndex = 2;
|
|
this.PortNumericBox.Value = new decimal(new int[] {
|
|
443,
|
|
0,
|
|
0,
|
|
0});
|
|
//
|
|
// LoginButton
|
|
//
|
|
this.LoginButton.Location = new System.Drawing.Point(484, 263);
|
|
this.LoginButton.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
this.LoginButton.Name = "LoginButton";
|
|
this.LoginButton.Size = new System.Drawing.Size(75, 23);
|
|
this.LoginButton.TabIndex = 5;
|
|
this.LoginButton.Text = "Login";
|
|
this.LoginButton.UseVisualStyleBackColor = true;
|
|
this.LoginButton.Click += new System.EventHandler(this.LoginButton_Click);
|
|
//
|
|
// AboutButton
|
|
//
|
|
this.AboutButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.AboutButton.Image = ((System.Drawing.Image)(resources.GetObject("AboutButton.Image")));
|
|
this.AboutButton.Location = new System.Drawing.Point(8, 283);
|
|
this.AboutButton.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
this.AboutButton.Name = "AboutButton";
|
|
this.AboutButton.Size = new System.Drawing.Size(18, 15);
|
|
this.AboutButton.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
this.AboutButton.TabIndex = 6;
|
|
this.AboutButton.TabStop = false;
|
|
this.AboutButton.Click += new System.EventHandler(this.AboutButton_Click);
|
|
//
|
|
// LoginForm
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|
this.BackColor = System.Drawing.SystemColors.Window;
|
|
this.ClientSize = new System.Drawing.Size(747, 315);
|
|
this.Controls.Add(this.AboutButton);
|
|
this.Controls.Add(this.LoginButton);
|
|
this.Controls.Add(this.PortNumericBox);
|
|
this.Controls.Add(this.label4);
|
|
this.Controls.Add(this.label3);
|
|
this.Controls.Add(this.PasswordTextBox);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.UsernameTextBox);
|
|
this.Controls.Add(this.ServerTextBox);
|
|
this.Controls.Add(this.pictureBox1);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
this.MaximizeBox = false;
|
|
this.MaximumSize = new System.Drawing.Size(763, 354);
|
|
this.MinimizeBox = false;
|
|
this.MinimumSize = new System.Drawing.Size(763, 354);
|
|
this.Name = "LoginForm";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "Login to a server";
|
|
this.TopMost = true;
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.PortNumericBox)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.AboutButton)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private PictureBox pictureBox1;
|
|
private TextBox ServerTextBox;
|
|
private TextBox UsernameTextBox;
|
|
private Label label1;
|
|
private Label label2;
|
|
private Label label3;
|
|
private TextBox PasswordTextBox;
|
|
private Label label4;
|
|
private NumericUpDown PortNumericBox;
|
|
private Button LoginButton;
|
|
private PictureBox AboutButton;
|
|
}
|
|
} |