mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-02-25 18:55:29 -06:00
333 lines
16 KiB
C#
333 lines
16 KiB
C#
namespace MyProduct
|
|
{
|
|
partial class UserNameDialog
|
|
{
|
|
/// <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()
|
|
{
|
|
this.banner = new System.Windows.Forms.PictureBox();
|
|
this.topPanel = new System.Windows.Forms.Panel();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.bottomPanel = new System.Windows.Forms.Panel();
|
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
this.back = new System.Windows.Forms.Button();
|
|
this.next = new System.Windows.Forms.Button();
|
|
this.cancel = new System.Windows.Forms.Button();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.name = new System.Windows.Forms.TextBox();
|
|
this.password = new System.Windows.Forms.TextBox();
|
|
this.domain = new System.Windows.Forms.TextBox();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.localDomain = new System.Windows.Forms.RadioButton();
|
|
this.networkDomain = new System.Windows.Forms.RadioButton();
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.middlePanel = new System.Windows.Forms.Panel();
|
|
((System.ComponentModel.ISupportInitialize)(this.banner)).BeginInit();
|
|
this.topPanel.SuspendLayout();
|
|
this.bottomPanel.SuspendLayout();
|
|
this.tableLayoutPanel1.SuspendLayout();
|
|
this.groupBox1.SuspendLayout();
|
|
this.middlePanel.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// banner
|
|
//
|
|
this.banner.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.banner.BackColor = System.Drawing.Color.White;
|
|
this.banner.Location = new System.Drawing.Point(0, 9);
|
|
this.banner.Name = "banner";
|
|
this.banner.Size = new System.Drawing.Size(501, 51);
|
|
this.banner.TabIndex = 0;
|
|
this.banner.TabStop = false;
|
|
//
|
|
// topPanel
|
|
//
|
|
this.topPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.topPanel.BackColor = System.Drawing.SystemColors.Control;
|
|
this.topPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.topPanel.Controls.Add(this.label2);
|
|
this.topPanel.Controls.Add(this.label1);
|
|
this.topPanel.Controls.Add(this.banner);
|
|
this.topPanel.Location = new System.Drawing.Point(-5, -5);
|
|
this.topPanel.Name = "topPanel";
|
|
this.topPanel.Size = new System.Drawing.Size(503, 61);
|
|
this.topPanel.TabIndex = 10;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.BackColor = System.Drawing.Color.White;
|
|
this.label2.Location = new System.Drawing.Point(30, 40);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(132, 13);
|
|
this.label2.TabIndex = 1;
|
|
this.label2.Text = "[UserNameDlgDescription]";
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.BackColor = System.Drawing.Color.White;
|
|
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label1.Location = new System.Drawing.Point(16, 16);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(117, 13);
|
|
this.label1.TabIndex = 1;
|
|
this.label1.Text = "[UserNameDlgTitle]";
|
|
//
|
|
// bottomPanel
|
|
//
|
|
this.bottomPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.bottomPanel.BackColor = System.Drawing.SystemColors.Control;
|
|
this.bottomPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.bottomPanel.Controls.Add(this.tableLayoutPanel1);
|
|
this.bottomPanel.Location = new System.Drawing.Point(-3, 308);
|
|
this.bottomPanel.Name = "bottomPanel";
|
|
this.bottomPanel.Size = new System.Drawing.Size(503, 57);
|
|
this.bottomPanel.TabIndex = 9;
|
|
//
|
|
// tableLayoutPanel1
|
|
//
|
|
this.tableLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.tableLayoutPanel1.ColumnCount = 5;
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 14F));
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
|
|
this.tableLayoutPanel1.Controls.Add(this.back, 1, 0);
|
|
this.tableLayoutPanel1.Controls.Add(this.next, 2, 0);
|
|
this.tableLayoutPanel1.Controls.Add(this.cancel, 4, 0);
|
|
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 3);
|
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
|
this.tableLayoutPanel1.RowCount = 1;
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
this.tableLayoutPanel1.Size = new System.Drawing.Size(491, 43);
|
|
this.tableLayoutPanel1.TabIndex = 7;
|
|
//
|
|
// back
|
|
//
|
|
this.back.Anchor = System.Windows.Forms.AnchorStyles.Right;
|
|
this.back.AutoSize = true;
|
|
this.back.Enabled = false;
|
|
this.back.Location = new System.Drawing.Point(222, 10);
|
|
this.back.MinimumSize = new System.Drawing.Size(75, 0);
|
|
this.back.Name = "back";
|
|
this.back.Size = new System.Drawing.Size(77, 23);
|
|
this.back.TabIndex = 0;
|
|
this.back.Text = "[WixUIBack]";
|
|
this.back.UseVisualStyleBackColor = true;
|
|
this.back.Click += new System.EventHandler(this.back_Click);
|
|
//
|
|
// next
|
|
//
|
|
this.next.Anchor = System.Windows.Forms.AnchorStyles.Right;
|
|
this.next.AutoSize = true;
|
|
this.next.Location = new System.Drawing.Point(305, 10);
|
|
this.next.MinimumSize = new System.Drawing.Size(75, 0);
|
|
this.next.Name = "next";
|
|
this.next.Size = new System.Drawing.Size(77, 23);
|
|
this.next.TabIndex = 0;
|
|
this.next.Text = "[WixUINext]";
|
|
this.next.UseVisualStyleBackColor = true;
|
|
this.next.Click += new System.EventHandler(this.next_Click);
|
|
//
|
|
// cancel
|
|
//
|
|
this.cancel.Anchor = System.Windows.Forms.AnchorStyles.Right;
|
|
this.cancel.AutoSize = true;
|
|
this.cancel.Location = new System.Drawing.Point(402, 10);
|
|
this.cancel.MinimumSize = new System.Drawing.Size(75, 0);
|
|
this.cancel.Name = "cancel";
|
|
this.cancel.Size = new System.Drawing.Size(86, 23);
|
|
this.cancel.TabIndex = 0;
|
|
this.cancel.Text = "[WixUICancel]";
|
|
this.cancel.UseVisualStyleBackColor = true;
|
|
this.cancel.Click += new System.EventHandler(this.cancel_Click);
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(15, 14);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(133, 13);
|
|
this.label3.TabIndex = 11;
|
|
this.label3.Text = "[UserNameDlgNameLabel]";
|
|
this.label3.TextAlign = System.Drawing.ContentAlignment.TopRight;
|
|
//
|
|
// name
|
|
//
|
|
this.name.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.name.Location = new System.Drawing.Point(188, 14);
|
|
this.name.Name = "name";
|
|
this.name.ReadOnly = true;
|
|
this.name.Size = new System.Drawing.Size(268, 20);
|
|
this.name.TabIndex = 13;
|
|
//
|
|
// password
|
|
//
|
|
this.password.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.password.Location = new System.Drawing.Point(188, 50);
|
|
this.password.Name = "password";
|
|
this.password.Size = new System.Drawing.Size(268, 20);
|
|
this.password.TabIndex = 13;
|
|
this.password.TextChanged += new System.EventHandler(this.password_TextChanged);
|
|
//
|
|
// domain
|
|
//
|
|
this.domain.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.domain.Location = new System.Drawing.Point(188, 91);
|
|
this.domain.Name = "domain";
|
|
this.domain.Size = new System.Drawing.Size(268, 20);
|
|
this.domain.TabIndex = 13;
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(15, 53);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(151, 13);
|
|
this.label4.TabIndex = 11;
|
|
this.label4.Text = "[UserNameDlgPasswordLabel]";
|
|
this.label4.TextAlign = System.Drawing.ContentAlignment.TopRight;
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(15, 94);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(141, 13);
|
|
this.label5.TabIndex = 11;
|
|
this.label5.Text = "[UserNameDlgDomainLabel]";
|
|
this.label5.TextAlign = System.Drawing.ContentAlignment.TopRight;
|
|
//
|
|
// localDomain
|
|
//
|
|
this.localDomain.AutoSize = true;
|
|
this.localDomain.Location = new System.Drawing.Point(19, 29);
|
|
this.localDomain.Name = "localDomain";
|
|
this.localDomain.Size = new System.Drawing.Size(185, 17);
|
|
this.localDomain.TabIndex = 14;
|
|
this.localDomain.TabStop = true;
|
|
this.localDomain.Text = "[UserNameDlgLocalDomainLabel]";
|
|
this.localDomain.UseVisualStyleBackColor = true;
|
|
this.localDomain.CheckedChanged += new System.EventHandler(this.DomainType_CheckedChanged);
|
|
//
|
|
// networkDomain
|
|
//
|
|
this.networkDomain.AutoSize = true;
|
|
this.networkDomain.Location = new System.Drawing.Point(19, 56);
|
|
this.networkDomain.Name = "networkDomain";
|
|
this.networkDomain.Size = new System.Drawing.Size(199, 17);
|
|
this.networkDomain.TabIndex = 14;
|
|
this.networkDomain.TabStop = true;
|
|
this.networkDomain.Text = "[UserNameDlgNetworkDomainLabel]";
|
|
this.networkDomain.UseVisualStyleBackColor = true;
|
|
this.networkDomain.CheckedChanged += new System.EventHandler(this.DomainType_CheckedChanged);
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.AutoSize = true;
|
|
this.groupBox1.Controls.Add(this.networkDomain);
|
|
this.groupBox1.Controls.Add(this.localDomain);
|
|
this.groupBox1.Location = new System.Drawing.Point(188, 131);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Size = new System.Drawing.Size(268, 92);
|
|
this.groupBox1.TabIndex = 15;
|
|
this.groupBox1.TabStop = false;
|
|
this.groupBox1.Text = "[UserNameDlgDomainTypeLabel]";
|
|
//
|
|
// middlePanel
|
|
//
|
|
this.middlePanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.middlePanel.Controls.Add(this.label3);
|
|
this.middlePanel.Controls.Add(this.groupBox1);
|
|
this.middlePanel.Controls.Add(this.label4);
|
|
this.middlePanel.Controls.Add(this.domain);
|
|
this.middlePanel.Controls.Add(this.label5);
|
|
this.middlePanel.Controls.Add(this.password);
|
|
this.middlePanel.Controls.Add(this.name);
|
|
this.middlePanel.Location = new System.Drawing.Point(12, 59);
|
|
this.middlePanel.Name = "middlePanel";
|
|
this.middlePanel.Size = new System.Drawing.Size(470, 246);
|
|
this.middlePanel.TabIndex = 16;
|
|
//
|
|
// UserNameDialog
|
|
//
|
|
this.ClientSize = new System.Drawing.Size(494, 361);
|
|
this.Controls.Add(this.middlePanel);
|
|
this.Controls.Add(this.topPanel);
|
|
this.Controls.Add(this.bottomPanel);
|
|
this.Name = "UserNameDialog";
|
|
this.Text = "[UserNameDlg_Title]";
|
|
this.Load += new System.EventHandler(this.dialog_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.banner)).EndInit();
|
|
this.topPanel.ResumeLayout(false);
|
|
this.topPanel.PerformLayout();
|
|
this.bottomPanel.ResumeLayout(false);
|
|
this.tableLayoutPanel1.ResumeLayout(false);
|
|
this.tableLayoutPanel1.PerformLayout();
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.groupBox1.PerformLayout();
|
|
this.middlePanel.ResumeLayout(false);
|
|
this.middlePanel.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.PictureBox banner;
|
|
private System.Windows.Forms.Panel topPanel;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Panel bottomPanel;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.TextBox name;
|
|
private System.Windows.Forms.TextBox password;
|
|
private System.Windows.Forms.TextBox domain;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.RadioButton localDomain;
|
|
private System.Windows.Forms.RadioButton networkDomain;
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
|
private System.Windows.Forms.Button back;
|
|
private System.Windows.Forms.Button next;
|
|
private System.Windows.Forms.Button cancel;
|
|
private System.Windows.Forms.Panel middlePanel;
|
|
}
|
|
} |