namespace FastReport.Auth
{
partial class AuthForm
{
///
/// 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
private void InitializeComponent()
{
this.pbAvatar = new System.Windows.Forms.PictureBox();
this.lbText = new System.Windows.Forms.Label();
this.lbUsername = new System.Windows.Forms.Label();
this.lbEmail = new System.Windows.Forms.Label();
this.lbSignOut = new System.Windows.Forms.Label();
this.lbManage = new System.Windows.Forms.Label();
this.lbUpdate = new System.Windows.Forms.Label();
this.lbTime = new System.Windows.Forms.Label();
this.lbMessage = new System.Windows.Forms.Label();
this.lbCreateOne = new System.Windows.Forms.Label();
this.lbNoAccount = new System.Windows.Forms.Label();
this.btnSignIn = new System.Windows.Forms.Button();
this.label1Server = new System.Windows.Forms.Label();
this.label2Server = new System.Windows.Forms.Label();
this.comboBoxServerServer = new System.Windows.Forms.ComboBox();
this.lbCaptionServer = new System.Windows.Forms.Label();
this.lbMessageServer = new System.Windows.Forms.Label();
this.textBoxApiKeyServer = new System.Windows.Forms.TextBox();
this.textBoxCustomHostServer = new System.Windows.Forms.TextBox();
this.lbCaption = new System.Windows.Forms.Label();
this.pageControl1 = new FastReport.Controls.PageControl();
this.pgFrId = new FastReport.Controls.PageControlPage();
this.pgServer = new FastReport.Controls.PageControlPage();
((System.ComponentModel.ISupportInitialize)(this.pbAvatar)).BeginInit();
this.pageControl1.SuspendLayout();
this.pgFrId.SuspendLayout();
this.pgServer.SuspendLayout();
this.SuspendLayout();
//
// btnOk
//
this.btnOk.Location = new System.Drawing.Point(364, 276);
//
// btnCancel
//
this.btnCancel.Location = new System.Drawing.Point(444, 276);
//
// pbAvatar
//
this.pbAvatar.Location = new System.Drawing.Point(15, 55);
this.pbAvatar.Name = "pbAvatar";
this.pbAvatar.Size = new System.Drawing.Size(90, 90);
this.pbAvatar.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pbAvatar.TabIndex = 0;
this.pbAvatar.TabStop = false;
//
// lbText
//
this.lbText.Location = new System.Drawing.Point(15, 194);
this.lbText.MinimumSize = new System.Drawing.Size(200, 45);
this.lbText.Name = "lbText";
this.lbText.Padding = new System.Windows.Forms.Padding(0, 5, 0, 5);
this.lbText.Size = new System.Drawing.Size(308, 45);
this.lbText.TabIndex = 2;
this.lbText.Text = "Message";
this.lbText.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// lbUsername
//
this.lbUsername.AutoSize = true;
this.lbUsername.Location = new System.Drawing.Point(118, 65);
this.lbUsername.Name = "lbUsername";
this.lbUsername.Padding = new System.Windows.Forms.Padding(0, 0, 0, 3);
this.lbUsername.Size = new System.Drawing.Size(55, 16);
this.lbUsername.TabIndex = 3;
this.lbUsername.Text = "Username";
this.lbUsername.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// lbEmail
//
this.lbEmail.AutoSize = true;
this.lbEmail.Location = new System.Drawing.Point(118, 88);
this.lbEmail.Name = "lbEmail";
this.lbEmail.Padding = new System.Windows.Forms.Padding(0, 0, 0, 3);
this.lbEmail.Size = new System.Drawing.Size(31, 16);
this.lbEmail.TabIndex = 4;
this.lbEmail.Text = "Email";
this.lbEmail.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// lbSignOut
//
this.lbSignOut.AutoSize = true;
this.lbSignOut.Cursor = System.Windows.Forms.Cursors.Hand;
this.lbSignOut.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(238)))));
this.lbSignOut.Location = new System.Drawing.Point(15, 178);
this.lbSignOut.Name = "lbSignOut";
this.lbSignOut.Padding = new System.Windows.Forms.Padding(0, 0, 0, 3);
this.lbSignOut.Size = new System.Drawing.Size(45, 16);
this.lbSignOut.TabIndex = 5;
this.lbSignOut.Text = "SignOut";
this.lbSignOut.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.lbSignOut.Click += new System.EventHandler(this.lbSignOut_Click);
//
// lbManage
//
this.lbManage.AutoSize = true;
this.lbManage.Cursor = System.Windows.Forms.Cursors.Hand;
this.lbManage.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(238)))));
this.lbManage.Location = new System.Drawing.Point(15, 158);
this.lbManage.Name = "lbManage";
this.lbManage.Padding = new System.Windows.Forms.Padding(0, 0, 0, 3);
this.lbManage.Size = new System.Drawing.Size(37, 16);
this.lbManage.TabIndex = 6;
this.lbManage.Text = "Profile";
this.lbManage.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.lbManage.Click += new System.EventHandler(this.lbManage_Click);
//
// lbUpdate
//
this.lbUpdate.AutoSize = true;
this.lbUpdate.Cursor = System.Windows.Forms.Cursors.Hand;
this.lbUpdate.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.lbUpdate.Location = new System.Drawing.Point(118, 111);
this.lbUpdate.Name = "lbUpdate";
this.lbUpdate.Padding = new System.Windows.Forms.Padding(0, 0, 0, 3);
this.lbUpdate.Size = new System.Drawing.Size(138, 16);
this.lbUpdate.TabIndex = 8;
this.lbUpdate.Text = "Session is expired. Update!";
this.lbUpdate.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.lbUpdate.Click += new System.EventHandler(this.lbUpdate_Click);
//
// lbTime
//
this.lbTime.AutoSize = true;
this.lbTime.ForeColor = System.Drawing.SystemColors.GrayText;
this.lbTime.Location = new System.Drawing.Point(118, 111);
this.lbTime.MinimumSize = new System.Drawing.Size(120, 0);
this.lbTime.Name = "lbTime";
this.lbTime.Padding = new System.Windows.Forms.Padding(0, 0, 0, 5);
this.lbTime.Size = new System.Drawing.Size(120, 18);
this.lbTime.TabIndex = 7;
this.lbTime.Text = "Expires at";
this.lbTime.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// lbMessage
//
this.lbMessage.Location = new System.Drawing.Point(34, 45);
this.lbMessage.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lbMessage.MinimumSize = new System.Drawing.Size(225, 100);
this.lbMessage.Name = "lbMessage";
this.lbMessage.Size = new System.Drawing.Size(300, 126);
this.lbMessage.TabIndex = 3;
this.lbMessage.Text = "Intro + testing";
this.lbMessage.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lbCreateOne
//
this.lbCreateOne.Cursor = System.Windows.Forms.Cursors.Hand;
this.lbCreateOne.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(238)))));
this.lbCreateOne.Location = new System.Drawing.Point(128, 220);
this.lbCreateOne.MinimumSize = new System.Drawing.Size(77, 15);
this.lbCreateOne.Name = "lbCreateOne";
this.lbCreateOne.Size = new System.Drawing.Size(105, 25);
this.lbCreateOne.TabIndex = 2;
this.lbCreateOne.Text = "Create One!";
this.lbCreateOne.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.lbCreateOne.Click += new System.EventHandler(this.lbCreateOne_Click);
//
// lbNoAccount
//
this.lbNoAccount.Location = new System.Drawing.Point(114, 200);
this.lbNoAccount.MinimumSize = new System.Drawing.Size(75, 25);
this.lbNoAccount.Name = "lbNoAccount";
this.lbNoAccount.Size = new System.Drawing.Size(135, 25);
this.lbNoAccount.TabIndex = 1;
this.lbNoAccount.Text = "NoAccount";
this.lbNoAccount.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// btnSignIn
//
this.btnSignIn.Location = new System.Drawing.Point(144, 175);
this.btnSignIn.Name = "btnSignIn";
this.btnSignIn.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.btnSignIn.Size = new System.Drawing.Size(75, 23);
this.btnSignIn.TabIndex = 0;
this.btnSignIn.Text = "SignIn";
this.btnSignIn.UseVisualStyleBackColor = true;
this.btnSignIn.Click += new System.EventHandler(this.btnSignIn_Click);
//
// label1Server
//
this.label1Server.AutoSize = true;
this.label1Server.Location = new System.Drawing.Point(15, 91);
this.label1Server.Name = "label1Server";
this.label1Server.Size = new System.Drawing.Size(39, 13);
this.label1Server.TabIndex = 10;
this.label1Server.Text = "Server";
//
// label2Server
//
this.label2Server.AutoSize = true;
this.label2Server.Location = new System.Drawing.Point(14, 141);
this.label2Server.Name = "label2Server";
this.label2Server.Size = new System.Drawing.Size(40, 13);
this.label2Server.TabIndex = 1;
this.label2Server.Text = "ApiKey";
//
// comboBoxServerServer
//
this.comboBoxServerServer.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBoxServerServer.Items.AddRange(new object[] {
"str 1",
"str 2"});
this.comboBoxServerServer.Location = new System.Drawing.Point(17, 61);
this.comboBoxServerServer.Name = "comboBoxServerServer";
this.comboBoxServerServer.Size = new System.Drawing.Size(334, 21);
this.comboBoxServerServer.TabIndex = 2;
this.comboBoxServerServer.SelectedIndexChanged += new System.EventHandler(this.comboBoxServerServer_SelectedIndexChanged);
this.comboBoxServerServer.SelectedValueChanged += new System.EventHandler(this.comboBoxServerServer_SelectedValueChanged);
//
// lbCaptionServer
//
this.lbCaptionServer.AutoSize = true;
this.lbCaptionServer.Font = new System.Drawing.Font("Calibri Light", 19.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.lbCaptionServer.Location = new System.Drawing.Point(15, 10);
this.lbCaptionServer.Name = "lbCaptionServer";
this.lbCaptionServer.Size = new System.Drawing.Size(81, 32);
this.lbCaptionServer.TabIndex = 3;
this.lbCaptionServer.Text = "Server";
//
// lbMessageServer
//
this.lbMessageServer.AutoSize = true;
this.lbMessageServer.Location = new System.Drawing.Point(355, 0);
this.lbMessageServer.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lbMessageServer.Name = "lbMessageServer";
this.lbMessageServer.Size = new System.Drawing.Size(0, 13);
this.lbMessageServer.TabIndex = 4;
this.lbMessageServer.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.lbMessageServer.Visible = false;
//
// textBoxApiKeyServer
//
this.textBoxApiKeyServer.Location = new System.Drawing.Point(17, 161);
this.textBoxApiKeyServer.Name = "textBoxApiKeyServer";
this.textBoxApiKeyServer.Size = new System.Drawing.Size(334, 20);
this.textBoxApiKeyServer.TabIndex = 6;
this.textBoxApiKeyServer.UseSystemPasswordChar = true;
this.textBoxApiKeyServer.TextChanged += new System.EventHandler(this.textBoxApiKeyServer_TextChanged);
//
// textBoxCustomHostServer
//
this.textBoxCustomHostServer.Location = new System.Drawing.Point(17, 111);
this.textBoxCustomHostServer.Name = "textBoxCustomHostServer";
this.textBoxCustomHostServer.Size = new System.Drawing.Size(334, 20);
this.textBoxCustomHostServer.TabIndex = 7;
this.textBoxCustomHostServer.TextChanged += new System.EventHandler(this.textBoxCustomHostServer_TextChanged);
//
// lbCaption
//
this.lbCaption.AutoSize = true;
this.lbCaption.Font = new System.Drawing.Font("Calibri Light", 19.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.lbCaption.Location = new System.Drawing.Point(12, 10);
this.lbCaption.Name = "lbCaption";
this.lbCaption.Size = new System.Drawing.Size(102, 32);
this.lbCaption.TabIndex = 9;
this.lbCaption.Text = "Account";
//
// pageControl1
//
this.pageControl1.Controls.Add(this.pgFrId);
this.pageControl1.Controls.Add(this.pgServer);
this.pageControl1.Location = new System.Drawing.Point(12, 12);
this.pageControl1.Name = "pageControl1";
this.pageControl1.SelectorWidth = 139;
this.pageControl1.Size = new System.Drawing.Size(508, 252);
this.pageControl1.TabIndex = 1;
this.pageControl1.Text = "pageControl1";
//
// pgFrId
//
this.pgFrId.BackColor = System.Drawing.SystemColors.Window;
this.pgFrId.Controls.Add(this.lbCaption);
this.pgFrId.Controls.Add(this.lbCreateOne);
this.pgFrId.Controls.Add(this.lbNoAccount);
this.pgFrId.Controls.Add(this.btnSignIn);
this.pgFrId.Controls.Add(this.lbUpdate);
this.pgFrId.Controls.Add(this.lbTime);
this.pgFrId.Controls.Add(this.pbAvatar);
this.pgFrId.Controls.Add(this.lbText);
this.pgFrId.Controls.Add(this.lbSignOut);
this.pgFrId.Controls.Add(this.lbManage);
this.pgFrId.Controls.Add(this.lbUsername);
this.pgFrId.Controls.Add(this.lbEmail);
this.pgFrId.Controls.Add(this.lbMessage);
this.pgFrId.Dock = System.Windows.Forms.DockStyle.Fill;
this.pgFrId.Image = null;
this.pgFrId.Location = new System.Drawing.Point(139, 1);
this.pgFrId.Name = "pgFrId";
this.pgFrId.Size = new System.Drawing.Size(368, 250);
this.pgFrId.TabIndex = 0;
this.pgFrId.Text = "FastReport ID";
//
// pgServer
//
this.pgServer.BackColor = System.Drawing.SystemColors.Window;
this.pgServer.Controls.Add(this.label1Server);
this.pgServer.Controls.Add(this.label2Server);
this.pgServer.Controls.Add(this.comboBoxServerServer);
this.pgServer.Controls.Add(this.lbCaptionServer);
this.pgServer.Controls.Add(this.lbMessageServer);
this.pgServer.Controls.Add(this.textBoxApiKeyServer);
this.pgServer.Controls.Add(this.textBoxCustomHostServer);
this.pgServer.Dock = System.Windows.Forms.DockStyle.Fill;
this.pgServer.Image = null;
this.pgServer.Location = new System.Drawing.Point(139, 1);
this.pgServer.Name = "pgServer";
this.pgServer.Size = new System.Drawing.Size(368, 250);
this.pgServer.TabIndex = 1;
this.pgServer.Text = "Server";
//
// AuthForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.ClientSize = new System.Drawing.Size(531, 310);
this.Controls.Add(this.pageControl1);
this.Name = "AuthForm";
this.Controls.SetChildIndex(this.btnOk, 0);
this.Controls.SetChildIndex(this.btnCancel, 0);
this.Controls.SetChildIndex(this.pageControl1, 0);
((System.ComponentModel.ISupportInitialize)(this.pbAvatar)).EndInit();
this.pageControl1.ResumeLayout(false);
this.pgFrId.ResumeLayout(false);
this.pgFrId.PerformLayout();
this.pgServer.ResumeLayout(false);
this.pgServer.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private FastReport.Controls.PageControl pageControl1;
private FastReport.Controls.PageControlPage pgFrId;
private FastReport.Controls.PageControlPage pgServer;
// account
private System.Windows.Forms.PictureBox pbAvatar;
private System.Windows.Forms.Label lbText;
private System.Windows.Forms.Label lbUsername;
private System.Windows.Forms.Label lbEmail;
private System.Windows.Forms.Label lbSignOut;
private System.Windows.Forms.Label lbManage;
private System.Windows.Forms.Button btnSignIn;
private System.Windows.Forms.Label lbCreateOne;
private System.Windows.Forms.Label lbNoAccount;
private System.Windows.Forms.Label lbMessage;
private System.Windows.Forms.Label lbTime;
private System.Windows.Forms.Label lbUpdate;
// server
private System.Windows.Forms.Label lbCaptionServer;
private System.Windows.Forms.Label lbMessageServer;
private System.Windows.Forms.ComboBox comboBoxServerServer;
private System.Windows.Forms.TextBox textBoxCustomHostServer;
private System.Windows.Forms.Label label2Server;
private System.Windows.Forms.Label label1Server;
private System.Windows.Forms.TextBox textBoxApiKeyServer;
private System.Windows.Forms.Label lbCaption;
}
}