FrmTest.Designer.cs 2.3 KB
namespace URSoldering.Client
{
    partial class FrmTest
    {
        /// <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(FrmTest));
            this.axCKVisionCtrl1 = new AxCKVisionCtrlLib.AxCKVisionCtrl();
            ((System.ComponentModel.ISupportInitialize)(this.axCKVisionCtrl1)).BeginInit();
            this.SuspendLayout();
            // 
            // axCKVisionCtrl1
            // 
            this.axCKVisionCtrl1.Enabled = true;
            this.axCKVisionCtrl1.Location = new System.Drawing.Point(150, 158);
            this.axCKVisionCtrl1.Name = "axCKVisionCtrl1";
            this.axCKVisionCtrl1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axCKVisionCtrl1.OcxState")));
            this.axCKVisionCtrl1.Size = new System.Drawing.Size(100, 50);
            this.axCKVisionCtrl1.TabIndex = 0;
            // 
            // FrmTest
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(800, 450);
            this.Controls.Add(this.axCKVisionCtrl1);
            this.Name = "FrmTest";
            this.Text = "FrmTest";
            ((System.ComponentModel.ISupportInitialize)(this.axCKVisionCtrl1)).EndInit();
            this.ResumeLayout(false);

        }

        #endregion

        private AxCKVisionCtrlLib.AxCKVisionCtrl axCKVisionCtrl1;
    }
}