watchfenbi.designer.cs

来自「股票价格预警,股票价格预警,股票价格预警」· CS 代码 · 共 118 行

CS
118
字号
namespace WindowsApplication1
{
    partial class WatchFenBi
    {
        /// <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();
            this.chk_A = new System.Windows.Forms.CheckBox();
            this.chk_shA = new System.Windows.Forms.CheckBox();
            this.chk_szA = new System.Windows.Forms.CheckBox();
            this.txtFound = new System.Windows.Forms.TextBox();
            this.btWatch = new System.Windows.Forms.Button();
            this.timer1 = new System.Windows.Forms.Timer(this.components);
            this.SuspendLayout();
            // 
            // chk_A
            // 
            this.chk_A.AutoSize = true;
            this.chk_A.Location = new System.Drawing.Point(153, 36);
            this.chk_A.Name = "chk_A";
            this.chk_A.Size = new System.Drawing.Size(42, 16);
            this.chk_A.TabIndex = 0;
            this.chk_A.Text = "A股";
            this.chk_A.UseVisualStyleBackColor = true;
            // 
            // chk_shA
            // 
            this.chk_shA.AutoSize = true;
            this.chk_shA.Location = new System.Drawing.Point(254, 36);
            this.chk_shA.Name = "chk_shA";
            this.chk_shA.Size = new System.Drawing.Size(66, 16);
            this.chk_shA.TabIndex = 1;
            this.chk_shA.Text = "上海A股";
            this.chk_shA.UseVisualStyleBackColor = true;
            // 
            // chk_szA
            // 
            this.chk_szA.AutoSize = true;
            this.chk_szA.Location = new System.Drawing.Point(350, 36);
            this.chk_szA.Name = "chk_szA";
            this.chk_szA.Size = new System.Drawing.Size(66, 16);
            this.chk_szA.TabIndex = 2;
            this.chk_szA.Text = "深圳A股";
            this.chk_szA.UseVisualStyleBackColor = true;
            // 
            // txtFound
            // 
            this.txtFound.Location = new System.Drawing.Point(129, 138);
            this.txtFound.Multiline = true;
            this.txtFound.Name = "txtFound";
            this.txtFound.Size = new System.Drawing.Size(456, 142);
            this.txtFound.TabIndex = 3;
            // 
            // btWatch
            // 
            this.btWatch.Location = new System.Drawing.Point(153, 87);
            this.btWatch.Name = "btWatch";
            this.btWatch.Size = new System.Drawing.Size(75, 23);
            this.btWatch.TabIndex = 4;
            this.btWatch.Text = "启动监控";
            this.btWatch.UseVisualStyleBackColor = true;
            this.btWatch.Click += new System.EventHandler(this.btWatch_Click);
            // 
            // timer1
            // 
            this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
            // 
            // SearchFenBi
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(743, 482);
            this.Controls.Add(this.btWatch);
            this.Controls.Add(this.txtFound);
            this.Controls.Add(this.chk_szA);
            this.Controls.Add(this.chk_shA);
            this.Controls.Add(this.chk_A);
            this.Name = "SearchFenBi";
            this.Text = "frmSearchFenBi";
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.CheckBox chk_A;
        private System.Windows.Forms.CheckBox chk_shA;
        private System.Windows.Forms.CheckBox chk_szA;
        private System.Windows.Forms.TextBox txtFound;
        private System.Windows.Forms.Button btWatch;
        private System.Windows.Forms.Timer timer1;
    }
}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?