Esempio n. 1
0
 /// <summary>
 /// Required baseMethod for Designer support - do not modify
 /// the contents of this baseMethod with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     CommonSupport.Tracer tracer1 = new CommonSupport.Tracer();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormMain));
     this.tracerControl1        = new CommonSupport.TracerControl();
     this.toolStrip1            = new System.Windows.Forms.ToolStrip();
     this.toolStripButtonLoad   = new System.Windows.Forms.ToolStripButton();
     this.toolStripButtonUpdate = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1   = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripLabelFile    = new System.Windows.Forms.ToolStripLabel();
     this.toolStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // tracerControl1
     //
     this.tracerControl1.DetailsVisible   = false;
     this.tracerControl1.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.tracerControl1.Location         = new System.Drawing.Point(0, 25);
     this.tracerControl1.Name             = "tracerControl1";
     this.tracerControl1.ShowDetails      = false;
     this.tracerControl1.ShowMethodFilter = true;
     this.tracerControl1.Size             = new System.Drawing.Size(928, 641);
     this.tracerControl1.TabIndex         = 0;
     tracer1.Enabled            = true;
     this.tracerControl1.Tracer = tracer1;
     //
     // toolStrip1
     //
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripButtonLoad,
         this.toolStripButtonUpdate,
         this.toolStripSeparator1,
         this.toolStripLabelFile
     });
     this.toolStrip1.Location = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name     = "toolStrip1";
     this.toolStrip1.Size     = new System.Drawing.Size(928, 25);
     this.toolStrip1.TabIndex = 1;
     this.toolStrip1.Text     = "toolStrip1";
     //
     // toolStripButtonLoad
     //
     this.toolStripButtonLoad.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonLoad.Image")));
     this.toolStripButtonLoad.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonLoad.Name   = "toolStripButtonLoad";
     this.toolStripButtonLoad.Size   = new System.Drawing.Size(50, 22);
     this.toolStripButtonLoad.Text   = "Load";
     this.toolStripButtonLoad.Click += new System.EventHandler(this.toolStripButtonLoad_Click);
     //
     // toolStripButtonUpdate
     //
     this.toolStripButtonUpdate.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonUpdate.Image")));
     this.toolStripButtonUpdate.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonUpdate.Name   = "toolStripButtonUpdate";
     this.toolStripButtonUpdate.Size   = new System.Drawing.Size(62, 22);
     this.toolStripButtonUpdate.Text   = "Update";
     this.toolStripButtonUpdate.Click += new System.EventHandler(this.toolStripButtonUpdate_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // toolStripLabelFile
     //
     this.toolStripLabelFile.Name = "toolStripLabelFile";
     this.toolStripLabelFile.Size = new System.Drawing.Size(23, 22);
     this.toolStripLabelFile.Text = "File";
     //
     // FormMain
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(928, 666);
     this.Controls.Add(this.tracerControl1);
     this.Controls.Add(this.toolStrip1);
     this.Icon  = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name  = "FormMain";
     this.Text  = "Autonomous Tracer v.0.8";
     this.Load += new System.EventHandler(this.FormMain_Load);
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
        /// <summary>
        /// Required baseMethod for Designer support - do not modify
        /// the contents of this baseMethod with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            CommonSupport.Tracer tracer1 = new CommonSupport.Tracer();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormMain));
            this.tracerControl1 = new CommonSupport.TracerControl();
            this.toolStrip1 = new System.Windows.Forms.ToolStrip();
            this.toolStripButtonLoad = new System.Windows.Forms.ToolStripButton();
            this.toolStripButtonUpdate = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripLabelFile = new System.Windows.Forms.ToolStripLabel();
            this.toolStrip1.SuspendLayout();
            this.SuspendLayout();
            // 
            // tracerControl1
            // 
            this.tracerControl1.DetailsVisible = false;
            this.tracerControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tracerControl1.Location = new System.Drawing.Point(0, 25);
            this.tracerControl1.Name = "tracerControl1";
            this.tracerControl1.ShowDetails = false;
            this.tracerControl1.ShowMethodFilter = true;
            this.tracerControl1.Size = new System.Drawing.Size(928, 641);
            this.tracerControl1.TabIndex = 0;
            tracer1.Enabled = true;
            this.tracerControl1.Tracer = tracer1;
            // 
            // toolStrip1
            // 
            this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripButtonLoad,
            this.toolStripButtonUpdate,
            this.toolStripSeparator1,
            this.toolStripLabelFile});
            this.toolStrip1.Location = new System.Drawing.Point(0, 0);
            this.toolStrip1.Name = "toolStrip1";
            this.toolStrip1.Size = new System.Drawing.Size(928, 25);
            this.toolStrip1.TabIndex = 1;
            this.toolStrip1.Text = "toolStrip1";
            // 
            // toolStripButtonLoad
            // 
            this.toolStripButtonLoad.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonLoad.Image")));
            this.toolStripButtonLoad.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonLoad.Name = "toolStripButtonLoad";
            this.toolStripButtonLoad.Size = new System.Drawing.Size(50, 22);
            this.toolStripButtonLoad.Text = "Load";
            this.toolStripButtonLoad.Click += new System.EventHandler(this.toolStripButtonLoad_Click);
            // 
            // toolStripButtonUpdate
            // 
            this.toolStripButtonUpdate.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonUpdate.Image")));
            this.toolStripButtonUpdate.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonUpdate.Name = "toolStripButtonUpdate";
            this.toolStripButtonUpdate.Size = new System.Drawing.Size(62, 22);
            this.toolStripButtonUpdate.Text = "Update";
            this.toolStripButtonUpdate.Click += new System.EventHandler(this.toolStripButtonUpdate_Click);
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
            // 
            // toolStripLabelFile
            // 
            this.toolStripLabelFile.Name = "toolStripLabelFile";
            this.toolStripLabelFile.Size = new System.Drawing.Size(23, 22);
            this.toolStripLabelFile.Text = "File";
            // 
            // FormMain
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(928, 666);
            this.Controls.Add(this.tracerControl1);
            this.Controls.Add(this.toolStrip1);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "FormMain";
            this.Text = "Autonomous Tracer v.0.8";
            this.Load += new System.EventHandler(this.FormMain_Load);
            this.toolStrip1.ResumeLayout(false);
            this.toolStrip1.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }