Newer
Older
TBO / TBO / UI / Windows / Reader.Designer.cs
namespace TBO.UI.Windows
{
    partial class Reader
    {
        /// <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()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Reader));
            this.SuspendLayout();
            // 
            // Reader
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
            this.ClientSize = new System.Drawing.Size(1200, 692);
            this.DoubleBuffered = true;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
            this.Name = "Reader";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "TBO";
            this.Paint += new System.Windows.Forms.PaintEventHandler(this.Reader_Paint);
            this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Reader_MouseDown);
            this.MouseMove += new System.Windows.Forms.MouseEventHandler(this.Reader_MouseMove);
            this.MouseUp += new System.Windows.Forms.MouseEventHandler(this.Reader_MouseUp);
            this.Resize += new System.EventHandler(this.Reader_Resize);
            this.ResumeLayout(false);

        }

        #endregion

    }
}