Newer
Older
GHFX_REFACTOR / EMS_Forms / Form_EventResult.designer.cs
wxn on 28 Nov 2016 3 KB 管线定位
namespace Cyberpipe.EMS_Forms
{
    partial class Form_EventResult
    {
        /// <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.groupBox1 = new System.Windows.Forms.GroupBox();
            this.button_submit = new System.Windows.Forms.Button();
            this.richTextBox_EventResult = new System.Windows.Forms.RichTextBox();
            this.groupBox1.SuspendLayout();
            this.SuspendLayout();
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.button_submit);
            this.groupBox1.Controls.Add(this.richTextBox_EventResult);
            this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox1.Location = new System.Drawing.Point(0, 0);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(424, 262);
            this.groupBox1.TabIndex = 0;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "事件处理结果";
            // 
            // button_submit
            // 
            this.button_submit.Location = new System.Drawing.Point(161, 227);
            this.button_submit.Name = "button_submit";
            this.button_submit.Size = new System.Drawing.Size(75, 29);
            this.button_submit.TabIndex = 1;
            this.button_submit.Text = "提交";
            this.button_submit.UseVisualStyleBackColor = true;
            this.button_submit.Click += new System.EventHandler(this.button_submit_Click);
            // 
            // richTextBox_EventResult
            // 
            this.richTextBox_EventResult.Dock = System.Windows.Forms.DockStyle.Top;
            this.richTextBox_EventResult.Location = new System.Drawing.Point(3, 17);
            this.richTextBox_EventResult.Name = "richTextBox_EventResult";
            this.richTextBox_EventResult.Size = new System.Drawing.Size(418, 204);
            this.richTextBox_EventResult.TabIndex = 0;
            this.richTextBox_EventResult.Text = "";
            // 
            // Form_EventResult
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(424, 262);
            this.Controls.Add(this.groupBox1);
            this.DoubleBuffered = true;
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "Form_EventResult";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "事件结果编辑";
            this.Load += new System.EventHandler(this.Form_EventResult_Load);
            this.groupBox1.ResumeLayout(false);
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.Button button_submit;
        private System.Windows.Forms.RichTextBox richTextBox_EventResult;
    }
}