FrmRemarkManage.Designer.cs 17.0 KB
namespace App
{
    partial class FrmRemarkManage
    {
        /// <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()
        {
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
            this.ribbonPanel1 = new RibbonStyle.RibbonPanel();
            this.btn_OK = new System.Windows.Forms.Button();
            this.btn_Delete = new System.Windows.Forms.Button();
            this.btn_Update = new System.Windows.Forms.Button();
            this.btn_Add = new System.Windows.Forms.Button();
            this.line = new System.Windows.Forms.Label();
            this.p_BackColor = new System.Windows.Forms.Panel();
            this.btn_ForColor = new System.Windows.Forms.Button();
            this.btn_BackColor = new System.Windows.Forms.Button();
            this.dg_Remark = new System.Windows.Forms.DataGridView();
            this.btn_Cancel1 = new System.Windows.Forms.Button();
            this.txt_Remark = new System.Windows.Forms.TextBox();
            this.lbl_Remark = new System.Windows.Forms.Label();
            this.colorDialog1 = new System.Windows.Forms.ColorDialog();
            this.ribbonPanel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dg_Remark)).BeginInit();
            this.SuspendLayout();
            // 
            // ribbonPanel1
            // 
            this.ribbonPanel1.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(227)))), ((int)(((byte)(242)))));
            this.ribbonPanel1.BaseColorOn = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(227)))), ((int)(((byte)(242)))));
            this.ribbonPanel1.Caption = "";
            this.ribbonPanel1.Controls.Add(this.btn_OK);
            this.ribbonPanel1.Controls.Add(this.btn_Delete);
            this.ribbonPanel1.Controls.Add(this.btn_Update);
            this.ribbonPanel1.Controls.Add(this.btn_Add);
            this.ribbonPanel1.Controls.Add(this.line);
            this.ribbonPanel1.Controls.Add(this.p_BackColor);
            this.ribbonPanel1.Controls.Add(this.btn_ForColor);
            this.ribbonPanel1.Controls.Add(this.btn_BackColor);
            this.ribbonPanel1.Controls.Add(this.dg_Remark);
            this.ribbonPanel1.Controls.Add(this.btn_Cancel1);
            this.ribbonPanel1.Controls.Add(this.txt_Remark);
            this.ribbonPanel1.Controls.Add(this.lbl_Remark);
            this.ribbonPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ribbonPanel1.Location = new System.Drawing.Point(20, 60);
            this.ribbonPanel1.Name = "ribbonPanel1";
            this.ribbonPanel1.Opacity = 255;
            this.ribbonPanel1.Padding = new System.Windows.Forms.Padding(0, 3, 0, 0);
            this.ribbonPanel1.Size = new System.Drawing.Size(570, 451);
            this.ribbonPanel1.Speed = 8;
            this.ribbonPanel1.TabIndex = 0;
            // 
            // btn_OK
            // 
            this.btn_OK.AutoSize = true;
            this.btn_OK.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(227)))), ((int)(((byte)(242)))));
            this.btn_OK.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.btn_OK.Font = new System.Drawing.Font("΢ÈíÑźÚ", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btn_OK.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(90)))), ((int)(((byte)(154)))));
            this.btn_OK.Location = new System.Drawing.Point(299, 380);
            this.btn_OK.Name = "btn_OK";
            this.btn_OK.Size = new System.Drawing.Size(64, 32);
            this.btn_OK.TabIndex = 99;
            this.btn_OK.Text = "保存";
            this.btn_OK.UseVisualStyleBackColor = false;
            this.btn_OK.Click += new System.EventHandler(this.btn_OK_Click);
            // 
            // btn_Delete
            // 
            this.btn_Delete.AutoSize = true;
            this.btn_Delete.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(227)))), ((int)(((byte)(242)))));
            this.btn_Delete.Font = new System.Drawing.Font("΢ÈíÑźÚ", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btn_Delete.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(90)))), ((int)(((byte)(154)))));
            this.btn_Delete.Location = new System.Drawing.Point(206, 380);
            this.btn_Delete.Name = "btn_Delete";
            this.btn_Delete.Size = new System.Drawing.Size(64, 32);
            this.btn_Delete.TabIndex = 98;
            this.btn_Delete.Text = "ɾ³ý";
            this.btn_Delete.UseVisualStyleBackColor = false;
            this.btn_Delete.Click += new System.EventHandler(this.btn_Delete_Click);
            // 
            // btn_Update
            // 
            this.btn_Update.AutoSize = true;
            this.btn_Update.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(227)))), ((int)(((byte)(242)))));
            this.btn_Update.Font = new System.Drawing.Font("΢ÈíÑźÚ", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btn_Update.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(90)))), ((int)(((byte)(154)))));
            this.btn_Update.Location = new System.Drawing.Point(113, 380);
            this.btn_Update.Name = "btn_Update";
            this.btn_Update.Size = new System.Drawing.Size(64, 32);
            this.btn_Update.TabIndex = 97;
            this.btn_Update.Text = "ÐÞ¸Ä";
            this.btn_Update.UseVisualStyleBackColor = false;
            this.btn_Update.Click += new System.EventHandler(this.btn_Update_Click);
            // 
            // btn_Add
            // 
            this.btn_Add.AutoSize = true;
            this.btn_Add.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(227)))), ((int)(((byte)(242)))));
            this.btn_Add.Font = new System.Drawing.Font("΢ÈíÑźÚ", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btn_Add.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(90)))), ((int)(((byte)(154)))));
            this.btn_Add.Location = new System.Drawing.Point(20, 380);
            this.btn_Add.Name = "btn_Add";
            this.btn_Add.Size = new System.Drawing.Size(64, 32);
            this.btn_Add.TabIndex = 96;
            this.btn_Add.Text = "ÐÂÔö";
            this.btn_Add.UseVisualStyleBackColor = false;
            this.btn_Add.Click += new System.EventHandler(this.btn_Add_Click);
            // 
            // line
            // 
            this.line.AutoSize = true;
            this.line.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(227)))), ((int)(((byte)(242)))));
            this.line.Location = new System.Drawing.Point(334, 339);
            this.line.Name = "line";
            this.line.Size = new System.Drawing.Size(29, 12);
            this.line.TabIndex = 95;
            this.line.Text = "¡ª¡ª";
            // 
            // p_BackColor
            // 
            this.p_BackColor.BackColor = System.Drawing.Color.White;
            this.p_BackColor.Location = new System.Drawing.Point(163, 334);
            this.p_BackColor.Name = "p_BackColor";
            this.p_BackColor.Size = new System.Drawing.Size(28, 23);
            this.p_BackColor.TabIndex = 94;
            // 
            // btn_ForColor
            // 
            this.btn_ForColor.AutoSize = true;
            this.btn_ForColor.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(227)))), ((int)(((byte)(242)))));
            this.btn_ForColor.Font = new System.Drawing.Font("΢ÈíÑźÚ", 9.75F);
            this.btn_ForColor.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(90)))), ((int)(((byte)(154)))));
            this.btn_ForColor.Location = new System.Drawing.Point(206, 330);
            this.btn_ForColor.Name = "btn_ForColor";
            this.btn_ForColor.Size = new System.Drawing.Size(99, 31);
            this.btn_ForColor.TabIndex = 93;
            this.btn_ForColor.Text = "Ñ¡ÔñÏßÌåÑÕÉ«";
            this.btn_ForColor.UseVisualStyleBackColor = false;
            this.btn_ForColor.Click += new System.EventHandler(this.btn_ForColor_Click);
            // 
            // btn_BackColor
            // 
            this.btn_BackColor.AutoSize = true;
            this.btn_BackColor.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(227)))), ((int)(((byte)(242)))));
            this.btn_BackColor.Font = new System.Drawing.Font("΢ÈíÑźÚ", 9.75F);
            this.btn_BackColor.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(90)))), ((int)(((byte)(154)))));
            this.btn_BackColor.Location = new System.Drawing.Point(20, 330);
            this.btn_BackColor.Name = "btn_BackColor";
            this.btn_BackColor.Size = new System.Drawing.Size(99, 31);
            this.btn_BackColor.TabIndex = 91;
            this.btn_BackColor.Text = "Ñ¡Ôñ±³¾°ÑÕÉ«";
            this.btn_BackColor.UseVisualStyleBackColor = false;
            this.btn_BackColor.Click += new System.EventHandler(this.btn_BackColor_Click);
            // 
            // dg_Remark
            // 
            this.dg_Remark.AllowUserToAddRows = false;
            this.dg_Remark.AllowUserToDeleteRows = false;
            this.dg_Remark.AllowUserToResizeColumns = false;
            this.dg_Remark.AllowUserToResizeRows = false;
            this.dg_Remark.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(227)))), ((int)(((byte)(242)))));
            this.dg_Remark.BorderStyle = System.Windows.Forms.BorderStyle.None;
            dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightBlue;
            dataGridViewCellStyle1.Font = new System.Drawing.Font("΢ÈíÑźÚ", 10F);
            dataGridViewCellStyle1.ForeColor = System.Drawing.Color.Navy;
            dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.dg_Remark.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
            this.dg_Remark.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dg_Remark.GridColor = System.Drawing.Color.LightSkyBlue;
            this.dg_Remark.Location = new System.Drawing.Point(24, 23);
            this.dg_Remark.MultiSelect = false;
            this.dg_Remark.Name = "dg_Remark";
            this.dg_Remark.ReadOnly = true;
            this.dg_Remark.RightToLeft = System.Windows.Forms.RightToLeft.No;
            dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle2.BackColor = System.Drawing.Color.LightSkyBlue;
            dataGridViewCellStyle2.Font = new System.Drawing.Font("΢ÈíÑźÚ", 10F);
            dataGridViewCellStyle2.ForeColor = System.Drawing.Color.Navy;
            dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.dg_Remark.RowHeadersDefaultCellStyle = dataGridViewCellStyle2;
            this.dg_Remark.RowHeadersVisible = false;
            this.dg_Remark.RowTemplate.Height = 23;
            this.dg_Remark.ShowRowErrors = false;
            this.dg_Remark.Size = new System.Drawing.Size(435, 177);
            this.dg_Remark.TabIndex = 87;
            this.dg_Remark.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dg_Remark_CellClick);
            // 
            // btn_Cancel1
            // 
            this.btn_Cancel1.AutoSize = true;
            this.btn_Cancel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(227)))), ((int)(((byte)(242)))));
            this.btn_Cancel1.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.btn_Cancel1.Font = new System.Drawing.Font("΢ÈíÑźÚ", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btn_Cancel1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(90)))), ((int)(((byte)(154)))));
            this.btn_Cancel1.Location = new System.Drawing.Point(392, 380);
            this.btn_Cancel1.Name = "btn_Cancel1";
            this.btn_Cancel1.Size = new System.Drawing.Size(64, 32);
            this.btn_Cancel1.TabIndex = 86;
            this.btn_Cancel1.Text = "È¡Ïû";
            this.btn_Cancel1.UseVisualStyleBackColor = false;
            this.btn_Cancel1.Click += new System.EventHandler(this.btn_Cancel1_Click);
            // 
            // txt_Remark
            // 
            this.txt_Remark.BackColor = System.Drawing.Color.Azure;
            this.txt_Remark.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.txt_Remark.Font = new System.Drawing.Font("΢ÈíÑźÚ", 10F);
            this.txt_Remark.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(90)))), ((int)(((byte)(154)))));
            this.txt_Remark.Location = new System.Drawing.Point(84, 216);
            this.txt_Remark.Multiline = true;
            this.txt_Remark.Name = "txt_Remark";
            this.txt_Remark.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
            this.txt_Remark.Size = new System.Drawing.Size(375, 86);
            this.txt_Remark.TabIndex = 83;
            // 
            // lbl_Remark
            // 
            this.lbl_Remark.AutoSize = true;
            this.lbl_Remark.BackColor = System.Drawing.Color.Transparent;
            this.lbl_Remark.Font = new System.Drawing.Font("΢ÈíÑźÚ", 10F);
            this.lbl_Remark.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(90)))), ((int)(((byte)(154)))));
            this.lbl_Remark.Location = new System.Drawing.Point(20, 216);
            this.lbl_Remark.Name = "lbl_Remark";
            this.lbl_Remark.Size = new System.Drawing.Size(37, 20);
            this.lbl_Remark.TabIndex = 84;
            this.lbl_Remark.Text = "¸½×¢";
            // 
            // FrmRemarkManage
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.ClientSize = new System.Drawing.Size(610, 531);
            this.Controls.Add(this.ribbonPanel1);
            this.Location = new System.Drawing.Point(0, 0);
            this.Name = "FrmRemarkManage";
            this.ribbonPanel1.ResumeLayout(false);
            this.ribbonPanel1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dg_Remark)).EndInit();
            this.ResumeLayout(false);

        }

        #endregion

        private RibbonStyle.RibbonPanel ribbonPanel1;
        private System.Windows.Forms.TextBox txt_Remark;
        private System.Windows.Forms.Label lbl_Remark;
        private System.Windows.Forms.Button btn_Cancel1;
        private System.Windows.Forms.DataGridView dg_Remark;
        private System.Windows.Forms.Label line;
        private System.Windows.Forms.Panel p_BackColor;
        private System.Windows.Forms.Button btn_ForColor;
        private System.Windows.Forms.Button btn_BackColor;
        private System.Windows.Forms.Button btn_Delete;
        private System.Windows.Forms.Button btn_Update;
        private System.Windows.Forms.Button btn_Add;
        private System.Windows.Forms.ColorDialog colorDialog1;
        private System.Windows.Forms.Button btn_OK;
    }
}