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

303 lines
15 KiB
C#

namespace .Manager
{
partial class FrmSetting
{
/// <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(FrmSetting));
this.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.BtnNoSelect = new System.Windows.Forms.Button();
this.BtnSelectAll = new System.Windows.Forms.Button();
this.checkedListBox1 = new System.Windows.Forms.CheckedListBox();
this.ChkAss_File = new System.Windows.Forms.CheckBox();
this.tabPage4 = new System.Windows.Forms.TabPage();
this.LvSite = new BrightIdeasSoftware.ObjectListView();
this.OlvSiteName = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
this.OlvSitePath = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
this.OlvSiteFTP = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
this.MenuSite = new System.Windows.Forms.ContextMenuStrip();
this.ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.BtnOK = new ryControls.ButtonEx();
this.BtnCancel = new ryControls.ButtonEx();
this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
this.toolTip1 = new System.Windows.Forms.ToolTip();
this.tabControl1.SuspendLayout();
this.tabPage2.SuspendLayout();
this.groupBox1.SuspendLayout();
this.tabPage4.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.LvSite)).BeginInit();
this.MenuSite.SuspendLayout();
this.SuspendLayout();
//
// tabControl1
//
this.tabControl1.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.tabControl1.Controls.Add(this.tabPage2);
this.tabControl1.Controls.Add(this.tabPage4);
this.tabControl1.Location = new System.Drawing.Point(3, 2);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(606, 399);
this.tabControl1.TabIndex = 0;
//
// tabPage2
//
this.tabPage2.Controls.Add(this.groupBox1);
this.tabPage2.Controls.Add(this.ChkAss_File);
this.tabPage2.Location = new System.Drawing.Point(4, 22);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
this.tabPage2.Size = new System.Drawing.Size(598, 373);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "文件关联";
this.tabPage2.UseVisualStyleBackColor = true;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.BtnNoSelect);
this.groupBox1.Controls.Add(this.BtnSelectAll);
this.groupBox1.Controls.Add(this.checkedListBox1);
this.groupBox1.Location = new System.Drawing.Point(22, 38);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(563, 128);
this.groupBox1.TabIndex = 4;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "关联常用文本文件用本编辑器打开";
//
// BtnNoSelect
//
this.BtnNoSelect.Location = new System.Drawing.Point(81, 94);
this.BtnNoSelect.Name = "BtnNoSelect";
this.BtnNoSelect.Size = new System.Drawing.Size(61, 23);
this.BtnNoSelect.TabIndex = 2;
this.BtnNoSelect.Text = "全不选";
this.BtnNoSelect.UseVisualStyleBackColor = true;
this.BtnNoSelect.Click += new System.EventHandler(this.BtnNoSelect_Click);
//
// BtnSelectAll
//
this.BtnSelectAll.Location = new System.Drawing.Point(12, 94);
this.BtnSelectAll.Name = "BtnSelectAll";
this.BtnSelectAll.Size = new System.Drawing.Size(61, 23);
this.BtnSelectAll.TabIndex = 1;
this.BtnSelectAll.Text = "全选";
this.BtnSelectAll.UseVisualStyleBackColor = true;
this.BtnSelectAll.Click += new System.EventHandler(this.BtnSelectAll_Click);
//
// checkedListBox1
//
this.checkedListBox1.FormattingEnabled = true;
this.checkedListBox1.Items.AddRange(new object[] {
"txt",
"log",
"ini",
"inf",
"xml",
"json",
"sql",
"js",
"html",
"htm",
"asp",
"css",
"config",
"php"});
this.checkedListBox1.Location = new System.Drawing.Point(11, 20);
this.checkedListBox1.MultiColumn = true;
this.checkedListBox1.Name = "checkedListBox1";
this.checkedListBox1.Size = new System.Drawing.Size(546, 68);
this.checkedListBox1.TabIndex = 0;
//
// ChkAss_File
//
this.ChkAss_File.AutoSize = true;
this.ChkAss_File.Location = new System.Drawing.Point(22, 16);
this.ChkAss_File.Name = "ChkAss_File";
this.ChkAss_File.Size = new System.Drawing.Size(204, 16);
this.ChkAss_File.TabIndex = 2;
this.ChkAss_File.Text = "关联文件右键菜单(用编辑器打开)";
this.ChkAss_File.UseVisualStyleBackColor = true;
//
// tabPage4
//
this.tabPage4.Controls.Add(this.LvSite);
this.tabPage4.Location = new System.Drawing.Point(4, 22);
this.tabPage4.Name = "tabPage4";
this.tabPage4.Padding = new System.Windows.Forms.Padding(3);
this.tabPage4.Size = new System.Drawing.Size(598, 373);
this.tabPage4.TabIndex = 3;
this.tabPage4.Text = "站点文件夹";
this.tabPage4.UseVisualStyleBackColor = true;
//
// LvSite
//
this.LvSite.AllColumns.Add(this.OlvSiteName);
this.LvSite.AllColumns.Add(this.OlvSitePath);
this.LvSite.AllColumns.Add(this.OlvSiteFTP);
this.LvSite.CellEditUseWholeCell = false;
this.LvSite.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.OlvSiteName,
this.OlvSitePath,
this.OlvSiteFTP});
this.LvSite.ContextMenuStrip = this.MenuSite;
this.LvSite.Cursor = System.Windows.Forms.Cursors.Default;
this.LvSite.FullRowSelect = true;
this.LvSite.HideSelection = false;
this.LvSite.Location = new System.Drawing.Point(5, 3);
this.LvSite.MultiSelect = false;
this.LvSite.Name = "LvSite";
this.LvSite.RowHeight = 25;
this.LvSite.Size = new System.Drawing.Size(589, 367);
this.LvSite.TabIndex = 0;
this.LvSite.UseCompatibleStateImageBehavior = false;
this.LvSite.View = System.Windows.Forms.View.Details;
//
// OlvSiteName
//
this.OlvSiteName.Text = "站点名称";
this.OlvSiteName.Width = 120;
//
// OlvSitePath
//
this.OlvSitePath.Text = "站点根路径";
this.OlvSitePath.Width = 300;
//
// OlvSiteFTP
//
this.OlvSiteFTP.Text = "站点FTP";
this.OlvSiteFTP.Width = 100;
//
// MenuSite
//
this.MenuSite.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.ToolStripMenuItem,
this.ToolStripMenuItem,
this.ToolStripMenuItem});
this.MenuSite.Name = "MenuSite";
this.MenuSite.Size = new System.Drawing.Size(125, 70);
//
// 添加站点ToolStripMenuItem
//
this.ToolStripMenuItem.Name = "添加站点ToolStripMenuItem";
this.ToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
this.ToolStripMenuItem.Text = "添加站点";
this.ToolStripMenuItem.Click += new System.EventHandler(this.ToolStripMenuItem_Click);
//
// 修改站点ToolStripMenuItem
//
this.ToolStripMenuItem.Name = "修改站点ToolStripMenuItem";
this.ToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
this.ToolStripMenuItem.Text = "修改站点";
this.ToolStripMenuItem.Click += new System.EventHandler(this.ToolStripMenuItem_Click);
//
// 删除站点ToolStripMenuItem
//
this.ToolStripMenuItem.Name = "删除站点ToolStripMenuItem";
this.ToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
this.ToolStripMenuItem.Text = "删除站点";
this.ToolStripMenuItem.Click += new System.EventHandler(this.ToolStripMenuItem_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(449, 403);
this.BtnOK.Name = "BtnOK";
this.BtnOK.Size = new System.Drawing.Size(75, 30);
this.BtnOK.TabIndex = 1;
this.BtnOK.Text = "确定";
this.BtnOK.UseVisualStyleBackColor = true;
this.BtnOK.Click += new System.EventHandler(this.BtnOK_Click);
//
// 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(530, 403);
this.BtnCancel.Name = "BtnCancel";
this.BtnCancel.Size = new System.Drawing.Size(75, 30);
this.BtnCancel.TabIndex = 2;
this.BtnCancel.Text = "取消";
this.BtnCancel.UseVisualStyleBackColor = true;
this.BtnCancel.Click += new System.EventHandler(this.BtnCancel_Click);
//
// FrmSetting
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(612, 440);
this.Controls.Add(this.BtnCancel);
this.Controls.Add(this.BtnOK);
this.Controls.Add(this.tabControl1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "FrmSetting";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "设置";
this.Load += new System.EventHandler(this.FrmSetting_Load);
this.tabControl1.ResumeLayout(false);
this.tabPage2.ResumeLayout(false);
this.tabPage2.PerformLayout();
this.groupBox1.ResumeLayout(false);
this.tabPage4.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.LvSite)).EndInit();
this.MenuSite.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private ryControls.ButtonEx BtnOK;
private ryControls.ButtonEx BtnCancel;
private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1;
private System.Windows.Forms.ToolTip toolTip1;
private BrightIdeasSoftware.ObjectListView LvSite;
private BrightIdeasSoftware.OLVColumn OlvSiteName;
private BrightIdeasSoftware.OLVColumn OlvSitePath;
private BrightIdeasSoftware.OLVColumn OlvSiteFTP;
private System.Windows.Forms.ContextMenuStrip MenuSite;
private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem;
private System.Windows.Forms.CheckBox ChkAss_File;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.CheckedListBox checkedListBox1;
private System.Windows.Forms.Button BtnNoSelect;
private System.Windows.Forms.Button BtnSelectAll;
public System.Windows.Forms.TabControl tabControl1;
public System.Windows.Forms.TabPage tabPage2;
public System.Windows.Forms.TabPage tabPage4;
}
}