193 lines
7.9 KiB
C#
193 lines
7.9 KiB
C#
namespace ELMA
|
|
{
|
|
partial class ConfigMan
|
|
{
|
|
/// <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.label1 = new System.Windows.Forms.Label();
|
|
this.txtServerName = new System.Windows.Forms.TextBox();
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.txtPasswd = new System.Windows.Forms.TextBox();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.txtUser = new System.Windows.Forms.TextBox();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.txtBaseUrl = new System.Windows.Forms.TextBox();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|
this.checkBox1 = new System.Windows.Forms.CheckBox();
|
|
this.groupBox1.SuspendLayout();
|
|
this.groupBox2.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(8, 22);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(56, 13);
|
|
this.label1.TabIndex = 0;
|
|
this.label1.Text = "Name / IP";
|
|
//
|
|
// txtServerName
|
|
//
|
|
this.txtServerName.Location = new System.Drawing.Point(70, 19);
|
|
this.txtServerName.Name = "txtServerName";
|
|
this.txtServerName.Size = new System.Drawing.Size(204, 20);
|
|
this.txtServerName.TabIndex = 1;
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Controls.Add(this.checkBox1);
|
|
this.groupBox1.Controls.Add(this.txtPasswd);
|
|
this.groupBox1.Controls.Add(this.label3);
|
|
this.groupBox1.Controls.Add(this.txtUser);
|
|
this.groupBox1.Controls.Add(this.label2);
|
|
this.groupBox1.Controls.Add(this.txtServerName);
|
|
this.groupBox1.Controls.Add(this.label1);
|
|
this.groupBox1.Location = new System.Drawing.Point(12, 41);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Size = new System.Drawing.Size(385, 111);
|
|
this.groupBox1.TabIndex = 2;
|
|
this.groupBox1.TabStop = false;
|
|
this.groupBox1.Text = "SQL Server";
|
|
//
|
|
// txtPasswd
|
|
//
|
|
this.txtPasswd.Location = new System.Drawing.Point(70, 81);
|
|
this.txtPasswd.Name = "txtPasswd";
|
|
this.txtPasswd.Size = new System.Drawing.Size(136, 20);
|
|
this.txtPasswd.TabIndex = 5;
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(20, 84);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(44, 13);
|
|
this.label3.TabIndex = 4;
|
|
this.label3.Text = "Passwd";
|
|
//
|
|
// txtUser
|
|
//
|
|
this.txtUser.Location = new System.Drawing.Point(70, 51);
|
|
this.txtUser.Name = "txtUser";
|
|
this.txtUser.Size = new System.Drawing.Size(136, 20);
|
|
this.txtUser.TabIndex = 3;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(35, 54);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(29, 13);
|
|
this.label2.TabIndex = 2;
|
|
this.label2.Text = "User";
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label4.Location = new System.Drawing.Point(13, 13);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(116, 22);
|
|
this.label4.TabIndex = 3;
|
|
this.label4.Text = "Active Config";
|
|
//
|
|
// txtBaseUrl
|
|
//
|
|
this.txtBaseUrl.Location = new System.Drawing.Point(70, 33);
|
|
this.txtBaseUrl.Name = "txtBaseUrl";
|
|
this.txtBaseUrl.Size = new System.Drawing.Size(306, 20);
|
|
this.txtBaseUrl.TabIndex = 21;
|
|
this.txtBaseUrl.Text = "https://localhost:44388";
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(8, 33);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(56, 13);
|
|
this.label5.TabIndex = 20;
|
|
this.label5.Text = "Base URL";
|
|
//
|
|
// groupBox2
|
|
//
|
|
this.groupBox2.Controls.Add(this.txtBaseUrl);
|
|
this.groupBox2.Controls.Add(this.label5);
|
|
this.groupBox2.Location = new System.Drawing.Point(12, 158);
|
|
this.groupBox2.Name = "groupBox2";
|
|
this.groupBox2.Size = new System.Drawing.Size(385, 68);
|
|
this.groupBox2.TabIndex = 22;
|
|
this.groupBox2.TabStop = false;
|
|
this.groupBox2.Text = "IIS Server";
|
|
//
|
|
// checkBox1
|
|
//
|
|
this.checkBox1.AutoSize = true;
|
|
this.checkBox1.Location = new System.Drawing.Point(281, 20);
|
|
this.checkBox1.Name = "checkBox1";
|
|
this.checkBox1.Size = new System.Drawing.Size(73, 17);
|
|
this.checkBox1.TabIndex = 6;
|
|
this.checkBox1.Text = "integ auth";
|
|
this.checkBox1.UseVisualStyleBackColor = true;
|
|
//
|
|
// ConfigMan
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(411, 237);
|
|
this.Controls.Add(this.groupBox2);
|
|
this.Controls.Add(this.label4);
|
|
this.Controls.Add(this.groupBox1);
|
|
this.Name = "ConfigMan";
|
|
this.Text = "ConfigMan";
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.groupBox1.PerformLayout();
|
|
this.groupBox2.ResumeLayout(false);
|
|
this.groupBox2.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.TextBox txtServerName;
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private System.Windows.Forms.TextBox txtPasswd;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.TextBox txtUser;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.TextBox txtBaseUrl;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.GroupBox groupBox2;
|
|
private System.Windows.Forms.CheckBox checkBox1;
|
|
}
|
|
} |