------ #### SuperDesign V3.0.2412.2001 - *.[新增]新增程序更新日志设置和自动发布功能。 - *.[修复]修复Post数据格式不正确时双击文本框会导致软件闪退的BUG。
362 lines
16 KiB
C#
362 lines
16 KiB
C#
namespace GameBackup3H3.DbOp
|
|
{
|
|
partial class FrmAddFTP
|
|
{
|
|
/// <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(FrmAddFTP));
|
|
this.BtnCancel = new ryControls.ButtonEx();
|
|
this.BtnOK = new ryControls.ButtonEx();
|
|
this.CbbEncryption = new ryControls.RyComboBox();
|
|
this.label10 = new System.Windows.Forms.Label();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.TxtRemoteDir = new ryControls.TextBoxEx2();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.TxtPort = new ryControls.TextBoxEx2();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.TxtPwd = new ryControls.TextBoxEx2();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.TxtUserName = new ryControls.TextBoxEx2();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.TxtHost = new ryControls.TextBoxEx2();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.TxtName = new ryControls.TextBoxEx2();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.TxtDes = new ryControls.TextBoxEx2();
|
|
this.SuspendLayout();
|
|
//
|
|
// BtnCancel
|
|
//
|
|
this.BtnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.BtnCancel.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(76)))), ((int)(((byte)(95)))));
|
|
this.BtnCancel.Location = new System.Drawing.Point(358, 310);
|
|
this.BtnCancel.Name = "BtnCancel";
|
|
this.BtnCancel.Size = new System.Drawing.Size(65, 27);
|
|
this.BtnCancel.TabIndex = 5;
|
|
this.BtnCancel.Text = "取消";
|
|
this.BtnCancel.UseVisualStyleBackColor = true;
|
|
this.BtnCancel.Click += new System.EventHandler(this.BtnCancel_Click);
|
|
//
|
|
// BtnOK
|
|
//
|
|
this.BtnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.BtnOK.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(76)))), ((int)(((byte)(95)))));
|
|
this.BtnOK.Location = new System.Drawing.Point(287, 310);
|
|
this.BtnOK.Name = "BtnOK";
|
|
this.BtnOK.Size = new System.Drawing.Size(65, 27);
|
|
this.BtnOK.TabIndex = 4;
|
|
this.BtnOK.Text = "确定";
|
|
this.BtnOK.UseVisualStyleBackColor = true;
|
|
this.BtnOK.Click += new System.EventHandler(this.BtnOK_Click);
|
|
//
|
|
// CbbEncryption
|
|
//
|
|
this.CbbEncryption.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
|
|
this.CbbEncryption.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.CbbEncryption.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.CbbEncryption.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.CbbEncryption.FormattingEnabled = true;
|
|
this.CbbEncryption.Items.AddRange(new object[] {
|
|
"不加密",
|
|
"TLS/SSL Implicit 隐式加密",
|
|
"TLS/SSL Explicit 显式加密"});
|
|
this.CbbEncryption.Location = new System.Drawing.Point(76, 41);
|
|
this.CbbEncryption.Name = "CbbEncryption";
|
|
this.CbbEncryption.Size = new System.Drawing.Size(348, 24);
|
|
this.CbbEncryption.TabIndex = 44;
|
|
//
|
|
// label10
|
|
//
|
|
this.label10.AutoSize = true;
|
|
this.label10.Location = new System.Drawing.Point(13, 45);
|
|
this.label10.Name = "label10";
|
|
this.label10.Size = new System.Drawing.Size(53, 12);
|
|
this.label10.TabIndex = 43;
|
|
this.label10.Text = "加密方式";
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Location = new System.Drawing.Point(17, 142);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(53, 12);
|
|
this.label6.TabIndex = 40;
|
|
this.label6.Text = "远程目录";
|
|
//
|
|
// TxtRemoteDir
|
|
//
|
|
this.TxtRemoteDir.BackColor = System.Drawing.Color.White;
|
|
this.TxtRemoteDir.EmptyText = "";
|
|
this.TxtRemoteDir.Location = new System.Drawing.Point(76, 134);
|
|
this.TxtRemoteDir.MaxLength = 999999999;
|
|
this.TxtRemoteDir.Multiline = false;
|
|
this.TxtRemoteDir.Name = "TxtRemoteDir";
|
|
this.TxtRemoteDir.OnlyNumeric = false;
|
|
this.TxtRemoteDir.PasswordChar = '\0';
|
|
this.TxtRemoteDir.ReadOnly = false;
|
|
this.TxtRemoteDir.SelectedText = "";
|
|
this.TxtRemoteDir.SelectionLength = 0;
|
|
this.TxtRemoteDir.SelectionStart = 0;
|
|
this.TxtRemoteDir.Size = new System.Drawing.Size(348, 25);
|
|
this.TxtRemoteDir.TabIndex = 39;
|
|
this.TxtRemoteDir.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
|
|
this.TxtRemoteDir.ToolTip = "";
|
|
this.TxtRemoteDir.WordWrap = true;
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(323, 80);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(29, 12);
|
|
this.label5.TabIndex = 38;
|
|
this.label5.Text = "端口";
|
|
//
|
|
// TxtPort
|
|
//
|
|
this.TxtPort.BackColor = System.Drawing.Color.White;
|
|
this.TxtPort.EmptyText = "";
|
|
this.TxtPort.Location = new System.Drawing.Point(358, 72);
|
|
this.TxtPort.MaxLength = 999999999;
|
|
this.TxtPort.Multiline = false;
|
|
this.TxtPort.Name = "TxtPort";
|
|
this.TxtPort.OnlyNumeric = false;
|
|
this.TxtPort.PasswordChar = '\0';
|
|
this.TxtPort.ReadOnly = false;
|
|
this.TxtPort.SelectedText = "";
|
|
this.TxtPort.SelectionLength = 0;
|
|
this.TxtPort.SelectionStart = 0;
|
|
this.TxtPort.Size = new System.Drawing.Size(66, 25);
|
|
this.TxtPort.TabIndex = 37;
|
|
this.TxtPort.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
|
|
this.TxtPort.ToolTip = "";
|
|
this.TxtPort.WordWrap = true;
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(242, 111);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(29, 12);
|
|
this.label4.TabIndex = 36;
|
|
this.label4.Text = "密码";
|
|
//
|
|
// TxtPwd
|
|
//
|
|
this.TxtPwd.BackColor = System.Drawing.Color.White;
|
|
this.TxtPwd.EmptyText = "";
|
|
this.TxtPwd.Location = new System.Drawing.Point(277, 103);
|
|
this.TxtPwd.MaxLength = 999999999;
|
|
this.TxtPwd.Multiline = false;
|
|
this.TxtPwd.Name = "TxtPwd";
|
|
this.TxtPwd.OnlyNumeric = false;
|
|
this.TxtPwd.PasswordChar = '*';
|
|
this.TxtPwd.ReadOnly = false;
|
|
this.TxtPwd.SelectedText = "";
|
|
this.TxtPwd.SelectionLength = 0;
|
|
this.TxtPwd.SelectionStart = 0;
|
|
this.TxtPwd.Size = new System.Drawing.Size(147, 25);
|
|
this.TxtPwd.TabIndex = 35;
|
|
this.TxtPwd.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
|
|
this.TxtPwd.ToolTip = "";
|
|
this.TxtPwd.WordWrap = true;
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(17, 111);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(41, 12);
|
|
this.label3.TabIndex = 34;
|
|
this.label3.Text = "用户名";
|
|
//
|
|
// TxtUserName
|
|
//
|
|
this.TxtUserName.BackColor = System.Drawing.Color.White;
|
|
this.TxtUserName.EmptyText = "";
|
|
this.TxtUserName.Location = new System.Drawing.Point(76, 103);
|
|
this.TxtUserName.MaxLength = 999999999;
|
|
this.TxtUserName.Multiline = false;
|
|
this.TxtUserName.Name = "TxtUserName";
|
|
this.TxtUserName.OnlyNumeric = false;
|
|
this.TxtUserName.PasswordChar = '\0';
|
|
this.TxtUserName.ReadOnly = false;
|
|
this.TxtUserName.SelectedText = "";
|
|
this.TxtUserName.SelectionLength = 0;
|
|
this.TxtUserName.SelectionStart = 0;
|
|
this.TxtUserName.Size = new System.Drawing.Size(160, 25);
|
|
this.TxtUserName.TabIndex = 33;
|
|
this.TxtUserName.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
|
|
this.TxtUserName.ToolTip = "";
|
|
this.TxtUserName.WordWrap = true;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(17, 80);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(47, 12);
|
|
this.label2.TabIndex = 32;
|
|
this.label2.Text = "IP/主机";
|
|
//
|
|
// TxtHost
|
|
//
|
|
this.TxtHost.BackColor = System.Drawing.Color.White;
|
|
this.TxtHost.EmptyText = "";
|
|
this.TxtHost.Location = new System.Drawing.Point(76, 72);
|
|
this.TxtHost.MaxLength = 999999999;
|
|
this.TxtHost.Multiline = false;
|
|
this.TxtHost.Name = "TxtHost";
|
|
this.TxtHost.OnlyNumeric = false;
|
|
this.TxtHost.PasswordChar = '\0';
|
|
this.TxtHost.ReadOnly = false;
|
|
this.TxtHost.SelectedText = "";
|
|
this.TxtHost.SelectionLength = 0;
|
|
this.TxtHost.SelectionStart = 0;
|
|
this.TxtHost.Size = new System.Drawing.Size(241, 25);
|
|
this.TxtHost.TabIndex = 31;
|
|
this.TxtHost.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
|
|
this.TxtHost.ToolTip = "";
|
|
this.TxtHost.WordWrap = true;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(13, 17);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(29, 12);
|
|
this.label1.TabIndex = 30;
|
|
this.label1.Text = "名称";
|
|
//
|
|
// TxtName
|
|
//
|
|
this.TxtName.BackColor = System.Drawing.Color.White;
|
|
this.TxtName.EmptyText = "";
|
|
this.TxtName.Location = new System.Drawing.Point(76, 9);
|
|
this.TxtName.MaxLength = 999999999;
|
|
this.TxtName.Multiline = false;
|
|
this.TxtName.Name = "TxtName";
|
|
this.TxtName.OnlyNumeric = false;
|
|
this.TxtName.PasswordChar = '\0';
|
|
this.TxtName.ReadOnly = false;
|
|
this.TxtName.SelectedText = "";
|
|
this.TxtName.SelectionLength = 0;
|
|
this.TxtName.SelectionStart = 0;
|
|
this.TxtName.Size = new System.Drawing.Size(348, 25);
|
|
this.TxtName.TabIndex = 29;
|
|
this.TxtName.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
|
|
this.TxtName.ToolTip = "";
|
|
this.TxtName.WordWrap = true;
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.AutoSize = true;
|
|
this.label7.Location = new System.Drawing.Point(17, 173);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(29, 12);
|
|
this.label7.TabIndex = 46;
|
|
this.label7.Text = "备注";
|
|
//
|
|
// TxtDes
|
|
//
|
|
this.TxtDes.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.TxtDes.BackColor = System.Drawing.Color.White;
|
|
this.TxtDes.EmptyText = "";
|
|
this.TxtDes.Location = new System.Drawing.Point(76, 165);
|
|
this.TxtDes.MaxLength = 999999999;
|
|
this.TxtDes.Multiline = true;
|
|
this.TxtDes.Name = "TxtDes";
|
|
this.TxtDes.OnlyNumeric = false;
|
|
this.TxtDes.PasswordChar = '\0';
|
|
this.TxtDes.ReadOnly = false;
|
|
this.TxtDes.SelectedText = "";
|
|
this.TxtDes.SelectionLength = 0;
|
|
this.TxtDes.SelectionStart = 0;
|
|
this.TxtDes.Size = new System.Drawing.Size(348, 139);
|
|
this.TxtDes.TabIndex = 45;
|
|
this.TxtDes.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
|
|
this.TxtDes.ToolTip = "";
|
|
this.TxtDes.WordWrap = true;
|
|
//
|
|
// FrmAddFTP
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(438, 347);
|
|
this.Controls.Add(this.label7);
|
|
this.Controls.Add(this.TxtDes);
|
|
this.Controls.Add(this.CbbEncryption);
|
|
this.Controls.Add(this.label10);
|
|
this.Controls.Add(this.label6);
|
|
this.Controls.Add(this.TxtRemoteDir);
|
|
this.Controls.Add(this.label5);
|
|
this.Controls.Add(this.TxtPort);
|
|
this.Controls.Add(this.label4);
|
|
this.Controls.Add(this.TxtPwd);
|
|
this.Controls.Add(this.label3);
|
|
this.Controls.Add(this.TxtUserName);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.TxtHost);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.TxtName);
|
|
this.Controls.Add(this.BtnCancel);
|
|
this.Controls.Add(this.BtnOK);
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.MaximizeBox = false;
|
|
this.Name = "FrmAddFTP";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Text = "新增";
|
|
this.Load += new System.EventHandler(this.FrmAddFTP_Load);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private ryControls.ButtonEx BtnCancel;
|
|
private ryControls.ButtonEx BtnOK;
|
|
private ryControls.RyComboBox CbbEncryption;
|
|
private System.Windows.Forms.Label label10;
|
|
private System.Windows.Forms.Label label6;
|
|
private ryControls.TextBoxEx2 TxtRemoteDir;
|
|
private System.Windows.Forms.Label label5;
|
|
private ryControls.TextBoxEx2 TxtPort;
|
|
private System.Windows.Forms.Label label4;
|
|
private ryControls.TextBoxEx2 TxtPwd;
|
|
private System.Windows.Forms.Label label3;
|
|
private ryControls.TextBoxEx2 TxtUserName;
|
|
private System.Windows.Forms.Label label2;
|
|
private ryControls.TextBoxEx2 TxtHost;
|
|
private System.Windows.Forms.Label label1;
|
|
private ryControls.TextBoxEx2 TxtName;
|
|
private System.Windows.Forms.Label label7;
|
|
private ryControls.TextBoxEx2 TxtDes;
|
|
}
|
|
} |