_ Partial Class Settings Inherits System.Windows.Forms.Form 'Form overrides dispose to clean up the component list. _ Protected Overrides Sub Dispose(ByVal disposing As Boolean) Try If disposing AndAlso components IsNot Nothing Then components.Dispose() End If Finally MyBase.Dispose(disposing) End Try End Sub 'Required by the Windows Form Designer Private components As System.ComponentModel.IContainer 'NOTE: The following procedure is required by the Windows Form Designer 'It can be modified using the Windows Form Designer. 'Do not modify it using the code editor. _ Private Sub InitializeComponent() Me.Label_Name = New System.Windows.Forms.Label() Me.TextBox_Name = New System.Windows.Forms.TextBox() Me.Label_UserData = New System.Windows.Forms.Label() Me.TextBox_Phone = New System.Windows.Forms.TextBox() Me.Label_Tel = New System.Windows.Forms.Label() Me.TextBox_Mail = New System.Windows.Forms.TextBox() Me.Label_Mail = New System.Windows.Forms.Label() Me.Label_Name_Needed = New System.Windows.Forms.Label() Me.Label_Phone_Needed = New System.Windows.Forms.Label() Me.Label_Mail_Needed = New System.Windows.Forms.Label() Me.Label_KB_Updated = New System.Windows.Forms.Label() Me.Label_File_Path = New System.Windows.Forms.Label() Me.CheckBox_NoSW = New System.Windows.Forms.CheckBox() Me.PictureBox_FilePath = New System.Windows.Forms.PictureBox() Me.PictureBox_UpdateKB = New System.Windows.Forms.PictureBox() Me.PictureBox_Save = New System.Windows.Forms.PictureBox() Me.Panel1 = New System.Windows.Forms.Panel() Me.Panel2 = New System.Windows.Forms.Panel() Me.Panel3 = New System.Windows.Forms.Panel() CType(Me.PictureBox_FilePath, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox_UpdateKB, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox_Save, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'Label_Name ' Me.Label_Name.AutoSize = True Me.Label_Name.ForeColor = System.Drawing.SystemColors.ControlLightLight Me.Label_Name.Location = New System.Drawing.Point(75, 396) Me.Label_Name.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label_Name.Name = "Label_Name" Me.Label_Name.Size = New System.Drawing.Size(49, 17) Me.Label_Name.TabIndex = 2 Me.Label_Name.Text = "Name:" ' 'TextBox_Name ' Me.TextBox_Name.BackColor = System.Drawing.SystemColors.ScrollBar Me.TextBox_Name.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.TextBox_Name.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.TextBox_Name.Location = New System.Drawing.Point(191, 393) Me.TextBox_Name.Margin = New System.Windows.Forms.Padding(4) Me.TextBox_Name.Name = "TextBox_Name" Me.TextBox_Name.Size = New System.Drawing.Size(227, 24) Me.TextBox_Name.TabIndex = 3 ' 'Label_UserData ' Me.Label_UserData.AutoSize = True Me.Label_UserData.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label_UserData.ForeColor = System.Drawing.SystemColors.ActiveCaptionText Me.Label_UserData.Location = New System.Drawing.Point(73, 345) Me.Label_UserData.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label_UserData.Name = "Label_UserData" Me.Label_UserData.Size = New System.Drawing.Size(242, 29) Me.Label_UserData.TabIndex = 4 Me.Label_UserData.Text = "Sales Representative" ' 'TextBox_Phone ' Me.TextBox_Phone.BackColor = System.Drawing.SystemColors.ScrollBar Me.TextBox_Phone.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.TextBox_Phone.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.TextBox_Phone.Location = New System.Drawing.Point(191, 443) Me.TextBox_Phone.Margin = New System.Windows.Forms.Padding(4) Me.TextBox_Phone.Name = "TextBox_Phone" Me.TextBox_Phone.Size = New System.Drawing.Size(227, 24) Me.TextBox_Phone.TabIndex = 6 ' 'Label_Tel ' Me.Label_Tel.AutoSize = True Me.Label_Tel.ForeColor = System.Drawing.SystemColors.ControlLightLight Me.Label_Tel.Location = New System.Drawing.Point(75, 447) Me.Label_Tel.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label_Tel.Name = "Label_Tel" Me.Label_Tel.Size = New System.Drawing.Size(107, 17) Me.Label_Tel.TabIndex = 5 Me.Label_Tel.Text = "Phone Number:" ' 'TextBox_Mail ' Me.TextBox_Mail.BackColor = System.Drawing.SystemColors.ScrollBar Me.TextBox_Mail.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.TextBox_Mail.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.TextBox_Mail.Location = New System.Drawing.Point(191, 495) Me.TextBox_Mail.Margin = New System.Windows.Forms.Padding(4) Me.TextBox_Mail.Name = "TextBox_Mail" Me.TextBox_Mail.Size = New System.Drawing.Size(227, 24) Me.TextBox_Mail.TabIndex = 8 ' 'Label_Mail ' Me.Label_Mail.AutoSize = True Me.Label_Mail.ForeColor = System.Drawing.SystemColors.ControlLightLight Me.Label_Mail.Location = New System.Drawing.Point(75, 499) Me.Label_Mail.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label_Mail.Name = "Label_Mail" Me.Label_Mail.Size = New System.Drawing.Size(37, 17) Me.Label_Mail.TabIndex = 7 Me.Label_Mail.Text = "Mail:" ' 'Label_Name_Needed ' Me.Label_Name_Needed.AutoSize = True Me.Label_Name_Needed.ForeColor = System.Drawing.Color.Red Me.Label_Name_Needed.Location = New System.Drawing.Point(427, 396) Me.Label_Name_Needed.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label_Name_Needed.Name = "Label_Name_Needed" Me.Label_Name_Needed.Size = New System.Drawing.Size(58, 17) Me.Label_Name_Needed.TabIndex = 10 Me.Label_Name_Needed.Text = "Needed" ' 'Label_Phone_Needed ' Me.Label_Phone_Needed.AutoSize = True Me.Label_Phone_Needed.ForeColor = System.Drawing.Color.Red Me.Label_Phone_Needed.Location = New System.Drawing.Point(427, 449) Me.Label_Phone_Needed.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label_Phone_Needed.Name = "Label_Phone_Needed" Me.Label_Phone_Needed.Size = New System.Drawing.Size(58, 17) Me.Label_Phone_Needed.TabIndex = 11 Me.Label_Phone_Needed.Text = "Needed" ' 'Label_Mail_Needed ' Me.Label_Mail_Needed.AutoSize = True Me.Label_Mail_Needed.ForeColor = System.Drawing.Color.Red Me.Label_Mail_Needed.Location = New System.Drawing.Point(427, 501) Me.Label_Mail_Needed.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label_Mail_Needed.Name = "Label_Mail_Needed" Me.Label_Mail_Needed.Size = New System.Drawing.Size(58, 17) Me.Label_Mail_Needed.TabIndex = 12 Me.Label_Mail_Needed.Text = "Needed" ' 'Label_KB_Updated ' Me.Label_KB_Updated.AutoSize = True Me.Label_KB_Updated.BackColor = System.Drawing.SystemColors.ScrollBar Me.Label_KB_Updated.Location = New System.Drawing.Point(68, 273) Me.Label_KB_Updated.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label_KB_Updated.Name = "Label_KB_Updated" Me.Label_KB_Updated.Size = New System.Drawing.Size(0, 17) Me.Label_KB_Updated.TabIndex = 13 ' 'Label_File_Path ' Me.Label_File_Path.AutoSize = True Me.Label_File_Path.BackColor = System.Drawing.SystemColors.ScrollBar Me.Label_File_Path.Location = New System.Drawing.Point(68, 106) Me.Label_File_Path.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label_File_Path.Name = "Label_File_Path" Me.Label_File_Path.Size = New System.Drawing.Size(0, 17) Me.Label_File_Path.TabIndex = 14 ' 'CheckBox_NoSW ' Me.CheckBox_NoSW.AutoSize = True Me.CheckBox_NoSW.ForeColor = System.Drawing.SystemColors.ControlLightLight Me.CheckBox_NoSW.Location = New System.Drawing.Point(65, 172) Me.CheckBox_NoSW.Margin = New System.Windows.Forms.Padding(4) Me.CheckBox_NoSW.Name = "CheckBox_NoSW" Me.CheckBox_NoSW.Size = New System.Drawing.Size(179, 21) Me.CheckBox_NoSW.TabIndex = 15 Me.CheckBox_NoSW.Text = "Run without SolidWorks" Me.CheckBox_NoSW.UseVisualStyleBackColor = True ' 'PictureBox_FilePath ' Me.PictureBox_FilePath.BackgroundImage = Global.Wardrobe.My.Resources.Resources.Icon_FilePath1_01 Me.PictureBox_FilePath.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.PictureBox_FilePath.Location = New System.Drawing.Point(65, 34) Me.PictureBox_FilePath.Name = "PictureBox_FilePath" Me.PictureBox_FilePath.Size = New System.Drawing.Size(283, 62) Me.PictureBox_FilePath.TabIndex = 16 Me.PictureBox_FilePath.TabStop = False ' 'PictureBox_UpdateKB ' Me.PictureBox_UpdateKB.BackgroundImage = Global.Wardrobe.My.Resources.Resources.Icon_UpdateKB1_01 Me.PictureBox_UpdateKB.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.PictureBox_UpdateKB.Location = New System.Drawing.Point(65, 200) Me.PictureBox_UpdateKB.Name = "PictureBox_UpdateKB" Me.PictureBox_UpdateKB.Size = New System.Drawing.Size(402, 62) Me.PictureBox_UpdateKB.TabIndex = 17 Me.PictureBox_UpdateKB.TabStop = False ' 'PictureBox_Save ' Me.PictureBox_Save.BackgroundImage = Global.Wardrobe.My.Resources.Resources.Icon_SaveSettings1_01 Me.PictureBox_Save.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.PictureBox_Save.Location = New System.Drawing.Point(245, 573) Me.PictureBox_Save.Name = "PictureBox_Save" Me.PictureBox_Save.Size = New System.Drawing.Size(110, 45) Me.PictureBox_Save.TabIndex = 18 Me.PictureBox_Save.TabStop = False ' 'Panel1 ' Me.Panel1.BackColor = System.Drawing.Color.Black Me.Panel1.Location = New System.Drawing.Point(65, 152) Me.Panel1.Name = "Panel1" Me.Panel1.Size = New System.Drawing.Size(450, 1) Me.Panel1.TabIndex = 19 ' 'Panel2 ' Me.Panel2.BackColor = System.Drawing.Color.Black Me.Panel2.Location = New System.Drawing.Point(65, 323) Me.Panel2.Name = "Panel2" Me.Panel2.Size = New System.Drawing.Size(450, 1) Me.Panel2.TabIndex = 20 ' 'Panel3 ' Me.Panel3.BackColor = System.Drawing.Color.Black Me.Panel3.Location = New System.Drawing.Point(65, 555) Me.Panel3.Name = "Panel3" Me.Panel3.Size = New System.Drawing.Size(450, 1) Me.Panel3.TabIndex = 21 ' 'Settings ' Me.AutoScaleDimensions = New System.Drawing.SizeF(8.0!, 16.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer)) Me.ClientSize = New System.Drawing.Size(600, 650) Me.Controls.Add(Me.Panel3) Me.Controls.Add(Me.Panel2) Me.Controls.Add(Me.Panel1) Me.Controls.Add(Me.PictureBox_Save) Me.Controls.Add(Me.PictureBox_UpdateKB) Me.Controls.Add(Me.PictureBox_FilePath) Me.Controls.Add(Me.CheckBox_NoSW) Me.Controls.Add(Me.Label_File_Path) Me.Controls.Add(Me.Label_KB_Updated) Me.Controls.Add(Me.Label_Mail_Needed) Me.Controls.Add(Me.Label_Phone_Needed) Me.Controls.Add(Me.Label_Name_Needed) Me.Controls.Add(Me.TextBox_Mail) Me.Controls.Add(Me.Label_Mail) Me.Controls.Add(Me.TextBox_Phone) Me.Controls.Add(Me.Label_Tel) Me.Controls.Add(Me.Label_UserData) Me.Controls.Add(Me.TextBox_Name) Me.Controls.Add(Me.Label_Name) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None Me.Margin = New System.Windows.Forms.Padding(4) Me.Name = "Settings" Me.Text = "Settings" CType(Me.PictureBox_FilePath, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox_UpdateKB, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox_Save, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents Label_Name As Label Friend WithEvents TextBox_Name As TextBox Friend WithEvents Label_UserData As Label Friend WithEvents TextBox_Phone As TextBox Friend WithEvents Label_Tel As Label Friend WithEvents TextBox_Mail As TextBox Friend WithEvents Label_Mail As Label Friend WithEvents Label_Name_Needed As Label Friend WithEvents Label_Phone_Needed As Label Friend WithEvents Label_Mail_Needed As Label Friend WithEvents Label_KB_Updated As Label Friend WithEvents Label_File_Path As Label Friend WithEvents CheckBox_NoSW As CheckBox Friend WithEvents PictureBox_FilePath As PictureBox Friend WithEvents PictureBox_UpdateKB As PictureBox Friend WithEvents PictureBox_Save As PictureBox Friend WithEvents Panel1 As Panel Friend WithEvents Panel2 As Panel Friend WithEvents Panel3 As Panel End Class