------ #### OnLineUpgradeConfig V1.0.2501.0601 - *.[修复]修复用户管理列表无法默认勾选已选择用户的BUG。 #### RaUI V4.0.2501.0601 - *.[新增]RyFiles类新增SetFileDate、SetFileCreationTime、SetFileLastWriteTime方法。 - *.[新增]RyFiles.CopyBigFile方法现在会同步来源文件的创建和修改时间。 - *.[新增]ryQuickSQL类新增GetPostData函数,将数据快速转成Post数据。 - *.[改进]执行MySQL下的ExecuteNonQuery时,如果遇到连接关闭错误,允许重连并重新执行。 - *.[改进]IDbInterface在执行新的SQL语句前,自动清空最后错误。 - *.[修复]修复LayeredForm窗体以正常窗体打开的时候,文本框无法编辑的BUG。 - *.[修复]修复ApkOp获取apk权限时可能带乱码的BUG。 - *.[修复]修复WeifenLuo.WinFormsUI.Docking的ResourceManager.GetString路径不对导致报错的BUG。
321 lines
17 KiB
C#
321 lines
17 KiB
C#
namespace Itrycn_Project2
|
|
{
|
|
partial class FrmMainEditor
|
|
{
|
|
/// <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.components = new System.ComponentModel.Container();
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmMainEditor));
|
|
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
|
|
this.TsOpen = new System.Windows.Forms.ToolStripButton();
|
|
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
|
|
this.文件ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.打开ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.重新读取ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.视图ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.置顶显示ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.fTP浏览器ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.文件浏览器ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
|
|
this.TsState = new System.Windows.Forms.ToolStripStatusLabel();
|
|
this.toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel();
|
|
this.TsRowCol = new System.Windows.Forms.ToolStripStatusLabel();
|
|
this.toolStripStatusLabel3 = new System.Windows.Forms.ToolStripStatusLabel();
|
|
this.TsFtpPath = new System.Windows.Forms.ToolStripStatusLabel();
|
|
this.dockPanel = new WeifenLuo.WinFormsUI.Docking.DockPanel();
|
|
this.vS2015BlueTheme1 = new WeifenLuo.WinFormsUI.ThemeVS2015.VS2015BlueTheme();
|
|
this.vsToolStripExtender1 = new WeifenLuo.WinFormsUI.Docking.VisualStudioToolStripExtender(this.components);
|
|
this.PnlLoad = new System.Windows.Forms.Panel();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.toolStrip1.SuspendLayout();
|
|
this.menuStrip1.SuspendLayout();
|
|
this.statusStrip1.SuspendLayout();
|
|
this.PnlLoad.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// toolStrip1
|
|
//
|
|
this.toolStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
|
|
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.TsOpen,
|
|
this.toolStripSeparator1,
|
|
this.toolStripSeparator3,
|
|
this.toolStripSeparator2});
|
|
this.toolStrip1.Location = new System.Drawing.Point(0, 25);
|
|
this.toolStrip1.Name = "toolStrip1";
|
|
this.toolStrip1.Size = new System.Drawing.Size(977, 27);
|
|
this.toolStrip1.Stretch = true;
|
|
this.toolStrip1.TabIndex = 1;
|
|
this.toolStrip1.Text = "toolStrip1";
|
|
//
|
|
// TsOpen
|
|
//
|
|
this.TsOpen.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.TsOpen.Image = ((System.Drawing.Image)(resources.GetObject("TsOpen.Image")));
|
|
this.TsOpen.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.TsOpen.Name = "TsOpen";
|
|
this.TsOpen.Size = new System.Drawing.Size(24, 24);
|
|
this.TsOpen.Text = "打开";
|
|
this.TsOpen.Click += new System.EventHandler(this.TsOpen_Click);
|
|
//
|
|
// toolStripSeparator1
|
|
//
|
|
this.toolStripSeparator1.Name = "toolStripSeparator1";
|
|
this.toolStripSeparator1.Size = new System.Drawing.Size(6, 27);
|
|
//
|
|
// toolStripSeparator3
|
|
//
|
|
this.toolStripSeparator3.Name = "toolStripSeparator3";
|
|
this.toolStripSeparator3.Size = new System.Drawing.Size(6, 27);
|
|
//
|
|
// toolStripSeparator2
|
|
//
|
|
this.toolStripSeparator2.Name = "toolStripSeparator2";
|
|
this.toolStripSeparator2.Size = new System.Drawing.Size(6, 27);
|
|
//
|
|
// menuStrip1
|
|
//
|
|
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.文件ToolStripMenuItem,
|
|
this.视图ToolStripMenuItem});
|
|
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
|
|
this.menuStrip1.Name = "menuStrip1";
|
|
this.menuStrip1.Size = new System.Drawing.Size(977, 25);
|
|
this.menuStrip1.TabIndex = 5;
|
|
this.menuStrip1.Text = "menuStrip1";
|
|
//
|
|
// 文件ToolStripMenuItem
|
|
//
|
|
this.文件ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.打开ToolStripMenuItem,
|
|
this.重新读取ToolStripMenuItem});
|
|
this.文件ToolStripMenuItem.Name = "文件ToolStripMenuItem";
|
|
this.文件ToolStripMenuItem.Size = new System.Drawing.Size(44, 21);
|
|
this.文件ToolStripMenuItem.Text = "文件";
|
|
//
|
|
// 打开ToolStripMenuItem
|
|
//
|
|
this.打开ToolStripMenuItem.Name = "打开ToolStripMenuItem";
|
|
this.打开ToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));
|
|
this.打开ToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
|
this.打开ToolStripMenuItem.Text = "打开";
|
|
this.打开ToolStripMenuItem.Click += new System.EventHandler(this.打开ToolStripMenuItem_Click);
|
|
//
|
|
// 重新读取ToolStripMenuItem
|
|
//
|
|
this.重新读取ToolStripMenuItem.Enabled = false;
|
|
this.重新读取ToolStripMenuItem.Name = "重新读取ToolStripMenuItem";
|
|
this.重新读取ToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.R)));
|
|
this.重新读取ToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
|
this.重新读取ToolStripMenuItem.Text = "重新读取";
|
|
this.重新读取ToolStripMenuItem.Click += new System.EventHandler(this.重新读取ToolStripMenuItem_Click);
|
|
//
|
|
// 视图ToolStripMenuItem
|
|
//
|
|
this.视图ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.置顶显示ToolStripMenuItem,
|
|
this.fTP浏览器ToolStripMenuItem,
|
|
this.文件浏览器ToolStripMenuItem});
|
|
this.视图ToolStripMenuItem.Name = "视图ToolStripMenuItem";
|
|
this.视图ToolStripMenuItem.Size = new System.Drawing.Size(44, 21);
|
|
this.视图ToolStripMenuItem.Text = "视图";
|
|
//
|
|
// 置顶显示ToolStripMenuItem
|
|
//
|
|
this.置顶显示ToolStripMenuItem.Name = "置顶显示ToolStripMenuItem";
|
|
this.置顶显示ToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
|
|
this.置顶显示ToolStripMenuItem.Text = "置顶显示";
|
|
this.置顶显示ToolStripMenuItem.Click += new System.EventHandler(this.置顶显示ToolStripMenuItem_Click);
|
|
//
|
|
// fTP浏览器ToolStripMenuItem
|
|
//
|
|
this.fTP浏览器ToolStripMenuItem.Name = "fTP浏览器ToolStripMenuItem";
|
|
this.fTP浏览器ToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
|
|
this.fTP浏览器ToolStripMenuItem.Text = "FTP浏览器";
|
|
//
|
|
// 文件浏览器ToolStripMenuItem
|
|
//
|
|
this.文件浏览器ToolStripMenuItem.Name = "文件浏览器ToolStripMenuItem";
|
|
this.文件浏览器ToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
|
|
this.文件浏览器ToolStripMenuItem.Text = "文件浏览器";
|
|
this.文件浏览器ToolStripMenuItem.Click += new System.EventHandler(this.文件浏览器ToolStripMenuItem_Click);
|
|
//
|
|
// statusStrip1
|
|
//
|
|
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.TsState,
|
|
this.toolStripStatusLabel2,
|
|
this.TsRowCol,
|
|
this.toolStripStatusLabel3,
|
|
this.TsFtpPath});
|
|
this.statusStrip1.Location = new System.Drawing.Point(0, 716);
|
|
this.statusStrip1.Name = "statusStrip1";
|
|
this.statusStrip1.Size = new System.Drawing.Size(977, 22);
|
|
this.statusStrip1.TabIndex = 7;
|
|
this.statusStrip1.Text = "statusStrip1";
|
|
//
|
|
// TsState
|
|
//
|
|
this.TsState.Name = "TsState";
|
|
this.TsState.Size = new System.Drawing.Size(813, 17);
|
|
this.TsState.Spring = true;
|
|
this.TsState.Text = "状态:准备就绪。";
|
|
this.TsState.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// toolStripStatusLabel2
|
|
//
|
|
this.toolStripStatusLabel2.ForeColor = System.Drawing.Color.Gray;
|
|
this.toolStripStatusLabel2.Name = "toolStripStatusLabel2";
|
|
this.toolStripStatusLabel2.Size = new System.Drawing.Size(11, 17);
|
|
this.toolStripStatusLabel2.Text = "|";
|
|
//
|
|
// TsRowCol
|
|
//
|
|
this.TsRowCol.Name = "TsRowCol";
|
|
this.TsRowCol.Size = new System.Drawing.Size(60, 17);
|
|
this.TsRowCol.Text = "行:0 列: 0";
|
|
//
|
|
// toolStripStatusLabel3
|
|
//
|
|
this.toolStripStatusLabel3.ForeColor = System.Drawing.Color.Gray;
|
|
this.toolStripStatusLabel3.Name = "toolStripStatusLabel3";
|
|
this.toolStripStatusLabel3.Size = new System.Drawing.Size(11, 17);
|
|
this.toolStripStatusLabel3.Text = "|";
|
|
//
|
|
// TsFtpPath
|
|
//
|
|
this.TsFtpPath.Name = "TsFtpPath";
|
|
this.TsFtpPath.Size = new System.Drawing.Size(67, 17);
|
|
this.TsFtpPath.Text = "FTP路径:无";
|
|
//
|
|
// dockPanel
|
|
//
|
|
this.dockPanel.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.dockPanel.DockBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(57)))), ((int)(((byte)(85)))));
|
|
this.dockPanel.DockBottomPortion = 150D;
|
|
this.dockPanel.DockLeftPortion = 200D;
|
|
this.dockPanel.DockRightPortion = 200D;
|
|
this.dockPanel.DockTopPortion = 150D;
|
|
this.dockPanel.Font = new System.Drawing.Font("Tahoma", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World, ((byte)(0)));
|
|
this.dockPanel.Location = new System.Drawing.Point(0, 52);
|
|
this.dockPanel.Name = "dockPanel";
|
|
this.dockPanel.Padding = new System.Windows.Forms.Padding(6);
|
|
this.dockPanel.RightToLeftLayout = true;
|
|
this.dockPanel.ShowAutoHideContentOnHover = false;
|
|
this.dockPanel.ShowDocumentIcon = true;
|
|
this.dockPanel.Size = new System.Drawing.Size(977, 686);
|
|
this.dockPanel.TabIndex = 2;
|
|
this.dockPanel.Theme = this.vS2015BlueTheme1;
|
|
this.dockPanel.ActiveContentChanged += new System.EventHandler(this.DockPanel_ActiveContentChanged);
|
|
//
|
|
// vsToolStripExtender1
|
|
//
|
|
this.vsToolStripExtender1.DefaultRenderer = null;
|
|
//
|
|
// PnlLoad
|
|
//
|
|
this.PnlLoad.BackColor = System.Drawing.Color.White;
|
|
this.PnlLoad.Controls.Add(this.label1);
|
|
this.PnlLoad.Location = new System.Drawing.Point(186, 120);
|
|
this.PnlLoad.Name = "PnlLoad";
|
|
this.PnlLoad.Size = new System.Drawing.Size(497, 193);
|
|
this.PnlLoad.TabIndex = 10;
|
|
this.PnlLoad.Visible = false;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label1.Location = new System.Drawing.Point(43, 110);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(126, 14);
|
|
this.label1.TabIndex = 0;
|
|
this.label1.Text = "正在初始化数据...";
|
|
//
|
|
// FrmMainEditor
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(977, 738);
|
|
this.Controls.Add(this.PnlLoad);
|
|
this.Controls.Add(this.statusStrip1);
|
|
this.Controls.Add(this.dockPanel);
|
|
this.Controls.Add(this.toolStrip1);
|
|
this.Controls.Add(this.menuStrip1);
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.IsMdiContainer = true;
|
|
this.Name = "FrmMainEditor";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "文本编辑器";
|
|
this.Deactivate += new System.EventHandler(this.FrmMainEditor_Deactivate);
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmMainEditor_FormClosing);
|
|
this.Load += new System.EventHandler(this.FrmMainEditor_Load);
|
|
this.Shown += new System.EventHandler(this.FrmMainEditor_Shown);
|
|
this.toolStrip1.ResumeLayout(false);
|
|
this.toolStrip1.PerformLayout();
|
|
this.menuStrip1.ResumeLayout(false);
|
|
this.menuStrip1.PerformLayout();
|
|
this.statusStrip1.ResumeLayout(false);
|
|
this.statusStrip1.PerformLayout();
|
|
this.PnlLoad.ResumeLayout(false);
|
|
this.PnlLoad.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.ToolStrip toolStrip1;
|
|
private System.Windows.Forms.MenuStrip menuStrip1;
|
|
private System.Windows.Forms.ToolStripMenuItem 文件ToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem 打开ToolStripMenuItem;
|
|
private WeifenLuo.WinFormsUI.ThemeVS2015.VS2015BlueTheme vS2015BlueTheme1;
|
|
private WeifenLuo.WinFormsUI.Docking.VisualStudioToolStripExtender vsToolStripExtender1;
|
|
private System.Windows.Forms.ToolStripButton TsOpen;
|
|
private System.Windows.Forms.ToolStripMenuItem 重新读取ToolStripMenuItem;
|
|
private System.Windows.Forms.StatusStrip statusStrip1;
|
|
private System.Windows.Forms.ToolStripStatusLabel TsState;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
|
|
private System.Windows.Forms.ToolStripStatusLabel TsFtpPath;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
|
|
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel2;
|
|
private System.Windows.Forms.ToolStripStatusLabel TsRowCol;
|
|
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel3;
|
|
private System.Windows.Forms.ToolStripMenuItem 视图ToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem 置顶显示ToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem fTP浏览器ToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem 文件浏览器ToolStripMenuItem;
|
|
private System.Windows.Forms.Panel PnlLoad;
|
|
private System.Windows.Forms.Label label1;
|
|
public WeifenLuo.WinFormsUI.Docking.DockPanel dockPanel;
|
|
}
|
|
} |