123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160 |
- <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
- Partial Class DELIVERY_ADDRESS__資料管理
- Inherits System.Windows.Forms.Form
-
- 'Form 覆寫 Dispose 以清除元件清單。
- <System.Diagnostics.DebuggerNonUserCode()> _
- 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
-
- '為 Windows Form 設計工具的必要項
- Private components As System.ComponentModel.IContainer
-
- '注意: 以下為 Windows Form 設計工具所需的程序
- '可以使用 Windows Form 設計工具進行修改。
- '請勿使用程式碼編輯器進行修改。
- <System.Diagnostics.DebuggerStepThrough()> _
- Private Sub InitializeComponent()
- Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Me.關閉_bt = New System.Windows.Forms.Button()
- Me.刪除_bt = New System.Windows.Forms.Button()
- Me.修改_bt = New System.Windows.Forms.Button()
- Me.新增_bt = New System.Windows.Forms.Button()
- Me.DeliveryAddress_lb = New System.Windows.Forms.Label()
- Me.地址_tb = New System.Windows.Forms.TextBox()
- Me.Remark_lb = New System.Windows.Forms.Label()
- Me.Remark_tb = New System.Windows.Forms.TextBox()
- Me.主表單_dgv = New System.Windows.Forms.DataGridView()
- CType(Me.主表單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.SuspendLayout()
- '
- '關閉_bt
- '
- Me.關閉_bt.ForeColor = System.Drawing.Color.Black
- Me.關閉_bt.Location = New System.Drawing.Point(266, 61)
- Me.關閉_bt.Name = "關閉_bt"
- Me.關閉_bt.Size = New System.Drawing.Size(80, 46)
- Me.關閉_bt.TabIndex = 354
- Me.關閉_bt.Text = "關閉"
- Me.關閉_bt.UseVisualStyleBackColor = True
- '
- '刪除_bt
- '
- Me.刪除_bt.ForeColor = System.Drawing.Color.Red
- Me.刪除_bt.Location = New System.Drawing.Point(180, 61)
- Me.刪除_bt.Name = "刪除_bt"
- Me.刪除_bt.Size = New System.Drawing.Size(80, 46)
- Me.刪除_bt.TabIndex = 353
- Me.刪除_bt.Text = "刪除"
- Me.刪除_bt.UseVisualStyleBackColor = True
- '
- '修改_bt
- '
- Me.修改_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer))
- Me.修改_bt.Location = New System.Drawing.Point(94, 61)
- Me.修改_bt.Name = "修改_bt"
- Me.修改_bt.Size = New System.Drawing.Size(80, 46)
- Me.修改_bt.TabIndex = 352
- Me.修改_bt.Text = "修改"
- Me.修改_bt.UseVisualStyleBackColor = True
- '
- '新增_bt
- '
- Me.新增_bt.ForeColor = System.Drawing.Color.Blue
- Me.新增_bt.Location = New System.Drawing.Point(8, 61)
- Me.新增_bt.Name = "新增_bt"
- Me.新增_bt.Size = New System.Drawing.Size(80, 46)
- Me.新增_bt.TabIndex = 351
- Me.新增_bt.Text = "新增"
- Me.新增_bt.UseVisualStyleBackColor = True
- '
- 'DeliveryAddress_lb
- '
- Me.DeliveryAddress_lb.AutoSize = True
- Me.DeliveryAddress_lb.Location = New System.Drawing.Point(365, 13)
- Me.DeliveryAddress_lb.Name = "DeliveryAddress_lb"
- Me.DeliveryAddress_lb.Size = New System.Drawing.Size(101, 16)
- Me.DeliveryAddress_lb.TabIndex = 350
- Me.DeliveryAddress_lb.Text = "Delivery Address"
- '
- '地址_tb
- '
- Me.地址_tb.ForeColor = System.Drawing.Color.Black
- Me.地址_tb.Location = New System.Drawing.Point(368, 32)
- Me.地址_tb.Multiline = True
- Me.地址_tb.Name = "地址_tb"
- Me.地址_tb.ScrollBars = System.Windows.Forms.ScrollBars.Both
- Me.地址_tb.Size = New System.Drawing.Size(516, 75)
- Me.地址_tb.TabIndex = 349
- '
- 'Remark_lb
- '
- Me.Remark_lb.AutoSize = True
- Me.Remark_lb.Location = New System.Drawing.Point(12, 13)
- Me.Remark_lb.Name = "Remark_lb"
- Me.Remark_lb.Size = New System.Drawing.Size(51, 16)
- Me.Remark_lb.TabIndex = 348
- Me.Remark_lb.Text = "Remark"
- '
- 'Remark_tb
- '
- Me.Remark_tb.ForeColor = System.Drawing.Color.Black
- Me.Remark_tb.Location = New System.Drawing.Point(12, 32)
- Me.Remark_tb.Name = "Remark_tb"
- Me.Remark_tb.Size = New System.Drawing.Size(350, 23)
- Me.Remark_tb.TabIndex = 347
- '
- '主表單_dgv
- '
- DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.主表單_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
- Me.主表單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.主表單_dgv.Location = New System.Drawing.Point(12, 113)
- Me.主表單_dgv.Name = "主表單_dgv"
- Me.主表單_dgv.RowHeadersWidth = 5
- Me.主表單_dgv.RowTemplate.Height = 24
- Me.主表單_dgv.Size = New System.Drawing.Size(1336, 560)
- Me.主表單_dgv.TabIndex = 346
- '
- 'DELIVERY_ADDRESS__資料管理
- '
- Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
- Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
- Me.ClientSize = New System.Drawing.Size(1360, 681)
- Me.Controls.Add(Me.關閉_bt)
- Me.Controls.Add(Me.刪除_bt)
- Me.Controls.Add(Me.修改_bt)
- Me.Controls.Add(Me.新增_bt)
- Me.Controls.Add(Me.DeliveryAddress_lb)
- Me.Controls.Add(Me.地址_tb)
- Me.Controls.Add(Me.Remark_lb)
- Me.Controls.Add(Me.Remark_tb)
- Me.Controls.Add(Me.主表單_dgv)
- Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.Name = "DELIVERY_ADDRESS__資料管理"
- Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
- Me.Text = "DELIVERY_ADDRESS__資料管理"
- CType(Me.主表單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
- Me.ResumeLayout(False)
- Me.PerformLayout()
-
- End Sub
-
- Friend WithEvents 關閉_bt As Button
- Friend WithEvents 刪除_bt As Button
- Friend WithEvents 修改_bt As Button
- Friend WithEvents 新增_bt As Button
- Friend WithEvents DeliveryAddress_lb As Label
- Friend WithEvents 地址_tb As TextBox
- Friend WithEvents Remark_lb As Label
- Friend WithEvents Remark_tb As TextBox
- Friend WithEvents 主表單_dgv As DataGridView
- End Class
|