VAGSuite.ctrlCompressorMap.InitializeComponent C# (CSharp) Méthode

InitializeComponent() private méthode

Required method for Designer support - do not modify the contents of this method with the code editor.
private InitializeComponent ( ) : void
Résultat void
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ctrlCompressorMap));
            this.pictureBox1 = new System.Windows.Forms.PictureBox();
            this.panel1 = new System.Windows.Forms.Panel();
            this.toolStrip1 = new System.Windows.Forms.ToolStrip();
            this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
            this.toolStripComboBox1 = new System.Windows.Forms.ToolStripComboBox();
            this.toolStripComboBox2 = new System.Windows.Forms.ToolStripComboBox();
            this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
            this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
            this.toolStripDropDownButton1 = new System.Windows.Forms.ToolStripDropDownButton();
            this.t1752ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.t25ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.tD0415GToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.tD0418TToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.tD0419TToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.gT28RSToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.gT3071r86ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.gT30RToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.gT40RToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.hX40wToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripLabel2 = new System.Windows.Forms.ToolStripLabel();
            this.toolStripTextBox1 = new System.Windows.Forms.ToolStripTextBox();
            this.toolStripLabel3 = new System.Windows.Forms.ToolStripLabel();
            this.toolStripTextBox2 = new System.Windows.Forms.ToolStripTextBox();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
            this.panel1.SuspendLayout();
            this.toolStrip1.SuspendLayout();
            this.SuspendLayout();
            // 
            // pictureBox1
            // 
            this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pictureBox1.Location = new System.Drawing.Point(0, 0);
            this.pictureBox1.Name = "pictureBox1";
            this.pictureBox1.Size = new System.Drawing.Size(788, 435);
            this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.pictureBox1.TabIndex = 0;
            this.pictureBox1.TabStop = false;
            this.pictureBox1.Paint += new System.Windows.Forms.PaintEventHandler(this.pictureBox1_Paint);
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.pictureBox1);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel1.Location = new System.Drawing.Point(0, 25);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(788, 435);
            this.panel1.TabIndex = 1;
            // 
            // toolStrip1
            // 
            this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripLabel1,
            this.toolStripComboBox1,
            this.toolStripComboBox2,
            this.toolStripButton1,
            this.toolStripButton2,
            this.toolStripDropDownButton1,
            this.toolStripLabel2,
            this.toolStripTextBox1,
            this.toolStripLabel3,
            this.toolStripTextBox2});
            this.toolStrip1.Location = new System.Drawing.Point(0, 0);
            this.toolStrip1.Name = "toolStrip1";
            this.toolStrip1.Size = new System.Drawing.Size(788, 25);
            this.toolStrip1.TabIndex = 2;
            this.toolStrip1.Text = "toolStrip1";
            // 
            // toolStripLabel1
            // 
            this.toolStripLabel1.Name = "toolStripLabel1";
            this.toolStripLabel1.Size = new System.Drawing.Size(90, 22);
            this.toolStripLabel1.Text = "Select your turbo";
            // 
            // toolStripComboBox1
            // 
            this.toolStripComboBox1.Items.AddRange(new object[] {
            "Garrett T1752",
            "Garrett T25 trim 55",
            "Garrett T25 trim 60",
            "Mitsubishi TD04-15G",
            "Mitsubishi TD04-16T",
            "Mitsubishi TD04-18T",
            "Mitsubishi TD04-19T",
            "Mitsubishi TD06-20G",
            "Garrett GT2871R",
            "Garrett GT28RS",
            "Garrett GT3071R",
            "Garrett GT3076R",
            "Garrett GT40R",
            "Holset HX40w"});
            this.toolStripComboBox1.Name = "toolStripComboBox1";
            this.toolStripComboBox1.Size = new System.Drawing.Size(200, 25);
            this.toolStripComboBox1.SelectedIndexChanged += new System.EventHandler(this.toolStripComboBox1_SelectedIndexChanged);
            // 
            // toolStripComboBox2
            // 
            this.toolStripComboBox2.Items.AddRange(new object[] {
            "2.0 liter",
            "2.3 liter"});
            this.toolStripComboBox2.Name = "toolStripComboBox2";
            this.toolStripComboBox2.Size = new System.Drawing.Size(121, 25);
            this.toolStripComboBox2.SelectedIndexChanged += new System.EventHandler(this.toolStripComboBox2_SelectedIndexChanged);
            // 
            // toolStripButton1
            // 
            this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
            this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton1.Name = "toolStripButton1";
            this.toolStripButton1.Size = new System.Drawing.Size(23, 22);
            this.toolStripButton1.Text = "Refresh";
            this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
            // 
            // toolStripButton2
            // 
            this.toolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image")));
            this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton2.Name = "toolStripButton2";
            this.toolStripButton2.Size = new System.Drawing.Size(23, 22);
            this.toolStripButton2.Text = "Save image";
            this.toolStripButton2.Visible = false;
            this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click);
            // 
            // toolStripDropDownButton1
            // 
            this.toolStripDropDownButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripDropDownButton1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.t1752ToolStripMenuItem,
            this.t25ToolStripMenuItem,
            this.tD0415GToolStripMenuItem,
            this.tD0418TToolStripMenuItem,
            this.tD0419TToolStripMenuItem,
            this.gT28RSToolStripMenuItem,
            this.gT3071r86ToolStripMenuItem,
            this.gT30RToolStripMenuItem,
            this.gT40RToolStripMenuItem,
            this.hX40wToolStripMenuItem});
            this.toolStripDropDownButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripDropDownButton1.Image")));
            this.toolStripDropDownButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripDropDownButton1.Name = "toolStripDropDownButton1";
            this.toolStripDropDownButton1.Size = new System.Drawing.Size(29, 22);
            this.toolStripDropDownButton1.Text = "Select compressor map";
            this.toolStripDropDownButton1.Visible = false;
            // 
            // t1752ToolStripMenuItem
            // 
            this.t1752ToolStripMenuItem.Name = "t1752ToolStripMenuItem";
            this.t1752ToolStripMenuItem.Size = new System.Drawing.Size(133, 22);
            this.t1752ToolStripMenuItem.Text = "T1752";
            this.t1752ToolStripMenuItem.Click += new System.EventHandler(this.t1752ToolStripMenuItem_Click);
            // 
            // t25ToolStripMenuItem
            // 
            this.t25ToolStripMenuItem.Name = "t25ToolStripMenuItem";
            this.t25ToolStripMenuItem.Size = new System.Drawing.Size(133, 22);
            this.t25ToolStripMenuItem.Text = "T25";
            this.t25ToolStripMenuItem.Click += new System.EventHandler(this.t25ToolStripMenuItem_Click);
            // 
            // tD0415GToolStripMenuItem
            // 
            this.tD0415GToolStripMenuItem.Name = "tD0415GToolStripMenuItem";
            this.tD0415GToolStripMenuItem.Size = new System.Drawing.Size(133, 22);
            this.tD0415GToolStripMenuItem.Text = "TD04-15G";
            this.tD0415GToolStripMenuItem.Click += new System.EventHandler(this.tD0415GToolStripMenuItem_Click);
            // 
            // tD0418TToolStripMenuItem
            // 
            this.tD0418TToolStripMenuItem.Name = "tD0418TToolStripMenuItem";
            this.tD0418TToolStripMenuItem.Size = new System.Drawing.Size(133, 22);
            this.tD0418TToolStripMenuItem.Text = "TD04-18T";
            this.tD0418TToolStripMenuItem.Click += new System.EventHandler(this.tD0418TToolStripMenuItem_Click);
            // 
            // tD0419TToolStripMenuItem
            // 
            this.tD0419TToolStripMenuItem.Name = "tD0419TToolStripMenuItem";
            this.tD0419TToolStripMenuItem.Size = new System.Drawing.Size(133, 22);
            this.tD0419TToolStripMenuItem.Text = "TD04-19T";
            this.tD0419TToolStripMenuItem.Click += new System.EventHandler(this.tD0419TToolStripMenuItem_Click);
            // 
            // gT28RSToolStripMenuItem
            // 
            this.gT28RSToolStripMenuItem.Name = "gT28RSToolStripMenuItem";
            this.gT28RSToolStripMenuItem.Size = new System.Drawing.Size(133, 22);
            this.gT28RSToolStripMenuItem.Text = "GT28RS";
            this.gT28RSToolStripMenuItem.Click += new System.EventHandler(this.gT28RSToolStripMenuItem_Click);
            // 
            // gT3071r86ToolStripMenuItem
            // 
            this.gT3071r86ToolStripMenuItem.Name = "gT3071r86ToolStripMenuItem";
            this.gT3071r86ToolStripMenuItem.Size = new System.Drawing.Size(133, 22);
            this.gT3071r86ToolStripMenuItem.Text = "GT3071R";
            this.gT3071r86ToolStripMenuItem.Click += new System.EventHandler(this.gT3071r86ToolStripMenuItem_Click);
            // 
            // gT30RToolStripMenuItem
            // 
            this.gT30RToolStripMenuItem.Name = "gT30RToolStripMenuItem";
            this.gT30RToolStripMenuItem.Size = new System.Drawing.Size(133, 22);
            this.gT30RToolStripMenuItem.Text = "GT30R";
            this.gT30RToolStripMenuItem.Click += new System.EventHandler(this.gT30RToolStripMenuItem_Click);
            // 
            // gT40RToolStripMenuItem
            // 
            this.gT40RToolStripMenuItem.Name = "gT40RToolStripMenuItem";
            this.gT40RToolStripMenuItem.Size = new System.Drawing.Size(133, 22);
            this.gT40RToolStripMenuItem.Text = "GT40R";
            this.gT40RToolStripMenuItem.Click += new System.EventHandler(this.gT40RToolStripMenuItem_Click);
            // 
            // hX40wToolStripMenuItem
            // 
            this.hX40wToolStripMenuItem.Name = "hX40wToolStripMenuItem";
            this.hX40wToolStripMenuItem.Size = new System.Drawing.Size(133, 22);
            this.hX40wToolStripMenuItem.Text = "HX40w";
            this.hX40wToolStripMenuItem.Click += new System.EventHandler(this.hX40wToolStripMenuItem_Click);
            // 
            // toolStripLabel2
            // 
            this.toolStripLabel2.Name = "toolStripLabel2";
            this.toolStripLabel2.Size = new System.Drawing.Size(51, 22);
            this.toolStripLabel2.Text = "Temp (C)";
            // 
            // toolStripTextBox1
            // 
            this.toolStripTextBox1.Name = "toolStripTextBox1";
            this.toolStripTextBox1.Size = new System.Drawing.Size(30, 25);
            this.toolStripTextBox1.Text = "20";
            this.toolStripTextBox1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.toolStripTextBox1_KeyDown);
            // 
            // toolStripLabel3
            // 
            this.toolStripLabel3.Name = "toolStripLabel3";
            this.toolStripLabel3.Size = new System.Drawing.Size(19, 22);
            this.toolStripLabel3.Text = "VE";
            // 
            // toolStripTextBox2
            // 
            this.toolStripTextBox2.Name = "toolStripTextBox2";
            this.toolStripTextBox2.Size = new System.Drawing.Size(30, 25);
            this.toolStripTextBox2.Text = "90";
            this.toolStripTextBox2.KeyDown += new System.Windows.Forms.KeyEventHandler(this.toolStripTextBox1_KeyDown);
            // 
            // ctrlCompressorMap
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.panel1);
            this.Controls.Add(this.toolStrip1);
            this.Name = "ctrlCompressorMap";
            this.Size = new System.Drawing.Size(788, 460);
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
            this.panel1.ResumeLayout(false);
            this.toolStrip1.ResumeLayout(false);
            this.toolStrip1.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }