Minor changes and forms of the Russian language

This commit is contained in:
sli-pro
2019-04-30 21:22:48 +03:00
parent 1901686a2a
commit 590b526079
7 changed files with 1618 additions and 1507 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -49,33 +49,36 @@ namespace mRemoteNG.UI.Forms.OptionsPages
//
// chkAutomaticallyGetSessionInfo
//
this.chkAutomaticallyGetSessionInfo._mice = mRemoteNG.UI.Controls.Base.NGCheckBox.MouseState.HOVER;
this.chkAutomaticallyGetSessionInfo._mice = mRemoteNG.UI.Controls.Base.NGCheckBox.MouseState.OUT;
this.chkAutomaticallyGetSessionInfo.AutoSize = true;
this.chkAutomaticallyGetSessionInfo.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.chkAutomaticallyGetSessionInfo.Location = new System.Drawing.Point(3, 3);
this.chkAutomaticallyGetSessionInfo.Location = new System.Drawing.Point(4, 4);
this.chkAutomaticallyGetSessionInfo.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.chkAutomaticallyGetSessionInfo.Name = "chkAutomaticallyGetSessionInfo";
this.chkAutomaticallyGetSessionInfo.Size = new System.Drawing.Size(220, 17);
this.chkAutomaticallyGetSessionInfo.Size = new System.Drawing.Size(323, 27);
this.chkAutomaticallyGetSessionInfo.TabIndex = 0;
this.chkAutomaticallyGetSessionInfo.Text = "Automatically get session information";
this.chkAutomaticallyGetSessionInfo.UseVisualStyleBackColor = true;
//
// lblMaximumPuttyWaitTime
//
this.lblMaximumPuttyWaitTime.Location = new System.Drawing.Point(3, 175);
this.lblMaximumPuttyWaitTime.Location = new System.Drawing.Point(4, 260);
this.lblMaximumPuttyWaitTime.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lblMaximumPuttyWaitTime.Name = "lblMaximumPuttyWaitTime";
this.lblMaximumPuttyWaitTime.Size = new System.Drawing.Size(364, 13);
this.lblMaximumPuttyWaitTime.Size = new System.Drawing.Size(546, 29);
this.lblMaximumPuttyWaitTime.TabIndex = 7;
this.lblMaximumPuttyWaitTime.Text = "Maximum PuTTY wait time:";
this.lblMaximumPuttyWaitTime.TextAlign = System.Drawing.ContentAlignment.TopRight;
//
// chkAutomaticReconnect
//
this.chkAutomaticReconnect._mice = mRemoteNG.UI.Controls.Base.NGCheckBox.MouseState.HOVER;
this.chkAutomaticReconnect._mice = mRemoteNG.UI.Controls.Base.NGCheckBox.MouseState.OUT;
this.chkAutomaticReconnect.AutoSize = true;
this.chkAutomaticReconnect.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.chkAutomaticReconnect.Location = new System.Drawing.Point(3, 26);
this.chkAutomaticReconnect.Location = new System.Drawing.Point(4, 39);
this.chkAutomaticReconnect.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.chkAutomaticReconnect.Name = "chkAutomaticReconnect";
this.chkAutomaticReconnect.Size = new System.Drawing.Size(430, 17);
this.chkAutomaticReconnect.Size = new System.Drawing.Size(645, 27);
this.chkAutomaticReconnect.TabIndex = 1;
this.chkAutomaticReconnect.Text = "Automatically try to reconnect when disconnected from server (RDP && ICA only)";
this.chkAutomaticReconnect.UseVisualStyleBackColor = true;
@@ -83,14 +86,15 @@ namespace mRemoteNG.UI.Forms.OptionsPages
// numPuttyWaitTime
//
this.numPuttyWaitTime.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.numPuttyWaitTime.Location = new System.Drawing.Point(373, 173);
this.numPuttyWaitTime.Location = new System.Drawing.Point(560, 260);
this.numPuttyWaitTime.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.numPuttyWaitTime.Maximum = new decimal(new int[] {
999,
0,
0,
0});
this.numPuttyWaitTime.Name = "numPuttyWaitTime";
this.numPuttyWaitTime.Size = new System.Drawing.Size(49, 22);
this.numPuttyWaitTime.Size = new System.Drawing.Size(74, 29);
this.numPuttyWaitTime.TabIndex = 7;
this.numPuttyWaitTime.Value = new decimal(new int[] {
5,
@@ -100,12 +104,13 @@ namespace mRemoteNG.UI.Forms.OptionsPages
//
// chkUseCustomPuttyPath
//
this.chkUseCustomPuttyPath._mice = mRemoteNG.UI.Controls.Base.NGCheckBox.MouseState.HOVER;
this.chkUseCustomPuttyPath._mice = mRemoteNG.UI.Controls.Base.NGCheckBox.MouseState.OUT;
this.chkUseCustomPuttyPath.AutoSize = true;
this.chkUseCustomPuttyPath.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.chkUseCustomPuttyPath.Location = new System.Drawing.Point(3, 72);
this.chkUseCustomPuttyPath.Location = new System.Drawing.Point(4, 108);
this.chkUseCustomPuttyPath.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.chkUseCustomPuttyPath.Name = "chkUseCustomPuttyPath";
this.chkUseCustomPuttyPath.Size = new System.Drawing.Size(146, 17);
this.chkUseCustomPuttyPath.Size = new System.Drawing.Size(221, 27);
this.chkUseCustomPuttyPath.TabIndex = 3;
this.chkUseCustomPuttyPath.Text = "Use custom PuTTY path:";
this.chkUseCustomPuttyPath.UseVisualStyleBackColor = true;
@@ -113,9 +118,10 @@ namespace mRemoteNG.UI.Forms.OptionsPages
//
// lblConfigurePuttySessions
//
this.lblConfigurePuttySessions.Location = new System.Drawing.Point(3, 144);
this.lblConfigurePuttySessions.Location = new System.Drawing.Point(4, 207);
this.lblConfigurePuttySessions.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lblConfigurePuttySessions.Name = "lblConfigurePuttySessions";
this.lblConfigurePuttySessions.Size = new System.Drawing.Size(364, 13);
this.lblConfigurePuttySessions.Size = new System.Drawing.Size(546, 38);
this.lblConfigurePuttySessions.TabIndex = 5;
this.lblConfigurePuttySessions.Text = "To configure PuTTY sessions click this button:";
this.lblConfigurePuttySessions.TextAlign = System.Drawing.ContentAlignment.TopRight;
@@ -123,14 +129,15 @@ namespace mRemoteNG.UI.Forms.OptionsPages
// numUVNCSCPort
//
this.numUVNCSCPort.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.numUVNCSCPort.Location = new System.Drawing.Point(373, 218);
this.numUVNCSCPort.Location = new System.Drawing.Point(560, 327);
this.numUVNCSCPort.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.numUVNCSCPort.Maximum = new decimal(new int[] {
65535,
0,
0,
0});
this.numUVNCSCPort.Name = "numUVNCSCPort";
this.numUVNCSCPort.Size = new System.Drawing.Size(72, 22);
this.numUVNCSCPort.Size = new System.Drawing.Size(108, 29);
this.numUVNCSCPort.TabIndex = 8;
this.numUVNCSCPort.Value = new decimal(new int[] {
5500,
@@ -143,20 +150,23 @@ namespace mRemoteNG.UI.Forms.OptionsPages
//
this.txtCustomPuttyPath.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.txtCustomPuttyPath.Enabled = false;
this.txtCustomPuttyPath.Location = new System.Drawing.Point(21, 95);
this.txtCustomPuttyPath.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txtCustomPuttyPath.Location = new System.Drawing.Point(32, 142);
this.txtCustomPuttyPath.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.txtCustomPuttyPath.Name = "txtCustomPuttyPath";
this.txtCustomPuttyPath.Size = new System.Drawing.Size(346, 22);
this.txtCustomPuttyPath.Size = new System.Drawing.Size(518, 29);
this.txtCustomPuttyPath.TabIndex = 4;
this.txtCustomPuttyPath.TextChanged += new System.EventHandler(this.txtCustomPuttyPath_TextChanged);
//
// btnLaunchPutty
//
this.btnLaunchPutty._mice = mRemoteNG.UI.Controls.Base.NGButton.MouseState.HOVER;
this.btnLaunchPutty._mice = mRemoteNG.UI.Controls.Base.NGButton.MouseState.OUT;
this.btnLaunchPutty.Image = global::mRemoteNG.Resources.PuttyConfig;
this.btnLaunchPutty.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.btnLaunchPutty.Location = new System.Drawing.Point(373, 138);
this.btnLaunchPutty.Location = new System.Drawing.Point(560, 207);
this.btnLaunchPutty.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.btnLaunchPutty.Name = "btnLaunchPutty";
this.btnLaunchPutty.Size = new System.Drawing.Size(110, 25);
this.btnLaunchPutty.Size = new System.Drawing.Size(165, 38);
this.btnLaunchPutty.TabIndex = 6;
this.btnLaunchPutty.Text = "Launch PuTTY";
this.btnLaunchPutty.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
@@ -165,9 +175,10 @@ namespace mRemoteNG.UI.Forms.OptionsPages
//
// lblUVNCSCPort
//
this.lblUVNCSCPort.Location = new System.Drawing.Point(3, 220);
this.lblUVNCSCPort.Location = new System.Drawing.Point(4, 327);
this.lblUVNCSCPort.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lblUVNCSCPort.Name = "lblUVNCSCPort";
this.lblUVNCSCPort.Size = new System.Drawing.Size(364, 13);
this.lblUVNCSCPort.Size = new System.Drawing.Size(546, 29);
this.lblUVNCSCPort.TabIndex = 10;
this.lblUVNCSCPort.Text = "UltraVNC SingleClick Listening Port:";
this.lblUVNCSCPort.TextAlign = System.Drawing.ContentAlignment.TopRight;
@@ -176,19 +187,21 @@ namespace mRemoteNG.UI.Forms.OptionsPages
// lblSeconds
//
this.lblSeconds.AutoSize = true;
this.lblSeconds.Location = new System.Drawing.Point(428, 175);
this.lblSeconds.Location = new System.Drawing.Point(642, 262);
this.lblSeconds.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lblSeconds.Name = "lblSeconds";
this.lblSeconds.Size = new System.Drawing.Size(49, 13);
this.lblSeconds.Size = new System.Drawing.Size(71, 23);
this.lblSeconds.TabIndex = 9;
this.lblSeconds.Text = "seconds";
//
// btnBrowseCustomPuttyPath
//
this.btnBrowseCustomPuttyPath._mice = mRemoteNG.UI.Controls.Base.NGButton.MouseState.HOVER;
this.btnBrowseCustomPuttyPath._mice = mRemoteNG.UI.Controls.Base.NGButton.MouseState.OUT;
this.btnBrowseCustomPuttyPath.Enabled = false;
this.btnBrowseCustomPuttyPath.Location = new System.Drawing.Point(373, 93);
this.btnBrowseCustomPuttyPath.Location = new System.Drawing.Point(560, 140);
this.btnBrowseCustomPuttyPath.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.btnBrowseCustomPuttyPath.Name = "btnBrowseCustomPuttyPath";
this.btnBrowseCustomPuttyPath.Size = new System.Drawing.Size(75, 23);
this.btnBrowseCustomPuttyPath.Size = new System.Drawing.Size(112, 34);
this.btnBrowseCustomPuttyPath.TabIndex = 5;
this.btnBrowseCustomPuttyPath.Text = "Browse...";
this.btnBrowseCustomPuttyPath.UseVisualStyleBackColor = true;
@@ -196,19 +209,20 @@ namespace mRemoteNG.UI.Forms.OptionsPages
//
// chkLoadBalanceInfoUseUtf8
//
this.chkLoadBalanceInfoUseUtf8._mice = mRemoteNG.UI.Controls.Base.NGCheckBox.MouseState.HOVER;
this.chkLoadBalanceInfoUseUtf8._mice = mRemoteNG.UI.Controls.Base.NGCheckBox.MouseState.OUT;
this.chkLoadBalanceInfoUseUtf8.AutoSize = true;
this.chkLoadBalanceInfoUseUtf8.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.chkLoadBalanceInfoUseUtf8.Location = new System.Drawing.Point(3, 49);
this.chkLoadBalanceInfoUseUtf8.Location = new System.Drawing.Point(4, 74);
this.chkLoadBalanceInfoUseUtf8.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.chkLoadBalanceInfoUseUtf8.Name = "chkLoadBalanceInfoUseUtf8";
this.chkLoadBalanceInfoUseUtf8.Size = new System.Drawing.Size(317, 17);
this.chkLoadBalanceInfoUseUtf8.Size = new System.Drawing.Size(471, 27);
this.chkLoadBalanceInfoUseUtf8.TabIndex = 2;
this.chkLoadBalanceInfoUseUtf8.Text = "Use UTF8 encoding for RDP \"Load Balance Info\" property";
this.chkLoadBalanceInfoUseUtf8.UseVisualStyleBackColor = true;
//
// AdvancedPage
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleDimensions = new System.Drawing.SizeF(144F, 144F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.Controls.Add(this.chkLoadBalanceInfoUseUtf8);
this.Controls.Add(this.chkAutomaticallyGetSessionInfo);
@@ -223,9 +237,9 @@ namespace mRemoteNG.UI.Forms.OptionsPages
this.Controls.Add(this.lblUVNCSCPort);
this.Controls.Add(this.lblSeconds);
this.Controls.Add(this.btnBrowseCustomPuttyPath);
this.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
this.Name = "AdvancedPage";
this.Size = new System.Drawing.Size(610, 490);
this.Size = new System.Drawing.Size(915, 735);
((System.ComponentModel.ISupportInitialize)(this.numPuttyWaitTime)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numUVNCSCPort)).EndInit();
this.ResumeLayout(false);

View File

@@ -54,68 +54,79 @@
this.pnlDefaultCredentials.Controls.Add(this.lblCredentialsPassword);
this.pnlDefaultCredentials.Controls.Add(this.txtCredentialsUsername);
this.pnlDefaultCredentials.Controls.Add(this.lblCredentialsDomain);
this.pnlDefaultCredentials.Location = new System.Drawing.Point(3, 3);
this.pnlDefaultCredentials.Location = new System.Drawing.Point(4, 4);
this.pnlDefaultCredentials.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.pnlDefaultCredentials.Name = "pnlDefaultCredentials";
this.pnlDefaultCredentials.Size = new System.Drawing.Size(604, 175);
this.pnlDefaultCredentials.Size = new System.Drawing.Size(906, 262);
this.pnlDefaultCredentials.TabIndex = 0;
//
// radCredentialsCustom
//
this.radCredentialsCustom.AutoSize = true;
this.radCredentialsCustom.Location = new System.Drawing.Point(3, 62);
this.radCredentialsCustom.BackColor = System.Drawing.Color.Transparent;
this.radCredentialsCustom.Location = new System.Drawing.Point(4, 93);
this.radCredentialsCustom.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.radCredentialsCustom.Name = "radCredentialsCustom";
this.radCredentialsCustom.Size = new System.Drawing.Size(98, 17);
this.radCredentialsCustom.Size = new System.Drawing.Size(138, 27);
this.radCredentialsCustom.TabIndex = 3;
this.radCredentialsCustom.Text = "the following:";
this.radCredentialsCustom.UseVisualStyleBackColor = true;
this.radCredentialsCustom.UseVisualStyleBackColor = false;
this.radCredentialsCustom.CheckedChanged += new System.EventHandler(this.radCredentialsCustom_CheckedChanged);
//
// lblDefaultCredentials
//
this.lblDefaultCredentials.AutoSize = true;
this.lblDefaultCredentials.Location = new System.Drawing.Point(0, 0);
this.lblDefaultCredentials.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lblDefaultCredentials.Name = "lblDefaultCredentials";
this.lblDefaultCredentials.Size = new System.Drawing.Size(279, 13);
this.lblDefaultCredentials.Size = new System.Drawing.Size(413, 23);
this.lblDefaultCredentials.TabIndex = 0;
this.lblDefaultCredentials.Text = "For empty Username, Password or Domain fields use:";
//
// radCredentialsNoInfo
//
this.radCredentialsNoInfo.AutoSize = true;
this.radCredentialsNoInfo.BackColor = System.Drawing.Color.Transparent;
this.radCredentialsNoInfo.Checked = true;
this.radCredentialsNoInfo.Location = new System.Drawing.Point(3, 16);
this.radCredentialsNoInfo.Location = new System.Drawing.Point(4, 24);
this.radCredentialsNoInfo.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.radCredentialsNoInfo.Name = "radCredentialsNoInfo";
this.radCredentialsNoInfo.Size = new System.Drawing.Size(103, 17);
this.radCredentialsNoInfo.Size = new System.Drawing.Size(149, 27);
this.radCredentialsNoInfo.TabIndex = 1;
this.radCredentialsNoInfo.TabStop = true;
this.radCredentialsNoInfo.Text = "no information";
this.radCredentialsNoInfo.UseVisualStyleBackColor = true;
this.radCredentialsNoInfo.UseVisualStyleBackColor = false;
//
// radCredentialsWindows
//
this.radCredentialsWindows.AutoSize = true;
this.radCredentialsWindows.Location = new System.Drawing.Point(3, 39);
this.radCredentialsWindows.BackColor = System.Drawing.Color.Transparent;
this.radCredentialsWindows.Location = new System.Drawing.Point(4, 58);
this.radCredentialsWindows.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.radCredentialsWindows.Name = "radCredentialsWindows";
this.radCredentialsWindows.Size = new System.Drawing.Size(252, 17);
this.radCredentialsWindows.Size = new System.Drawing.Size(368, 27);
this.radCredentialsWindows.TabIndex = 2;
this.radCredentialsWindows.Text = "my current credentials (windows logon info)";
this.radCredentialsWindows.UseVisualStyleBackColor = true;
this.radCredentialsWindows.UseVisualStyleBackColor = false;
//
// txtCredentialsDomain
//
this.txtCredentialsDomain.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.txtCredentialsDomain.Enabled = false;
this.txtCredentialsDomain.Location = new System.Drawing.Point(126, 138);
this.txtCredentialsDomain.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txtCredentialsDomain.Location = new System.Drawing.Point(189, 207);
this.txtCredentialsDomain.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.txtCredentialsDomain.Name = "txtCredentialsDomain";
this.txtCredentialsDomain.Size = new System.Drawing.Size(150, 22);
this.txtCredentialsDomain.Size = new System.Drawing.Size(224, 29);
this.txtCredentialsDomain.TabIndex = 9;
//
// lblCredentialsUsername
//
this.lblCredentialsUsername.Enabled = false;
this.lblCredentialsUsername.Location = new System.Drawing.Point(20, 88);
this.lblCredentialsUsername.Location = new System.Drawing.Point(30, 129);
this.lblCredentialsUsername.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lblCredentialsUsername.Name = "lblCredentialsUsername";
this.lblCredentialsUsername.Size = new System.Drawing.Size(100, 13);
this.lblCredentialsUsername.Size = new System.Drawing.Size(150, 29);
this.lblCredentialsUsername.TabIndex = 4;
this.lblCredentialsUsername.Text = "Username:";
this.lblCredentialsUsername.TextAlign = System.Drawing.ContentAlignment.TopRight;
@@ -124,18 +135,21 @@
//
this.txtCredentialsPassword.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.txtCredentialsPassword.Enabled = false;
this.txtCredentialsPassword.Location = new System.Drawing.Point(126, 112);
this.txtCredentialsPassword.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txtCredentialsPassword.Location = new System.Drawing.Point(189, 168);
this.txtCredentialsPassword.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.txtCredentialsPassword.Name = "txtCredentialsPassword";
this.txtCredentialsPassword.Size = new System.Drawing.Size(150, 22);
this.txtCredentialsPassword.Size = new System.Drawing.Size(224, 29);
this.txtCredentialsPassword.TabIndex = 7;
this.txtCredentialsPassword.UseSystemPasswordChar = true;
//
// lblCredentialsPassword
//
this.lblCredentialsPassword.Enabled = false;
this.lblCredentialsPassword.Location = new System.Drawing.Point(20, 115);
this.lblCredentialsPassword.Location = new System.Drawing.Point(31, 168);
this.lblCredentialsPassword.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lblCredentialsPassword.Name = "lblCredentialsPassword";
this.lblCredentialsPassword.Size = new System.Drawing.Size(100, 13);
this.lblCredentialsPassword.Size = new System.Drawing.Size(150, 29);
this.lblCredentialsPassword.TabIndex = 6;
this.lblCredentialsPassword.Text = "Password:";
this.lblCredentialsPassword.TextAlign = System.Drawing.ContentAlignment.TopRight;
@@ -144,29 +158,32 @@
//
this.txtCredentialsUsername.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.txtCredentialsUsername.Enabled = false;
this.txtCredentialsUsername.Location = new System.Drawing.Point(126, 86);
this.txtCredentialsUsername.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txtCredentialsUsername.Location = new System.Drawing.Point(189, 129);
this.txtCredentialsUsername.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.txtCredentialsUsername.Name = "txtCredentialsUsername";
this.txtCredentialsUsername.Size = new System.Drawing.Size(150, 22);
this.txtCredentialsUsername.Size = new System.Drawing.Size(224, 29);
this.txtCredentialsUsername.TabIndex = 5;
//
// lblCredentialsDomain
//
this.lblCredentialsDomain.Enabled = false;
this.lblCredentialsDomain.Location = new System.Drawing.Point(20, 142);
this.lblCredentialsDomain.Location = new System.Drawing.Point(31, 207);
this.lblCredentialsDomain.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lblCredentialsDomain.Name = "lblCredentialsDomain";
this.lblCredentialsDomain.Size = new System.Drawing.Size(100, 13);
this.lblCredentialsDomain.Size = new System.Drawing.Size(150, 29);
this.lblCredentialsDomain.TabIndex = 8;
this.lblCredentialsDomain.Text = "Domain:";
this.lblCredentialsDomain.TextAlign = System.Drawing.ContentAlignment.TopRight;
//
// CredentialsPage
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleDimensions = new System.Drawing.SizeF(144F, 144F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.Controls.Add(this.pnlDefaultCredentials);
this.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
this.Name = "CredentialsPage";
this.Size = new System.Drawing.Size(610, 490);
this.Size = new System.Drawing.Size(915, 735);
this.pnlDefaultCredentials.ResumeLayout(false);
this.pnlDefaultCredentials.PerformLayout();
this.ResumeLayout(false);

View File

@@ -71,44 +71,48 @@ namespace mRemoteNG.UI.Forms.OptionsPages
// labelSwitchToErrorsAndInfos
//
this.labelSwitchToErrorsAndInfos.AutoSize = true;
this.labelSwitchToErrorsAndInfos.Location = new System.Drawing.Point(177, 25);
this.labelSwitchToErrorsAndInfos.Location = new System.Drawing.Point(266, 38);
this.labelSwitchToErrorsAndInfos.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.labelSwitchToErrorsAndInfos.Name = "labelSwitchToErrorsAndInfos";
this.labelSwitchToErrorsAndInfos.Size = new System.Drawing.Size(176, 13);
this.labelSwitchToErrorsAndInfos.Size = new System.Drawing.Size(257, 23);
this.labelSwitchToErrorsAndInfos.TabIndex = 5;
this.labelSwitchToErrorsAndInfos.Text = "Switch to Notifications panel on:";
//
// chkSwitchToMCInformation
//
this.chkSwitchToMCInformation._mice = mRemoteNG.UI.Controls.Base.NGCheckBox.MouseState.HOVER;
this.chkSwitchToMCInformation._mice = mRemoteNG.UI.Controls.Base.NGCheckBox.MouseState.OUT;
this.chkSwitchToMCInformation.AutoSize = true;
this.chkSwitchToMCInformation.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.chkSwitchToMCInformation.Location = new System.Drawing.Point(195, 67);
this.chkSwitchToMCInformation.Location = new System.Drawing.Point(292, 100);
this.chkSwitchToMCInformation.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.chkSwitchToMCInformation.Name = "chkSwitchToMCInformation";
this.chkSwitchToMCInformation.Size = new System.Drawing.Size(87, 17);
this.chkSwitchToMCInformation.Size = new System.Drawing.Size(126, 27);
this.chkSwitchToMCInformation.TabIndex = 6;
this.chkSwitchToMCInformation.Text = "Information";
this.chkSwitchToMCInformation.UseVisualStyleBackColor = true;
//
// chkSwitchToMCErrors
//
this.chkSwitchToMCErrors._mice = mRemoteNG.UI.Controls.Base.NGCheckBox.MouseState.HOVER;
this.chkSwitchToMCErrors._mice = mRemoteNG.UI.Controls.Base.NGCheckBox.MouseState.OUT;
this.chkSwitchToMCErrors.AutoSize = true;
this.chkSwitchToMCErrors.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.chkSwitchToMCErrors.Location = new System.Drawing.Point(195, 113);
this.chkSwitchToMCErrors.Location = new System.Drawing.Point(292, 170);
this.chkSwitchToMCErrors.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.chkSwitchToMCErrors.Name = "chkSwitchToMCErrors";
this.chkSwitchToMCErrors.Size = new System.Drawing.Size(51, 17);
this.chkSwitchToMCErrors.Size = new System.Drawing.Size(73, 27);
this.chkSwitchToMCErrors.TabIndex = 8;
this.chkSwitchToMCErrors.Text = "Error";
this.chkSwitchToMCErrors.UseVisualStyleBackColor = true;
//
// chkSwitchToMCWarnings
//
this.chkSwitchToMCWarnings._mice = mRemoteNG.UI.Controls.Base.NGCheckBox.MouseState.HOVER;
this.chkSwitchToMCWarnings._mice = mRemoteNG.UI.Controls.Base.NGCheckBox.MouseState.OUT;
this.chkSwitchToMCWarnings.AutoSize = true;
this.chkSwitchToMCWarnings.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.chkSwitchToMCWarnings.Location = new System.Drawing.Point(195, 90);
this.chkSwitchToMCWarnings.Location = new System.Drawing.Point(292, 135);
this.chkSwitchToMCWarnings.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.chkSwitchToMCWarnings.Name = "chkSwitchToMCWarnings";
this.chkSwitchToMCWarnings.Size = new System.Drawing.Size(71, 17);
this.chkSwitchToMCWarnings.Size = new System.Drawing.Size(100, 27);
this.chkSwitchToMCWarnings.TabIndex = 7;
this.chkSwitchToMCWarnings.Text = "Warning";
this.chkSwitchToMCWarnings.UseVisualStyleBackColor = true;
@@ -124,9 +128,11 @@ namespace mRemoteNG.UI.Forms.OptionsPages
this.groupBoxNotifications.Controls.Add(this.chkSwitchToMCWarnings);
this.groupBoxNotifications.Controls.Add(this.chkShowInfoInMC);
this.groupBoxNotifications.Controls.Add(this.chkShowDebugInMC);
this.groupBoxNotifications.Location = new System.Drawing.Point(6, 2);
this.groupBoxNotifications.Location = new System.Drawing.Point(9, 3);
this.groupBoxNotifications.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.groupBoxNotifications.Name = "groupBoxNotifications";
this.groupBoxNotifications.Size = new System.Drawing.Size(601, 141);
this.groupBoxNotifications.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.groupBoxNotifications.Size = new System.Drawing.Size(902, 212);
this.groupBoxNotifications.TabIndex = 0;
this.groupBoxNotifications.TabStop = false;
this.groupBoxNotifications.Text = "Notifications Panel";
@@ -134,56 +140,61 @@ namespace mRemoteNG.UI.Forms.OptionsPages
// labelNotificationsShowTypes
//
this.labelNotificationsShowTypes.AutoSize = true;
this.labelNotificationsShowTypes.Location = new System.Drawing.Point(6, 25);
this.labelNotificationsShowTypes.Location = new System.Drawing.Point(9, 38);
this.labelNotificationsShowTypes.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.labelNotificationsShowTypes.Name = "labelNotificationsShowTypes";
this.labelNotificationsShowTypes.Size = new System.Drawing.Size(147, 13);
this.labelNotificationsShowTypes.Size = new System.Drawing.Size(217, 23);
this.labelNotificationsShowTypes.TabIndex = 0;
this.labelNotificationsShowTypes.Text = "Show these message types:";
//
// chkShowErrorInMC
//
this.chkShowErrorInMC._mice = mRemoteNG.UI.Controls.Base.NGCheckBox.MouseState.HOVER;
this.chkShowErrorInMC._mice = mRemoteNG.UI.Controls.Base.NGCheckBox.MouseState.OUT;
this.chkShowErrorInMC.AutoSize = true;
this.chkShowErrorInMC.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.chkShowErrorInMC.Location = new System.Drawing.Point(20, 113);
this.chkShowErrorInMC.Location = new System.Drawing.Point(30, 170);
this.chkShowErrorInMC.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.chkShowErrorInMC.Name = "chkShowErrorInMC";
this.chkShowErrorInMC.Size = new System.Drawing.Size(51, 17);
this.chkShowErrorInMC.Size = new System.Drawing.Size(73, 27);
this.chkShowErrorInMC.TabIndex = 4;
this.chkShowErrorInMC.Text = "Error";
this.chkShowErrorInMC.UseVisualStyleBackColor = true;
//
// chkShowWarningInMC
//
this.chkShowWarningInMC._mice = mRemoteNG.UI.Controls.Base.NGCheckBox.MouseState.HOVER;
this.chkShowWarningInMC._mice = mRemoteNG.UI.Controls.Base.NGCheckBox.MouseState.OUT;
this.chkShowWarningInMC.AutoSize = true;
this.chkShowWarningInMC.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.chkShowWarningInMC.Location = new System.Drawing.Point(20, 90);
this.chkShowWarningInMC.Location = new System.Drawing.Point(30, 135);
this.chkShowWarningInMC.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.chkShowWarningInMC.Name = "chkShowWarningInMC";
this.chkShowWarningInMC.Size = new System.Drawing.Size(71, 17);
this.chkShowWarningInMC.Size = new System.Drawing.Size(100, 27);
this.chkShowWarningInMC.TabIndex = 3;
this.chkShowWarningInMC.Text = "Warning";
this.chkShowWarningInMC.UseVisualStyleBackColor = true;
//
// chkShowInfoInMC
//
this.chkShowInfoInMC._mice = mRemoteNG.UI.Controls.Base.NGCheckBox.MouseState.HOVER;
this.chkShowInfoInMC._mice = mRemoteNG.UI.Controls.Base.NGCheckBox.MouseState.OUT;
this.chkShowInfoInMC.AutoSize = true;
this.chkShowInfoInMC.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.chkShowInfoInMC.Location = new System.Drawing.Point(20, 67);
this.chkShowInfoInMC.Location = new System.Drawing.Point(30, 100);
this.chkShowInfoInMC.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.chkShowInfoInMC.Name = "chkShowInfoInMC";
this.chkShowInfoInMC.Size = new System.Drawing.Size(87, 17);
this.chkShowInfoInMC.Size = new System.Drawing.Size(126, 27);
this.chkShowInfoInMC.TabIndex = 2;
this.chkShowInfoInMC.Text = "Information";
this.chkShowInfoInMC.UseVisualStyleBackColor = true;
//
// chkShowDebugInMC
//
this.chkShowDebugInMC._mice = mRemoteNG.UI.Controls.Base.NGCheckBox.MouseState.HOVER;
this.chkShowDebugInMC._mice = mRemoteNG.UI.Controls.Base.NGCheckBox.MouseState.OUT;
this.chkShowDebugInMC.AutoSize = true;
this.chkShowDebugInMC.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.chkShowDebugInMC.Location = new System.Drawing.Point(20, 44);
this.chkShowDebugInMC.Location = new System.Drawing.Point(30, 66);
this.chkShowDebugInMC.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.chkShowDebugInMC.Name = "chkShowDebugInMC";
this.chkShowDebugInMC.Size = new System.Drawing.Size(61, 17);
this.chkShowDebugInMC.Size = new System.Drawing.Size(87, 27);
this.chkShowDebugInMC.TabIndex = 1;
this.chkShowDebugInMC.Text = "Debug";
this.chkShowDebugInMC.UseVisualStyleBackColor = true;
@@ -198,9 +209,11 @@ namespace mRemoteNG.UI.Forms.OptionsPages
this.groupBoxLogging.Controls.Add(this.labelLogTheseMsgTypes);
this.groupBoxLogging.Controls.Add(this.labelLogFilePath);
this.groupBoxLogging.Controls.Add(this.textBoxLogPath);
this.groupBoxLogging.Location = new System.Drawing.Point(6, 149);
this.groupBoxLogging.Location = new System.Drawing.Point(9, 224);
this.groupBoxLogging.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.groupBoxLogging.Name = "groupBoxLogging";
this.groupBoxLogging.Size = new System.Drawing.Size(601, 158);
this.groupBoxLogging.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.groupBoxLogging.Size = new System.Drawing.Size(902, 237);
this.groupBoxLogging.TabIndex = 1;
this.groupBoxLogging.TabStop = false;
this.groupBoxLogging.Text = "Logging";
@@ -216,70 +229,76 @@ namespace mRemoteNG.UI.Forms.OptionsPages
this.tblLogging.Controls.Add(this.chkLogInfoMsgs, 1, 0);
this.tblLogging.Controls.Add(this.chkLogWarningMsgs, 2, 0);
this.tblLogging.Controls.Add(this.chkLogErrorMsgs, 3, 0);
this.tblLogging.Location = new System.Drawing.Point(9, 124);
this.tblLogging.Location = new System.Drawing.Point(14, 186);
this.tblLogging.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.tblLogging.Name = "tblLogging";
this.tblLogging.RowCount = 1;
this.tblLogging.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tblLogging.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
this.tblLogging.Size = new System.Drawing.Size(585, 25);
this.tblLogging.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 38F));
this.tblLogging.Size = new System.Drawing.Size(876, 38);
this.tblLogging.TabIndex = 7;
//
// chkLogDebugMsgs
//
this.chkLogDebugMsgs._mice = mRemoteNG.UI.Controls.Base.NGCheckBox.MouseState.HOVER;
this.chkLogDebugMsgs._mice = mRemoteNG.UI.Controls.Base.NGCheckBox.MouseState.OUT;
this.chkLogDebugMsgs.AutoSize = true;
this.chkLogDebugMsgs.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.chkLogDebugMsgs.Location = new System.Drawing.Point(3, 3);
this.chkLogDebugMsgs.Location = new System.Drawing.Point(4, 4);
this.chkLogDebugMsgs.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.chkLogDebugMsgs.Name = "chkLogDebugMsgs";
this.chkLogDebugMsgs.Size = new System.Drawing.Size(61, 17);
this.chkLogDebugMsgs.Size = new System.Drawing.Size(87, 27);
this.chkLogDebugMsgs.TabIndex = 0;
this.chkLogDebugMsgs.Text = "Debug";
this.chkLogDebugMsgs.UseVisualStyleBackColor = true;
//
// chkLogInfoMsgs
//
this.chkLogInfoMsgs._mice = mRemoteNG.UI.Controls.Base.NGCheckBox.MouseState.HOVER;
this.chkLogInfoMsgs._mice = mRemoteNG.UI.Controls.Base.NGCheckBox.MouseState.OUT;
this.chkLogInfoMsgs.AutoSize = true;
this.chkLogInfoMsgs.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.chkLogInfoMsgs.Location = new System.Drawing.Point(149, 3);
this.chkLogInfoMsgs.Location = new System.Drawing.Point(223, 4);
this.chkLogInfoMsgs.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.chkLogInfoMsgs.Name = "chkLogInfoMsgs";
this.chkLogInfoMsgs.Size = new System.Drawing.Size(87, 17);
this.chkLogInfoMsgs.Size = new System.Drawing.Size(126, 27);
this.chkLogInfoMsgs.TabIndex = 1;
this.chkLogInfoMsgs.Text = "Information";
this.chkLogInfoMsgs.UseVisualStyleBackColor = true;
//
// chkLogWarningMsgs
//
this.chkLogWarningMsgs._mice = mRemoteNG.UI.Controls.Base.NGCheckBox.MouseState.HOVER;
this.chkLogWarningMsgs._mice = mRemoteNG.UI.Controls.Base.NGCheckBox.MouseState.OUT;
this.chkLogWarningMsgs.AutoSize = true;
this.chkLogWarningMsgs.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.chkLogWarningMsgs.Location = new System.Drawing.Point(295, 3);
this.chkLogWarningMsgs.Location = new System.Drawing.Point(442, 4);
this.chkLogWarningMsgs.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.chkLogWarningMsgs.Name = "chkLogWarningMsgs";
this.chkLogWarningMsgs.Size = new System.Drawing.Size(71, 17);
this.chkLogWarningMsgs.Size = new System.Drawing.Size(100, 27);
this.chkLogWarningMsgs.TabIndex = 2;
this.chkLogWarningMsgs.Text = "Warning";
this.chkLogWarningMsgs.UseVisualStyleBackColor = true;
//
// chkLogErrorMsgs
//
this.chkLogErrorMsgs._mice = mRemoteNG.UI.Controls.Base.NGCheckBox.MouseState.HOVER;
this.chkLogErrorMsgs._mice = mRemoteNG.UI.Controls.Base.NGCheckBox.MouseState.OUT;
this.chkLogErrorMsgs.AutoSize = true;
this.chkLogErrorMsgs.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.chkLogErrorMsgs.Location = new System.Drawing.Point(441, 3);
this.chkLogErrorMsgs.Location = new System.Drawing.Point(661, 4);
this.chkLogErrorMsgs.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.chkLogErrorMsgs.Name = "chkLogErrorMsgs";
this.chkLogErrorMsgs.Size = new System.Drawing.Size(51, 17);
this.chkLogErrorMsgs.Size = new System.Drawing.Size(73, 27);
this.chkLogErrorMsgs.TabIndex = 3;
this.chkLogErrorMsgs.Text = "Error";
this.chkLogErrorMsgs.UseVisualStyleBackColor = true;
//
// chkLogToCurrentDir
//
this.chkLogToCurrentDir._mice = mRemoteNG.UI.Controls.Base.NGCheckBox.MouseState.HOVER;
this.chkLogToCurrentDir._mice = mRemoteNG.UI.Controls.Base.NGCheckBox.MouseState.OUT;
this.chkLogToCurrentDir.AutoSize = true;
this.chkLogToCurrentDir.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.chkLogToCurrentDir.Location = new System.Drawing.Point(9, 18);
this.chkLogToCurrentDir.Location = new System.Drawing.Point(14, 27);
this.chkLogToCurrentDir.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.chkLogToCurrentDir.Name = "chkLogToCurrentDir";
this.chkLogToCurrentDir.Size = new System.Drawing.Size(168, 17);
this.chkLogToCurrentDir.Size = new System.Drawing.Size(246, 27);
this.chkLogToCurrentDir.TabIndex = 0;
this.chkLogToCurrentDir.Text = "Log to application directory";
this.chkLogToCurrentDir.UseVisualStyleBackColor = true;
@@ -287,10 +306,11 @@ namespace mRemoteNG.UI.Forms.OptionsPages
//
// buttonRestoreDefaultLogPath
//
this.buttonRestoreDefaultLogPath._mice = mRemoteNG.UI.Controls.Base.NGButton.MouseState.HOVER;
this.buttonRestoreDefaultLogPath.Location = new System.Drawing.Point(495, 83);
this.buttonRestoreDefaultLogPath._mice = mRemoteNG.UI.Controls.Base.NGButton.MouseState.OUT;
this.buttonRestoreDefaultLogPath.Location = new System.Drawing.Point(650, 124);
this.buttonRestoreDefaultLogPath.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.buttonRestoreDefaultLogPath.Name = "buttonRestoreDefaultLogPath";
this.buttonRestoreDefaultLogPath.Size = new System.Drawing.Size(99, 23);
this.buttonRestoreDefaultLogPath.Size = new System.Drawing.Size(240, 34);
this.buttonRestoreDefaultLogPath.TabIndex = 5;
this.buttonRestoreDefaultLogPath.Text = "Use Default";
this.buttonRestoreDefaultLogPath.UseVisualStyleBackColor = true;
@@ -298,10 +318,11 @@ namespace mRemoteNG.UI.Forms.OptionsPages
//
// buttonOpenLogFile
//
this.buttonOpenLogFile._mice = mRemoteNG.UI.Controls.Base.NGButton.MouseState.HOVER;
this.buttonOpenLogFile.Location = new System.Drawing.Point(273, 82);
this.buttonOpenLogFile._mice = mRemoteNG.UI.Controls.Base.NGButton.MouseState.OUT;
this.buttonOpenLogFile.Location = new System.Drawing.Point(14, 124);
this.buttonOpenLogFile.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.buttonOpenLogFile.Name = "buttonOpenLogFile";
this.buttonOpenLogFile.Size = new System.Drawing.Size(105, 23);
this.buttonOpenLogFile.Size = new System.Drawing.Size(158, 34);
this.buttonOpenLogFile.TabIndex = 3;
this.buttonOpenLogFile.Text = "Open File";
this.buttonOpenLogFile.UseVisualStyleBackColor = true;
@@ -309,10 +330,11 @@ namespace mRemoteNG.UI.Forms.OptionsPages
//
// buttonSelectLogPath
//
this.buttonSelectLogPath._mice = mRemoteNG.UI.Controls.Base.NGButton.MouseState.HOVER;
this.buttonSelectLogPath.Location = new System.Drawing.Point(384, 82);
this.buttonSelectLogPath._mice = mRemoteNG.UI.Controls.Base.NGButton.MouseState.OUT;
this.buttonSelectLogPath.Location = new System.Drawing.Point(180, 124);
this.buttonSelectLogPath.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.buttonSelectLogPath.Name = "buttonSelectLogPath";
this.buttonSelectLogPath.Size = new System.Drawing.Size(105, 23);
this.buttonSelectLogPath.Size = new System.Drawing.Size(158, 34);
this.buttonSelectLogPath.TabIndex = 4;
this.buttonSelectLogPath.Text = "Choose Path";
this.buttonSelectLogPath.UseVisualStyleBackColor = true;
@@ -321,37 +343,43 @@ namespace mRemoteNG.UI.Forms.OptionsPages
// labelLogTheseMsgTypes
//
this.labelLogTheseMsgTypes.AutoSize = true;
this.labelLogTheseMsgTypes.Location = new System.Drawing.Point(6, 108);
this.labelLogTheseMsgTypes.Location = new System.Drawing.Point(9, 162);
this.labelLogTheseMsgTypes.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.labelLogTheseMsgTypes.Name = "labelLogTheseMsgTypes";
this.labelLogTheseMsgTypes.Size = new System.Drawing.Size(137, 13);
this.labelLogTheseMsgTypes.Size = new System.Drawing.Size(204, 23);
this.labelLogTheseMsgTypes.TabIndex = 6;
this.labelLogTheseMsgTypes.Text = "Log these message types:";
//
// labelLogFilePath
//
this.labelLogFilePath.AutoSize = true;
this.labelLogFilePath.Location = new System.Drawing.Point(6, 38);
this.labelLogFilePath.Location = new System.Drawing.Point(9, 57);
this.labelLogFilePath.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.labelLogFilePath.Name = "labelLogFilePath";
this.labelLogFilePath.Size = new System.Drawing.Size(75, 13);
this.labelLogFilePath.Size = new System.Drawing.Size(109, 23);
this.labelLogFilePath.TabIndex = 1;
this.labelLogFilePath.Text = "Log file path:";
//
// textBoxLogPath
//
this.textBoxLogPath.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.textBoxLogPath.Location = new System.Drawing.Point(9, 57);
this.textBoxLogPath.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.textBoxLogPath.Location = new System.Drawing.Point(14, 86);
this.textBoxLogPath.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.textBoxLogPath.Name = "textBoxLogPath";
this.textBoxLogPath.ReadOnly = true;
this.textBoxLogPath.Size = new System.Drawing.Size(585, 22);
this.textBoxLogPath.Size = new System.Drawing.Size(876, 29);
this.textBoxLogPath.TabIndex = 2;
//
// groupBoxPopups
//
this.groupBoxPopups.Controls.Add(this.tblPopups);
this.groupBoxPopups.Controls.Add(this.labelPopupShowTypes);
this.groupBoxPopups.Location = new System.Drawing.Point(6, 313);
this.groupBoxPopups.Location = new System.Drawing.Point(9, 470);
this.groupBoxPopups.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.groupBoxPopups.Name = "groupBoxPopups";
this.groupBoxPopups.Size = new System.Drawing.Size(601, 74);
this.groupBoxPopups.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.groupBoxPopups.Size = new System.Drawing.Size(902, 111);
this.groupBoxPopups.TabIndex = 2;
this.groupBoxPopups.TabStop = false;
this.groupBoxPopups.Text = "Pop-ups";
@@ -367,58 +395,63 @@ namespace mRemoteNG.UI.Forms.OptionsPages
this.tblPopups.Controls.Add(this.chkPopupError, 3, 0);
this.tblPopups.Controls.Add(this.chkPopupInfo, 1, 0);
this.tblPopups.Controls.Add(this.chkPopupWarning, 2, 0);
this.tblPopups.Location = new System.Drawing.Point(11, 40);
this.tblPopups.Location = new System.Drawing.Point(16, 60);
this.tblPopups.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.tblPopups.Name = "tblPopups";
this.tblPopups.RowCount = 1;
this.tblPopups.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tblPopups.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
this.tblPopups.Size = new System.Drawing.Size(585, 25);
this.tblPopups.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 38F));
this.tblPopups.Size = new System.Drawing.Size(876, 38);
this.tblPopups.TabIndex = 1;
//
// chkPopupDebug
//
this.chkPopupDebug._mice = mRemoteNG.UI.Controls.Base.NGCheckBox.MouseState.HOVER;
this.chkPopupDebug._mice = mRemoteNG.UI.Controls.Base.NGCheckBox.MouseState.OUT;
this.chkPopupDebug.AutoSize = true;
this.chkPopupDebug.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.chkPopupDebug.Location = new System.Drawing.Point(3, 3);
this.chkPopupDebug.Location = new System.Drawing.Point(4, 4);
this.chkPopupDebug.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.chkPopupDebug.Name = "chkPopupDebug";
this.chkPopupDebug.Size = new System.Drawing.Size(61, 17);
this.chkPopupDebug.Size = new System.Drawing.Size(87, 27);
this.chkPopupDebug.TabIndex = 0;
this.chkPopupDebug.Text = "Debug";
this.chkPopupDebug.UseVisualStyleBackColor = true;
//
// chkPopupError
//
this.chkPopupError._mice = mRemoteNG.UI.Controls.Base.NGCheckBox.MouseState.HOVER;
this.chkPopupError._mice = mRemoteNG.UI.Controls.Base.NGCheckBox.MouseState.OUT;
this.chkPopupError.AutoSize = true;
this.chkPopupError.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.chkPopupError.Location = new System.Drawing.Point(441, 3);
this.chkPopupError.Location = new System.Drawing.Point(661, 4);
this.chkPopupError.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.chkPopupError.Name = "chkPopupError";
this.chkPopupError.Size = new System.Drawing.Size(51, 17);
this.chkPopupError.Size = new System.Drawing.Size(73, 27);
this.chkPopupError.TabIndex = 3;
this.chkPopupError.Text = "Error";
this.chkPopupError.UseVisualStyleBackColor = true;
//
// chkPopupInfo
//
this.chkPopupInfo._mice = mRemoteNG.UI.Controls.Base.NGCheckBox.MouseState.HOVER;
this.chkPopupInfo._mice = mRemoteNG.UI.Controls.Base.NGCheckBox.MouseState.OUT;
this.chkPopupInfo.AutoSize = true;
this.chkPopupInfo.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.chkPopupInfo.Location = new System.Drawing.Point(149, 3);
this.chkPopupInfo.Location = new System.Drawing.Point(223, 4);
this.chkPopupInfo.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.chkPopupInfo.Name = "chkPopupInfo";
this.chkPopupInfo.Size = new System.Drawing.Size(87, 17);
this.chkPopupInfo.Size = new System.Drawing.Size(126, 27);
this.chkPopupInfo.TabIndex = 1;
this.chkPopupInfo.Text = "Information";
this.chkPopupInfo.UseVisualStyleBackColor = true;
//
// chkPopupWarning
//
this.chkPopupWarning._mice = mRemoteNG.UI.Controls.Base.NGCheckBox.MouseState.HOVER;
this.chkPopupWarning._mice = mRemoteNG.UI.Controls.Base.NGCheckBox.MouseState.OUT;
this.chkPopupWarning.AutoSize = true;
this.chkPopupWarning.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.chkPopupWarning.Location = new System.Drawing.Point(295, 3);
this.chkPopupWarning.Location = new System.Drawing.Point(442, 4);
this.chkPopupWarning.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.chkPopupWarning.Name = "chkPopupWarning";
this.chkPopupWarning.Size = new System.Drawing.Size(71, 17);
this.chkPopupWarning.Size = new System.Drawing.Size(100, 27);
this.chkPopupWarning.TabIndex = 2;
this.chkPopupWarning.Text = "Warning";
this.chkPopupWarning.UseVisualStyleBackColor = true;
@@ -426,22 +459,23 @@ namespace mRemoteNG.UI.Forms.OptionsPages
// labelPopupShowTypes
//
this.labelPopupShowTypes.AutoSize = true;
this.labelPopupShowTypes.Location = new System.Drawing.Point(8, 24);
this.labelPopupShowTypes.Location = new System.Drawing.Point(12, 36);
this.labelPopupShowTypes.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.labelPopupShowTypes.Name = "labelPopupShowTypes";
this.labelPopupShowTypes.Size = new System.Drawing.Size(147, 13);
this.labelPopupShowTypes.Size = new System.Drawing.Size(217, 23);
this.labelPopupShowTypes.TabIndex = 0;
this.labelPopupShowTypes.Text = "Show these message types:";
//
// NotificationsPage
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleDimensions = new System.Drawing.SizeF(144F, 144F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.Controls.Add(this.groupBoxPopups);
this.Controls.Add(this.groupBoxLogging);
this.Controls.Add(this.groupBoxNotifications);
this.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
this.Name = "NotificationsPage";
this.Size = new System.Drawing.Size(610, 490);
this.Size = new System.Drawing.Size(915, 735);
this.groupBoxNotifications.ResumeLayout(false);
this.groupBoxNotifications.PerformLayout();
this.groupBoxLogging.ResumeLayout(false);

View File

@@ -18,7 +18,6 @@ namespace mRemoteNG.UI.Forms.OptionsPages
[System.Diagnostics.DebuggerStepThrough()]
private void InitializeComponent()
{
// System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SqlServerPage));
this.lblSQLDatabaseName = new mRemoteNG.UI.Controls.Base.NGLabel();
this.txtSQLDatabaseName = new mRemoteNG.UI.Controls.Base.NGTextBox();
this.lblExperimental = new mRemoteNG.UI.Controls.Base.NGLabel();
@@ -43,9 +42,10 @@ namespace mRemoteNG.UI.Forms.OptionsPages
// lblSQLDatabaseName
//
this.lblSQLDatabaseName.Enabled = false;
this.lblSQLDatabaseName.Location = new System.Drawing.Point(23, 156);
this.lblSQLDatabaseName.Location = new System.Drawing.Point(34, 231);
this.lblSQLDatabaseName.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lblSQLDatabaseName.Name = "lblSQLDatabaseName";
this.lblSQLDatabaseName.Size = new System.Drawing.Size(111, 13);
this.lblSQLDatabaseName.Size = new System.Drawing.Size(166, 29);
this.lblSQLDatabaseName.TabIndex = 5;
this.lblSQLDatabaseName.Text = "Database:";
this.lblSQLDatabaseName.TextAlign = System.Drawing.ContentAlignment.TopRight;
@@ -54,9 +54,11 @@ namespace mRemoteNG.UI.Forms.OptionsPages
//
this.txtSQLDatabaseName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.txtSQLDatabaseName.Enabled = false;
this.txtSQLDatabaseName.Location = new System.Drawing.Point(140, 154);
this.txtSQLDatabaseName.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txtSQLDatabaseName.Location = new System.Drawing.Point(210, 231);
this.txtSQLDatabaseName.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.txtSQLDatabaseName.Name = "txtSQLDatabaseName";
this.txtSQLDatabaseName.Size = new System.Drawing.Size(153, 22);
this.txtSQLDatabaseName.Size = new System.Drawing.Size(228, 29);
this.txtSQLDatabaseName.TabIndex = 6;
//
// lblExperimental
@@ -64,23 +66,25 @@ namespace mRemoteNG.UI.Forms.OptionsPages
this.lblExperimental.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.lblExperimental.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World);
this.lblExperimental.Font = new System.Drawing.Font("Segoe UI", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.lblExperimental.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.lblExperimental.Location = new System.Drawing.Point(3, 0);
this.lblExperimental.Location = new System.Drawing.Point(4, 0);
this.lblExperimental.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lblExperimental.Name = "lblExperimental";
this.lblExperimental.Size = new System.Drawing.Size(596, 26);
this.lblExperimental.Size = new System.Drawing.Size(894, 39);
this.lblExperimental.TabIndex = 0;
this.lblExperimental.Text = "EXPERIMENTAL";
this.lblExperimental.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// chkUseSQLServer
//
this.chkUseSQLServer._mice = mRemoteNG.UI.Controls.Base.NGCheckBox.MouseState.HOVER;
this.chkUseSQLServer._mice = mRemoteNG.UI.Controls.Base.NGCheckBox.MouseState.OUT;
this.chkUseSQLServer.AutoSize = true;
this.chkUseSQLServer.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.chkUseSQLServer.Location = new System.Drawing.Point(3, 76);
this.chkUseSQLServer.Location = new System.Drawing.Point(4, 114);
this.chkUseSQLServer.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.chkUseSQLServer.Name = "chkUseSQLServer";
this.chkUseSQLServer.Size = new System.Drawing.Size(244, 17);
this.chkUseSQLServer.Size = new System.Drawing.Size(364, 27);
this.chkUseSQLServer.TabIndex = 2;
this.chkUseSQLServer.Text = "Use SQL Server to load && save connections";
this.chkUseSQLServer.UseVisualStyleBackColor = true;
@@ -89,9 +93,10 @@ namespace mRemoteNG.UI.Forms.OptionsPages
// lblSQLUsername
//
this.lblSQLUsername.Enabled = false;
this.lblSQLUsername.Location = new System.Drawing.Point(23, 182);
this.lblSQLUsername.Location = new System.Drawing.Point(34, 270);
this.lblSQLUsername.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lblSQLUsername.Name = "lblSQLUsername";
this.lblSQLUsername.Size = new System.Drawing.Size(111, 13);
this.lblSQLUsername.Size = new System.Drawing.Size(166, 29);
this.lblSQLUsername.TabIndex = 7;
this.lblSQLUsername.Text = "Username:";
this.lblSQLUsername.TextAlign = System.Drawing.ContentAlignment.TopRight;
@@ -100,9 +105,11 @@ namespace mRemoteNG.UI.Forms.OptionsPages
//
this.txtSQLPassword.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.txtSQLPassword.Enabled = false;
this.txtSQLPassword.Location = new System.Drawing.Point(140, 206);
this.txtSQLPassword.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txtSQLPassword.Location = new System.Drawing.Point(210, 309);
this.txtSQLPassword.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.txtSQLPassword.Name = "txtSQLPassword";
this.txtSQLPassword.Size = new System.Drawing.Size(153, 22);
this.txtSQLPassword.Size = new System.Drawing.Size(228, 29);
this.txtSQLPassword.TabIndex = 10;
this.txtSQLPassword.UseSystemPasswordChar = true;
//
@@ -113,9 +120,10 @@ namespace mRemoteNG.UI.Forms.OptionsPages
| System.Windows.Forms.AnchorStyles.Right)));
this.lblSQLInfo.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World);
this.lblSQLInfo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.lblSQLInfo.Location = new System.Drawing.Point(3, 25);
this.lblSQLInfo.Location = new System.Drawing.Point(4, 38);
this.lblSQLInfo.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lblSQLInfo.Name = "lblSQLInfo";
this.lblSQLInfo.Size = new System.Drawing.Size(596, 26);
this.lblSQLInfo.Size = new System.Drawing.Size(894, 39);
this.lblSQLInfo.TabIndex = 1;
this.lblSQLInfo.Text = "Please see Help - Getting started - SQL Configuration for more Info!";
this.lblSQLInfo.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
@@ -123,9 +131,10 @@ namespace mRemoteNG.UI.Forms.OptionsPages
// lblSQLServer
//
this.lblSQLServer.Enabled = false;
this.lblSQLServer.Location = new System.Drawing.Point(23, 130);
this.lblSQLServer.Location = new System.Drawing.Point(34, 192);
this.lblSQLServer.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lblSQLServer.Name = "lblSQLServer";
this.lblSQLServer.Size = new System.Drawing.Size(111, 13);
this.lblSQLServer.Size = new System.Drawing.Size(166, 29);
this.lblSQLServer.TabIndex = 3;
this.lblSQLServer.Text = "SQL Server:";
this.lblSQLServer.TextAlign = System.Drawing.ContentAlignment.TopRight;
@@ -134,37 +143,43 @@ namespace mRemoteNG.UI.Forms.OptionsPages
//
this.txtSQLUsername.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.txtSQLUsername.Enabled = false;
this.txtSQLUsername.Location = new System.Drawing.Point(140, 180);
this.txtSQLUsername.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txtSQLUsername.Location = new System.Drawing.Point(210, 270);
this.txtSQLUsername.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.txtSQLUsername.Name = "txtSQLUsername";
this.txtSQLUsername.Size = new System.Drawing.Size(153, 22);
this.txtSQLUsername.Size = new System.Drawing.Size(228, 29);
this.txtSQLUsername.TabIndex = 8;
//
// txtSQLServer
//
this.txtSQLServer.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.txtSQLServer.Enabled = false;
this.txtSQLServer.Location = new System.Drawing.Point(140, 128);
this.txtSQLServer.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txtSQLServer.Location = new System.Drawing.Point(210, 192);
this.txtSQLServer.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.txtSQLServer.Name = "txtSQLServer";
this.txtSQLServer.Size = new System.Drawing.Size(153, 22);
this.txtSQLServer.Size = new System.Drawing.Size(228, 29);
this.txtSQLServer.TabIndex = 4;
//
// lblSQLPassword
//
this.lblSQLPassword.Enabled = false;
this.lblSQLPassword.Location = new System.Drawing.Point(23, 208);
this.lblSQLPassword.Location = new System.Drawing.Point(34, 309);
this.lblSQLPassword.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lblSQLPassword.Name = "lblSQLPassword";
this.lblSQLPassword.Size = new System.Drawing.Size(111, 13);
this.lblSQLPassword.Size = new System.Drawing.Size(166, 29);
this.lblSQLPassword.TabIndex = 9;
this.lblSQLPassword.Text = "Password:";
this.lblSQLPassword.TextAlign = System.Drawing.ContentAlignment.TopRight;
//
// btnTestConnection
//
this.btnTestConnection._mice = mRemoteNG.UI.Controls.Base.NGButton.MouseState.HOVER;
this.btnTestConnection._mice = mRemoteNG.UI.Controls.Base.NGButton.MouseState.OUT;
this.btnTestConnection.Enabled = false;
this.btnTestConnection.Location = new System.Drawing.Point(140, 252);
this.btnTestConnection.Location = new System.Drawing.Point(210, 378);
this.btnTestConnection.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.btnTestConnection.Name = "btnTestConnection";
this.btnTestConnection.Size = new System.Drawing.Size(153, 23);
this.btnTestConnection.Size = new System.Drawing.Size(230, 34);
this.btnTestConnection.TabIndex = 11;
this.btnTestConnection.Text = "Test Connection";
this.btnTestConnection.UseVisualStyleBackColor = true;
@@ -173,7 +188,8 @@ namespace mRemoteNG.UI.Forms.OptionsPages
// imgConnectionStatus
//
this.imgConnectionStatus.Image = global::mRemoteNG.Resources.Help;
this.imgConnectionStatus.Location = new System.Drawing.Point(297, 255);
this.imgConnectionStatus.Location = new System.Drawing.Point(446, 382);
this.imgConnectionStatus.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.imgConnectionStatus.Name = "imgConnectionStatus";
this.imgConnectionStatus.Size = new System.Drawing.Size(16, 16);
this.imgConnectionStatus.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
@@ -183,59 +199,64 @@ namespace mRemoteNG.UI.Forms.OptionsPages
// lblTestConnectionResults
//
this.lblTestConnectionResults.AutoSize = true;
this.lblTestConnectionResults.Location = new System.Drawing.Point(137, 278);
this.lblTestConnectionResults.Location = new System.Drawing.Point(206, 417);
this.lblTestConnectionResults.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lblTestConnectionResults.Name = "lblTestConnectionResults";
this.lblTestConnectionResults.Size = new System.Drawing.Size(124, 13);
this.lblTestConnectionResults.Size = new System.Drawing.Size(183, 23);
this.lblTestConnectionResults.TabIndex = 13;
this.lblTestConnectionResults.Text = "Test connection details";
//
// chkSQLReadOnly
//
this.chkSQLReadOnly._mice = mRemoteNG.UI.Controls.Base.NGCheckBox.MouseState.HOVER;
this.chkSQLReadOnly._mice = mRemoteNG.UI.Controls.Base.NGCheckBox.MouseState.OUT;
this.chkSQLReadOnly.AutoSize = true;
this.chkSQLReadOnly.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.chkSQLReadOnly.Location = new System.Drawing.Point(140, 232);
this.chkSQLReadOnly.Location = new System.Drawing.Point(210, 348);
this.chkSQLReadOnly.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.chkSQLReadOnly.Name = "chkSQLReadOnly";
this.chkSQLReadOnly.Size = new System.Drawing.Size(15, 14);
this.chkSQLReadOnly.Size = new System.Drawing.Size(22, 21);
this.chkSQLReadOnly.TabIndex = 14;
this.chkSQLReadOnly.UseVisualStyleBackColor = true;
//
// lblSQLReadOnly
//
this.lblSQLReadOnly.Enabled = false;
this.lblSQLReadOnly.Location = new System.Drawing.Point(23, 232);
this.lblSQLReadOnly.Location = new System.Drawing.Point(34, 348);
this.lblSQLReadOnly.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lblSQLReadOnly.Name = "lblSQLReadOnly";
this.lblSQLReadOnly.Size = new System.Drawing.Size(111, 13);
this.lblSQLReadOnly.Size = new System.Drawing.Size(166, 21);
this.lblSQLReadOnly.TabIndex = 15;
this.lblSQLReadOnly.Text = "Read Only:";
this.lblSQLReadOnly.TextAlign = System.Drawing.ContentAlignment.TopRight;
//
//
// lblSQLType
//
//
this.lblSQLType.Enabled = false;
this.lblSQLType.Location = new System.Drawing.Point(23, 106);
this.lblSQLType.Location = new System.Drawing.Point(34, 153);
this.lblSQLType.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lblSQLType.Name = "lblSQLType";
this.lblSQLType.Size = new System.Drawing.Size(111, 13);
this.lblSQLType.Size = new System.Drawing.Size(166, 31);
this.lblSQLType.TabIndex = 20;
this.lblSQLType.Text = "SQL Server Type:";
this.lblSQLType.TextAlign = System.Drawing.ContentAlignment.TopRight;
//
//
// txtSQLType
//
//
this.txtSQLType._mice = mRemoteNG.UI.Controls.Base.NGComboBox.MouseState.HOVER;
this.txtSQLType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.txtSQLType.FormattingEnabled = true;
this.txtSQLType.Items.AddRange(new object[] {
"mssql",
"mysql"});
this.txtSQLType.Location = new System.Drawing.Point(140, 102);
this.txtSQLType.Location = new System.Drawing.Point(210, 153);
this.txtSQLType.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.txtSQLType.Name = "txtSQLType";
this.txtSQLType.Size = new System.Drawing.Size(153, 21);
this.txtSQLType.Size = new System.Drawing.Size(228, 31);
this.txtSQLType.TabIndex = 21;
//
// SqlServerPage
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleDimensions = new System.Drawing.SizeF(144F, 144F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.Controls.Add(this.txtSQLType);
this.Controls.Add(this.lblSQLType);
@@ -255,12 +276,13 @@ namespace mRemoteNG.UI.Forms.OptionsPages
this.Controls.Add(this.txtSQLUsername);
this.Controls.Add(this.txtSQLServer);
this.Controls.Add(this.lblSQLPassword);
this.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
this.Name = "SqlServerPage";
this.Size = new System.Drawing.Size(610, 490);
this.Size = new System.Drawing.Size(915, 735);
((System.ComponentModel.ISupportInitialize)(this.imgConnectionStatus)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
internal Controls.Base.NGLabel lblSQLDatabaseName;
internal Controls.Base.NGTextBox txtSQLDatabaseName;

View File

@@ -61,9 +61,10 @@ namespace mRemoteNG.UI.Forms.OptionsPages
//
// lblUpdatesExplanation
//
this.lblUpdatesExplanation.Location = new System.Drawing.Point(3, 2);
this.lblUpdatesExplanation.Location = new System.Drawing.Point(4, 5);
this.lblUpdatesExplanation.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lblUpdatesExplanation.Name = "lblUpdatesExplanation";
this.lblUpdatesExplanation.Size = new System.Drawing.Size(536, 32);
this.lblUpdatesExplanation.Size = new System.Drawing.Size(892, 48);
this.lblUpdatesExplanation.TabIndex = 0;
this.lblUpdatesExplanation.Text = "mRemoteNG can periodically connect to the mRemoteNG website to check for updates." +
"";
@@ -73,17 +74,19 @@ namespace mRemoteNG.UI.Forms.OptionsPages
this.pnlUpdateCheck.Controls.Add(this.btnUpdateCheckNow);
this.pnlUpdateCheck.Controls.Add(this.chkCheckForUpdatesOnStartup);
this.pnlUpdateCheck.Controls.Add(this.cboUpdateCheckFrequency);
this.pnlUpdateCheck.Location = new System.Drawing.Point(3, 38);
this.pnlUpdateCheck.Location = new System.Drawing.Point(4, 57);
this.pnlUpdateCheck.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.pnlUpdateCheck.Name = "pnlUpdateCheck";
this.pnlUpdateCheck.Size = new System.Drawing.Size(604, 79);
this.pnlUpdateCheck.Size = new System.Drawing.Size(906, 128);
this.pnlUpdateCheck.TabIndex = 1;
//
// btnUpdateCheckNow
//
this.btnUpdateCheckNow._mice = mRemoteNG.UI.Controls.Base.NGButton.MouseState.OUT;
this.btnUpdateCheckNow.Location = new System.Drawing.Point(3, 49);
this.btnUpdateCheckNow.Location = new System.Drawing.Point(4, 88);
this.btnUpdateCheckNow.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.btnUpdateCheckNow.Name = "btnUpdateCheckNow";
this.btnUpdateCheckNow.Size = new System.Drawing.Size(120, 23);
this.btnUpdateCheckNow.Size = new System.Drawing.Size(180, 34);
this.btnUpdateCheckNow.TabIndex = 2;
this.btnUpdateCheckNow.Text = "Check Now";
this.btnUpdateCheckNow.UseVisualStyleBackColor = true;
@@ -94,9 +97,10 @@ namespace mRemoteNG.UI.Forms.OptionsPages
this.chkCheckForUpdatesOnStartup._mice = mRemoteNG.UI.Controls.Base.NGCheckBox.MouseState.OUT;
this.chkCheckForUpdatesOnStartup.AutoSize = true;
this.chkCheckForUpdatesOnStartup.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.chkCheckForUpdatesOnStartup.Location = new System.Drawing.Point(3, 4);
this.chkCheckForUpdatesOnStartup.Location = new System.Drawing.Point(4, 10);
this.chkCheckForUpdatesOnStartup.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.chkCheckForUpdatesOnStartup.Name = "chkCheckForUpdatesOnStartup";
this.chkCheckForUpdatesOnStartup.Size = new System.Drawing.Size(120, 17);
this.chkCheckForUpdatesOnStartup.Size = new System.Drawing.Size(174, 27);
this.chkCheckForUpdatesOnStartup.TabIndex = 0;
this.chkCheckForUpdatesOnStartup.Text = "Check for updates";
this.chkCheckForUpdatesOnStartup.UseVisualStyleBackColor = true;
@@ -107,9 +111,10 @@ namespace mRemoteNG.UI.Forms.OptionsPages
this.cboUpdateCheckFrequency._mice = mRemoteNG.UI.Controls.Base.NGComboBox.MouseState.HOVER;
this.cboUpdateCheckFrequency.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboUpdateCheckFrequency.FormattingEnabled = true;
this.cboUpdateCheckFrequency.Location = new System.Drawing.Point(3, 22);
this.cboUpdateCheckFrequency.Location = new System.Drawing.Point(4, 45);
this.cboUpdateCheckFrequency.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.cboUpdateCheckFrequency.Name = "cboUpdateCheckFrequency";
this.cboUpdateCheckFrequency.Size = new System.Drawing.Size(120, 21);
this.cboUpdateCheckFrequency.Size = new System.Drawing.Size(178, 31);
this.cboUpdateCheckFrequency.TabIndex = 1;
//
// lblReleaseChannelExplanation
@@ -117,11 +122,12 @@ namespace mRemoteNG.UI.Forms.OptionsPages
this.lblReleaseChannelExplanation.BackColor = System.Drawing.SystemColors.Control;
this.lblReleaseChannelExplanation.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.lblReleaseChannelExplanation.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblReleaseChannelExplanation.Location = new System.Drawing.Point(3, 50);
this.lblReleaseChannelExplanation.Location = new System.Drawing.Point(4, 82);
this.lblReleaseChannelExplanation.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.lblReleaseChannelExplanation.Multiline = true;
this.lblReleaseChannelExplanation.Name = "lblReleaseChannelExplanation";
this.lblReleaseChannelExplanation.ReadOnly = true;
this.lblReleaseChannelExplanation.Size = new System.Drawing.Size(595, 44);
this.lblReleaseChannelExplanation.Size = new System.Drawing.Size(892, 66);
this.lblReleaseChannelExplanation.TabIndex = 2;
this.lblReleaseChannelExplanation.Text = "Stable channel includes final releases only.\r\nBeta channel includes Betas & Relea" +
"se Candidates.\r\nDevelopment Channel includes Alphas, Betas & Release Candidates." +
@@ -132,9 +138,10 @@ namespace mRemoteNG.UI.Forms.OptionsPages
this.cboReleaseChannel._mice = mRemoteNG.UI.Controls.Base.NGComboBox.MouseState.HOVER;
this.cboReleaseChannel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboReleaseChannel.FormattingEnabled = true;
this.cboReleaseChannel.Location = new System.Drawing.Point(3, 21);
this.cboReleaseChannel.Location = new System.Drawing.Point(4, 32);
this.cboReleaseChannel.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.cboReleaseChannel.Name = "cboReleaseChannel";
this.cboReleaseChannel.Size = new System.Drawing.Size(120, 21);
this.cboReleaseChannel.Size = new System.Drawing.Size(178, 31);
this.cboReleaseChannel.TabIndex = 1;
//
// pnlProxy
@@ -144,9 +151,10 @@ namespace mRemoteNG.UI.Forms.OptionsPages
this.pnlProxy.Controls.Add(this.chkUseProxyAuthentication);
this.pnlProxy.Controls.Add(this.pnlProxyAuthentication);
this.pnlProxy.Controls.Add(this.btnTestProxy);
this.pnlProxy.Location = new System.Drawing.Point(0, 226);
this.pnlProxy.Location = new System.Drawing.Point(0, 357);
this.pnlProxy.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.pnlProxy.Name = "pnlProxy";
this.pnlProxy.Size = new System.Drawing.Size(610, 203);
this.pnlProxy.Size = new System.Drawing.Size(915, 301);
this.pnlProxy.TabIndex = 3;
//
// pnlProxyBasic
@@ -156,16 +164,18 @@ namespace mRemoteNG.UI.Forms.OptionsPages
this.pnlProxyBasic.Controls.Add(this.lblProxyPort);
this.pnlProxyBasic.Controls.Add(this.numProxyPort);
this.pnlProxyBasic.Enabled = false;
this.pnlProxyBasic.Location = new System.Drawing.Point(3, 22);
this.pnlProxyBasic.Location = new System.Drawing.Point(4, 42);
this.pnlProxyBasic.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.pnlProxyBasic.Name = "pnlProxyBasic";
this.pnlProxyBasic.Size = new System.Drawing.Size(604, 40);
this.pnlProxyBasic.Size = new System.Drawing.Size(906, 56);
this.pnlProxyBasic.TabIndex = 1;
//
// lblProxyAddress
//
this.lblProxyAddress.Location = new System.Drawing.Point(8, 0);
this.lblProxyAddress.Location = new System.Drawing.Point(13, 16);
this.lblProxyAddress.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lblProxyAddress.Name = "lblProxyAddress";
this.lblProxyAddress.Size = new System.Drawing.Size(96, 24);
this.lblProxyAddress.Size = new System.Drawing.Size(144, 29);
this.lblProxyAddress.TabIndex = 0;
this.lblProxyAddress.Text = "Address:";
this.lblProxyAddress.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
@@ -174,16 +184,18 @@ namespace mRemoteNG.UI.Forms.OptionsPages
//
this.txtProxyAddress.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.txtProxyAddress.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txtProxyAddress.Location = new System.Drawing.Point(110, 4);
this.txtProxyAddress.Location = new System.Drawing.Point(165, 17);
this.txtProxyAddress.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.txtProxyAddress.Name = "txtProxyAddress";
this.txtProxyAddress.Size = new System.Drawing.Size(240, 22);
this.txtProxyAddress.Size = new System.Drawing.Size(359, 29);
this.txtProxyAddress.TabIndex = 1;
//
// lblProxyPort
//
this.lblProxyPort.Location = new System.Drawing.Point(350, 1);
this.lblProxyPort.Location = new System.Drawing.Point(532, 17);
this.lblProxyPort.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lblProxyPort.Name = "lblProxyPort";
this.lblProxyPort.Size = new System.Drawing.Size(64, 23);
this.lblProxyPort.Size = new System.Drawing.Size(96, 29);
this.lblProxyPort.TabIndex = 2;
this.lblProxyPort.Text = "Port:";
this.lblProxyPort.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
@@ -191,7 +203,8 @@ namespace mRemoteNG.UI.Forms.OptionsPages
// numProxyPort
//
this.numProxyPort.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.numProxyPort.Location = new System.Drawing.Point(420, 4);
this.numProxyPort.Location = new System.Drawing.Point(636, 16);
this.numProxyPort.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.numProxyPort.Maximum = new decimal(new int[] {
65535,
0,
@@ -203,7 +216,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages
0,
0});
this.numProxyPort.Name = "numProxyPort";
this.numProxyPort.Size = new System.Drawing.Size(64, 22);
this.numProxyPort.Size = new System.Drawing.Size(96, 29);
this.numProxyPort.TabIndex = 3;
this.numProxyPort.Value = new decimal(new int[] {
80,
@@ -216,9 +229,10 @@ namespace mRemoteNG.UI.Forms.OptionsPages
this.chkUseProxyForAutomaticUpdates._mice = mRemoteNG.UI.Controls.Base.NGCheckBox.MouseState.OUT;
this.chkUseProxyForAutomaticUpdates.AutoSize = true;
this.chkUseProxyForAutomaticUpdates.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.chkUseProxyForAutomaticUpdates.Location = new System.Drawing.Point(6, 0);
this.chkUseProxyForAutomaticUpdates.Location = new System.Drawing.Point(9, 7);
this.chkUseProxyForAutomaticUpdates.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.chkUseProxyForAutomaticUpdates.Name = "chkUseProxyForAutomaticUpdates";
this.chkUseProxyForAutomaticUpdates.Size = new System.Drawing.Size(176, 17);
this.chkUseProxyForAutomaticUpdates.Size = new System.Drawing.Size(262, 27);
this.chkUseProxyForAutomaticUpdates.TabIndex = 0;
this.chkUseProxyForAutomaticUpdates.Text = "Use a proxy server to connect";
this.chkUseProxyForAutomaticUpdates.UseVisualStyleBackColor = true;
@@ -230,9 +244,10 @@ namespace mRemoteNG.UI.Forms.OptionsPages
this.chkUseProxyAuthentication.AutoSize = true;
this.chkUseProxyAuthentication.Enabled = false;
this.chkUseProxyAuthentication.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.chkUseProxyAuthentication.Location = new System.Drawing.Point(27, 70);
this.chkUseProxyAuthentication.Location = new System.Drawing.Point(8, 106);
this.chkUseProxyAuthentication.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.chkUseProxyAuthentication.Name = "chkUseProxyAuthentication";
this.chkUseProxyAuthentication.Size = new System.Drawing.Size(234, 17);
this.chkUseProxyAuthentication.Size = new System.Drawing.Size(345, 27);
this.chkUseProxyAuthentication.TabIndex = 2;
this.chkUseProxyAuthentication.Text = "This proxy server requires authentication";
this.chkUseProxyAuthentication.UseVisualStyleBackColor = true;
@@ -245,16 +260,18 @@ namespace mRemoteNG.UI.Forms.OptionsPages
this.pnlProxyAuthentication.Controls.Add(this.lblProxyPassword);
this.pnlProxyAuthentication.Controls.Add(this.txtProxyPassword);
this.pnlProxyAuthentication.Enabled = false;
this.pnlProxyAuthentication.Location = new System.Drawing.Point(3, 94);
this.pnlProxyAuthentication.Location = new System.Drawing.Point(4, 141);
this.pnlProxyAuthentication.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.pnlProxyAuthentication.Name = "pnlProxyAuthentication";
this.pnlProxyAuthentication.Size = new System.Drawing.Size(604, 72);
this.pnlProxyAuthentication.Size = new System.Drawing.Size(906, 115);
this.pnlProxyAuthentication.TabIndex = 3;
//
// lblProxyUsername
//
this.lblProxyUsername.Location = new System.Drawing.Point(8, 0);
this.lblProxyUsername.Location = new System.Drawing.Point(13, 19);
this.lblProxyUsername.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lblProxyUsername.Name = "lblProxyUsername";
this.lblProxyUsername.Size = new System.Drawing.Size(96, 24);
this.lblProxyUsername.Size = new System.Drawing.Size(144, 29);
this.lblProxyUsername.TabIndex = 0;
this.lblProxyUsername.Text = "Username:";
this.lblProxyUsername.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
@@ -263,16 +280,18 @@ namespace mRemoteNG.UI.Forms.OptionsPages
//
this.txtProxyUsername.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.txtProxyUsername.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txtProxyUsername.Location = new System.Drawing.Point(110, 4);
this.txtProxyUsername.Location = new System.Drawing.Point(165, 19);
this.txtProxyUsername.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.txtProxyUsername.Name = "txtProxyUsername";
this.txtProxyUsername.Size = new System.Drawing.Size(240, 22);
this.txtProxyUsername.Size = new System.Drawing.Size(359, 29);
this.txtProxyUsername.TabIndex = 1;
//
// lblProxyPassword
//
this.lblProxyPassword.Location = new System.Drawing.Point(8, 26);
this.lblProxyPassword.Location = new System.Drawing.Point(13, 66);
this.lblProxyPassword.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lblProxyPassword.Name = "lblProxyPassword";
this.lblProxyPassword.Size = new System.Drawing.Size(96, 24);
this.lblProxyPassword.Size = new System.Drawing.Size(144, 29);
this.lblProxyPassword.TabIndex = 2;
this.lblProxyPassword.Text = "Password:";
this.lblProxyPassword.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
@@ -281,18 +300,20 @@ namespace mRemoteNG.UI.Forms.OptionsPages
//
this.txtProxyPassword.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.txtProxyPassword.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txtProxyPassword.Location = new System.Drawing.Point(110, 30);
this.txtProxyPassword.Location = new System.Drawing.Point(165, 66);
this.txtProxyPassword.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.txtProxyPassword.Name = "txtProxyPassword";
this.txtProxyPassword.Size = new System.Drawing.Size(240, 22);
this.txtProxyPassword.Size = new System.Drawing.Size(359, 29);
this.txtProxyPassword.TabIndex = 3;
this.txtProxyPassword.UseSystemPasswordChar = true;
//
// btnTestProxy
//
this.btnTestProxy._mice = mRemoteNG.UI.Controls.Base.NGButton.MouseState.OUT;
this.btnTestProxy.Location = new System.Drawing.Point(6, 172);
this.btnTestProxy.Location = new System.Drawing.Point(8, 263);
this.btnTestProxy.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.btnTestProxy.Name = "btnTestProxy";
this.btnTestProxy.Size = new System.Drawing.Size(120, 23);
this.btnTestProxy.Size = new System.Drawing.Size(180, 34);
this.btnTestProxy.TabIndex = 4;
this.btnTestProxy.Text = "Test Proxy";
this.btnTestProxy.UseVisualStyleBackColor = true;
@@ -302,23 +323,26 @@ namespace mRemoteNG.UI.Forms.OptionsPages
//
this.groupBoxReleaseChannel.Controls.Add(this.lblReleaseChannelExplanation);
this.groupBoxReleaseChannel.Controls.Add(this.cboReleaseChannel);
this.groupBoxReleaseChannel.Location = new System.Drawing.Point(3, 123);
this.groupBoxReleaseChannel.Location = new System.Drawing.Point(4, 193);
this.groupBoxReleaseChannel.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.groupBoxReleaseChannel.Name = "groupBoxReleaseChannel";
this.groupBoxReleaseChannel.Size = new System.Drawing.Size(604, 100);
this.groupBoxReleaseChannel.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.groupBoxReleaseChannel.Size = new System.Drawing.Size(906, 156);
this.groupBoxReleaseChannel.TabIndex = 3;
this.groupBoxReleaseChannel.TabStop = false;
this.groupBoxReleaseChannel.Text = "Release Channel";
//
// UpdatesPage
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleDimensions = new System.Drawing.SizeF(144F, 144F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.Controls.Add(this.groupBoxReleaseChannel);
this.Controls.Add(this.lblUpdatesExplanation);
this.Controls.Add(this.pnlUpdateCheck);
this.Controls.Add(this.pnlProxy);
this.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
this.Name = "UpdatesPage";
this.Size = new System.Drawing.Size(610, 490);
this.Size = new System.Drawing.Size(915, 735);
this.pnlUpdateCheck.ResumeLayout(false);
this.pnlUpdateCheck.PerformLayout();
this.pnlProxy.ResumeLayout(false);

View File

@@ -1,4 +1,4 @@
using System;
using System;
using System.ComponentModel;
using System.Windows.Forms;
using mRemoteNG.App;