frmRemark.Designer.cs 6.3 KB
namespace ZedGraph
{
    partial class frmRemark
    {
        /// <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.textBox1 = new System.Windows.Forms.TextBox();
            this.btn_OK = new System.Windows.Forms.Button();
            this.label1 = new System.Windows.Forms.Label();
            this.colorDialog1 = new System.Windows.Forms.ColorDialog();
            this.btn_BackColor = new System.Windows.Forms.Button();
            this.btn_Cancle = new System.Windows.Forms.Button();
            this.btn_ForColor = new System.Windows.Forms.Button();
            this.p_BackColor = new System.Windows.Forms.Panel();
            this.line = new System.Windows.Forms.Label();
            this.SuspendLayout();
            // 
            // textBox1
            // 
            this.textBox1.Location = new System.Drawing.Point(23, 44);
            this.textBox1.Multiline = true;
            this.textBox1.Name = "textBox1";
            this.textBox1.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
            this.textBox1.Size = new System.Drawing.Size(253, 51);
            this.textBox1.TabIndex = 0;
            // 
            // btn_OK
            // 
            this.btn_OK.Location = new System.Drawing.Point(197, 111);
            this.btn_OK.Name = "btn_OK";
            this.btn_OK.Size = new System.Drawing.Size(75, 23);
            this.btn_OK.TabIndex = 1;
            this.btn_OK.Text = "确定";
            this.btn_OK.UseVisualStyleBackColor = true;
            this.btn_OK.Click += new System.EventHandler(this.btn_OK_Click);
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(23, 22);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(29, 12);
            this.label1.TabIndex = 2;
            this.label1.Text = "附注";
            // 
            // btn_BackColor
            // 
            this.btn_BackColor.BackColor = System.Drawing.SystemColors.Control;
            this.btn_BackColor.Location = new System.Drawing.Point(25, 111);
            this.btn_BackColor.Name = "btn_BackColor";
            this.btn_BackColor.Size = new System.Drawing.Size(91, 23);
            this.btn_BackColor.TabIndex = 3;
            this.btn_BackColor.Text = "选择背景颜色";
            this.btn_BackColor.UseVisualStyleBackColor = false;
            this.btn_BackColor.Click += new System.EventHandler(this.btn_BackColor_Click);
            // 
            // btn_Cancle
            // 
            this.btn_Cancle.Location = new System.Drawing.Point(197, 149);
            this.btn_Cancle.Name = "btn_Cancle";
            this.btn_Cancle.Size = new System.Drawing.Size(75, 23);
            this.btn_Cancle.TabIndex = 4;
            this.btn_Cancle.Text = "取消";
            this.btn_Cancle.UseVisualStyleBackColor = true;
            this.btn_Cancle.Click += new System.EventHandler(this.btn_Cancle_Click);
            // 
            // btn_ForColor
            // 
            this.btn_ForColor.BackColor = System.Drawing.SystemColors.Control;
            this.btn_ForColor.Location = new System.Drawing.Point(25, 148);
            this.btn_ForColor.Name = "btn_ForColor";
            this.btn_ForColor.Size = new System.Drawing.Size(91, 23);
            this.btn_ForColor.TabIndex = 5;
            this.btn_ForColor.Text = "选择线体颜色";
            this.btn_ForColor.UseVisualStyleBackColor = false;
            this.btn_ForColor.Click += new System.EventHandler(this.btn_ForColor_Click);
            // 
            // p_BackColor
            // 
            this.p_BackColor.BackColor = System.Drawing.Color.White;
            this.p_BackColor.Location = new System.Drawing.Point(137, 111);
            this.p_BackColor.Name = "p_BackColor";
            this.p_BackColor.Size = new System.Drawing.Size(28, 23);
            this.p_BackColor.TabIndex = 6;
            // 
            // line
            // 
            this.line.AutoSize = true;
            this.line.ForeColor = System.Drawing.Color.Black;
            this.line.Location = new System.Drawing.Point(139, 152);
            this.line.Name = "line";
            this.line.Size = new System.Drawing.Size(29, 12);
            this.line.TabIndex = 7;
            this.line.Text = "——";
            // 
            // frmRemark
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(311, 212);
            this.Controls.Add(this.line);
            this.Controls.Add(this.p_BackColor);
            this.Controls.Add(this.btn_ForColor);
            this.Controls.Add(this.btn_Cancle);
            this.Controls.Add(this.btn_BackColor);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.btn_OK);
            this.Controls.Add(this.textBox1);
            this.Name = "frmRemark";
            this.Text = "frmRemark";
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.TextBox textBox1;
        private System.Windows.Forms.Button btn_OK;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.ColorDialog colorDialog1;
        private System.Windows.Forms.Button btn_BackColor;
        private System.Windows.Forms.Button btn_Cancle;
        private System.Windows.Forms.Button btn_ForColor;
        private System.Windows.Forms.Panel p_BackColor;
        private System.Windows.Forms.Label line;
    }
}