暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

連動模組.Designer.vb 12KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class 連動模組
  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. Me.components = New System.ComponentModel.Container()
  23. Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  24. Me.人員表_dgv = New System.Windows.Forms.DataGridView()
  25. Me.買入車主名稱_tb = New System.Windows.Forms.TextBox()
  26. Me.買入車主電話_tb = New System.Windows.Forms.TextBox()
  27. Me.買入車主地址_tb = New System.Windows.Forms.TextBox()
  28. Me.Label9 = New System.Windows.Forms.Label()
  29. Me.Label7 = New System.Windows.Forms.Label()
  30. Me.Label10 = New System.Windows.Forms.Label()
  31. Me.流水號_tb = New System.Windows.Forms.TextBox()
  32. Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
  33. Me.label = New System.Windows.Forms.Label()
  34. Me.車號_tb = New System.Windows.Forms.TextBox()
  35. Me.Label1 = New System.Windows.Forms.Label()
  36. Me.群組編號_tb = New System.Windows.Forms.TextBox()
  37. Me.加入_bt = New System.Windows.Forms.Button()
  38. Me.修改_bt = New System.Windows.Forms.Button()
  39. Me.查詢_bt = New System.Windows.Forms.Button()
  40. CType(Me.人員表_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  41. Me.SuspendLayout()
  42. '
  43. '人員表_dgv
  44. '
  45. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  46. Me.人員表_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  47. Me.人員表_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  48. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  49. Me.人員表_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  50. Me.人員表_dgv.BackgroundColor = System.Drawing.Color.White
  51. Me.人員表_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  52. Me.人員表_dgv.Location = New System.Drawing.Point(2, 53)
  53. Me.人員表_dgv.Margin = New System.Windows.Forms.Padding(5)
  54. Me.人員表_dgv.Name = "人員表_dgv"
  55. Me.人員表_dgv.ReadOnly = True
  56. Me.人員表_dgv.RowHeadersWidth = 5
  57. Me.人員表_dgv.RowTemplate.Height = 24
  58. Me.人員表_dgv.Size = New System.Drawing.Size(907, 452)
  59. Me.人員表_dgv.TabIndex = 960
  60. '
  61. '買入車主名稱_tb
  62. '
  63. Me.買入車主名稱_tb.Location = New System.Drawing.Point(116, 4)
  64. Me.買入車主名稱_tb.Margin = New System.Windows.Forms.Padding(5)
  65. Me.買入車主名稱_tb.Name = "買入車主名稱_tb"
  66. Me.買入車主名稱_tb.RightToLeft = System.Windows.Forms.RightToLeft.No
  67. Me.買入車主名稱_tb.Size = New System.Drawing.Size(227, 23)
  68. Me.買入車主名稱_tb.TabIndex = 1692
  69. '
  70. '買入車主電話_tb
  71. '
  72. Me.買入車主電話_tb.Location = New System.Drawing.Point(385, 4)
  73. Me.買入車主電話_tb.Margin = New System.Windows.Forms.Padding(5)
  74. Me.買入車主電話_tb.Name = "買入車主電話_tb"
  75. Me.買入車主電話_tb.RightToLeft = System.Windows.Forms.RightToLeft.No
  76. Me.買入車主電話_tb.Size = New System.Drawing.Size(148, 23)
  77. Me.買入車主電話_tb.TabIndex = 1693
  78. '
  79. '買入車主地址_tb
  80. '
  81. Me.買入車主地址_tb.Location = New System.Drawing.Point(116, 29)
  82. Me.買入車主地址_tb.Margin = New System.Windows.Forms.Padding(5)
  83. Me.買入車主地址_tb.Name = "買入車主地址_tb"
  84. Me.買入車主地址_tb.RightToLeft = System.Windows.Forms.RightToLeft.No
  85. Me.買入車主地址_tb.Size = New System.Drawing.Size(417, 23)
  86. Me.買入車主地址_tb.TabIndex = 1694
  87. '
  88. 'Label9
  89. '
  90. Me.Label9.AutoSize = True
  91. Me.Label9.ImeMode = System.Windows.Forms.ImeMode.NoControl
  92. Me.Label9.Location = New System.Drawing.Point(353, 8)
  93. Me.Label9.Margin = New System.Windows.Forms.Padding(5, 0, 5, 0)
  94. Me.Label9.Name = "Label9"
  95. Me.Label9.Size = New System.Drawing.Size(31, 16)
  96. Me.Label9.TabIndex = 1696
  97. Me.Label9.Text = "電話"
  98. '
  99. 'Label7
  100. '
  101. Me.Label7.AutoSize = True
  102. Me.Label7.ImeMode = System.Windows.Forms.ImeMode.NoControl
  103. Me.Label7.Location = New System.Drawing.Point(57, 8)
  104. Me.Label7.Margin = New System.Windows.Forms.Padding(5, 0, 5, 0)
  105. Me.Label7.Name = "Label7"
  106. Me.Label7.Size = New System.Drawing.Size(55, 16)
  107. Me.Label7.TabIndex = 1695
  108. Me.Label7.Text = "車主名稱"
  109. '
  110. 'Label10
  111. '
  112. Me.Label10.AutoSize = True
  113. Me.Label10.ImeMode = System.Windows.Forms.ImeMode.NoControl
  114. Me.Label10.Location = New System.Drawing.Point(58, 32)
  115. Me.Label10.Margin = New System.Windows.Forms.Padding(5, 0, 5, 0)
  116. Me.Label10.Name = "Label10"
  117. Me.Label10.Size = New System.Drawing.Size(55, 16)
  118. Me.Label10.TabIndex = 1697
  119. Me.Label10.Text = "地 址"
  120. '
  121. '流水號_tb
  122. '
  123. Me.流水號_tb.Location = New System.Drawing.Point(41, 144)
  124. Me.流水號_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  125. Me.流水號_tb.Name = "流水號_tb"
  126. Me.流水號_tb.Size = New System.Drawing.Size(116, 23)
  127. Me.流水號_tb.TabIndex = 1699
  128. Me.流水號_tb.Visible = False
  129. '
  130. 'ToolTip1
  131. '
  132. Me.ToolTip1.IsBalloon = True
  133. Me.ToolTip1.ToolTipIcon = System.Windows.Forms.ToolTipIcon.Info
  134. Me.ToolTip1.ToolTipTitle = "系統說明"
  135. '
  136. 'label
  137. '
  138. Me.label.AutoSize = True
  139. Me.label.ImeMode = System.Windows.Forms.ImeMode.NoControl
  140. Me.label.Location = New System.Drawing.Point(536, 7)
  141. Me.label.Margin = New System.Windows.Forms.Padding(5, 0, 5, 0)
  142. Me.label.Name = "label"
  143. Me.label.Size = New System.Drawing.Size(55, 16)
  144. Me.label.TabIndex = 1701
  145. Me.label.Text = "車 號"
  146. '
  147. '車號_tb
  148. '
  149. Me.車號_tb.Location = New System.Drawing.Point(594, 4)
  150. Me.車號_tb.Margin = New System.Windows.Forms.Padding(5)
  151. Me.車號_tb.Name = "車號_tb"
  152. Me.車號_tb.RightToLeft = System.Windows.Forms.RightToLeft.No
  153. Me.車號_tb.Size = New System.Drawing.Size(189, 23)
  154. Me.車號_tb.TabIndex = 1700
  155. '
  156. 'Label1
  157. '
  158. Me.Label1.AutoSize = True
  159. Me.Label1.ImeMode = System.Windows.Forms.ImeMode.NoControl
  160. Me.Label1.Location = New System.Drawing.Point(536, 32)
  161. Me.Label1.Margin = New System.Windows.Forms.Padding(5, 0, 5, 0)
  162. Me.Label1.Name = "Label1"
  163. Me.Label1.Size = New System.Drawing.Size(55, 16)
  164. Me.Label1.TabIndex = 1703
  165. Me.Label1.Text = "群組編號"
  166. '
  167. '群組編號_tb
  168. '
  169. Me.群組編號_tb.Location = New System.Drawing.Point(594, 29)
  170. Me.群組編號_tb.Margin = New System.Windows.Forms.Padding(5)
  171. Me.群組編號_tb.Name = "群組編號_tb"
  172. Me.群組編號_tb.RightToLeft = System.Windows.Forms.RightToLeft.No
  173. Me.群組編號_tb.Size = New System.Drawing.Size(189, 23)
  174. Me.群組編號_tb.TabIndex = 1702
  175. '
  176. '加入_bt
  177. '
  178. Me.加入_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  179. Me.加入_bt.Location = New System.Drawing.Point(785, 2)
  180. Me.加入_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  181. Me.加入_bt.Name = "加入_bt"
  182. Me.加入_bt.Size = New System.Drawing.Size(60, 51)
  183. Me.加入_bt.TabIndex = 1704
  184. Me.加入_bt.Text = "快速加入資料"
  185. Me.加入_bt.UseVisualStyleBackColor = True
  186. '
  187. '修改_bt
  188. '
  189. Me.修改_bt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.SAVER
  190. Me.修改_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  191. Me.修改_bt.Location = New System.Drawing.Point(846, 2)
  192. Me.修改_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  193. Me.修改_bt.Name = "修改_bt"
  194. Me.修改_bt.Size = New System.Drawing.Size(60, 51)
  195. Me.修改_bt.TabIndex = 1698
  196. Me.修改_bt.UseVisualStyleBackColor = True
  197. '
  198. '查詢_bt
  199. '
  200. Me.查詢_bt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.Search
  201. Me.查詢_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  202. Me.查詢_bt.Location = New System.Drawing.Point(3, 1)
  203. Me.查詢_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  204. Me.查詢_bt.Name = "查詢_bt"
  205. Me.查詢_bt.Size = New System.Drawing.Size(51, 51)
  206. Me.查詢_bt.TabIndex = 0
  207. Me.查詢_bt.UseVisualStyleBackColor = True
  208. '
  209. '連動模組
  210. '
  211. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  212. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  213. Me.ClientSize = New System.Drawing.Size(911, 507)
  214. Me.Controls.Add(Me.加入_bt)
  215. Me.Controls.Add(Me.Label1)
  216. Me.Controls.Add(Me.群組編號_tb)
  217. Me.Controls.Add(Me.label)
  218. Me.Controls.Add(Me.車號_tb)
  219. Me.Controls.Add(Me.流水號_tb)
  220. Me.Controls.Add(Me.修改_bt)
  221. Me.Controls.Add(Me.Label9)
  222. Me.Controls.Add(Me.Label7)
  223. Me.Controls.Add(Me.Label10)
  224. Me.Controls.Add(Me.買入車主名稱_tb)
  225. Me.Controls.Add(Me.買入車主電話_tb)
  226. Me.Controls.Add(Me.買入車主地址_tb)
  227. Me.Controls.Add(Me.人員表_dgv)
  228. Me.Controls.Add(Me.查詢_bt)
  229. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  230. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  231. Me.Name = "連動模組"
  232. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  233. Me.Text = "選擇客戶"
  234. CType(Me.人員表_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  235. Me.ResumeLayout(False)
  236. Me.PerformLayout()
  237. End Sub
  238. Friend WithEvents 查詢_bt As Button
  239. Friend WithEvents 人員表_dgv As DataGridView
  240. Friend WithEvents 買入車主名稱_tb As TextBox
  241. Friend WithEvents 買入車主電話_tb As TextBox
  242. Friend WithEvents 買入車主地址_tb As TextBox
  243. Friend WithEvents Label9 As Label
  244. Friend WithEvents Label7 As Label
  245. Friend WithEvents Label10 As Label
  246. Friend WithEvents 修改_bt As Button
  247. Friend WithEvents 流水號_tb As TextBox
  248. Friend WithEvents ToolTip1 As ToolTip
  249. Friend WithEvents label As Label
  250. Friend WithEvents 車號_tb As TextBox
  251. Friend WithEvents Label1 As Label
  252. Friend WithEvents 群組編號_tb As TextBox
  253. Friend WithEvents 加入_bt As Button
  254. End Class