v6.0.2013.0919   合并数据建模工具、正则测试工具、通讯调试工具、图标水印处理工具
nnhy authored at 2013-09-19 09:35:11
1.45 KiB
X_NET20
namespace XCoder
{
    partial class FrmFrame
    {
        /// <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.SuspendLayout();
            // 
            // FrmFrame
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(742, 415);
            this.Name = "FrmFrame";
            this.Text = "FrmFrame";
            this.Load += new System.EventHandler(this.FrmFrame_Load);
            this.ResumeLayout(false);

        }

        #endregion
    }
}