// MSVC generated code
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SerialUSBForm));
     this.MaximButton_connect_serial = new MaximStyle.MaximButton();
     this.ComPort1     = new System.IO.Ports.SerialPort(this.components);
     this.columnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.listBox1     = new System.Windows.Forms.ListBox();
     this.Refresh_List = new MaximStyle.MaximButton();
     this.SuspendLayout();
     //
     // MaximButton_connect_serial
     //
     this.MaximButton_connect_serial.Location = new System.Drawing.Point(204, 157);
     this.MaximButton_connect_serial.Name     = "MaximButton_connect_serial";
     this.MaximButton_connect_serial.Size     = new System.Drawing.Size(75, 23);
     this.MaximButton_connect_serial.TabIndex = 2;
     this.MaximButton_connect_serial.Text     = "Connect";
     this.MaximButton_connect_serial.UseVisualStyleBackColor = true;
     this.MaximButton_connect_serial.Click += new System.EventHandler(this.MaximButton_connect_serial_Click);
     //
     // ComPort1
     //
     this.ComPort1.PortName = "COM";
     //
     // listBox1
     //
     this.listBox1.FormattingEnabled = true;
     this.listBox1.Location          = new System.Drawing.Point(37, 33);
     this.listBox1.Name     = "listBox1";
     this.listBox1.Size     = new System.Drawing.Size(120, 147);
     this.listBox1.TabIndex = 3;
     //
     // Refresh_List
     //
     this.Refresh_List.Location = new System.Drawing.Point(204, 33);
     this.Refresh_List.Name     = "Refresh_List";
     this.Refresh_List.Size     = new System.Drawing.Size(75, 23);
     this.Refresh_List.TabIndex = 4;
     this.Refresh_List.Text     = "Refresh List";
     this.Refresh_List.UseVisualStyleBackColor = true;
     this.Refresh_List.Click += new System.EventHandler(this.Refresh_List_Click);
     //
     // SerialUSBForm
     //
     this.BackColor  = System.Drawing.Color.White;
     this.ClientSize = new System.Drawing.Size(317, 225);
     this.Controls.Add(this.Refresh_List);
     this.Controls.Add(this.listBox1);
     this.Controls.Add(this.MaximButton_connect_serial);
     this.Icon        = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name        = "SerialUSBForm";
     this.Text        = "Connect to Serial Device";
     this.Load       += new System.EventHandler(this.SerialUSBForm_Load);
     this.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MaximSplashScreenForm));
     this.maximSplashScreen1 = new MaximStyle.MaximSplashScreen();
     this.timer1             = new System.Windows.Forms.Timer(this.components);
     this.OK = new MaximStyle.MaximButton();
     this.SuspendLayout();
     //
     // maximSplashScreen1
     //
     this.maximSplashScreen1.ApplicationIconImage = null;
     this.maximSplashScreen1.ApplicationName      = "MAX32630 1-Wire Interface";
     this.maximSplashScreen1.BackColor            = System.Drawing.Color.White;
     this.maximSplashScreen1.Checked                 = false;
     this.maximSplashScreen1.CopyrightString         = "© Maxim Integrated Products, Inc.";
     this.maximSplashScreen1.Font                    = new System.Drawing.Font("Arial", 11F);
     this.maximSplashScreen1.Location                = new System.Drawing.Point(0, 0);
     this.maximSplashScreen1.Margin                  = new System.Windows.Forms.Padding(0);
     this.maximSplashScreen1.Name                    = "maximSplashScreen1";
     this.maximSplashScreen1.NonMaximCopyrightString = "";
     this.maximSplashScreen1.Size                    = new System.Drawing.Size(400, 320);
     this.maximSplashScreen1.TabIndex                = 0;
     this.maximSplashScreen1.VersionString           = "Version 1.0";
     //
     // OK
     //
     this.OK.Location = new System.Drawing.Point(310, 291);
     this.OK.Name     = "OK";
     this.OK.Size     = new System.Drawing.Size(75, 23);
     this.OK.TabIndex = 2;
     this.OK.Text     = "OK";
     this.OK.UseVisualStyleBackColor = true;
     //
     // MaximSplashScreenForm
     //
     this.ClientSize = new System.Drawing.Size(400, 320);
     this.Controls.Add(this.OK);
     this.Controls.Add(this.maximSplashScreen1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name            = "MaximSplashScreenForm";
     this.Load           += new System.EventHandler(this.MaximSplashScreenForm_Load);
     this.ResumeLayout(false);
 }