Exemplo n.º 1
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            C1.Win.TouchToolKit.ControlBar controlBar1 = new C1.Win.TouchToolKit.ControlBar();
            C1.Win.TouchToolKit.ControlBar controlBar2 = new C1.Win.TouchToolKit.ControlBar();
            this.C1Zoom1 = new C1.Win.TouchToolKit.C1Zoom(this.components);
            this.SuspendLayout();
            // 
            // C1Zoom1
            // 
            controlBar1.Content = typeof(ClickOnceDemo.C1ZoomPages.Help_Forms.ControlBarUserControl01);
            controlBar1.TransparencyKey = System.Drawing.SystemColors.Control;
            controlBar1.DockPosition = System.Drawing.ContentAlignment.TopRight;
            controlBar1.Margin = new System.Windows.Forms.Padding(10);
            controlBar1.Opacity = 0.7D;
            controlBar1.TransparentBackground = true;
            controlBar2.Content = typeof(ClickOnceDemo.C1ZoomPages.Help_Forms.ControlBarUserControl02);
            controlBar2.TransparencyKey = System.Drawing.SystemColors.Control;
            controlBar2.DockPosition = System.Drawing.ContentAlignment.TopLeft;
            controlBar2.Margin = new System.Windows.Forms.Padding(10);
            controlBar2.Opacity = 0.7D;
            controlBar2.TransparentBackground = true;
            this.C1Zoom1.ControlBars.Add(controlBar1);
            this.C1Zoom1.ControlBars.Add(controlBar2);
            this.C1Zoom1.FullScreenMode = C1.Win.TouchToolKit.FullScreenMode.FullScreen;
            this.C1Zoom1.InnerPanelLayoutMode = C1.Win.TouchToolKit.InnerPanelLayoutMode.MiddleCenter;
            this.C1Zoom1.IsHorizontalRailEnabled = false;
            this.C1Zoom1.IsVerticalRailEnabled = false;
            this.C1Zoom1.MaxZoomFactor = 4F;
            this.C1Zoom1.Target = this;
            // 
            // MapViewForControlBar
            // 
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
            this.ClientSize = new System.Drawing.Size(1500, 1000);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
            this.Name = "MapViewForControlBar";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "ControlBarForm";
            this.ResumeLayout(false);

        }
Exemplo n.º 2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     C1.Win.TouchToolKit.ControlBar controlBar1 = new C1.Win.TouchToolKit.ControlBar();
     this.textBox1 = new System.Windows.Forms.TextBox();
     this.textBox2 = new System.Windows.Forms.TextBox();
     this.textBox3 = new System.Windows.Forms.TextBox();
     this.label1   = new System.Windows.Forms.Label();
     this.label2   = new System.Windows.Forms.Label();
     this.label3   = new System.Windows.Forms.Label();
     this.button1  = new System.Windows.Forms.Button();
     this.C1Zoom1  = new C1.Win.TouchToolKit.C1Zoom(this.components);
     this.SuspendLayout();
     //
     // textBox1
     //
     this.textBox1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBox1.Location = new System.Drawing.Point(29, 67);
     this.textBox1.Name     = "textBox1";
     this.textBox1.Size     = new System.Drawing.Size(202, 26);
     this.textBox1.TabIndex = 0;
     //
     // textBox2
     //
     this.textBox2.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBox2.Location = new System.Drawing.Point(29, 148);
     this.textBox2.Name     = "textBox2";
     this.textBox2.Size     = new System.Drawing.Size(202, 26);
     this.textBox2.TabIndex = 1;
     //
     // textBox3
     //
     this.textBox3.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBox3.Location = new System.Drawing.Point(29, 233);
     this.textBox3.Name     = "textBox3";
     this.textBox3.Size     = new System.Drawing.Size(202, 26);
     this.textBox3.TabIndex = 2;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(15, 26);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(119, 20);
     this.label1.TabIndex = 1;
     this.label1.Text     = "InputNumber 1:";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location = new System.Drawing.Point(12, 109);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(119, 20);
     this.label2.TabIndex = 1;
     this.label2.Text     = "InputNumber 2:";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.Location = new System.Drawing.Point(15, 192);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(119, 20);
     this.label3.TabIndex = 1;
     this.label3.Text     = "InputNumber 3:";
     //
     // button1
     //
     this.button1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button1.Location = new System.Drawing.Point(105, 287);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(126, 61);
     this.button1.TabIndex = 3;
     this.button1.Text     = "OK";
     this.button1.UseVisualStyleBackColor = true;
     //
     // C1Zoom1
     //
     controlBar1.Content               = typeof(TouchToolKitDemo.C1ZoomPages.Help_Forms.KeyboadControlBar);
     controlBar1.TransparencyKey       = System.Drawing.SystemColors.Control;
     controlBar1.Opacity               = 0.9D;
     controlBar1.PositionMode          = C1.Win.TouchToolKit.PositionMode.Fixed;
     controlBar1.TransparentBackground = true;
     this.C1Zoom1.ControlBars.Add(controlBar1);
     this.C1Zoom1.Target = this;
     //
     // InputFormforControlBar
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(250, 371);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.textBox3);
     this.Controls.Add(this.textBox2);
     this.Controls.Add(this.textBox1);
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name        = "InputFormforControlBar";
     this.Text        = "InputFormforControlBar";
     this.ResumeLayout(false);
     this.PerformLayout();
 }