Ejemplo n.º 1
0
        private void AddScannerControl()
        {
            this.SuspendLayout();


            ScannerUC = this.scannerUC;

            //
            // scannerUC
            //
            this.scannerUC          = new PointCloudScanner.ScannerUC();
            this.scannerUC.Dock     = System.Windows.Forms.DockStyle.Fill;
            this.scannerUC.Location = new System.Drawing.Point(0, 24);
            this.scannerUC.Name     = "scannerUC";
            this.scannerUC.Size     = new System.Drawing.Size(1403, 651);
            this.scannerUC.TabIndex = 1;
            this.scannerUC.Load    += new System.EventHandler(this.PointCloudUC1_Load);
            this.Controls.Add(this.scannerUC);


            this.ResumeLayout(false);
        }
Ejemplo n.º 2
0
 public SaveDialog(ScannerUC myscannerUC)
 {
     this.scannerUC = myscannerUC;
     InitializeComponent();
 }
Ejemplo n.º 3
0
 public SettingsFormScanner(ScannerUC myscannerUC)
 {
     this.scannerUC = myscannerUC;
     InitializeComponent();
     InitFromSettings();
 }