⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 editform.designer.vb

📁 wrox出版社的另一套经典的VB2005数据库编程学习书籍,收集了书中源码,郑重推荐,电子书,电子书下载
💻 VB
📖 第 1 页 / 共 2 页
字号:
Partial Public Class frmEdit
	Inherits System.Windows.Forms.Form

	<System.Diagnostics.DebuggerNonUserCode()> _
	Public Sub New()
		MyBase.New()

		'This call is required by the Windows Form Designer.
		InitializeComponent()

	End Sub

	'Form overrides dispose to clean up the component list.
	<System.Diagnostics.DebuggerNonUserCode()> _
	Protected Overloads Overrides Sub Dispose(ByVal disposing As Boolean)
		If disposing AndAlso components IsNot Nothing Then
			components.Dispose()
		End If
		MyBase.Dispose(disposing)
	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.
	<System.Diagnostics.DebuggerStepThrough()> _
	Private Sub InitializeComponent()
        Me.components = New System.ComponentModel.Container
        Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle
        Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle
        Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle
        Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle
        Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle
        Me.NorthwindCustomersBindingSource = New System.Windows.Forms.BindingSource(Me.components)
        Me.NorthwindCustomersDataGridView = New System.Windows.Forms.DataGridView
        Me.CustomerID = New System.Windows.Forms.DataGridViewTextBoxColumn
        Me.CompanyName = New System.Windows.Forms.DataGridViewTextBoxColumn
        Me.ContactName = New System.Windows.Forms.DataGridViewTextBoxColumn
        Me.ContactTitle = New System.Windows.Forms.DataGridViewTextBoxColumn
        Me.Address = New System.Windows.Forms.DataGridViewTextBoxColumn
        Me.City = New System.Windows.Forms.DataGridViewTextBoxColumn
        Me.Region = New System.Windows.Forms.DataGridViewTextBoxColumn
        Me.PostalCode = New System.Windows.Forms.DataGridViewTextBoxColumn
        Me.Country = New System.Windows.Forms.DataGridViewTextBoxColumn
        Me.Phone = New System.Windows.Forms.DataGridViewTextBoxColumn
        Me.Fax = New System.Windows.Forms.DataGridViewTextBoxColumn
        Me.NorthwindOrdersBindingSource = New System.Windows.Forms.BindingSource(Me.components)
        Me.NorthwindOrdersDataGridView = New System.Windows.Forms.DataGridView
        Me.OrderID = New System.Windows.Forms.DataGridViewTextBoxColumn
        Me.DataGridViewTextBoxColumn2 = New System.Windows.Forms.DataGridViewTextBoxColumn
        Me.EmployeeID = New System.Windows.Forms.DataGridViewTextBoxColumn
        Me.OrderDate = New System.Windows.Forms.DataGridViewTextBoxColumn
        Me.RequiredDate = New System.Windows.Forms.DataGridViewTextBoxColumn
        Me.ShippedDate = New System.Windows.Forms.DataGridViewTextBoxColumn
        Me.ShipVia = New System.Windows.Forms.DataGridViewTextBoxColumn
        Me.Freight = New System.Windows.Forms.DataGridViewTextBoxColumn
        Me.ShipName = New System.Windows.Forms.DataGridViewTextBoxColumn
        Me.ShipAddress = New System.Windows.Forms.DataGridViewTextBoxColumn
        Me.ShipCity = New System.Windows.Forms.DataGridViewTextBoxColumn
        Me.ShipRegion = New System.Windows.Forms.DataGridViewTextBoxColumn
        Me.ShipPostalCode = New System.Windows.Forms.DataGridViewTextBoxColumn
        Me.ShipCountry = New System.Windows.Forms.DataGridViewTextBoxColumn
        Me.NorthwindOrder_DetailsBindingSource = New System.Windows.Forms.BindingSource(Me.components)
        Me.NorthwindOrder_DetailsDataGridView = New System.Windows.Forms.DataGridView
        Me.DataGridViewTextBoxColumn12 = New System.Windows.Forms.DataGridViewTextBoxColumn
        Me.ProductID = New System.Windows.Forms.DataGridViewTextBoxColumn
        Me.UnitPrice = New System.Windows.Forms.DataGridViewTextBoxColumn
        Me.Quantity = New System.Windows.Forms.DataGridViewTextBoxColumn
        Me.Discount = New System.Windows.Forms.DataGridViewTextBoxColumn
        Me.btnLoadData = New System.Windows.Forms.Button
        Me.btnSaveData = New System.Windows.Forms.Button
        Me.txtTime = New System.Windows.Forms.TextBox
        Me.lblTime = New System.Windows.Forms.Label
        CType(Me.NorthwindCustomersBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.NorthwindCustomersDataGridView, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.NorthwindOrdersBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.NorthwindOrdersDataGridView, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.NorthwindOrder_DetailsBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.NorthwindOrder_DetailsDataGridView, System.ComponentModel.ISupportInitialize).BeginInit()
        Me.SuspendLayout()
        '
        'NorthwindCustomersBindingSource
        '
        Me.NorthwindCustomersBindingSource.DataSource = GetType(GenericClassesFromSchemas.NorthwindCustomers)
        '
        'NorthwindCustomersDataGridView
        '
        Me.NorthwindCustomersDataGridView.AutoGenerateColumns = False
        Me.NorthwindCustomersDataGridView.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.CustomerID, Me.CompanyName, Me.ContactName, Me.ContactTitle, Me.Address, Me.City, Me.Region, Me.PostalCode, Me.Country, Me.Phone, Me.Fax})
        Me.NorthwindCustomersDataGridView.DataSource = Me.NorthwindCustomersBindingSource
        Me.NorthwindCustomersDataGridView.Location = New System.Drawing.Point(13, 34)
        Me.NorthwindCustomersDataGridView.Name = "NorthwindCustomersDataGridView"
        Me.NorthwindCustomersDataGridView.Size = New System.Drawing.Size(599, 130)
        Me.NorthwindCustomersDataGridView.TabIndex = 0
        '
        'CustomerID
        '
        Me.CustomerID.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader
        Me.CustomerID.DataPropertyName = "CustomerID"
        Me.CustomerID.HeaderText = "CustomerID"
        Me.CustomerID.Name = "CustomerID"
        Me.CustomerID.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable
        Me.CustomerID.Width = 68
        '
        'CompanyName
        '
        Me.CompanyName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells
        Me.CompanyName.DataPropertyName = "CompanyName"
        Me.CompanyName.HeaderText = "CompanyName"
        Me.CompanyName.Name = "CompanyName"
        Me.CompanyName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable
        Me.CompanyName.Width = 85
        '
        'ContactName
        '
        Me.ContactName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells
        Me.ContactName.DataPropertyName = "ContactName"
        Me.ContactName.HeaderText = "ContactName"
        Me.ContactName.Name = "ContactName"
        Me.ContactName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable
        Me.ContactName.Width = 78
        '
        'ContactTitle
        '
        Me.ContactTitle.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells
        Me.ContactTitle.DataPropertyName = "ContactTitle"
        Me.ContactTitle.HeaderText = "ContactTitle"
        Me.ContactTitle.Name = "ContactTitle"
        Me.ContactTitle.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable
        Me.ContactTitle.Width = 70
        '
        'Address
        '
        Me.Address.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells
        Me.Address.DataPropertyName = "Address"
        Me.Address.HeaderText = "Address"
        Me.Address.Name = "Address"
        Me.Address.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable
        Me.Address.Width = 51
        '
        'City
        '
        Me.City.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells
        Me.City.DataPropertyName = "City"
        Me.City.HeaderText = "City"
        Me.City.Name = "City"
        Me.City.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable
        Me.City.Width = 30
        '
        'Region
        '
        Me.Region.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells
        Me.Region.DataPropertyName = "Region"
        Me.Region.HeaderText = "Region"
        Me.Region.Name = "Region"
        Me.Region.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable
        Me.Region.Width = 47
        '
        'PostalCode
        '
        Me.PostalCode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells
        Me.PostalCode.DataPropertyName = "PostalCode"
        Me.PostalCode.HeaderText = "PostalCode"
        Me.PostalCode.Name = "PostalCode"
        Me.PostalCode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable
        Me.PostalCode.Width = 67
        '
        'Country
        '
        Me.Country.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells
        Me.Country.DataPropertyName = "Country"
        Me.Country.HeaderText = "Country"
        Me.Country.Name = "Country"
        Me.Country.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable
        Me.Country.Width = 49
        '
        'Phone
        '
        Me.Phone.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells
        Me.Phone.DataPropertyName = "Phone"
        Me.Phone.HeaderText = "Phone"
        Me.Phone.Name = "Phone"
        Me.Phone.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable
        Me.Phone.Width = 44
        '
        'Fax
        '
        Me.Fax.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells
        Me.Fax.DataPropertyName = "Fax"
        Me.Fax.HeaderText = "Fax"
        Me.Fax.Name = "Fax"
        Me.Fax.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable
        Me.Fax.Width = 30
        '
        'NorthwindOrdersBindingSource
        '
        Me.NorthwindOrdersBindingSource.DataSource = GetType(GenericClassesFromSchemas.NorthwindOrders)
        '
        'NorthwindOrdersDataGridView
        '
        Me.NorthwindOrdersDataGridView.AutoGenerateColumns = False
        Me.NorthwindOrdersDataGridView.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.OrderID, Me.DataGridViewTextBoxColumn2, Me.EmployeeID, Me.OrderDate, Me.RequiredDate, Me.ShippedDate, Me.ShipVia, Me.Freight, Me.ShipName, Me.ShipAddress, Me.ShipCity, Me.ShipRegion, Me.ShipPostalCode, Me.ShipCountry})
        Me.NorthwindOrdersDataGridView.DataSource = Me.NorthwindOrdersBindingSource
        Me.NorthwindOrdersDataGridView.Location = New System.Drawing.Point(13, 180)
        Me.NorthwindOrdersDataGridView.Name = "NorthwindOrdersDataGridView"
        Me.NorthwindOrdersDataGridView.Size = New System.Drawing.Size(598, 130)
        Me.NorthwindOrdersDataGridView.TabIndex = 3
        Me.NorthwindOrdersDataGridView.VirtualMode = True
        '
        'OrderID
        '
        Me.OrderID.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader
        Me.OrderID.DataPropertyName = "OrderID"
        Me.OrderID.HeaderText = "OrderID"
        Me.OrderID.Name = "OrderID"
        Me.OrderID.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable
        Me.OrderID.Width = 50
        '
        'DataGridViewTextBoxColumn2
        '
        Me.DataGridViewTextBoxColumn2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader
        Me.DataGridViewTextBoxColumn2.DataPropertyName = "CustomerID"
        Me.DataGridViewTextBoxColumn2.HeaderText = "CustomerID"
        Me.DataGridViewTextBoxColumn2.Name = "DataGridViewTextBoxColumn2"
        Me.DataGridViewTextBoxColumn2.Width = 87
        '
        'EmployeeID
        '
        Me.EmployeeID.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader
        Me.EmployeeID.DataPropertyName = "EmployeeID"
        Me.EmployeeID.HeaderText = "EmployeeID"
        Me.EmployeeID.Name = "EmployeeID"
        Me.EmployeeID.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable
        Me.EmployeeID.Width = 70
        '
        'OrderDate
        '
        Me.OrderDate.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells
        Me.OrderDate.DataPropertyName = "OrderDate"
        DataGridViewCellStyle1.Format = "d"
        DataGridViewCellStyle1.FormatProvider = New System.Globalization.CultureInfo("en-US")
        Me.OrderDate.DefaultCellStyle = DataGridViewCellStyle1
        Me.OrderDate.HeaderText = "OrderDate"
        Me.OrderDate.Name = "OrderDate"
        Me.OrderDate.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable
        Me.OrderDate.Width = 62
        '
        'RequiredDate
        '
        Me.RequiredDate.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells
        Me.RequiredDate.DataPropertyName = "RequiredDate"
        DataGridViewCellStyle2.Format = "d"
        DataGridViewCellStyle2.FormatProvider = New System.Globalization.CultureInfo("en-US")
        Me.RequiredDate.DefaultCellStyle = DataGridViewCellStyle2
        Me.RequiredDate.HeaderText = "RequiredDate"
        Me.RequiredDate.Name = "RequiredDate"
        Me.RequiredDate.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable
        Me.RequiredDate.Width = 79
        '
        'ShippedDate
        '
        Me.ShippedDate.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells
        Me.ShippedDate.DataPropertyName = "ShippedDate"
        DataGridViewCellStyle3.Format = "d"
        DataGridViewCellStyle3.FormatProvider = New System.Globalization.CultureInfo("en-US")
        Me.ShippedDate.DefaultCellStyle = DataGridViewCellStyle3
        Me.ShippedDate.HeaderText = "ShippedDate"
        Me.ShippedDate.Name = "ShippedDate"

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -