167 lines
7.4 KiB
C#
167 lines
7.4 KiB
C#
namespace AyaNovaQBI
|
|
{
|
|
partial class auth
|
|
{
|
|
/// <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(auth));
|
|
this.edServerUrl = new System.Windows.Forms.TextBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.btnTest = new System.Windows.Forms.Button();
|
|
this.edUserName = new System.Windows.Forms.TextBox();
|
|
this.edPassword = new System.Windows.Forms.TextBox();
|
|
this.pictureBox2 = new System.Windows.Forms.PictureBox();
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
this.btnLogin = new System.Windows.Forms.Button();
|
|
this.btnCancel = new System.Windows.Forms.Button();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// edServerUrl
|
|
//
|
|
this.edServerUrl.Location = new System.Drawing.Point(12, 46);
|
|
this.edServerUrl.Name = "edServerUrl";
|
|
this.edServerUrl.Size = new System.Drawing.Size(590, 20);
|
|
this.edServerUrl.TabIndex = 3;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(13, 27);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(123, 13);
|
|
this.label1.TabIndex = 1;
|
|
this.label1.Text = "AyaNova server address";
|
|
//
|
|
// btnTest
|
|
//
|
|
this.btnTest.Location = new System.Drawing.Point(12, 73);
|
|
this.btnTest.Name = "btnTest";
|
|
this.btnTest.Size = new System.Drawing.Size(75, 23);
|
|
this.btnTest.TabIndex = 2;
|
|
this.btnTest.Text = "Test connection";
|
|
this.btnTest.UseVisualStyleBackColor = true;
|
|
this.btnTest.Click += new System.EventHandler(this.btnTest_Click);
|
|
//
|
|
// edUserName
|
|
//
|
|
this.edUserName.Location = new System.Drawing.Point(52, 137);
|
|
this.edUserName.Name = "edUserName";
|
|
this.edUserName.Size = new System.Drawing.Size(550, 20);
|
|
this.edUserName.TabIndex = 0;
|
|
//
|
|
// edPassword
|
|
//
|
|
this.edPassword.Location = new System.Drawing.Point(52, 200);
|
|
this.edPassword.Name = "edPassword";
|
|
this.edPassword.Size = new System.Drawing.Size(550, 20);
|
|
this.edPassword.TabIndex = 1;
|
|
//
|
|
// pictureBox2
|
|
//
|
|
this.pictureBox2.Image = global::AyaNovaQBI.Properties.Resources.pass;
|
|
this.pictureBox2.InitialImage = null;
|
|
this.pictureBox2.Location = new System.Drawing.Point(12, 200);
|
|
this.pictureBox2.Name = "pictureBox2";
|
|
this.pictureBox2.Size = new System.Drawing.Size(24, 24);
|
|
this.pictureBox2.TabIndex = 8;
|
|
this.pictureBox2.TabStop = false;
|
|
//
|
|
// pictureBox1
|
|
//
|
|
this.pictureBox1.Image = global::AyaNovaQBI.Properties.Resources.user;
|
|
this.pictureBox1.InitialImage = null;
|
|
this.pictureBox1.Location = new System.Drawing.Point(12, 137);
|
|
this.pictureBox1.Name = "pictureBox1";
|
|
this.pictureBox1.Size = new System.Drawing.Size(24, 24);
|
|
this.pictureBox1.TabIndex = 7;
|
|
this.pictureBox1.TabStop = false;
|
|
//
|
|
// btnLogin
|
|
//
|
|
this.btnLogin.Location = new System.Drawing.Point(527, 262);
|
|
this.btnLogin.Name = "btnLogin";
|
|
this.btnLogin.Size = new System.Drawing.Size(75, 23);
|
|
this.btnLogin.TabIndex = 2;
|
|
this.btnLogin.Text = "Login";
|
|
this.btnLogin.UseVisualStyleBackColor = true;
|
|
this.btnLogin.Click += new System.EventHandler(this.btnLogin_Click);
|
|
//
|
|
// btnCancel
|
|
//
|
|
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
this.btnCancel.Location = new System.Drawing.Point(12, 262);
|
|
this.btnCancel.Name = "btnCancel";
|
|
this.btnCancel.Size = new System.Drawing.Size(75, 23);
|
|
this.btnCancel.TabIndex = 10;
|
|
this.btnCancel.Text = "Cancel";
|
|
this.btnCancel.UseVisualStyleBackColor = true;
|
|
//
|
|
// auth
|
|
//
|
|
this.AcceptButton = this.btnLogin;
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.AutoSize = true;
|
|
this.CancelButton = this.btnCancel;
|
|
this.ClientSize = new System.Drawing.Size(614, 321);
|
|
this.Controls.Add(this.btnCancel);
|
|
this.Controls.Add(this.btnLogin);
|
|
this.Controls.Add(this.pictureBox2);
|
|
this.Controls.Add(this.pictureBox1);
|
|
this.Controls.Add(this.edPassword);
|
|
this.Controls.Add(this.edUserName);
|
|
this.Controls.Add(this.btnTest);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.edServerUrl);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.Name = "auth";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "QBI login to AyaNova ";
|
|
this.Load += new System.EventHandler(this.auth_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.TextBox edServerUrl;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Button btnTest;
|
|
private System.Windows.Forms.TextBox edUserName;
|
|
private System.Windows.Forms.TextBox edPassword;
|
|
private System.Windows.Forms.PictureBox pictureBox1;
|
|
private System.Windows.Forms.PictureBox pictureBox2;
|
|
private System.Windows.Forms.Button btnLogin;
|
|
private System.Windows.Forms.Button btnCancel;
|
|
}
|
|
} |