Exemple #1
0
        private void InitializeComponent()
        {
            ComponentResourceManager resources = new ComponentResourceManager(typeof(UCMap));

            ucMapNavigate1    = new UCMapNavigate();
            axLicenseControl1 = new AxLicenseControl();
            ((ISupportInitialize)(axLicenseControl1)).BeginInit();
            ((ISupportInitialize)(this)).BeginInit();
            SuspendLayout();
            //
            // ucMapNavigate1
            //
            ucMapNavigate1.Anchor = ((AnchorStyles)((AnchorStyles.Top | AnchorStyles.Right)));
            ucMapNavigate1.Appearance.BackColor            = Color.Black;
            ucMapNavigate1.Appearance.Options.UseBackColor = true;
            ucMapNavigate1.Location    = new Point(200, 10);
            ucMapNavigate1.Name        = "ucMapNavigate1";
            ucMapNavigate1.Size        = new Size(57, 244);
            ucMapNavigate1.TabIndex    = 0;
            ucMapNavigate1.OnNavigate += new delegateNavigate(ucMapNavigate1_OnNavigate);
            //
            // axLicenseControl1
            //
            axLicenseControl1.Enabled  = true;
            axLicenseControl1.Location = new Point(0, 0);
            axLicenseControl1.Name     = "axLicenseControl1";
            axLicenseControl1.Size     = new Size(75, 23);
            axLicenseControl1.TabIndex = 0;
            //
            // UCMap
            //
            Controls.Add(ucMapNavigate1);
            OcxState = ((State)(resources.GetObject("$this.OcxState")));
            Size     = new Size(265, 265);
            ((ISupportInitialize)(axLicenseControl1)).EndInit();
            ((ISupportInitialize)(this)).EndInit();
            ResumeLayout(false);
        }
Exemple #2
0
 private void InitializeComponent()
 {
     ComponentResourceManager resources = new ComponentResourceManager(typeof (UCMap));
     ucMapNavigate1 = new UCMapNavigate();
     axLicenseControl1 = new AxLicenseControl();
     ((ISupportInitialize) (axLicenseControl1)).BeginInit();
     ((ISupportInitialize) (this)).BeginInit();
     SuspendLayout();
     //
     // ucMapNavigate1
     //
     ucMapNavigate1.Anchor = ((AnchorStyles) ((AnchorStyles.Top | AnchorStyles.Right)));
     ucMapNavigate1.Appearance.BackColor = Color.Black;
     ucMapNavigate1.Appearance.Options.UseBackColor = true;
     ucMapNavigate1.Location = new Point(200, 10);
     ucMapNavigate1.Name = "ucMapNavigate1";
     ucMapNavigate1.Size = new Size(57, 244);
     ucMapNavigate1.TabIndex = 0;
     ucMapNavigate1.OnNavigate += new delegateNavigate(ucMapNavigate1_OnNavigate);
     //
     // axLicenseControl1
     //
     axLicenseControl1.Enabled = true;
     axLicenseControl1.Location = new Point(0, 0);
     axLicenseControl1.Name = "axLicenseControl1";
     axLicenseControl1.Size = new Size(75, 23);
     axLicenseControl1.TabIndex = 0;
     //
     // UCMap
     //
     Controls.Add(ucMapNavigate1);
     OcxState = ((State)(resources.GetObject("$this.OcxState")));
     Size = new Size(265, 265);
     ((ISupportInitialize) (axLicenseControl1)).EndInit();
     ((ISupportInitialize) (this)).EndInit();
     ResumeLayout(false);
 }