2020-11-28 07:03:28 +00:00
|
|
|
|
namespace Itrycn_Project2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
partial class FrmStart
|
|
|
|
|
{
|
|
|
|
|
/// <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()
|
|
|
|
|
{
|
2020-12-04 09:06:59 +00:00
|
|
|
|
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();
|
2021-09-03 09:31:31 +00:00
|
|
|
|
this.工具ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.选项ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
2020-12-04 09:06:59 +00:00
|
|
|
|
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.MenuTray.SuspendLayout();
|
|
|
|
|
this.menuStrip1.SuspendLayout();
|
|
|
|
|
this.chromeTabControl1.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[] {
|
2021-06-15 01:41:34 +00:00
|
|
|
|
this.工具ToolStripMenuItem,
|
2020-12-04 09:06:59 +00:00
|
|
|
|
this.关于ToolStripMenuItem});
|
2021-06-12 14:09:28 +00:00
|
|
|
|
this.menuStrip1.Location = new System.Drawing.Point(1, 27);
|
2020-12-04 09:06:59 +00:00
|
|
|
|
this.menuStrip1.Name = "menuStrip1";
|
2021-06-12 14:09:28 +00:00
|
|
|
|
this.menuStrip1.Size = new System.Drawing.Size(787, 25);
|
2020-12-04 09:06:59 +00:00
|
|
|
|
this.menuStrip1.TabIndex = 2;
|
|
|
|
|
this.menuStrip1.Text = "menuStrip1";
|
|
|
|
|
//
|
2021-09-03 09:31:31 +00:00
|
|
|
|
// 工具ToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.工具ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
|
|
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(100, 22);
|
|
|
|
|
this.选项ToolStripMenuItem.Text = "选项";
|
|
|
|
|
this.选项ToolStripMenuItem.Click += new System.EventHandler(this.选项ToolStripMenuItem_Click);
|
|
|
|
|
//
|
2020-12-04 09:06:59 +00:00
|
|
|
|
// 关于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";
|
2021-09-03 09:31:31 +00:00
|
|
|
|
this.打开官网ToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
|
2020-12-04 09:06:59 +00:00
|
|
|
|
this.打开官网ToolStripMenuItem.Text = "打开官网";
|
|
|
|
|
this.打开官网ToolStripMenuItem.Click += new System.EventHandler(this.打开官网ToolStripMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// 捐助ToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.捐助ToolStripMenuItem.Name = "捐助ToolStripMenuItem";
|
2021-09-03 09:31:31 +00:00
|
|
|
|
this.捐助ToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
|
2020-12-04 09:06:59 +00:00
|
|
|
|
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.Cursor = System.Windows.Forms.Cursors.Default;
|
|
|
|
|
this.chromeTabControl1.ItemSize = new System.Drawing.Size(100, 25);
|
2021-06-12 14:09:28 +00:00
|
|
|
|
this.chromeTabControl1.Location = new System.Drawing.Point(1, 55);
|
2020-12-04 09:06:59 +00:00
|
|
|
|
this.chromeTabControl1.Name = "chromeTabControl1";
|
|
|
|
|
this.chromeTabControl1.SelectedIndex = 0;
|
|
|
|
|
this.chromeTabControl1.ShowAddButton = false;
|
|
|
|
|
this.chromeTabControl1.ShowCloseButton = false;
|
2021-06-12 14:09:28 +00:00
|
|
|
|
this.chromeTabControl1.Size = new System.Drawing.Size(787, 533);
|
2020-12-04 09:06:59 +00:00
|
|
|
|
this.chromeTabControl1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
|
|
|
|
|
this.chromeTabControl1.TabContextMenuStrip = null;
|
|
|
|
|
this.chromeTabControl1.TabIndex = 0;
|
|
|
|
|
this.chromeTabControl1.TabMaxWidth = 100;
|
|
|
|
|
//
|
|
|
|
|
// tabPage1
|
|
|
|
|
//
|
|
|
|
|
this.tabPage1.Location = new System.Drawing.Point(1, 29);
|
|
|
|
|
this.tabPage1.Name = "tabPage1";
|
|
|
|
|
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
|
2021-06-12 14:09:28 +00:00
|
|
|
|
this.tabPage1.Size = new System.Drawing.Size(785, 503);
|
2020-12-04 09:06:59 +00:00
|
|
|
|
this.tabPage1.TabIndex = 0;
|
|
|
|
|
this.tabPage1.Text = "首页";
|
|
|
|
|
this.tabPage1.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// FrmStart
|
|
|
|
|
//
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
2021-06-12 14:09:28 +00:00
|
|
|
|
this.ClientSize = new System.Drawing.Size(789, 592);
|
2020-12-04 09:06:59 +00:00
|
|
|
|
this.Controls.Add(this.menuStrip1);
|
|
|
|
|
this.Controls.Add(this.chromeTabControl1);
|
2021-09-03 09:31:31 +00:00
|
|
|
|
this.Location = new System.Drawing.Point(0, 0);
|
2020-12-04 09:06:59 +00:00
|
|
|
|
this.Name = "FrmStart";
|
|
|
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
|
|
|
this.Text = "FrmStart";
|
|
|
|
|
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.ResumeLayout(false);
|
|
|
|
|
this.PerformLayout();
|
|
|
|
|
|
2020-11-28 07:03:28 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
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;
|
2020-12-18 03:41:12 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem 打开官网ToolStripMenuItem;
|
2021-06-15 01:41:34 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem 工具ToolStripMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem 选项ToolStripMenuItem;
|
2021-09-03 09:31:31 +00:00
|
|
|
|
private System.Windows.Forms.TabPage tabPage1;
|
|
|
|
|
private ryControls.ChromeTabControl chromeTabControl1;
|
2020-11-28 07:03:28 +00:00
|
|
|
|
}
|
|
|
|
|
}
|