### MyHouse V1.0.2502.0801 - *.[新增]适配新版接口。 ### SmartHouseAPI V1.0.2502.0801 - *.[新增]支持Docker部署,支持NAS。
352 lines
18 KiB
C#
352 lines
18 KiB
C#
namespace MyHouse
|
|
|
|
|
|
{
|
|
partial class FrmScan
|
|
{
|
|
/// <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();
|
|
this.notifyIcon1 = new System.Windows.Forms.NotifyIcon(this.components);
|
|
this.MenuTray = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
this.显示主窗体ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.退出软件ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
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.chromeTabControl1 = new ryControls.ChromeTabControl();
|
|
this.tabPage1 = new System.Windows.Forms.TabPage();
|
|
this.BtnScan = new ryControls.ButtonEx();
|
|
this.LvCbResult = new BrightIdeasSoftware.FastObjectListView();
|
|
this.OlvGameName = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
|
|
this.OlvFileName = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
|
|
this.OlvAddTime = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
|
|
this.TabLogs = new System.Windows.Forms.TabPage();
|
|
this.LvLogs = new BrightIdeasSoftware.FastObjectListView();
|
|
this.OlvLog = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
|
|
this.OlvLogTime = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
|
|
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
|
|
this.TsState = new System.Windows.Forms.ToolStripStatusLabel();
|
|
this.MenuLogs = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
this.复制日志信息ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.MenuTray.SuspendLayout();
|
|
this.menuStrip1.SuspendLayout();
|
|
this.chromeTabControl1.SuspendLayout();
|
|
this.tabPage1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.LvCbResult)).BeginInit();
|
|
this.TabLogs.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.LvLogs)).BeginInit();
|
|
this.statusStrip1.SuspendLayout();
|
|
this.MenuLogs.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// notifyIcon1
|
|
//
|
|
this.notifyIcon1.ContextMenuStrip = this.MenuTray;
|
|
this.notifyIcon1.Visible = true;
|
|
this.notifyIcon1.DoubleClick += new System.EventHandler(this.显示主窗体ToolStripMenuItem_Click);
|
|
//
|
|
// MenuTray
|
|
//
|
|
this.MenuTray.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.显示主窗体ToolStripMenuItem,
|
|
this.退出软件ToolStripMenuItem});
|
|
this.MenuTray.Name = "MenuTray";
|
|
this.MenuTray.Size = new System.Drawing.Size(137, 48);
|
|
//
|
|
// 显示主窗体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);
|
|
//
|
|
// 退出软件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);
|
|
//
|
|
// menuStrip1
|
|
//
|
|
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.关于ToolStripMenuItem});
|
|
this.menuStrip1.Location = new System.Drawing.Point(1, 27);
|
|
this.menuStrip1.Name = "menuStrip1";
|
|
this.menuStrip1.Size = new System.Drawing.Size(802, 25);
|
|
this.menuStrip1.TabIndex = 2;
|
|
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.Size = new System.Drawing.Size(136, 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(136, 22);
|
|
this.捐助ToolStripMenuItem.Text = "关于和捐助";
|
|
this.捐助ToolStripMenuItem.Click += new System.EventHandler(this.捐助ToolStripMenuItem_Click);
|
|
//
|
|
// chromeTabControl1
|
|
//
|
|
this.chromeTabControl1.AllowDragTab = false;
|
|
this.chromeTabControl1.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.chromeTabControl1.BackTabPageImage = null;
|
|
this.chromeTabControl1.Controls.Add(this.tabPage1);
|
|
this.chromeTabControl1.Controls.Add(this.TabLogs);
|
|
this.chromeTabControl1.Cursor = System.Windows.Forms.Cursors.Default;
|
|
this.chromeTabControl1.ItemSize = new System.Drawing.Size(100, 25);
|
|
this.chromeTabControl1.Location = new System.Drawing.Point(1, 55);
|
|
this.chromeTabControl1.Name = "chromeTabControl1";
|
|
this.chromeTabControl1.SelectedIndex = 0;
|
|
this.chromeTabControl1.ShowAddButton = false;
|
|
this.chromeTabControl1.ShowCloseButton = false;
|
|
this.chromeTabControl1.Size = new System.Drawing.Size(802, 513);
|
|
this.chromeTabControl1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
|
|
this.chromeTabControl1.TabContextMenuStrip = null;
|
|
this.chromeTabControl1.TabIndex = 0;
|
|
this.chromeTabControl1.TabMaxWidth = 100;
|
|
//
|
|
// tabPage1
|
|
//
|
|
this.tabPage1.Controls.Add(this.BtnScan);
|
|
this.tabPage1.Controls.Add(this.LvCbResult);
|
|
this.tabPage1.Location = new System.Drawing.Point(1, 29);
|
|
this.tabPage1.Name = "tabPage1";
|
|
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
|
|
this.tabPage1.Size = new System.Drawing.Size(800, 483);
|
|
this.tabPage1.TabIndex = 0;
|
|
this.tabPage1.Text = "首页";
|
|
this.tabPage1.UseVisualStyleBackColor = true;
|
|
//
|
|
// BtnScan
|
|
//
|
|
this.BtnScan.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(76)))), ((int)(((byte)(95)))));
|
|
this.BtnScan.Location = new System.Drawing.Point(3, 6);
|
|
this.BtnScan.Name = "BtnScan";
|
|
this.BtnScan.Size = new System.Drawing.Size(80, 35);
|
|
this.BtnScan.TabIndex = 85;
|
|
this.BtnScan.Text = "扫描";
|
|
this.BtnScan.UseVisualStyleBackColor = true;
|
|
this.BtnScan.Click += new System.EventHandler(this.BtnScan_Click);
|
|
//
|
|
// LvCbResult
|
|
//
|
|
this.LvCbResult.AllColumns.Add(this.OlvGameName);
|
|
this.LvCbResult.AllColumns.Add(this.OlvFileName);
|
|
this.LvCbResult.AllColumns.Add(this.OlvAddTime);
|
|
this.LvCbResult.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.LvCbResult.CellEditUseWholeCell = false;
|
|
this.LvCbResult.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
|
|
this.OlvGameName,
|
|
this.OlvFileName,
|
|
this.OlvAddTime});
|
|
this.LvCbResult.Cursor = System.Windows.Forms.Cursors.Default;
|
|
this.LvCbResult.EmptyListMsg = "当前列表没有任何项";
|
|
this.LvCbResult.FullRowSelect = true;
|
|
this.LvCbResult.HideSelection = false;
|
|
this.LvCbResult.Location = new System.Drawing.Point(3, 47);
|
|
this.LvCbResult.Name = "LvCbResult";
|
|
this.LvCbResult.RowHeight = 25;
|
|
this.LvCbResult.ShowGroups = false;
|
|
this.LvCbResult.ShowItemToolTips = true;
|
|
this.LvCbResult.Size = new System.Drawing.Size(794, 433);
|
|
this.LvCbResult.TabIndex = 84;
|
|
this.LvCbResult.UseCompatibleStateImageBehavior = false;
|
|
this.LvCbResult.UseFiltering = true;
|
|
this.LvCbResult.View = System.Windows.Forms.View.Details;
|
|
this.LvCbResult.VirtualMode = true;
|
|
//
|
|
// OlvGameName
|
|
//
|
|
this.OlvGameName.Text = "游戏名";
|
|
this.OlvGameName.Width = 200;
|
|
//
|
|
// OlvFileName
|
|
//
|
|
this.OlvFileName.Text = "文件名";
|
|
this.OlvFileName.Width = 180;
|
|
//
|
|
// OlvAddTime
|
|
//
|
|
this.OlvAddTime.Text = "提交时间";
|
|
this.OlvAddTime.Width = 200;
|
|
//
|
|
// TabLogs
|
|
//
|
|
this.TabLogs.Controls.Add(this.LvLogs);
|
|
this.TabLogs.Location = new System.Drawing.Point(1, 29);
|
|
this.TabLogs.Name = "TabLogs";
|
|
this.TabLogs.Padding = new System.Windows.Forms.Padding(3);
|
|
this.TabLogs.Size = new System.Drawing.Size(800, 464);
|
|
this.TabLogs.TabIndex = 1;
|
|
this.TabLogs.Text = "日志";
|
|
this.TabLogs.UseVisualStyleBackColor = true;
|
|
//
|
|
// LvLogs
|
|
//
|
|
this.LvLogs.AllColumns.Add(this.OlvLog);
|
|
this.LvLogs.AllColumns.Add(this.OlvLogTime);
|
|
this.LvLogs.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.LvLogs.CellEditUseWholeCell = false;
|
|
this.LvLogs.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
|
|
this.OlvLog,
|
|
this.OlvLogTime});
|
|
this.LvLogs.Cursor = System.Windows.Forms.Cursors.Default;
|
|
this.LvLogs.EmptyListMsg = "当前列表没有任何项";
|
|
this.LvLogs.FullRowSelect = true;
|
|
this.LvLogs.HideSelection = false;
|
|
this.LvLogs.Location = new System.Drawing.Point(3, 3);
|
|
this.LvLogs.Name = "LvLogs";
|
|
this.LvLogs.RowHeight = 25;
|
|
this.LvLogs.ShowGroups = false;
|
|
this.LvLogs.ShowItemToolTips = true;
|
|
this.LvLogs.Size = new System.Drawing.Size(794, 458);
|
|
this.LvLogs.TabIndex = 85;
|
|
this.LvLogs.UseCompatibleStateImageBehavior = false;
|
|
this.LvLogs.UseFiltering = true;
|
|
this.LvLogs.View = System.Windows.Forms.View.Details;
|
|
this.LvLogs.VirtualMode = true;
|
|
//
|
|
// OlvLog
|
|
//
|
|
this.OlvLog.Text = "日志";
|
|
this.OlvLog.Width = 400;
|
|
//
|
|
// OlvLogTime
|
|
//
|
|
this.OlvLogTime.Text = "日志时间";
|
|
this.OlvLogTime.Width = 180;
|
|
//
|
|
// statusStrip1
|
|
//
|
|
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.TsState});
|
|
this.statusStrip1.Location = new System.Drawing.Point(1, 573);
|
|
this.statusStrip1.Name = "statusStrip1";
|
|
this.statusStrip1.Size = new System.Drawing.Size(802, 22);
|
|
this.statusStrip1.TabIndex = 3;
|
|
this.statusStrip1.Text = "statusStrip1";
|
|
//
|
|
// TsState
|
|
//
|
|
this.TsState.Name = "TsState";
|
|
this.TsState.Size = new System.Drawing.Size(83, 17);
|
|
this.TsState.Text = "状态:准备就绪";
|
|
//
|
|
// MenuLogs
|
|
//
|
|
this.MenuLogs.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.复制日志信息ToolStripMenuItem});
|
|
this.MenuLogs.Name = "MenuLogs";
|
|
this.MenuLogs.Size = new System.Drawing.Size(149, 26);
|
|
//
|
|
// 复制日志信息ToolStripMenuItem
|
|
//
|
|
this.复制日志信息ToolStripMenuItem.Name = "复制日志信息ToolStripMenuItem";
|
|
this.复制日志信息ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
|
|
this.复制日志信息ToolStripMenuItem.Text = "复制日志信息";
|
|
this.复制日志信息ToolStripMenuItem.Click += new System.EventHandler(this.复制日志信息ToolStripMenuItem_Click);
|
|
//
|
|
// FrmScan
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(804, 596);
|
|
this.Controls.Add(this.statusStrip1);
|
|
this.Controls.Add(this.menuStrip1);
|
|
this.Controls.Add(this.chromeTabControl1);
|
|
this.Name = "FrmScan";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "扫描";
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmStart_FormClosing);
|
|
this.Load += new System.EventHandler(this.FrmStart_Load);
|
|
this.Shown += new System.EventHandler(this.FrmStart_Shown);
|
|
this.MenuTray.ResumeLayout(false);
|
|
this.menuStrip1.ResumeLayout(false);
|
|
this.menuStrip1.PerformLayout();
|
|
this.chromeTabControl1.ResumeLayout(false);
|
|
this.tabPage1.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.LvCbResult)).EndInit();
|
|
this.TabLogs.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.LvLogs)).EndInit();
|
|
this.statusStrip1.ResumeLayout(false);
|
|
this.statusStrip1.PerformLayout();
|
|
this.MenuLogs.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private ryControls.ChromeTabControl chromeTabControl1;
|
|
private System.Windows.Forms.TabPage tabPage1;
|
|
private System.Windows.Forms.NotifyIcon notifyIcon1;
|
|
private System.Windows.Forms.ContextMenuStrip MenuTray;
|
|
private System.Windows.Forms.ToolStripMenuItem 显示主窗体ToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem 退出软件ToolStripMenuItem;
|
|
private System.Windows.Forms.MenuStrip menuStrip1;
|
|
private System.Windows.Forms.ToolStripMenuItem 关于ToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem 捐助ToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem 打开官网ToolStripMenuItem;
|
|
private BrightIdeasSoftware.FastObjectListView LvCbResult;
|
|
private BrightIdeasSoftware.OLVColumn OlvGameName;
|
|
private BrightIdeasSoftware.OLVColumn OlvFileName;
|
|
private BrightIdeasSoftware.OLVColumn OlvAddTime;
|
|
private ryControls.ButtonEx BtnScan;
|
|
private System.Windows.Forms.StatusStrip statusStrip1;
|
|
private System.Windows.Forms.ToolStripStatusLabel TsState;
|
|
private System.Windows.Forms.TabPage TabLogs;
|
|
private BrightIdeasSoftware.FastObjectListView LvLogs;
|
|
private BrightIdeasSoftware.OLVColumn OlvLog;
|
|
private BrightIdeasSoftware.OLVColumn OlvLogTime;
|
|
private System.Windows.Forms.ContextMenuStrip MenuLogs;
|
|
private System.Windows.Forms.ToolStripMenuItem 复制日志信息ToolStripMenuItem;
|
|
}
|
|
} |