216 lines
9.8 KiB
C#
216 lines
9.8 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.Name = "pictureBox1";
|
|
this.pictureBox1.Size = new System.Drawing.Size(1112, 122);
|
|
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
this.pictureBox1.TabIndex = 0;
|
|
this.pictureBox1.TabStop = false;
|
|
//
|
|
// ServerTextBox
|
|
//
|
|
this.ServerTextBox.Location = new System.Drawing.Point(297, 192);
|
|
this.ServerTextBox.Name = "ServerTextBox";
|
|
this.ServerTextBox.PlaceholderText = "myserver.com";
|
|
this.ServerTextBox.Size = new System.Drawing.Size(412, 31);
|
|
this.ServerTextBox.TabIndex = 1;
|
|
//
|
|
// UsernameTextBox
|
|
//
|
|
this.UsernameTextBox.Location = new System.Drawing.Point(297, 272);
|
|
this.UsernameTextBox.Name = "UsernameTextBox";
|
|
this.UsernameTextBox.Size = new System.Drawing.Size(540, 31);
|
|
this.UsernameTextBox.TabIndex = 3;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.label1.Location = new System.Drawing.Point(297, 166);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(61, 25);
|
|
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(297, 246);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(91, 25);
|
|
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(297, 310);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(87, 25);
|
|
this.label3.TabIndex = 0;
|
|
this.label3.Text = "Password";
|
|
//
|
|
// PasswordTextBox
|
|
//
|
|
this.PasswordTextBox.Location = new System.Drawing.Point(297, 336);
|
|
this.PasswordTextBox.Name = "PasswordTextBox";
|
|
this.PasswordTextBox.Size = new System.Drawing.Size(540, 31);
|
|
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(716, 166);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(44, 25);
|
|
this.label4.TabIndex = 0;
|
|
this.label4.Text = "Port";
|
|
//
|
|
// PortNumericBox
|
|
//
|
|
this.PortNumericBox.InterceptArrowKeys = false;
|
|
this.PortNumericBox.Location = new System.Drawing.Point(716, 192);
|
|
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(122, 31);
|
|
this.PortNumericBox.TabIndex = 2;
|
|
this.PortNumericBox.Value = new decimal(new int[] {
|
|
443,
|
|
0,
|
|
0,
|
|
0});
|
|
//
|
|
// LoginButton
|
|
//
|
|
this.LoginButton.Location = new System.Drawing.Point(726, 394);
|
|
this.LoginButton.Name = "LoginButton";
|
|
this.LoginButton.Size = new System.Drawing.Size(112, 34);
|
|
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(12, 407);
|
|
this.AboutButton.Name = "AboutButton";
|
|
this.AboutButton.Size = new System.Drawing.Size(27, 28);
|
|
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(144F, 144F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|
this.BackColor = System.Drawing.SystemColors.Window;
|
|
this.ClientSize = new System.Drawing.Size(1112, 447);
|
|
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.MaximizeBox = false;
|
|
this.MaximumSize = new System.Drawing.Size(1134, 503);
|
|
this.MinimizeBox = false;
|
|
this.MinimumSize = new System.Drawing.Size(1134, 503);
|
|
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;
|
|
}
|
|
} |