SuperDesign/Source/RySmartEditor/Site/FrmAddSite.Designer.cs
zilinsoft 993f1ca1a9 ### 2024-12-20 星期五更新
------
#### SuperDesign    V3.0.2412.2001
- *.[新增]新增程序更新日志设置和自动发布功能。
- *.[修复]修复Post数据格式不正确时双击文本框会导致软件闪退的BUG。
2024-12-20 08:15:19 +08:00

247 lines
12 KiB
C#

namespace .Manager.Site
{
partial class FrmAddSite
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.label1 = new System.Windows.Forms.Label();
this.TxtName = new ryControls.TextBoxEx2();
this.label2 = new System.Windows.Forms.Label();
this.TxtLocalPath = new ryControls.TextBoxEx2();
this.label3 = new System.Windows.Forms.Label();
this.DtFtp = new ryControls.DoubleText();
this.BtnBrowserFolder = new ryControls.ButtonEx();
this.label4 = new System.Windows.Forms.Label();
this.TxtFtpDir = new ryControls.TextBoxEx2();
this.BtnCancel = new ryControls.ButtonEx();
this.BtnOK = new ryControls.ButtonEx();
this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
this.BtnClearFtp = new ryControls.ButtonEx();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(9, 9);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(29, 12);
this.label1.TabIndex = 32;
this.label1.Text = "名称";
//
// TxtName
//
this.TxtName.BackColor = System.Drawing.Color.White;
this.TxtName.EmptyText = "";
this.TxtName.Location = new System.Drawing.Point(11, 24);
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(264, 25);
this.TxtName.TabIndex = 31;
this.TxtName.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.TxtName.ToolTip = "";
this.TxtName.WordWrap = true;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(9, 56);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(29, 12);
this.label2.TabIndex = 34;
this.label2.Text = "路径";
//
// TxtLocalPath
//
this.TxtLocalPath.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.TxtLocalPath.BackColor = System.Drawing.Color.White;
this.TxtLocalPath.EmptyText = "";
this.TxtLocalPath.Location = new System.Drawing.Point(11, 75);
this.TxtLocalPath.MaxLength = 999999999;
this.TxtLocalPath.Multiline = false;
this.TxtLocalPath.Name = "TxtLocalPath";
this.TxtLocalPath.OnlyNumeric = false;
this.TxtLocalPath.PasswordChar = '\0';
this.TxtLocalPath.ReadOnly = false;
this.TxtLocalPath.SelectedText = "";
this.TxtLocalPath.SelectionLength = 0;
this.TxtLocalPath.SelectionStart = 0;
this.TxtLocalPath.Size = new System.Drawing.Size(379, 25);
this.TxtLocalPath.TabIndex = 33;
this.TxtLocalPath.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.TxtLocalPath.ToolTip = "";
this.TxtLocalPath.WordWrap = true;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(9, 107);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(47, 12);
this.label3.TabIndex = 35;
this.label3.Text = "对应FTP";
//
// DtFtp
//
this.DtFtp.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(239)))), ((int)(((byte)(244)))));
this.DtFtp.Location = new System.Drawing.Point(11, 126);
this.DtFtp.Name = "DtFtp";
this.DtFtp.SelectName = "无";
this.DtFtp.Size = new System.Drawing.Size(164, 25);
this.DtFtp.TabIndex = 36;
this.DtFtp.OnSelected += new System.EventHandler(this.DtFtp_OnSelected);
//
// BtnBrowserFolder
//
this.BtnBrowserFolder.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.BtnBrowserFolder.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(76)))), ((int)(((byte)(95)))));
this.BtnBrowserFolder.Location = new System.Drawing.Point(396, 75);
this.BtnBrowserFolder.Name = "BtnBrowserFolder";
this.BtnBrowserFolder.Size = new System.Drawing.Size(34, 25);
this.BtnBrowserFolder.TabIndex = 37;
this.BtnBrowserFolder.Text = "...";
this.BtnBrowserFolder.UseVisualStyleBackColor = true;
this.BtnBrowserFolder.Click += new System.EventHandler(this.BtnBrowserFolder_Click);
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(219, 107);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(83, 12);
this.label4.TabIndex = 38;
this.label4.Text = "FTP站点根路径";
//
// TxtFtpDir
//
this.TxtFtpDir.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.TxtFtpDir.BackColor = System.Drawing.Color.White;
this.TxtFtpDir.EmptyText = "";
this.TxtFtpDir.Location = new System.Drawing.Point(221, 126);
this.TxtFtpDir.MaxLength = 999999999;
this.TxtFtpDir.Multiline = false;
this.TxtFtpDir.Name = "TxtFtpDir";
this.TxtFtpDir.OnlyNumeric = false;
this.TxtFtpDir.PasswordChar = '\0';
this.TxtFtpDir.ReadOnly = false;
this.TxtFtpDir.SelectedText = "";
this.TxtFtpDir.SelectionLength = 0;
this.TxtFtpDir.SelectionStart = 0;
this.TxtFtpDir.Size = new System.Drawing.Size(209, 25);
this.TxtFtpDir.TabIndex = 39;
this.TxtFtpDir.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.TxtFtpDir.ToolTip = "";
this.TxtFtpDir.WordWrap = true;
//
// 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(364, 164);
this.BtnCancel.Name = "BtnCancel";
this.BtnCancel.Size = new System.Drawing.Size(65, 27);
this.BtnCancel.TabIndex = 41;
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(293, 164);
this.BtnOK.Name = "BtnOK";
this.BtnOK.Size = new System.Drawing.Size(65, 27);
this.BtnOK.TabIndex = 40;
this.BtnOK.Text = "确定";
this.BtnOK.UseVisualStyleBackColor = true;
this.BtnOK.Click += new System.EventHandler(this.BtnOK_Click);
//
// BtnClearFtp
//
this.BtnClearFtp.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(76)))), ((int)(((byte)(95)))));
this.BtnClearFtp.Location = new System.Drawing.Point(181, 126);
this.BtnClearFtp.Name = "BtnClearFtp";
this.BtnClearFtp.Size = new System.Drawing.Size(36, 25);
this.BtnClearFtp.TabIndex = 42;
this.BtnClearFtp.Text = "清除";
this.BtnClearFtp.UseVisualStyleBackColor = true;
this.BtnClearFtp.Click += new System.EventHandler(this.BtnClearFtp_Click);
//
// FrmAddSite
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(442, 203);
this.Controls.Add(this.BtnClearFtp);
this.Controls.Add(this.BtnCancel);
this.Controls.Add(this.BtnOK);
this.Controls.Add(this.TxtFtpDir);
this.Controls.Add(this.label4);
this.Controls.Add(this.BtnBrowserFolder);
this.Controls.Add(this.DtFtp);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.TxtLocalPath);
this.Controls.Add(this.label1);
this.Controls.Add(this.TxtName);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "FrmAddSite";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "添加站点";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private ryControls.TextBoxEx2 TxtName;
private System.Windows.Forms.Label label2;
private ryControls.TextBoxEx2 TxtLocalPath;
private System.Windows.Forms.Label label3;
private ryControls.DoubleText DtFtp;
private ryControls.ButtonEx BtnBrowserFolder;
private System.Windows.Forms.Label label4;
private ryControls.TextBoxEx2 TxtFtpDir;
private ryControls.ButtonEx BtnCancel;
private ryControls.ButtonEx BtnOK;
private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1;
private ryControls.ButtonEx BtnClearFtp;
}
}