You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
467 lines
26 KiB
467 lines
26 KiB
namespace Tiobon.Core.OPS.Tool.OPS.Tool.View
|
|
{
|
|
partial class Frm_Main
|
|
{
|
|
/// <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(Frm_Main));
|
|
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
|
|
this.服务器管理ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.选择服务器ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.退出ToolStripMenuItem1 = 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.DataExportToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.多套管理ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.数据库管理ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.mysql管理ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.mQ管理ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.redis管理ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.tsmi_DbCompare = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.HelpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.关于ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.lbl_version = new System.Windows.Forms.Label();
|
|
this.btn_install = new System.Windows.Forms.Button();
|
|
this.btn_update = new System.Windows.Forms.Button();
|
|
this.btn_selectfile = new System.Windows.Forms.Button();
|
|
this.lbl_log = new System.Windows.Forms.Label();
|
|
this.lbl_usetime = new System.Windows.Forms.Label();
|
|
this.lbl_usetime2 = new System.Windows.Forms.Label();
|
|
this.link_catlog = new System.Windows.Forms.LinkLabel();
|
|
this.timer_Timeout = new System.Windows.Forms.Timer(this.components);
|
|
this.txt_filepath = new System.Windows.Forms.TextBox();
|
|
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
|
|
this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
|
|
this.toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel();
|
|
this.toolStripStatusLabel4 = new System.Windows.Forms.ToolStripStatusLabel();
|
|
this.cb_clear_image = new System.Windows.Forms.CheckBox();
|
|
this.cmb_MultiEnv = new System.Windows.Forms.ComboBox();
|
|
this.menuStrip1.SuspendLayout();
|
|
this.statusStrip1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// menuStrip1
|
|
//
|
|
this.menuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
|
|
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.服务器管理ToolStripMenuItem,
|
|
this.系统管理ToolStripMenuItem,
|
|
this.数据库管理ToolStripMenuItem,
|
|
this.HelpToolStripMenuItem});
|
|
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
|
|
this.menuStrip1.Name = "menuStrip1";
|
|
this.menuStrip1.Padding = new System.Windows.Forms.Padding(4, 2, 0, 2);
|
|
this.menuStrip1.Size = new System.Drawing.Size(529, 25);
|
|
this.menuStrip1.TabIndex = 6;
|
|
this.menuStrip1.Text = "menuStrip1";
|
|
//
|
|
// 服务器管理ToolStripMenuItem
|
|
//
|
|
this.服务器管理ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.选择服务器ToolStripMenuItem,
|
|
this.退出ToolStripMenuItem1});
|
|
this.服务器管理ToolStripMenuItem.Name = "服务器管理ToolStripMenuItem";
|
|
this.服务器管理ToolStripMenuItem.Size = new System.Drawing.Size(68, 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);
|
|
//
|
|
// 退出ToolStripMenuItem1
|
|
//
|
|
this.退出ToolStripMenuItem1.Name = "退出ToolStripMenuItem1";
|
|
this.退出ToolStripMenuItem1.Size = new System.Drawing.Size(136, 22);
|
|
this.退出ToolStripMenuItem1.Text = "退出";
|
|
this.退出ToolStripMenuItem1.Click += new System.EventHandler(this.退出ToolStripMenuItem1_Click);
|
|
//
|
|
// 系统管理ToolStripMenuItem
|
|
//
|
|
this.系统管理ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.模块管理ToolStripMenuItem,
|
|
this.定时备份ToolStripMenuItem,
|
|
this.DataExportToolStripMenuItem,
|
|
this.多套管理ToolStripMenuItem});
|
|
this.系统管理ToolStripMenuItem.Name = "系统管理ToolStripMenuItem";
|
|
this.系统管理ToolStripMenuItem.Size = new System.Drawing.Size(68, 21);
|
|
this.系统管理ToolStripMenuItem.Text = "系统管理";
|
|
//
|
|
// 模块管理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);
|
|
//
|
|
// DataExportToolStripMenuItem
|
|
//
|
|
this.DataExportToolStripMenuItem.Name = "DataExportToolStripMenuItem";
|
|
this.DataExportToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
|
|
this.DataExportToolStripMenuItem.Text = "数据导出";
|
|
this.DataExportToolStripMenuItem.Click += new System.EventHandler(this.DataExportToolStripMenuItem_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.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.toolStripMenuItem1,
|
|
this.mysql管理ToolStripMenuItem,
|
|
this.mQ管理ToolStripMenuItem1,
|
|
this.redis管理ToolStripMenuItem1,
|
|
this.tsmi_DbCompare});
|
|
this.数据库管理ToolStripMenuItem.Name = "数据库管理ToolStripMenuItem";
|
|
this.数据库管理ToolStripMenuItem.Size = new System.Drawing.Size(68, 21);
|
|
this.数据库管理ToolStripMenuItem.Text = "其他工具";
|
|
//
|
|
// toolStripMenuItem1
|
|
//
|
|
this.toolStripMenuItem1.Name = "toolStripMenuItem1";
|
|
this.toolStripMenuItem1.Size = new System.Drawing.Size(160, 22);
|
|
this.toolStripMenuItem1.Text = "Docker管理";
|
|
this.toolStripMenuItem1.Click += new System.EventHandler(this.toolStripMenuItem1_Click);
|
|
//
|
|
// mysql管理ToolStripMenuItem
|
|
//
|
|
this.mysql管理ToolStripMenuItem.Name = "mysql管理ToolStripMenuItem";
|
|
this.mysql管理ToolStripMenuItem.Size = new System.Drawing.Size(160, 22);
|
|
this.mysql管理ToolStripMenuItem.Text = "Mysql管理";
|
|
this.mysql管理ToolStripMenuItem.Click += new System.EventHandler(this.mysql管理ToolStripMenuItem_Click);
|
|
//
|
|
// mQ管理ToolStripMenuItem1
|
|
//
|
|
this.mQ管理ToolStripMenuItem1.Name = "mQ管理ToolStripMenuItem1";
|
|
this.mQ管理ToolStripMenuItem1.Size = new System.Drawing.Size(160, 22);
|
|
this.mQ管理ToolStripMenuItem1.Text = "MQ管理";
|
|
this.mQ管理ToolStripMenuItem1.Click += new System.EventHandler(this.mQ管理ToolStripMenuItem1_Click);
|
|
//
|
|
// redis管理ToolStripMenuItem1
|
|
//
|
|
this.redis管理ToolStripMenuItem1.Name = "redis管理ToolStripMenuItem1";
|
|
this.redis管理ToolStripMenuItem1.Size = new System.Drawing.Size(160, 22);
|
|
this.redis管理ToolStripMenuItem1.Text = "Redis管理";
|
|
this.redis管理ToolStripMenuItem1.Click += new System.EventHandler(this.redis管理ToolStripMenuItem1_Click);
|
|
//
|
|
// tsmi_DbCompare
|
|
//
|
|
this.tsmi_DbCompare.Name = "tsmi_DbCompare";
|
|
this.tsmi_DbCompare.Size = new System.Drawing.Size(160, 22);
|
|
this.tsmi_DbCompare.Text = "数据库比对工具";
|
|
this.tsmi_DbCompare.Click += new System.EventHandler(this.tsmi_DbCompare_Click);
|
|
//
|
|
// HelpToolStripMenuItem
|
|
//
|
|
this.HelpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.关于ToolStripMenuItem});
|
|
this.HelpToolStripMenuItem.Name = "HelpToolStripMenuItem";
|
|
this.HelpToolStripMenuItem.Size = new System.Drawing.Size(44, 21);
|
|
this.HelpToolStripMenuItem.Text = "帮助";
|
|
this.HelpToolStripMenuItem.Click += new System.EventHandler(this.HelpToolStripMenuItem_Click);
|
|
//
|
|
// 关于ToolStripMenuItem
|
|
//
|
|
this.关于ToolStripMenuItem.Name = "关于ToolStripMenuItem";
|
|
this.关于ToolStripMenuItem.Size = new System.Drawing.Size(100, 22);
|
|
this.关于ToolStripMenuItem.Text = "关于";
|
|
this.关于ToolStripMenuItem.Click += new System.EventHandler(this.AboutToolStripMenuItem_Click);
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label1.Location = new System.Drawing.Point(12, 37);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(65, 12);
|
|
this.label1.TabIndex = 10;
|
|
this.label1.Text = "选择环境:";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label2.Location = new System.Drawing.Point(12, 95);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(65, 12);
|
|
this.label2.TabIndex = 15;
|
|
this.label2.Text = "当前版本:";
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label3.Location = new System.Drawing.Point(12, 65);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(65, 12);
|
|
this.label3.TabIndex = 16;
|
|
this.label3.Text = "文件路径:";
|
|
//
|
|
// lbl_version
|
|
//
|
|
this.lbl_version.AutoSize = true;
|
|
this.lbl_version.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.lbl_version.Location = new System.Drawing.Point(83, 95);
|
|
this.lbl_version.Name = "lbl_version";
|
|
this.lbl_version.Size = new System.Drawing.Size(0, 12);
|
|
this.lbl_version.TabIndex = 19;
|
|
//
|
|
// btn_install
|
|
//
|
|
this.btn_install.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btn_install.Location = new System.Drawing.Point(326, 93);
|
|
this.btn_install.Name = "btn_install";
|
|
this.btn_install.Size = new System.Drawing.Size(96, 23);
|
|
this.btn_install.TabIndex = 20;
|
|
this.btn_install.Text = "安装";
|
|
this.btn_install.UseVisualStyleBackColor = true;
|
|
this.btn_install.Click += new System.EventHandler(this.btn_install_Click);
|
|
//
|
|
// btn_update
|
|
//
|
|
this.btn_update.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btn_update.Location = new System.Drawing.Point(428, 93);
|
|
this.btn_update.Name = "btn_update";
|
|
this.btn_update.Size = new System.Drawing.Size(83, 23);
|
|
this.btn_update.TabIndex = 21;
|
|
this.btn_update.Text = "升级";
|
|
this.btn_update.UseVisualStyleBackColor = true;
|
|
this.btn_update.Click += new System.EventHandler(this.btm_update_Click);
|
|
//
|
|
// btn_selectfile
|
|
//
|
|
this.btn_selectfile.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btn_selectfile.Location = new System.Drawing.Point(469, 62);
|
|
this.btn_selectfile.Name = "btn_selectfile";
|
|
this.btn_selectfile.Size = new System.Drawing.Size(43, 23);
|
|
this.btn_selectfile.TabIndex = 23;
|
|
this.btn_selectfile.Text = "...";
|
|
this.btn_selectfile.UseVisualStyleBackColor = true;
|
|
this.btn_selectfile.Click += new System.EventHandler(this.btn_selectfile_Click);
|
|
//
|
|
// lbl_log
|
|
//
|
|
this.lbl_log.AutoSize = true;
|
|
this.lbl_log.Location = new System.Drawing.Point(134, 125);
|
|
this.lbl_log.Name = "lbl_log";
|
|
this.lbl_log.Size = new System.Drawing.Size(0, 12);
|
|
this.lbl_log.TabIndex = 24;
|
|
//
|
|
// lbl_usetime
|
|
//
|
|
this.lbl_usetime.AutoSize = true;
|
|
this.lbl_usetime.Location = new System.Drawing.Point(12, 125);
|
|
this.lbl_usetime.Name = "lbl_usetime";
|
|
this.lbl_usetime.Size = new System.Drawing.Size(65, 12);
|
|
this.lbl_usetime.TabIndex = 25;
|
|
this.lbl_usetime.Text = "已用时间:";
|
|
//
|
|
// lbl_usetime2
|
|
//
|
|
this.lbl_usetime2.AutoSize = true;
|
|
this.lbl_usetime2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.lbl_usetime2.Location = new System.Drawing.Point(83, 125);
|
|
this.lbl_usetime2.Name = "lbl_usetime2";
|
|
this.lbl_usetime2.Size = new System.Drawing.Size(0, 12);
|
|
this.lbl_usetime2.TabIndex = 26;
|
|
//
|
|
// link_catlog
|
|
//
|
|
this.link_catlog.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.link_catlog.AutoSize = true;
|
|
this.link_catlog.Location = new System.Drawing.Point(443, 125);
|
|
this.link_catlog.Name = "link_catlog";
|
|
this.link_catlog.Size = new System.Drawing.Size(53, 12);
|
|
this.link_catlog.TabIndex = 28;
|
|
this.link_catlog.TabStop = true;
|
|
this.link_catlog.Text = "查看日志";
|
|
this.link_catlog.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.link_catlog_LinkClicked);
|
|
//
|
|
// timer_Timeout
|
|
//
|
|
this.timer_Timeout.Tick += new System.EventHandler(this.timer_Timeout_Tick);
|
|
//
|
|
// txt_filepath
|
|
//
|
|
this.txt_filepath.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.txt_filepath.Location = new System.Drawing.Point(83, 62);
|
|
this.txt_filepath.Name = "txt_filepath";
|
|
this.txt_filepath.Size = new System.Drawing.Size(380, 21);
|
|
this.txt_filepath.TabIndex = 17;
|
|
//
|
|
// statusStrip1
|
|
//
|
|
this.statusStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
|
|
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.toolStripStatusLabel1,
|
|
this.toolStripStatusLabel2,
|
|
this.toolStripStatusLabel4});
|
|
this.statusStrip1.Location = new System.Drawing.Point(0, 145);
|
|
this.statusStrip1.Name = "statusStrip1";
|
|
this.statusStrip1.Padding = new System.Windows.Forms.Padding(1, 0, 10, 0);
|
|
this.statusStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
|
|
this.statusStrip1.Size = new System.Drawing.Size(529, 22);
|
|
this.statusStrip1.TabIndex = 29;
|
|
this.statusStrip1.Text = "statusStrip1";
|
|
//
|
|
// toolStripStatusLabel1
|
|
//
|
|
this.toolStripStatusLabel1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
|
|
this.toolStripStatusLabel1.Size = new System.Drawing.Size(89, 17);
|
|
this.toolStripStatusLabel1.Text = "时间:14:40:22";
|
|
//
|
|
// toolStripStatusLabel2
|
|
//
|
|
this.toolStripStatusLabel2.Name = "toolStripStatusLabel2";
|
|
this.toolStripStatusLabel2.Size = new System.Drawing.Size(0, 17);
|
|
//
|
|
// toolStripStatusLabel4
|
|
//
|
|
this.toolStripStatusLabel4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.toolStripStatusLabel4.Name = "toolStripStatusLabel4";
|
|
this.toolStripStatusLabel4.Size = new System.Drawing.Size(281, 17);
|
|
this.toolStripStatusLabel4.Text = " CPU使用:50% 内存使用:50% 硬盘使用:50%";
|
|
//
|
|
// cb_clear_image
|
|
//
|
|
this.cb_clear_image.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.cb_clear_image.AutoSize = true;
|
|
this.cb_clear_image.Location = new System.Drawing.Point(415, 35);
|
|
this.cb_clear_image.Margin = new System.Windows.Forms.Padding(2);
|
|
this.cb_clear_image.Name = "cb_clear_image";
|
|
this.cb_clear_image.Size = new System.Drawing.Size(96, 16);
|
|
this.cb_clear_image.TabIndex = 30;
|
|
this.cb_clear_image.Text = "清除镜像文件";
|
|
this.cb_clear_image.UseVisualStyleBackColor = true;
|
|
//
|
|
// cmb_MultiEnv
|
|
//
|
|
this.cmb_MultiEnv.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.cmb_MultiEnv.FormattingEnabled = true;
|
|
this.cmb_MultiEnv.Location = new System.Drawing.Point(83, 35);
|
|
this.cmb_MultiEnv.Name = "cmb_MultiEnv";
|
|
this.cmb_MultiEnv.Size = new System.Drawing.Size(154, 20);
|
|
this.cmb_MultiEnv.TabIndex = 31;
|
|
this.cmb_MultiEnv.SelectedIndexChanged += new System.EventHandler(this.cmb_MultiEnv_SelectedIndexChanged);
|
|
//
|
|
// Frm_Main
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(529, 167);
|
|
this.Controls.Add(this.cmb_MultiEnv);
|
|
this.Controls.Add(this.cb_clear_image);
|
|
this.Controls.Add(this.statusStrip1);
|
|
this.Controls.Add(this.link_catlog);
|
|
this.Controls.Add(this.lbl_usetime2);
|
|
this.Controls.Add(this.lbl_usetime);
|
|
this.Controls.Add(this.lbl_log);
|
|
this.Controls.Add(this.btn_selectfile);
|
|
this.Controls.Add(this.btn_update);
|
|
this.Controls.Add(this.btn_install);
|
|
this.Controls.Add(this.lbl_version);
|
|
this.Controls.Add(this.txt_filepath);
|
|
this.Controls.Add(this.label3);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.menuStrip1);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.MaximizeBox = false;
|
|
this.Name = "Frm_Main";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "运维工具";
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Frm_Main_FormClosing);
|
|
this.Load += new System.EventHandler(this.Frm_Main_Load);
|
|
this.menuStrip1.ResumeLayout(false);
|
|
this.menuStrip1.PerformLayout();
|
|
this.statusStrip1.ResumeLayout(false);
|
|
this.statusStrip1.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
private System.Windows.Forms.MenuStrip menuStrip1;
|
|
private System.Windows.Forms.ToolStripMenuItem 服务器管理ToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem 选择服务器ToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem 退出ToolStripMenuItem1;
|
|
private System.Windows.Forms.ToolStripMenuItem 数据库管理ToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem mysql管理ToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem mQ管理ToolStripMenuItem1;
|
|
private System.Windows.Forms.ToolStripMenuItem redis管理ToolStripMenuItem1;
|
|
private System.Windows.Forms.ToolStripMenuItem tsmi_DbCompare;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.TextBox txt_filepath;
|
|
private System.Windows.Forms.Label lbl_version;
|
|
private System.Windows.Forms.Button btn_install;
|
|
private System.Windows.Forms.Button btn_update;
|
|
private System.Windows.Forms.Button btn_selectfile;
|
|
private System.Windows.Forms.Label lbl_log;
|
|
private System.Windows.Forms.Label lbl_usetime;
|
|
private System.Windows.Forms.Label lbl_usetime2;
|
|
private System.Windows.Forms.LinkLabel link_catlog;
|
|
private System.Windows.Forms.Timer timer_Timeout;
|
|
private System.Windows.Forms.ToolStripMenuItem 系统管理ToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem 定时备份ToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1;
|
|
private System.Windows.Forms.StatusStrip statusStrip1;
|
|
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
|
|
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel2;
|
|
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel4;
|
|
private System.Windows.Forms.CheckBox cb_clear_image;
|
|
private System.Windows.Forms.ToolStripMenuItem DataExportToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem 模块管理ToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem 多套管理ToolStripMenuItem;
|
|
private System.Windows.Forms.ComboBox cmb_MultiEnv;
|
|
private System.Windows.Forms.ToolStripMenuItem HelpToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem 关于ToolStripMenuItem;
|
|
}
|
|
} |