A simple code generation "Device"

Source: Internet
Author: User
'//A simple code generation ' device '
'//In larger database operations, there are a lot of code that has a lot of variables, properties, functions, and so on for field operations.
'//If one is to rewrite, it is really annoying, so I have a small program to do this part of the work.
Public Class Frmpropertycode
Inherits System.Windows.Forms.Form
#Region "code generated by the Windows forms Designer"
Public Sub New ()
MyBase.New ()
' This call is required by the Windows Forms Designer.
InitializeComponent ()
' Add any initialization after the InitializeComponent () call
Initialize ()
End Sub
' Form overrides dispose to clean up the list of components.
Protected Overloads Overrides Sub Dispose (ByVal disposing as Boolean)
If disposing Then
If not (components are nothing) Then
Components. Dispose ()
End If
End If
Mybase.dispose (disposing)
End Sub
' Required by the Windows Forms Designer
Private Components as System.ComponentModel.IContainer
' NOTE: The following procedure is required by the Windows Forms Designer
' You can use the Windows Forms Designer to modify this procedure.
' Do not modify it using the Code Editor.
Friend WithEvents Variabletextbox as System.Windows.Forms.TextBox
Friend WithEvents Codetextbox as System.Windows.Forms.TextBox
Friend WithEvents Propertycombobox as System.Windows.Forms.ComboBox
Friend WithEvents Propertytextbox as System.Windows.Forms.TextBox
Friend WithEvents Savepropertybutton as System.Windows.Forms.Button
Friend WithEvents Buildcodebutton as System.Windows.Forms.Button
Friend WithEvents Label1 as System.Windows.Forms.Label
Friend WithEvents Label2 as System.Windows.Forms.Label
Friend WithEvents Label3 as System.Windows.Forms.Label
Friend WithEvents Label4 as System.Windows.Forms.Label
<system.diagnostics.debuggerstepthrough () > Private Sub InitializeComponent ()

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.