📄 frmmain.designer.cs
字号:
namespace StockMarket
{
partial class frmMain
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMain));
this.label1 = new System.Windows.Forms.Label();
this.txtCode = new System.Windows.Forms.TextBox();
this.pic = new System.Windows.Forms.PictureBox();
this.notifyIcon = new System.Windows.Forms.NotifyIcon(this.components);
this.SubMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
this.显示主窗体FToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.管理买入股票MToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
this.退出XToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.gbInfo = new System.Windows.Forms.GroupBox();
this.labBecomePrice = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.labBecome = new System.Windows.Forms.Label();
this.label11 = new System.Windows.Forms.Label();
this.labMinPrice = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.labMaxPrice = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.labTodayOpen = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.labPreDay = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.labUpDown = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.labNewPrice = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.labShangZheng = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.pic)).BeginInit();
this.SubMenu.SuspendLayout();
this.gbInfo.SuspendLayout();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(7, 15);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(41, 12);
this.label1.TabIndex = 0;
this.label1.Text = "代码:";
//
// txtCode
//
this.txtCode.Location = new System.Drawing.Point(54, 9);
this.txtCode.Name = "txtCode";
this.txtCode.Size = new System.Drawing.Size(100, 21);
this.txtCode.TabIndex = 1;
this.txtCode.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtCode_KeyUp);
//
// pic
//
this.pic.Location = new System.Drawing.Point(9, 131);
this.pic.Name = "pic";
this.pic.Size = new System.Drawing.Size(545, 300);
this.pic.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pic.TabIndex = 3;
this.pic.TabStop = false;
//
// notifyIcon
//
this.notifyIcon.ContextMenuStrip = this.SubMenu;
this.notifyIcon.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon.Icon")));
this.notifyIcon.Visible = true;
this.notifyIcon.MouseClick += new System.Windows.Forms.MouseEventHandler(this.notifyIcon_MouseClick);
//
// SubMenu
//
this.SubMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.显示主窗体FToolStripMenuItem,
this.管理买入股票MToolStripMenuItem,
this.toolStripMenuItem1,
this.退出XToolStripMenuItem});
this.SubMenu.Name = "SubMenu";
this.SubMenu.Size = new System.Drawing.Size(163, 76);
//
// 显示主窗体FToolStripMenuItem
//
this.显示主窗体FToolStripMenuItem.Name = "显示主窗体FToolStripMenuItem";
this.显示主窗体FToolStripMenuItem.Size = new System.Drawing.Size(162, 22);
this.显示主窗体FToolStripMenuItem.Text = "显示主窗体(&F)";
this.显示主窗体FToolStripMenuItem.Click += new System.EventHandler(this.显示主窗体FToolStripMenuItem_Click);
//
// 管理买入股票MToolStripMenuItem
//
this.管理买入股票MToolStripMenuItem.Name = "管理买入股票MToolStripMenuItem";
this.管理买入股票MToolStripMenuItem.Size = new System.Drawing.Size(162, 22);
this.管理买入股票MToolStripMenuItem.Text = "管理买入股票(&M)";
this.管理买入股票MToolStripMenuItem.Click += new System.EventHandler(this.管理买入股票MToolStripMenuItem_Click);
//
// toolStripMenuItem1
//
this.toolStripMenuItem1.Name = "toolStripMenuItem1";
this.toolStripMenuItem1.Size = new System.Drawing.Size(159, 6);
//
// 退出XToolStripMenuItem
//
this.退出XToolStripMenuItem.Name = "退出XToolStripMenuItem";
this.退出XToolStripMenuItem.Size = new System.Drawing.Size(162, 22);
this.退出XToolStripMenuItem.Text = "退出(&X)";
this.退出XToolStripMenuItem.Click += new System.EventHandler(this.退出XToolStripMenuItem_Click);
//
// gbInfo
//
this.gbInfo.BackColor = System.Drawing.SystemColors.Control;
this.gbInfo.Controls.Add(this.labBecomePrice);
this.gbInfo.Controls.Add(this.label8);
this.gbInfo.Controls.Add(this.labBecome);
this.gbInfo.Controls.Add(this.label11);
this.gbInfo.Controls.Add(this.labMinPrice);
this.gbInfo.Controls.Add(this.label7);
this.gbInfo.Controls.Add(this.labMaxPrice);
this.gbInfo.Controls.Add(this.label9);
this.gbInfo.Controls.Add(this.labTodayOpen);
this.gbInfo.Controls.Add(this.label6);
this.gbInfo.Controls.Add(this.labPreDay);
this.gbInfo.Controls.Add(this.label5);
this.gbInfo.Controls.Add(this.labUpDown);
this.gbInfo.Controls.Add(this.label4);
this.gbInfo.Controls.Add(this.labNewPrice);
this.gbInfo.Controls.Add(this.label2);
this.gbInfo.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.gbInfo.Location = new System.Drawing.Point(9, 41);
this.gbInfo.Name = "gbInfo";
this.gbInfo.Size = new System.Drawing.Size(542, 84);
this.gbInfo.TabIndex = 4;
this.gbInfo.TabStop = false;
this.gbInfo.Text = "gbInfo";
//
// labBecomePrice
//
this.labBecomePrice.AutoSize = true;
this.labBecomePrice.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labBecomePrice.Location = new System.Drawing.Point(168, 59);
this.labBecomePrice.Name = "labBecomePrice";
this.labBecomePrice.Size = new System.Drawing.Size(89, 12);
this.labBecomePrice.TabIndex = 15;
this.labBecomePrice.Text = "labBecomePrice";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label8.Location = new System.Drawing.Point(120, 59);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(53, 12);
this.label8.TabIndex = 14;
this.label8.Text = "成交额:";
//
// labBecome
//
this.labBecome.AutoSize = true;
this.labBecome.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labBecome.Location = new System.Drawing.Point(55, 59);
this.labBecome.Name = "labBecome";
this.labBecome.Size = new System.Drawing.Size(59, 12);
this.labBecome.TabIndex = 13;
this.labBecome.Text = "labBecome";
//
// label11
//
this.label11.AutoSize = true;
this.label11.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label11.Location = new System.Drawing.Point(7, 59);
this.label11.Name = "label11";
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -