_ 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.Button_KB = New System.Windows.Forms.Button() Me.Button_FilePath = New System.Windows.Forms.Button() 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.Button_Save = New System.Windows.Forms.Button() Me.Button_KB2 = New System.Windows.Forms.Button() Me.Button_FilePath2 = New System.Windows.Forms.Button() Me.Button_save2 = New System.Windows.Forms.Button() Me.SuspendLayout() ' 'Button_KB ' Me.Button_KB.BackColor = System.Drawing.Color.Transparent Me.Button_KB.FlatAppearance.BorderSize = 0 Me.Button_KB.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button_KB.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button_KB.ForeColor = System.Drawing.SystemColors.ControlLightLight Me.Button_KB.Location = New System.Drawing.Point(40, 162) Me.Button_KB.Name = "Button_KB" Me.Button_KB.Size = New System.Drawing.Size(224, 68) Me.Button_KB.TabIndex = 0 Me.Button_KB.Text = "Update Knowledge Base" Me.Button_KB.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.Button_KB.UseVisualStyleBackColor = False ' 'Button_FilePath ' Me.Button_FilePath.BackColor = System.Drawing.Color.Transparent Me.Button_FilePath.FlatAppearance.BorderSize = 0 Me.Button_FilePath.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button_FilePath.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button_FilePath.ForeColor = System.Drawing.SystemColors.ControlLightLight Me.Button_FilePath.Location = New System.Drawing.Point(40, 48) Me.Button_FilePath.Name = "Button_FilePath" Me.Button_FilePath.Size = New System.Drawing.Size(174, 68) Me.Button_FilePath.TabIndex = 1 Me.Button_FilePath.Text = "Update File Path" Me.Button_FilePath.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.Button_FilePath.UseVisualStyleBackColor = False ' 'Label_Name ' Me.Label_Name.AutoSize = True Me.Label_Name.ForeColor = System.Drawing.SystemColors.ControlLightLight Me.Label_Name.Location = New System.Drawing.Point(56, 331) Me.Label_Name.Name = "Label_Name" Me.Label_Name.Size = New System.Drawing.Size(38, 13) 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(143, 328) Me.TextBox_Name.Name = "TextBox_Name" Me.TextBox_Name.Size = New System.Drawing.Size(171, 21) Me.TextBox_Name.TabIndex = 3 ' 'Label_UserData ' Me.Label_UserData.AutoSize = True Me.Label_UserData.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label_UserData.ForeColor = System.Drawing.SystemColors.ControlLightLight Me.Label_UserData.Location = New System.Drawing.Point(55, 284) Me.Label_UserData.Name = "Label_UserData" Me.Label_UserData.Size = New System.Drawing.Size(181, 20) 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(143, 369) Me.TextBox_Phone.Name = "TextBox_Phone" Me.TextBox_Phone.Size = New System.Drawing.Size(171, 21) 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(56, 372) Me.Label_Tel.Name = "Label_Tel" Me.Label_Tel.Size = New System.Drawing.Size(81, 13) 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(143, 411) Me.TextBox_Mail.Name = "TextBox_Mail" Me.TextBox_Mail.Size = New System.Drawing.Size(171, 21) 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(56, 414) Me.Label_Mail.Name = "Label_Mail" Me.Label_Mail.Size = New System.Drawing.Size(29, 13) 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(320, 331) Me.Label_Name_Needed.Name = "Label_Name_Needed" Me.Label_Name_Needed.Size = New System.Drawing.Size(45, 13) 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(320, 374) Me.Label_Phone_Needed.Name = "Label_Phone_Needed" Me.Label_Phone_Needed.Size = New System.Drawing.Size(45, 13) 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(320, 416) Me.Label_Mail_Needed.Name = "Label_Mail_Needed" Me.Label_Mail_Needed.Size = New System.Drawing.Size(45, 13) 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.Location = New System.Drawing.Point(301, 190) Me.Label_KB_Updated.Name = "Label_KB_Updated" Me.Label_KB_Updated.Size = New System.Drawing.Size(0, 13) Me.Label_KB_Updated.TabIndex = 13 ' 'Label_File_Path ' Me.Label_File_Path.AutoSize = True Me.Label_File_Path.Location = New System.Drawing.Point(252, 76) Me.Label_File_Path.Name = "Label_File_Path" Me.Label_File_Path.Size = New System.Drawing.Size(0, 13) 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(49, 139) Me.CheckBox_NoSW.Name = "CheckBox_NoSW" Me.CheckBox_NoSW.Size = New System.Drawing.Size(140, 17) Me.CheckBox_NoSW.TabIndex = 15 Me.CheckBox_NoSW.Text = "Run without SolidWorks" Me.CheckBox_NoSW.UseVisualStyleBackColor = True ' 'Button_Save ' Me.Button_Save.BackColor = System.Drawing.Color.Transparent Me.Button_Save.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.Button_Save.FlatAppearance.BorderSize = 0 Me.Button_Save.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Silver Me.Button_Save.FlatAppearance.MouseOverBackColor = System.Drawing.Color.DarkGray Me.Button_Save.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button_Save.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button_Save.ForeColor = System.Drawing.SystemColors.ControlLightLight Me.Button_Save.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.Button_Save.Location = New System.Drawing.Point(654, 377) Me.Button_Save.Name = "Button_Save" Me.Button_Save.Size = New System.Drawing.Size(101, 53) Me.Button_Save.TabIndex = 9 Me.Button_Save.Text = "Save" Me.Button_Save.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.Button_Save.UseVisualStyleBackColor = False ' 'Button_KB2 ' Me.Button_KB2.BackColor = System.Drawing.Color.Transparent Me.Button_KB2.BackgroundImage = Global.Wardrobe.My.Resources.Resources.undo_arrow Me.Button_KB2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.Button_KB2.FlatAppearance.BorderSize = 0 Me.Button_KB2.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button_KB2.Location = New System.Drawing.Point(49, 176) Me.Button_KB2.Name = "Button_KB2" Me.Button_KB2.Size = New System.Drawing.Size(42, 40) Me.Button_KB2.TabIndex = 19 Me.Button_KB2.UseVisualStyleBackColor = False ' 'Button_FilePath2 ' Me.Button_FilePath2.BackColor = System.Drawing.Color.Transparent Me.Button_FilePath2.BackgroundImage = Global.Wardrobe.My.Resources.Resources.folder_search Me.Button_FilePath2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.Button_FilePath2.FlatAppearance.BorderSize = 0 Me.Button_FilePath2.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button_FilePath2.Location = New System.Drawing.Point(49, 66) Me.Button_FilePath2.Name = "Button_FilePath2" Me.Button_FilePath2.Size = New System.Drawing.Size(42, 32) Me.Button_FilePath2.TabIndex = 18 Me.Button_FilePath2.UseVisualStyleBackColor = False ' 'Button_save2 ' Me.Button_save2.BackColor = System.Drawing.Color.Transparent Me.Button_save2.BackgroundImage = Global.Wardrobe.My.Resources.Resources.Save_settings Me.Button_save2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.Button_save2.FlatAppearance.BorderSize = 0 Me.Button_save2.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent Me.Button_save2.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent Me.Button_save2.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button_save2.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.Button_save2.Location = New System.Drawing.Point(663, 387) Me.Button_save2.Name = "Button_save2" Me.Button_save2.Size = New System.Drawing.Size(43, 36) Me.Button_save2.TabIndex = 7 Me.Button_save2.UseVisualStyleBackColor = False ' 'Settings ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.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(800, 500) Me.Controls.Add(Me.Button_KB2) Me.Controls.Add(Me.Button_FilePath2) Me.Controls.Add(Me.Button_save2) 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.Button_Save) 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.Controls.Add(Me.Button_FilePath) Me.Controls.Add(Me.Button_KB) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None Me.Name = "Settings" Me.Text = "Settings" Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents Button_KB As Button Friend WithEvents Button_FilePath As Button 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 Button_Save As Button 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 Button_save2 As Button Friend WithEvents Button_FilePath2 As Button Friend WithEvents Button_KB2 As Button End Class