Brak opisu
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.

車輛管理.Designer.vb 12KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271
  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.車輛編號_lb = New System.Windows.Forms.Label()
  23. Me.車輛品牌_lb = New System.Windows.Forms.Label()
  24. Me.車輛號碼_tb = New System.Windows.Forms.TextBox()
  25. Me.車牌號碼_lb = New System.Windows.Forms.Label()
  26. Me.車輛編號_tb = New System.Windows.Forms.TextBox()
  27. Me.車輛品牌_cb = New System.Windows.Forms.ComboBox()
  28. Me.車輛位置_cb = New System.Windows.Forms.ComboBox()
  29. Me.車輛位置_lb = New System.Windows.Forms.Label()
  30. Me.固定指派_ch = New System.Windows.Forms.CheckBox()
  31. Me.使用人員_cb = New System.Windows.Forms.ComboBox()
  32. Me.使用人員_lb = New System.Windows.Forms.Label()
  33. Me.新增_bt = New System.Windows.Forms.Button()
  34. Me.存檔_bt = New System.Windows.Forms.Button()
  35. Me.刪除_bt = New System.Windows.Forms.Button()
  36. Me.清單_dgv = New System.Windows.Forms.DataGridView()
  37. Me.批改_ch = New System.Windows.Forms.CheckBox()
  38. Me.Panel1 = New System.Windows.Forms.Panel()
  39. Me.語轉扭_bt = New System.Windows.Forms.Button()
  40. CType(Me.清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  41. Me.Panel1.SuspendLayout()
  42. Me.SuspendLayout()
  43. '
  44. '車輛編號_lb
  45. '
  46. Me.車輛編號_lb.AutoSize = True
  47. Me.車輛編號_lb.Location = New System.Drawing.Point(6, 5)
  48. Me.車輛編號_lb.Name = "車輛編號_lb"
  49. Me.車輛編號_lb.Size = New System.Drawing.Size(56, 16)
  50. Me.車輛編號_lb.TabIndex = 0
  51. Me.車輛編號_lb.Text = "車輛編號"
  52. '
  53. '車輛品牌_lb
  54. '
  55. Me.車輛品牌_lb.AutoSize = True
  56. Me.車輛品牌_lb.Location = New System.Drawing.Point(6, 51)
  57. Me.車輛品牌_lb.Name = "車輛品牌_lb"
  58. Me.車輛品牌_lb.Size = New System.Drawing.Size(56, 16)
  59. Me.車輛品牌_lb.TabIndex = 2
  60. Me.車輛品牌_lb.Text = "車輛品牌"
  61. '
  62. '車輛號碼_tb
  63. '
  64. Me.車輛號碼_tb.Location = New System.Drawing.Point(153, 24)
  65. Me.車輛號碼_tb.Name = "車輛號碼_tb"
  66. Me.車輛號碼_tb.Size = New System.Drawing.Size(126, 23)
  67. Me.車輛號碼_tb.TabIndex = 5
  68. '
  69. '車牌號碼_lb
  70. '
  71. Me.車牌號碼_lb.AutoSize = True
  72. Me.車牌號碼_lb.Location = New System.Drawing.Point(153, 5)
  73. Me.車牌號碼_lb.Name = "車牌號碼_lb"
  74. Me.車牌號碼_lb.Size = New System.Drawing.Size(56, 16)
  75. Me.車牌號碼_lb.TabIndex = 4
  76. Me.車牌號碼_lb.Text = "車牌號碼"
  77. '
  78. '車輛編號_tb
  79. '
  80. Me.車輛編號_tb.Location = New System.Drawing.Point(9, 24)
  81. Me.車輛編號_tb.Name = "車輛編號_tb"
  82. Me.車輛編號_tb.ReadOnly = True
  83. Me.車輛編號_tb.Size = New System.Drawing.Size(138, 23)
  84. Me.車輛編號_tb.TabIndex = 1
  85. '
  86. '車輛品牌_cb
  87. '
  88. Me.車輛品牌_cb.FormattingEnabled = True
  89. Me.車輛品牌_cb.Location = New System.Drawing.Point(9, 70)
  90. Me.車輛品牌_cb.Name = "車輛品牌_cb"
  91. Me.車輛品牌_cb.Size = New System.Drawing.Size(138, 24)
  92. Me.車輛品牌_cb.TabIndex = 6
  93. '
  94. '車輛位置_cb
  95. '
  96. Me.車輛位置_cb.FormattingEnabled = True
  97. Me.車輛位置_cb.Location = New System.Drawing.Point(153, 70)
  98. Me.車輛位置_cb.Name = "車輛位置_cb"
  99. Me.車輛位置_cb.Size = New System.Drawing.Size(126, 24)
  100. Me.車輛位置_cb.TabIndex = 8
  101. '
  102. '車輛位置_lb
  103. '
  104. Me.車輛位置_lb.AutoSize = True
  105. Me.車輛位置_lb.Location = New System.Drawing.Point(153, 51)
  106. Me.車輛位置_lb.Name = "車輛位置_lb"
  107. Me.車輛位置_lb.Size = New System.Drawing.Size(56, 16)
  108. Me.車輛位置_lb.TabIndex = 7
  109. Me.車輛位置_lb.Text = "車輛位置"
  110. '
  111. '固定指派_ch
  112. '
  113. Me.固定指派_ch.AutoSize = True
  114. Me.固定指派_ch.Location = New System.Drawing.Point(285, 26)
  115. Me.固定指派_ch.Name = "固定指派_ch"
  116. Me.固定指派_ch.Size = New System.Drawing.Size(75, 20)
  117. Me.固定指派_ch.TabIndex = 9
  118. Me.固定指派_ch.Text = "固定指派"
  119. Me.固定指派_ch.UseVisualStyleBackColor = True
  120. '
  121. '使用人員_cb
  122. '
  123. Me.使用人員_cb.FormattingEnabled = True
  124. Me.使用人員_cb.Location = New System.Drawing.Point(285, 70)
  125. Me.使用人員_cb.Name = "使用人員_cb"
  126. Me.使用人員_cb.Size = New System.Drawing.Size(199, 24)
  127. Me.使用人員_cb.TabIndex = 11
  128. '
  129. '使用人員_lb
  130. '
  131. Me.使用人員_lb.AutoSize = True
  132. Me.使用人員_lb.Location = New System.Drawing.Point(282, 51)
  133. Me.使用人員_lb.Name = "使用人員_lb"
  134. Me.使用人員_lb.Size = New System.Drawing.Size(56, 16)
  135. Me.使用人員_lb.TabIndex = 10
  136. Me.使用人員_lb.Text = "使用人員"
  137. '
  138. '新增_bt
  139. '
  140. Me.新增_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.add_2
  141. Me.新增_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  142. Me.新增_bt.Location = New System.Drawing.Point(393, 17)
  143. Me.新增_bt.Name = "新增_bt"
  144. Me.新增_bt.Size = New System.Drawing.Size(56, 50)
  145. Me.新增_bt.TabIndex = 12
  146. Me.新增_bt.UseVisualStyleBackColor = True
  147. '
  148. '存檔_bt
  149. '
  150. Me.存檔_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.SAVER
  151. Me.存檔_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  152. Me.存檔_bt.Location = New System.Drawing.Point(455, 17)
  153. Me.存檔_bt.Name = "存檔_bt"
  154. Me.存檔_bt.Size = New System.Drawing.Size(56, 50)
  155. Me.存檔_bt.TabIndex = 13
  156. Me.存檔_bt.UseVisualStyleBackColor = True
  157. '
  158. '刪除_bt
  159. '
  160. Me.刪除_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.GarbageEmpty
  161. Me.刪除_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  162. Me.刪除_bt.Location = New System.Drawing.Point(517, 17)
  163. Me.刪除_bt.Name = "刪除_bt"
  164. Me.刪除_bt.Size = New System.Drawing.Size(56, 50)
  165. Me.刪除_bt.TabIndex = 14
  166. Me.刪除_bt.UseVisualStyleBackColor = True
  167. '
  168. '清單_dgv
  169. '
  170. Me.清單_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  171. Or System.Windows.Forms.AnchorStyles.Left) _
  172. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  173. Me.清單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  174. Me.清單_dgv.BackgroundColor = System.Drawing.Color.White
  175. Me.清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  176. Me.清單_dgv.Location = New System.Drawing.Point(3, 101)
  177. Me.清單_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  178. Me.清單_dgv.Name = "清單_dgv"
  179. Me.清單_dgv.RowHeadersWidth = 5
  180. Me.清單_dgv.RowTemplate.Height = 24
  181. Me.清單_dgv.Size = New System.Drawing.Size(570, 557)
  182. Me.清單_dgv.TabIndex = 1881
  183. '
  184. '批改_ch
  185. '
  186. Me.批改_ch.AutoSize = True
  187. Me.批改_ch.Location = New System.Drawing.Point(3, 3)
  188. Me.批改_ch.Name = "批改_ch"
  189. Me.批改_ch.Size = New System.Drawing.Size(75, 20)
  190. Me.批改_ch.TabIndex = 1882
  191. Me.批改_ch.Text = "批量修改"
  192. Me.批改_ch.UseVisualStyleBackColor = True
  193. '
  194. 'Panel1
  195. '
  196. Me.Panel1.Controls.Add(Me.批改_ch)
  197. Me.Panel1.Location = New System.Drawing.Point(184, 251)
  198. Me.Panel1.Name = "Panel1"
  199. Me.Panel1.Size = New System.Drawing.Size(154, 96)
  200. Me.Panel1.TabIndex = 1883
  201. Me.Panel1.Visible = False
  202. '
  203. '語轉扭_bt
  204. '
  205. Me.語轉扭_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  206. Me.語轉扭_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  207. Me.語轉扭_bt.ForeColor = System.Drawing.Color.Black
  208. Me.語轉扭_bt.Location = New System.Drawing.Point(548, 73)
  209. Me.語轉扭_bt.Name = "語轉扭_bt"
  210. Me.語轉扭_bt.Size = New System.Drawing.Size(25, 25)
  211. Me.語轉扭_bt.TabIndex = 1884
  212. Me.語轉扭_bt.Text = "L"
  213. Me.語轉扭_bt.UseVisualStyleBackColor = True
  214. '
  215. '車輛管理
  216. '
  217. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  218. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  219. Me.ClientSize = New System.Drawing.Size(575, 659)
  220. Me.Controls.Add(Me.語轉扭_bt)
  221. Me.Controls.Add(Me.Panel1)
  222. Me.Controls.Add(Me.清單_dgv)
  223. Me.Controls.Add(Me.刪除_bt)
  224. Me.Controls.Add(Me.存檔_bt)
  225. Me.Controls.Add(Me.新增_bt)
  226. Me.Controls.Add(Me.使用人員_cb)
  227. Me.Controls.Add(Me.使用人員_lb)
  228. Me.Controls.Add(Me.固定指派_ch)
  229. Me.Controls.Add(Me.車輛位置_cb)
  230. Me.Controls.Add(Me.車輛位置_lb)
  231. Me.Controls.Add(Me.車輛品牌_cb)
  232. Me.Controls.Add(Me.車輛號碼_tb)
  233. Me.Controls.Add(Me.車牌號碼_lb)
  234. Me.Controls.Add(Me.車輛品牌_lb)
  235. Me.Controls.Add(Me.車輛編號_tb)
  236. Me.Controls.Add(Me.車輛編號_lb)
  237. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  238. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  239. Me.Name = "車輛管理"
  240. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  241. Me.Text = "車輛管理"
  242. CType(Me.清單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  243. Me.Panel1.ResumeLayout(False)
  244. Me.Panel1.PerformLayout()
  245. Me.ResumeLayout(False)
  246. Me.PerformLayout()
  247. End Sub
  248. Friend WithEvents 車輛編號_lb As Label
  249. Friend WithEvents 車輛品牌_lb As Label
  250. Friend WithEvents 車輛號碼_tb As TextBox
  251. Friend WithEvents 車牌號碼_lb As Label
  252. Friend WithEvents 車輛編號_tb As TextBox
  253. Friend WithEvents 車輛品牌_cb As ComboBox
  254. Friend WithEvents 車輛位置_cb As ComboBox
  255. Friend WithEvents 車輛位置_lb As Label
  256. Friend WithEvents 固定指派_ch As CheckBox
  257. Friend WithEvents 使用人員_cb As ComboBox
  258. Friend WithEvents 使用人員_lb As Label
  259. Friend WithEvents 新增_bt As Button
  260. Friend WithEvents 存檔_bt As Button
  261. Friend WithEvents 刪除_bt As Button
  262. Friend WithEvents 清單_dgv As DataGridView
  263. Friend WithEvents 批改_ch As CheckBox
  264. Friend WithEvents Panel1 As Panel
  265. Friend WithEvents 語轉扭_bt As Button
  266. End Class