<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated ()> Partial Class EditingForm_CustomUO Inherits SharedClasses.ObjectEditorForm 'Form overrides dispose to clean up the component list.
GitHub

Form_Color.Designer.vb

'It can be modified using the Windows Form Designer. 'Do not modify it using the code editor. Me.Button1 = New System.Windows.Forms.Button() Me.Button2 = New System.Windows.Forms.Button() Me.TextBox1 ...
I'm designing a small application (VB .NET with an MSDE backend) to help us track various issues that our companies have. When someone enters the issue tracking system they either need to be able to ...