2022-10-27 16:16:09 +02:00
|
|
|
|
namespace RDP_Portal {
|
|
|
|
|
partial class MainForm {
|
|
|
|
|
/// <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(MainForm));
|
2022-10-28 16:19:59 +02:00
|
|
|
|
this.checkBoxKeepOpening = new System.Windows.Forms.CheckBox();
|
2022-10-28 17:30:39 +02:00
|
|
|
|
this.buttonAbout = new System.Windows.Forms.Button();
|
2022-10-28 16:19:59 +02:00
|
|
|
|
this.buttonConnect = new System.Windows.Forms.Button();
|
|
|
|
|
this.textBoxComputer = new System.Windows.Forms.TextBox();
|
2022-10-27 16:16:09 +02:00
|
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
|
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
|
|
|
this.label4 = new System.Windows.Forms.Label();
|
2022-10-28 16:19:59 +02:00
|
|
|
|
this.buttonNew = new System.Windows.Forms.Button();
|
|
|
|
|
this.textBoxUsername = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.textBoxPassword = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.textBoxDomain = new System.Windows.Forms.TextBox();
|
2022-10-27 16:16:09 +02:00
|
|
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
2022-10-28 16:19:59 +02:00
|
|
|
|
this.buttonSave = new System.Windows.Forms.Button();
|
|
|
|
|
this.buttonDelete = new System.Windows.Forms.Button();
|
|
|
|
|
this.buttonOptions = new System.Windows.Forms.Button();
|
2022-10-28 10:45:38 +02:00
|
|
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
2022-10-28 16:19:59 +02:00
|
|
|
|
this.buttonCancel = new System.Windows.Forms.Button();
|
|
|
|
|
this.buttonEdit = new System.Windows.Forms.Button();
|
|
|
|
|
this.textBoxName = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.listBox = new System.Windows.Forms.ListBox();
|
2022-10-27 16:16:09 +02:00
|
|
|
|
this.groupBox1.SuspendLayout();
|
2022-10-28 10:45:38 +02:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
2022-10-27 16:16:09 +02:00
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
2022-10-28 16:19:59 +02:00
|
|
|
|
// checkBoxKeepOpening
|
2022-10-27 16:16:09 +02:00
|
|
|
|
//
|
2022-10-28 16:19:59 +02:00
|
|
|
|
this.checkBoxKeepOpening.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
|
|
|
this.checkBoxKeepOpening.Location = new System.Drawing.Point(13, 432);
|
|
|
|
|
this.checkBoxKeepOpening.Margin = new System.Windows.Forms.Padding(4);
|
|
|
|
|
this.checkBoxKeepOpening.Name = "checkBoxKeepOpening";
|
|
|
|
|
this.checkBoxKeepOpening.Size = new System.Drawing.Size(367, 30);
|
|
|
|
|
this.checkBoxKeepOpening.TabIndex = 1;
|
|
|
|
|
this.checkBoxKeepOpening.Text = "Keep opening RDP Portal";
|
|
|
|
|
this.checkBoxKeepOpening.UseVisualStyleBackColor = true;
|
|
|
|
|
this.checkBoxKeepOpening.CheckedChanged += new System.EventHandler(this.checkBoxKeepOpening_CheckedChanged);
|
2022-10-27 16:16:09 +02:00
|
|
|
|
//
|
2022-10-28 17:30:39 +02:00
|
|
|
|
// buttonAbout
|
2022-10-27 16:16:09 +02:00
|
|
|
|
//
|
2022-10-28 17:30:39 +02:00
|
|
|
|
this.buttonAbout.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.buttonAbout.Location = new System.Drawing.Point(487, 432);
|
|
|
|
|
this.buttonAbout.Margin = new System.Windows.Forms.Padding(4);
|
|
|
|
|
this.buttonAbout.Name = "buttonAbout";
|
|
|
|
|
this.buttonAbout.Size = new System.Drawing.Size(100, 28);
|
|
|
|
|
this.buttonAbout.TabIndex = 2;
|
|
|
|
|
this.buttonAbout.Text = "About";
|
|
|
|
|
this.buttonAbout.UseVisualStyleBackColor = true;
|
|
|
|
|
this.buttonAbout.Click += new System.EventHandler(this.buttonAbout_Click);
|
2022-10-27 16:16:09 +02:00
|
|
|
|
//
|
2022-10-28 16:19:59 +02:00
|
|
|
|
// buttonConnect
|
2022-10-27 16:16:09 +02:00
|
|
|
|
//
|
2022-10-28 16:19:59 +02:00
|
|
|
|
this.buttonConnect.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.buttonConnect.Location = new System.Drawing.Point(358, 432);
|
|
|
|
|
this.buttonConnect.Margin = new System.Windows.Forms.Padding(4);
|
|
|
|
|
this.buttonConnect.Name = "buttonConnect";
|
|
|
|
|
this.buttonConnect.Size = new System.Drawing.Size(121, 28);
|
|
|
|
|
this.buttonConnect.TabIndex = 3;
|
|
|
|
|
this.buttonConnect.Text = "Connect";
|
|
|
|
|
this.buttonConnect.UseVisualStyleBackColor = true;
|
|
|
|
|
this.buttonConnect.Click += new System.EventHandler(this.buttonConnect_Click);
|
2022-10-27 16:16:09 +02:00
|
|
|
|
//
|
2022-10-28 16:19:59 +02:00
|
|
|
|
// textBoxComputer
|
2022-10-27 16:16:09 +02:00
|
|
|
|
//
|
2022-10-28 16:19:59 +02:00
|
|
|
|
this.textBoxComputer.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.textBoxComputer.Location = new System.Drawing.Point(123, 32);
|
|
|
|
|
this.textBoxComputer.Margin = new System.Windows.Forms.Padding(4);
|
|
|
|
|
this.textBoxComputer.Name = "textBoxComputer";
|
|
|
|
|
this.textBoxComputer.Size = new System.Drawing.Size(209, 22);
|
|
|
|
|
this.textBoxComputer.TabIndex = 4;
|
2022-10-27 16:16:09 +02:00
|
|
|
|
//
|
|
|
|
|
// label1
|
|
|
|
|
//
|
2022-10-28 10:45:38 +02:00
|
|
|
|
this.label1.Location = new System.Drawing.Point(8, 36);
|
|
|
|
|
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
2022-10-27 16:16:09 +02:00
|
|
|
|
this.label1.Name = "label1";
|
2022-10-28 10:45:38 +02:00
|
|
|
|
this.label1.Size = new System.Drawing.Size(107, 21);
|
2022-10-27 16:16:09 +02:00
|
|
|
|
this.label1.TabIndex = 5;
|
|
|
|
|
this.label1.Text = "Computer:";
|
|
|
|
|
//
|
|
|
|
|
// label2
|
|
|
|
|
//
|
2022-10-28 10:45:38 +02:00
|
|
|
|
this.label2.Location = new System.Drawing.Point(8, 73);
|
|
|
|
|
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
2022-10-27 16:16:09 +02:00
|
|
|
|
this.label2.Name = "label2";
|
2022-10-28 10:45:38 +02:00
|
|
|
|
this.label2.Size = new System.Drawing.Size(108, 23);
|
2022-10-27 16:16:09 +02:00
|
|
|
|
this.label2.TabIndex = 6;
|
|
|
|
|
this.label2.Text = "User name:";
|
|
|
|
|
//
|
|
|
|
|
// label3
|
|
|
|
|
//
|
2022-10-28 10:45:38 +02:00
|
|
|
|
this.label3.Location = new System.Drawing.Point(8, 110);
|
|
|
|
|
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
2022-10-27 16:16:09 +02:00
|
|
|
|
this.label3.Name = "label3";
|
2022-10-28 10:45:38 +02:00
|
|
|
|
this.label3.Size = new System.Drawing.Size(108, 23);
|
2022-10-27 16:16:09 +02:00
|
|
|
|
this.label3.TabIndex = 7;
|
|
|
|
|
this.label3.Text = "Password:";
|
|
|
|
|
//
|
|
|
|
|
// label4
|
|
|
|
|
//
|
2022-10-28 10:45:38 +02:00
|
|
|
|
this.label4.Location = new System.Drawing.Point(8, 146);
|
|
|
|
|
this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
2022-10-27 16:16:09 +02:00
|
|
|
|
this.label4.Name = "label4";
|
2022-10-28 10:45:38 +02:00
|
|
|
|
this.label4.Size = new System.Drawing.Size(108, 23);
|
2022-10-27 16:16:09 +02:00
|
|
|
|
this.label4.TabIndex = 8;
|
|
|
|
|
this.label4.Text = "Domain:";
|
|
|
|
|
//
|
2022-10-28 16:19:59 +02:00
|
|
|
|
// buttonNew
|
|
|
|
|
//
|
|
|
|
|
this.buttonNew.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
|
|
|
this.buttonNew.Location = new System.Drawing.Point(13, 396);
|
|
|
|
|
this.buttonNew.Margin = new System.Windows.Forms.Padding(4);
|
|
|
|
|
this.buttonNew.Name = "buttonNew";
|
|
|
|
|
this.buttonNew.Size = new System.Drawing.Size(103, 28);
|
|
|
|
|
this.buttonNew.TabIndex = 9;
|
|
|
|
|
this.buttonNew.Text = "New";
|
|
|
|
|
this.buttonNew.UseVisualStyleBackColor = true;
|
|
|
|
|
this.buttonNew.Click += new System.EventHandler(this.buttonNew_Click);
|
|
|
|
|
//
|
|
|
|
|
// textBoxUsername
|
|
|
|
|
//
|
|
|
|
|
this.textBoxUsername.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.textBoxUsername.Location = new System.Drawing.Point(123, 69);
|
|
|
|
|
this.textBoxUsername.Margin = new System.Windows.Forms.Padding(4);
|
|
|
|
|
this.textBoxUsername.Name = "textBoxUsername";
|
|
|
|
|
this.textBoxUsername.Size = new System.Drawing.Size(209, 22);
|
|
|
|
|
this.textBoxUsername.TabIndex = 10;
|
|
|
|
|
//
|
|
|
|
|
// textBoxPassword
|
|
|
|
|
//
|
|
|
|
|
this.textBoxPassword.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.textBoxPassword.Location = new System.Drawing.Point(124, 106);
|
|
|
|
|
this.textBoxPassword.Margin = new System.Windows.Forms.Padding(4);
|
|
|
|
|
this.textBoxPassword.Name = "textBoxPassword";
|
|
|
|
|
this.textBoxPassword.Size = new System.Drawing.Size(208, 22);
|
|
|
|
|
this.textBoxPassword.TabIndex = 11;
|
|
|
|
|
this.textBoxPassword.UseSystemPasswordChar = true;
|
|
|
|
|
//
|
|
|
|
|
// textBoxDomain
|
|
|
|
|
//
|
|
|
|
|
this.textBoxDomain.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.textBoxDomain.Location = new System.Drawing.Point(124, 143);
|
|
|
|
|
this.textBoxDomain.Margin = new System.Windows.Forms.Padding(4);
|
|
|
|
|
this.textBoxDomain.Name = "textBoxDomain";
|
|
|
|
|
this.textBoxDomain.Size = new System.Drawing.Size(208, 22);
|
|
|
|
|
this.textBoxDomain.TabIndex = 12;
|
2022-10-27 16:16:09 +02:00
|
|
|
|
//
|
|
|
|
|
// groupBox1
|
|
|
|
|
//
|
2022-10-28 10:45:38 +02:00
|
|
|
|
this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
|
2022-10-27 16:16:09 +02:00
|
|
|
|
this.groupBox1.Controls.Add(this.label3);
|
2022-10-28 16:19:59 +02:00
|
|
|
|
this.groupBox1.Controls.Add(this.textBoxDomain);
|
|
|
|
|
this.groupBox1.Controls.Add(this.textBoxComputer);
|
|
|
|
|
this.groupBox1.Controls.Add(this.textBoxPassword);
|
2022-10-27 16:16:09 +02:00
|
|
|
|
this.groupBox1.Controls.Add(this.label1);
|
2022-10-28 16:19:59 +02:00
|
|
|
|
this.groupBox1.Controls.Add(this.textBoxUsername);
|
2022-10-27 16:16:09 +02:00
|
|
|
|
this.groupBox1.Controls.Add(this.label2);
|
|
|
|
|
this.groupBox1.Controls.Add(this.label4);
|
2022-10-28 16:19:59 +02:00
|
|
|
|
this.groupBox1.Location = new System.Drawing.Point(234, 141);
|
2022-10-28 10:45:38 +02:00
|
|
|
|
this.groupBox1.Margin = new System.Windows.Forms.Padding(4);
|
2022-10-27 16:16:09 +02:00
|
|
|
|
this.groupBox1.Name = "groupBox1";
|
2022-10-28 10:45:38 +02:00
|
|
|
|
this.groupBox1.Padding = new System.Windows.Forms.Padding(4);
|
|
|
|
|
this.groupBox1.Size = new System.Drawing.Size(353, 190);
|
2022-10-27 16:16:09 +02:00
|
|
|
|
this.groupBox1.TabIndex = 13;
|
|
|
|
|
this.groupBox1.TabStop = false;
|
|
|
|
|
this.groupBox1.Text = "Connection";
|
|
|
|
|
//
|
2022-10-28 16:19:59 +02:00
|
|
|
|
// buttonSave
|
|
|
|
|
//
|
|
|
|
|
this.buttonSave.Location = new System.Drawing.Point(232, 339);
|
|
|
|
|
this.buttonSave.Margin = new System.Windows.Forms.Padding(4);
|
|
|
|
|
this.buttonSave.Name = "buttonSave";
|
|
|
|
|
this.buttonSave.Size = new System.Drawing.Size(100, 28);
|
|
|
|
|
this.buttonSave.TabIndex = 14;
|
|
|
|
|
this.buttonSave.Text = "Save";
|
|
|
|
|
this.buttonSave.UseVisualStyleBackColor = true;
|
|
|
|
|
this.buttonSave.Click += new System.EventHandler(this.buttonSave_Click);
|
|
|
|
|
//
|
|
|
|
|
// buttonDelete
|
|
|
|
|
//
|
|
|
|
|
this.buttonDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
|
|
|
this.buttonDelete.Location = new System.Drawing.Point(124, 396);
|
|
|
|
|
this.buttonDelete.Margin = new System.Windows.Forms.Padding(4);
|
|
|
|
|
this.buttonDelete.Name = "buttonDelete";
|
|
|
|
|
this.buttonDelete.Size = new System.Drawing.Size(100, 28);
|
|
|
|
|
this.buttonDelete.TabIndex = 15;
|
|
|
|
|
this.buttonDelete.Text = "Delete";
|
|
|
|
|
this.buttonDelete.UseVisualStyleBackColor = true;
|
|
|
|
|
this.buttonDelete.Click += new System.EventHandler(this.buttonDelete_Click);
|
|
|
|
|
//
|
|
|
|
|
// buttonOptions
|
|
|
|
|
//
|
|
|
|
|
this.buttonOptions.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.buttonOptions.Location = new System.Drawing.Point(487, 339);
|
|
|
|
|
this.buttonOptions.Margin = new System.Windows.Forms.Padding(4);
|
|
|
|
|
this.buttonOptions.Name = "buttonOptions";
|
|
|
|
|
this.buttonOptions.Size = new System.Drawing.Size(100, 28);
|
|
|
|
|
this.buttonOptions.TabIndex = 16;
|
|
|
|
|
this.buttonOptions.Text = "Options";
|
|
|
|
|
this.buttonOptions.UseVisualStyleBackColor = true;
|
|
|
|
|
this.buttonOptions.Click += new System.EventHandler(this.buttonMoreOptions_Click);
|
2022-10-28 10:45:38 +02:00
|
|
|
|
//
|
|
|
|
|
// pictureBox1
|
|
|
|
|
//
|
|
|
|
|
this.pictureBox1.Image = global::rdp_portal.Properties.Resources.banner;
|
|
|
|
|
this.pictureBox1.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.pictureBox1.Margin = new System.Windows.Forms.Padding(0);
|
|
|
|
|
this.pictureBox1.Name = "pictureBox1";
|
|
|
|
|
this.pictureBox1.Size = new System.Drawing.Size(600, 90);
|
|
|
|
|
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
|
|
|
this.pictureBox1.TabIndex = 17;
|
|
|
|
|
this.pictureBox1.TabStop = false;
|
2022-10-27 16:16:09 +02:00
|
|
|
|
//
|
2022-10-28 16:19:59 +02:00
|
|
|
|
// buttonCancel
|
|
|
|
|
//
|
|
|
|
|
this.buttonCancel.Location = new System.Drawing.Point(340, 339);
|
|
|
|
|
this.buttonCancel.Margin = new System.Windows.Forms.Padding(4);
|
|
|
|
|
this.buttonCancel.Name = "buttonCancel";
|
|
|
|
|
this.buttonCancel.Size = new System.Drawing.Size(100, 28);
|
|
|
|
|
this.buttonCancel.TabIndex = 18;
|
|
|
|
|
this.buttonCancel.Text = "Cancel";
|
|
|
|
|
this.buttonCancel.UseVisualStyleBackColor = true;
|
|
|
|
|
this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click);
|
|
|
|
|
//
|
|
|
|
|
// buttonEdit
|
|
|
|
|
//
|
|
|
|
|
this.buttonEdit.Location = new System.Drawing.Point(232, 339);
|
|
|
|
|
this.buttonEdit.Margin = new System.Windows.Forms.Padding(4);
|
|
|
|
|
this.buttonEdit.Name = "buttonEdit";
|
|
|
|
|
this.buttonEdit.Size = new System.Drawing.Size(100, 28);
|
|
|
|
|
this.buttonEdit.TabIndex = 19;
|
|
|
|
|
this.buttonEdit.Text = "Edit";
|
|
|
|
|
this.buttonEdit.UseVisualStyleBackColor = true;
|
|
|
|
|
this.buttonEdit.Click += new System.EventHandler(this.buttonEdit_Click);
|
|
|
|
|
//
|
|
|
|
|
// textBoxName
|
|
|
|
|
//
|
|
|
|
|
this.textBoxName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.textBoxName.Location = new System.Drawing.Point(234, 107);
|
|
|
|
|
this.textBoxName.Margin = new System.Windows.Forms.Padding(4);
|
|
|
|
|
this.textBoxName.Name = "textBoxName";
|
|
|
|
|
this.textBoxName.Size = new System.Drawing.Size(353, 22);
|
|
|
|
|
this.textBoxName.TabIndex = 13;
|
|
|
|
|
//
|
|
|
|
|
// listBox
|
|
|
|
|
//
|
|
|
|
|
this.listBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left)));
|
|
|
|
|
this.listBox.DisplayMember = "Name";
|
|
|
|
|
this.listBox.FormattingEnabled = true;
|
|
|
|
|
this.listBox.ItemHeight = 16;
|
|
|
|
|
this.listBox.Location = new System.Drawing.Point(13, 107);
|
|
|
|
|
this.listBox.Margin = new System.Windows.Forms.Padding(4);
|
|
|
|
|
this.listBox.Name = "listBox";
|
|
|
|
|
this.listBox.Size = new System.Drawing.Size(211, 276);
|
|
|
|
|
this.listBox.TabIndex = 0;
|
|
|
|
|
this.listBox.SelectedValueChanged += new System.EventHandler(this.listBox_SelectedValueChanged);
|
|
|
|
|
//
|
2022-10-27 16:16:09 +02:00
|
|
|
|
// MainForm
|
|
|
|
|
//
|
2022-10-28 10:45:38 +02:00
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
|
2022-10-27 16:16:09 +02:00
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
2022-10-28 16:19:59 +02:00
|
|
|
|
this.BackColor = System.Drawing.SystemColors.Control;
|
2022-10-28 10:45:38 +02:00
|
|
|
|
this.ClientSize = new System.Drawing.Size(600, 473);
|
2022-10-28 16:19:59 +02:00
|
|
|
|
this.Controls.Add(this.textBoxName);
|
|
|
|
|
this.Controls.Add(this.buttonEdit);
|
|
|
|
|
this.Controls.Add(this.buttonCancel);
|
2022-10-28 10:45:38 +02:00
|
|
|
|
this.Controls.Add(this.pictureBox1);
|
2022-10-28 16:19:59 +02:00
|
|
|
|
this.Controls.Add(this.buttonOptions);
|
|
|
|
|
this.Controls.Add(this.buttonDelete);
|
|
|
|
|
this.Controls.Add(this.buttonSave);
|
2022-10-27 16:16:09 +02:00
|
|
|
|
this.Controls.Add(this.groupBox1);
|
2022-10-28 16:19:59 +02:00
|
|
|
|
this.Controls.Add(this.buttonNew);
|
|
|
|
|
this.Controls.Add(this.buttonConnect);
|
2022-10-28 17:30:39 +02:00
|
|
|
|
this.Controls.Add(this.buttonAbout);
|
2022-10-28 16:19:59 +02:00
|
|
|
|
this.Controls.Add(this.checkBoxKeepOpening);
|
|
|
|
|
this.Controls.Add(this.listBox);
|
2022-10-27 16:16:09 +02:00
|
|
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
2022-10-28 16:19:59 +02:00
|
|
|
|
this.Location = new System.Drawing.Point(15, 15);
|
2022-10-28 10:45:38 +02:00
|
|
|
|
this.Margin = new System.Windows.Forms.Padding(4);
|
2022-10-28 16:19:59 +02:00
|
|
|
|
this.MaximizeBox = false;
|
|
|
|
|
this.MaximumSize = new System.Drawing.Size(618, 5528);
|
|
|
|
|
this.MinimumSize = new System.Drawing.Size(618, 520);
|
2022-10-27 16:16:09 +02:00
|
|
|
|
this.Name = "MainForm";
|
|
|
|
|
this.Text = "RDP Portal";
|
2022-10-28 16:19:59 +02:00
|
|
|
|
this.Load += new System.EventHandler(this.MainForm_Load);
|
2022-10-27 16:16:09 +02:00
|
|
|
|
this.groupBox1.ResumeLayout(false);
|
|
|
|
|
this.groupBox1.PerformLayout();
|
2022-10-28 10:45:38 +02:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
2022-10-27 16:16:09 +02:00
|
|
|
|
this.ResumeLayout(false);
|
2022-10-28 16:19:59 +02:00
|
|
|
|
this.PerformLayout();
|
2022-10-27 16:16:09 +02:00
|
|
|
|
}
|
|
|
|
|
|
2022-10-28 16:19:59 +02:00
|
|
|
|
private System.Windows.Forms.TextBox textBoxName;
|
|
|
|
|
|
|
|
|
|
private System.Windows.Forms.Button buttonEdit;
|
|
|
|
|
|
|
|
|
|
private System.Windows.Forms.ListBox listBox;
|
|
|
|
|
|
|
|
|
|
private System.Windows.Forms.Button buttonCancel;
|
|
|
|
|
|
2022-10-28 10:45:38 +02:00
|
|
|
|
private System.Windows.Forms.PictureBox pictureBox1;
|
|
|
|
|
|
2022-10-28 16:19:59 +02:00
|
|
|
|
private System.Windows.Forms.Button buttonOptions;
|
2022-10-27 16:16:09 +02:00
|
|
|
|
|
2022-10-28 16:19:59 +02:00
|
|
|
|
private System.Windows.Forms.Button buttonSave;
|
|
|
|
|
private System.Windows.Forms.Button buttonDelete;
|
2022-10-27 16:16:09 +02:00
|
|
|
|
|
|
|
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
|
|
|
|
2022-10-28 16:19:59 +02:00
|
|
|
|
private System.Windows.Forms.TextBox textBoxUsername;
|
|
|
|
|
private System.Windows.Forms.TextBox textBoxPassword;
|
|
|
|
|
private System.Windows.Forms.TextBox textBoxDomain;
|
2022-10-27 16:16:09 +02:00
|
|
|
|
|
2022-10-28 16:19:59 +02:00
|
|
|
|
private System.Windows.Forms.Button buttonNew;
|
2022-10-27 16:16:09 +02:00
|
|
|
|
|
2022-10-28 16:19:59 +02:00
|
|
|
|
private System.Windows.Forms.TextBox textBoxComputer;
|
2022-10-27 16:16:09 +02:00
|
|
|
|
private System.Windows.Forms.Label label1;
|
|
|
|
|
private System.Windows.Forms.Label label2;
|
|
|
|
|
private System.Windows.Forms.Label label3;
|
|
|
|
|
private System.Windows.Forms.Label label4;
|
|
|
|
|
|
2022-10-28 16:19:59 +02:00
|
|
|
|
private System.Windows.Forms.Button buttonConnect;
|
2022-10-27 16:16:09 +02:00
|
|
|
|
|
2022-10-28 17:30:39 +02:00
|
|
|
|
private System.Windows.Forms.Button buttonAbout;
|
2022-10-27 16:16:09 +02:00
|
|
|
|
|
2022-10-28 16:19:59 +02:00
|
|
|
|
private System.Windows.Forms.CheckBox checkBoxKeepOpening;
|
2022-10-27 16:16:09 +02:00
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
}
|
|
|
|
|
}
|