Nessuna descrizione
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

DELIVERY_ADDRESS__資料管理.Designer.vb 6.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class DELIVERY_ADDRESS__資料管理
  3. Inherits System.Windows.Forms.Form
  4. 'Form 覆寫 Dispose 以清除元件清單。
  5. <System.Diagnostics.DebuggerNonUserCode()> _
  6. Protected Overrides Sub Dispose(ByVal disposing As Boolean)
  7. Try
  8. If disposing AndAlso components IsNot Nothing Then
  9. components.Dispose()
  10. End If
  11. Finally
  12. MyBase.Dispose(disposing)
  13. End Try
  14. End Sub
  15. '為 Windows Form 設計工具的必要項
  16. Private components As System.ComponentModel.IContainer
  17. '注意: 以下為 Windows Form 設計工具所需的程序
  18. '可以使用 Windows Form 設計工具進行修改。
  19. '請勿使用程式碼編輯器進行修改。
  20. <System.Diagnostics.DebuggerStepThrough()> _
  21. Private Sub InitializeComponent()
  22. Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  23. Me.Button4 = New System.Windows.Forms.Button()
  24. Me.Button3 = New System.Windows.Forms.Button()
  25. Me.Button2 = New System.Windows.Forms.Button()
  26. Me.Button1 = New System.Windows.Forms.Button()
  27. Me.Label2 = New System.Windows.Forms.Label()
  28. Me.TextBox2 = New System.Windows.Forms.TextBox()
  29. Me.Label1 = New System.Windows.Forms.Label()
  30. Me.TextBox1 = New System.Windows.Forms.TextBox()
  31. Me.DataGridView1 = New System.Windows.Forms.DataGridView()
  32. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit()
  33. Me.SuspendLayout()
  34. '
  35. 'Button4
  36. '
  37. Me.Button4.ForeColor = System.Drawing.Color.Black
  38. Me.Button4.Location = New System.Drawing.Point(266, 61)
  39. Me.Button4.Name = "Button4"
  40. Me.Button4.Size = New System.Drawing.Size(80, 46)
  41. Me.Button4.TabIndex = 354
  42. Me.Button4.Text = "關閉"
  43. Me.Button4.UseVisualStyleBackColor = True
  44. '
  45. 'Button3
  46. '
  47. Me.Button3.ForeColor = System.Drawing.Color.Red
  48. Me.Button3.Location = New System.Drawing.Point(180, 61)
  49. Me.Button3.Name = "Button3"
  50. Me.Button3.Size = New System.Drawing.Size(80, 46)
  51. Me.Button3.TabIndex = 353
  52. Me.Button3.Text = "刪除"
  53. Me.Button3.UseVisualStyleBackColor = True
  54. '
  55. 'Button2
  56. '
  57. Me.Button2.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer))
  58. Me.Button2.Location = New System.Drawing.Point(94, 61)
  59. Me.Button2.Name = "Button2"
  60. Me.Button2.Size = New System.Drawing.Size(80, 46)
  61. Me.Button2.TabIndex = 352
  62. Me.Button2.Text = "修改"
  63. Me.Button2.UseVisualStyleBackColor = True
  64. '
  65. 'Button1
  66. '
  67. Me.Button1.ForeColor = System.Drawing.Color.Blue
  68. Me.Button1.Location = New System.Drawing.Point(8, 61)
  69. Me.Button1.Name = "Button1"
  70. Me.Button1.Size = New System.Drawing.Size(80, 46)
  71. Me.Button1.TabIndex = 351
  72. Me.Button1.Text = "新增"
  73. Me.Button1.UseVisualStyleBackColor = True
  74. '
  75. 'Label2
  76. '
  77. Me.Label2.AutoSize = True
  78. Me.Label2.Location = New System.Drawing.Point(365, 13)
  79. Me.Label2.Name = "Label2"
  80. Me.Label2.Size = New System.Drawing.Size(101, 16)
  81. Me.Label2.TabIndex = 350
  82. Me.Label2.Text = "Delivery Address"
  83. '
  84. 'TextBox2
  85. '
  86. Me.TextBox2.ForeColor = System.Drawing.Color.Black
  87. Me.TextBox2.Location = New System.Drawing.Point(368, 32)
  88. Me.TextBox2.Multiline = True
  89. Me.TextBox2.Name = "TextBox2"
  90. Me.TextBox2.ScrollBars = System.Windows.Forms.ScrollBars.Both
  91. Me.TextBox2.Size = New System.Drawing.Size(516, 75)
  92. Me.TextBox2.TabIndex = 349
  93. '
  94. 'Label1
  95. '
  96. Me.Label1.AutoSize = True
  97. Me.Label1.Location = New System.Drawing.Point(12, 13)
  98. Me.Label1.Name = "Label1"
  99. Me.Label1.Size = New System.Drawing.Size(51, 16)
  100. Me.Label1.TabIndex = 348
  101. Me.Label1.Text = "Remark"
  102. '
  103. 'TextBox1
  104. '
  105. Me.TextBox1.ForeColor = System.Drawing.Color.Black
  106. Me.TextBox1.Location = New System.Drawing.Point(12, 32)
  107. Me.TextBox1.Name = "TextBox1"
  108. Me.TextBox1.Size = New System.Drawing.Size(350, 23)
  109. Me.TextBox1.TabIndex = 347
  110. '
  111. 'DataGridView1
  112. '
  113. DataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  114. Me.DataGridView1.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle2
  115. Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  116. Me.DataGridView1.Location = New System.Drawing.Point(12, 113)
  117. Me.DataGridView1.Name = "DataGridView1"
  118. Me.DataGridView1.RowHeadersWidth = 5
  119. Me.DataGridView1.RowTemplate.Height = 24
  120. Me.DataGridView1.Size = New System.Drawing.Size(1336, 560)
  121. Me.DataGridView1.TabIndex = 346
  122. '
  123. 'DELIVERY_ADDRESS__資料管理
  124. '
  125. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  126. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  127. Me.ClientSize = New System.Drawing.Size(1360, 681)
  128. Me.Controls.Add(Me.Button4)
  129. Me.Controls.Add(Me.Button3)
  130. Me.Controls.Add(Me.Button2)
  131. Me.Controls.Add(Me.Button1)
  132. Me.Controls.Add(Me.Label2)
  133. Me.Controls.Add(Me.TextBox2)
  134. Me.Controls.Add(Me.Label1)
  135. Me.Controls.Add(Me.TextBox1)
  136. Me.Controls.Add(Me.DataGridView1)
  137. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  138. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  139. Me.Name = "DELIVERY_ADDRESS__資料管理"
  140. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  141. Me.Text = "DELIVERY_ADDRESS__資料管理"
  142. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit()
  143. Me.ResumeLayout(False)
  144. Me.PerformLayout()
  145. End Sub
  146. Friend WithEvents Button4 As Button
  147. Friend WithEvents Button3 As Button
  148. Friend WithEvents Button2 As Button
  149. Friend WithEvents Button1 As Button
  150. Friend WithEvents Label2 As Label
  151. Friend WithEvents TextBox2 As TextBox
  152. Friend WithEvents Label1 As Label
  153. Friend WithEvents TextBox1 As TextBox
  154. Friend WithEvents DataGridView1 As DataGridView
  155. End Class