| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 | namespace OTSIncAReportApp{    partial class frmSampleImage    {        /// <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(frmSampleImage));            this.SuspendLayout();            //             // frmSampleImage            //             this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;            this.ClientSize = new System.Drawing.Size(986, 960);            this.CloseButton = false;            this.CloseButtonVisible = false;            this.DockAreas = ((OTS.WinFormsUI.Docking.DockAreas)(((((OTS.WinFormsUI.Docking.DockAreas.DockLeft | OTS.WinFormsUI.Docking.DockAreas.DockRight)             | OTS.WinFormsUI.Docking.DockAreas.DockTop)             | OTS.WinFormsUI.Docking.DockAreas.DockBottom)             | OTS.WinFormsUI.Docking.DockAreas.Document)));            this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));            this.KeyPreview = true;            this.Margin = new System.Windows.Forms.Padding(4);            this.Name = "frmSampleImage";            this.Text = "OTSSampleImage";            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;            this.Activated += new System.EventHandler(this.OTSSampleImageWindow_Activated);            this.ResumeLayout(false);        }        #endregion    }}
 |