1 Star 2 Fork 0

轮回/vivo-tools-3

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
mainForm.Designer.cs 14.24 KB
一键复制 编辑 原始数据 按行查看 历史
轮回 提交于 2022-04-27 10:24 . 新增的功能

namespace vivo_tools_3
{
partial class mainForm
{
/// <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(mainForm));
this.uctm_form = new Sunny.UI.UIContextMenuStrip();
this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
this.uiLabel_connect = new System.Windows.Forms.Label();
this.timer_driverCheck = new System.Windows.Forms.Timer(this.components);
this.timer_device_conn = new System.Windows.Forms.Timer(this.components);
this.uiLabel1 = new System.Windows.Forms.Label();
this.timer_time = new System.Windows.Forms.Timer(this.components);
this.notify_main = new System.Windows.Forms.NotifyIcon(this.components);
this.cMS_notify = new System.Windows.Forms.ContextMenuStrip(this.components);
this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem4 = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem5 = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem6 = new System.Windows.Forms.ToolStripMenuItem();
this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker();
this.pb_title = new System.Windows.Forms.PictureBox();
this.uctm_form.SuspendLayout();
this.cMS_notify.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pb_title)).BeginInit();
this.SuspendLayout();
//
// Aside
//
this.Aside.Cursor = System.Windows.Forms.Cursors.Default;
this.Aside.Font = new System.Drawing.Font("微软雅黑", 9F);
this.Aside.ItemHeight = 42;
this.Aside.LineColor = System.Drawing.Color.Black;
this.Aside.Location = new System.Drawing.Point(0, 35);
this.Aside.Size = new System.Drawing.Size(270, 690);
this.Aside.Style = Sunny.UI.UIStyle.Custom;
this.Aside.MenuItemClick += new Sunny.UI.UINavMenu.OnMenuItemClick(this.Aside_MenuItemClick);
//
// Header
//
this.Header.Dock = System.Windows.Forms.DockStyle.Bottom;
this.Header.DropDownItemHeight = 25;
this.Header.DropMenuFont = new System.Drawing.Font("微软雅黑", 9F);
this.Header.Font = new System.Drawing.Font("微软雅黑", 9F);
this.Header.Location = new System.Drawing.Point(0, 725);
this.Header.MenuStyle = Sunny.UI.UIMenuStyle.Custom;
this.Header.NodeSize = new System.Drawing.Size(130, 30);
this.Header.Size = new System.Drawing.Size(1180, 35);
this.Header.Style = Sunny.UI.UIStyle.Custom;
this.Header.BackColorChanged += new System.EventHandler(this.Header_BackColorChanged);
//
// uctm_form
//
this.uctm_form.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
this.uctm_form.Font = new System.Drawing.Font("微软雅黑", 9F);
this.uctm_form.ImageScalingSize = new System.Drawing.Size(0, 0);
this.uctm_form.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripMenuItem1,
this.toolStripMenuItem2});
this.uctm_form.Name = "uiContextMenuStrip1";
this.uctm_form.ShowImageMargin = false;
this.uctm_form.Size = new System.Drawing.Size(114, 52);
this.uctm_form.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
//
// toolStripMenuItem1
//
this.toolStripMenuItem1.Name = "toolStripMenuItem1";
this.toolStripMenuItem1.Size = new System.Drawing.Size(113, 24);
this.toolStripMenuItem1.Text = "更新日志";
this.toolStripMenuItem1.Click += new System.EventHandler(this.toolStripMenuItem1_Click);
//
// toolStripMenuItem2
//
this.toolStripMenuItem2.Name = "toolStripMenuItem2";
this.toolStripMenuItem2.Size = new System.Drawing.Size(113, 24);
this.toolStripMenuItem2.Text = "关于";
this.toolStripMenuItem2.Click += new System.EventHandler(this.toolStripMenuItem2_Click);
//
// uiLabel_connect
//
this.uiLabel_connect.AutoSize = true;
this.uiLabel_connect.BackColor = System.Drawing.Color.Transparent;
this.uiLabel_connect.Font = new System.Drawing.Font("微软雅黑", 9F);
this.uiLabel_connect.Location = new System.Drawing.Point(1043, 733);
this.uiLabel_connect.Name = "uiLabel_connect";
this.uiLabel_connect.Size = new System.Drawing.Size(127, 20);
this.uiLabel_connect.TabIndex = 4;
this.uiLabel_connect.Text = "uiLabel_connect";
this.uiLabel_connect.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.uiLabel_connect.TextChanged += new System.EventHandler(this.uiLabel_connect_TextChanged);
//
// timer_driverCheck
//
this.timer_driverCheck.Interval = 1000;
this.timer_driverCheck.Tick += new System.EventHandler(this.timer_driverCheck_Tick);
//
// timer_device_conn
//
this.timer_device_conn.Interval = 1000;
this.timer_device_conn.Tick += new System.EventHandler(this.timer_device_conn_Tick);
//
// uiLabel1
//
this.uiLabel1.AutoSize = true;
this.uiLabel1.BackColor = System.Drawing.Color.Transparent;
this.uiLabel1.Cursor = System.Windows.Forms.Cursors.Hand;
this.uiLabel1.Font = new System.Drawing.Font("微软雅黑", 9F);
this.uiLabel1.Location = new System.Drawing.Point(15, 734);
this.uiLabel1.Name = "uiLabel1";
this.uiLabel1.Size = new System.Drawing.Size(70, 20);
this.uiLabel1.TabIndex = 5;
this.uiLabel1.Text = "uiLabel1";
this.uiLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.uiLabel1.TextChanged += new System.EventHandler(this.uiLabel1_TextChanged);
this.uiLabel1.Click += new System.EventHandler(this.uiLabel1_Click);
this.uiLabel1.MouseLeave += new System.EventHandler(this.uiLabel1_MouseLeave);
this.uiLabel1.MouseHover += new System.EventHandler(this.uiLabel1_MouseHover);
//
// timer_time
//
this.timer_time.Interval = 1000;
this.timer_time.Tick += new System.EventHandler(this.timer_time_Tick);
//
// notify_main
//
this.notify_main.BalloonTipIcon = System.Windows.Forms.ToolTipIcon.Info;
this.notify_main.ContextMenuStrip = this.cMS_notify;
this.notify_main.Icon = ((System.Drawing.Icon)(resources.GetObject("notify_main.Icon")));
this.notify_main.Text = "notifyIcon1";
this.notify_main.Visible = true;
this.notify_main.DoubleClick += new System.EventHandler(this.toolStripMenuItem5_Click);
//
// cMS_notify
//
this.cMS_notify.ImageScalingSize = new System.Drawing.Size(20, 20);
this.cMS_notify.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripMenuItem3,
this.toolStripMenuItem4,
this.toolStripMenuItem5,
this.toolStripMenuItem6});
this.cMS_notify.Name = "contextMenuStrip1";
this.cMS_notify.Size = new System.Drawing.Size(158, 108);
//
// toolStripMenuItem3
//
this.toolStripMenuItem3.Image = global::vivo_tools_3.Properties.Resources.icon1;
this.toolStripMenuItem3.Name = "toolStripMenuItem3";
this.toolStripMenuItem3.Size = new System.Drawing.Size(157, 26);
this.toolStripMenuItem3.Text = "未登录";
this.toolStripMenuItem3.Click += new System.EventHandler(this.uiLabel1_Click);
//
// toolStripMenuItem4
//
this.toolStripMenuItem4.Name = "toolStripMenuItem4";
this.toolStripMenuItem4.Size = new System.Drawing.Size(157, 26);
this.toolStripMenuItem4.Text = "打开主界面";
this.toolStripMenuItem4.Click += new System.EventHandler(this.toolStripMenuItem5_Click);
//
// toolStripMenuItem5
//
this.toolStripMenuItem5.Name = "toolStripMenuItem5";
this.toolStripMenuItem5.Size = new System.Drawing.Size(157, 26);
this.toolStripMenuItem5.Text = "关于工具箱";
this.toolStripMenuItem5.Click += new System.EventHandler(this.toolStripMenuItem2_Click);
//
// toolStripMenuItem6
//
this.toolStripMenuItem6.Name = "toolStripMenuItem6";
this.toolStripMenuItem6.Size = new System.Drawing.Size(157, 26);
this.toolStripMenuItem6.Text = "退出工具箱";
this.toolStripMenuItem6.Click += new System.EventHandler(this.toolStripMenuItem7_Click);
//
// pb_title
//
this.pb_title.BackColor = System.Drawing.Color.Transparent;
this.pb_title.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.pb_title.Cursor = System.Windows.Forms.Cursors.Hand;
this.pb_title.Location = new System.Drawing.Point(4, 4);
this.pb_title.Name = "pb_title";
this.pb_title.Size = new System.Drawing.Size(193, 27);
this.pb_title.TabIndex = 6;
this.pb_title.TabStop = false;
this.pb_title.Click += new System.EventHandler(this.pictureBox1_Click);
this.pb_title.MouseLeave += new System.EventHandler(this.pictureBox1_MouseLeave);
this.pb_title.MouseHover += new System.EventHandler(this.pictureBox1_MouseHover);
//
// mainForm
//
this.AllowAddControlOnTitle = true;
this.AutoScaleDimensions = new System.Drawing.SizeF(120F, 120F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.ClientSize = new System.Drawing.Size(1180, 760);
this.CloseAskString = "";
this.Controls.Add(this.pb_title);
this.Controls.Add(this.uiLabel1);
this.Controls.Add(this.uiLabel_connect);
this.ExtendBox = true;
this.ExtendMenu = this.uctm_form;
this.Font = new System.Drawing.Font("微软雅黑", 9F);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "mainForm";
this.ShowRadius = false;
this.ShowShadow = true;
this.Style = Sunny.UI.UIStyle.Custom;
this.Text = "mainForm";
this.TitleFont = new System.Drawing.Font("微软雅黑", 9F);
this.ZoomScaleRect = new System.Drawing.Rectangle(19, -16, 1180, 760);
this.UIStyleChanged += new System.EventHandler(this.mainForm_UIStyleChanged);
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.mainForm_FormClosing);
this.Load += new System.EventHandler(this.mainForm_Load);
this.Controls.SetChildIndex(this.uiLabel_connect, 0);
this.Controls.SetChildIndex(this.uiLabel1, 0);
this.Controls.SetChildIndex(this.Header, 0);
this.Controls.SetChildIndex(this.Aside, 0);
this.Controls.SetChildIndex(this.pb_title, 0);
this.uctm_form.ResumeLayout(false);
this.cMS_notify.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.pb_title)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private Sunny.UI.UIContextMenuStrip uctm_form;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem2;
private System.Windows.Forms.Label uiLabel_connect;
private System.Windows.Forms.Timer timer_driverCheck;
private System.Windows.Forms.Timer timer_device_conn;
private System.Windows.Forms.Label uiLabel1;
private System.Windows.Forms.Timer timer_time;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1;
private System.Windows.Forms.NotifyIcon notify_main;
private System.Windows.Forms.ContextMenuStrip cMS_notify;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem3;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem4;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem5;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem6;
private System.ComponentModel.BackgroundWorker backgroundWorker1;
private System.Windows.Forms.PictureBox pb_title;
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/PeopleCarWorld/vivo-tools-3.git
[email protected]:PeopleCarWorld/vivo-tools-3.git
PeopleCarWorld
vivo-tools-3
vivo-tools-3
master

搜索帮助