Files
elma/ELMA/ConfigMan.Designer.cs
T
2020-09-01 09:31:56 +02:00

227 lines
9.5 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.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
this.btnLoad = new System.Windows.Forms.Button();
this.btnSave = new System.Windows.Forms.Button();
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(775, 55);
this.groupBox1.TabIndex = 2;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "SQL Server";
//
// txtPasswd
//
this.txtPasswd.Location = new System.Drawing.Point(633, 19);
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(583, 22);
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(425, 19);
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(390, 22);
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";
//
// openFileDialog1
//
this.openFileDialog1.FileName = "openFileDialog1";
//
// btnLoad
//
this.btnLoad.Location = new System.Drawing.Point(9, 176);
this.btnLoad.Name = "btnLoad";
this.btnLoad.Size = new System.Drawing.Size(117, 23);
this.btnLoad.TabIndex = 4;
this.btnLoad.Text = "Load Config";
this.btnLoad.UseVisualStyleBackColor = true;
this.btnLoad.Click += new System.EventHandler(this.btnLoad_Click);
//
// btnSave
//
this.btnSave.Location = new System.Drawing.Point(132, 176);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(117, 23);
this.btnSave.TabIndex = 5;
this.btnSave.Text = "Save Config";
this.btnSave.UseVisualStyleBackColor = true;
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
//
// txtBaseUrl
//
this.txtBaseUrl.Location = new System.Drawing.Point(70, 33);
this.txtBaseUrl.Name = "txtBaseUrl";
this.txtBaseUrl.Size = new System.Drawing.Size(439, 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(11, 102);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(776, 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(800, 245);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.btnSave);
this.Controls.Add(this.btnLoad);
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.OpenFileDialog openFileDialog1;
private System.Windows.Forms.SaveFileDialog saveFileDialog1;
private System.Windows.Forms.Button btnLoad;
private System.Windows.Forms.Button btnSave;
private System.Windows.Forms.TextBox txtBaseUrl;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.CheckBox checkBox1;
}
}