Açıklama Yok
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 26KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572
  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. Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  23. Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  24. Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  25. Me.Label3 = New System.Windows.Forms.Label()
  26. Me.GroupBox3 = New System.Windows.Forms.GroupBox()
  27. Me.資料庫_tb = New System.Windows.Forms.TextBox()
  28. Me.Label5 = New System.Windows.Forms.Label()
  29. Me.客戶資料表_dgv = New System.Windows.Forms.DataGridView()
  30. Me.客戶表修改_bt = New System.Windows.Forms.Button()
  31. Me.Label6 = New System.Windows.Forms.Label()
  32. Me.客戶表新增_bt = New System.Windows.Forms.Button()
  33. Me.客戶表刪除_bt = New System.Windows.Forms.Button()
  34. Me.客戶名_tb = New System.Windows.Forms.TextBox()
  35. Me.Label1 = New System.Windows.Forms.Label()
  36. Me.LOG資料庫_tb = New System.Windows.Forms.TextBox()
  37. Me.Label2 = New System.Windows.Forms.Label()
  38. Me.IP_tb = New System.Windows.Forms.TextBox()
  39. Me.Label4 = New System.Windows.Forms.Label()
  40. Me.帳號_tb = New System.Windows.Forms.TextBox()
  41. Me.Label7 = New System.Windows.Forms.Label()
  42. Me.密碼_tb = New System.Windows.Forms.TextBox()
  43. Me.GroupBox1 = New System.Windows.Forms.GroupBox()
  44. Me.LOG資料庫修正_bt = New System.Windows.Forms.Button()
  45. Me.LOG總_dgv = New System.Windows.Forms.DataGridView()
  46. Me.GroupBox2 = New System.Windows.Forms.GroupBox()
  47. Me.比對_bt = New System.Windows.Forms.Button()
  48. Me.Label8 = New System.Windows.Forms.Label()
  49. Me.Label9 = New System.Windows.Forms.Label()
  50. Me.LOG資料庫1_tb = New System.Windows.Forms.TextBox()
  51. Me.密碼1_tb = New System.Windows.Forms.TextBox()
  52. Me.IP1_tb = New System.Windows.Forms.TextBox()
  53. Me.Label10 = New System.Windows.Forms.Label()
  54. Me.Label11 = New System.Windows.Forms.Label()
  55. Me.帳號1_tb = New System.Windows.Forms.TextBox()
  56. Me.LOG子_dgv = New System.Windows.Forms.DataGridView()
  57. Me.批量比對_bt = New System.Windows.Forms.Button()
  58. Me.刪除LOG檔_bt = New System.Windows.Forms.Button()
  59. Me.IP2_tb = New System.Windows.Forms.TextBox()
  60. Me.Label12 = New System.Windows.Forms.Label()
  61. Me.Label13 = New System.Windows.Forms.Label()
  62. Me.密碼2_tb = New System.Windows.Forms.TextBox()
  63. Me.Label14 = New System.Windows.Forms.Label()
  64. Me.帳號2_tb = New System.Windows.Forms.TextBox()
  65. Me.GroupBox3.SuspendLayout()
  66. CType(Me.客戶資料表_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  67. Me.GroupBox1.SuspendLayout()
  68. CType(Me.LOG總_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  69. Me.GroupBox2.SuspendLayout()
  70. CType(Me.LOG子_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  71. Me.SuspendLayout()
  72. '
  73. 'Label3
  74. '
  75. Me.Label3.AutoSize = True
  76. Me.Label3.Font = New System.Drawing.Font("微軟正黑體", 20.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  77. Me.Label3.ForeColor = System.Drawing.Color.Red
  78. Me.Label3.Location = New System.Drawing.Point(3, 1)
  79. Me.Label3.Name = "Label3"
  80. Me.Label3.Size = New System.Drawing.Size(986, 34)
  81. Me.Label3.TabIndex = 242
  82. Me.Label3.Text = "* 編碼原則對於系統非常重要,如有更動需求請與系統開發商進行討論後再行修改"
  83. '
  84. 'GroupBox3
  85. '
  86. Me.GroupBox3.Controls.Add(Me.Label13)
  87. Me.GroupBox3.Controls.Add(Me.密碼2_tb)
  88. Me.GroupBox3.Controls.Add(Me.Label14)
  89. Me.GroupBox3.Controls.Add(Me.帳號2_tb)
  90. Me.GroupBox3.Controls.Add(Me.IP2_tb)
  91. Me.GroupBox3.Controls.Add(Me.Label12)
  92. Me.GroupBox3.Controls.Add(Me.資料庫_tb)
  93. Me.GroupBox3.Controls.Add(Me.Label5)
  94. Me.GroupBox3.Controls.Add(Me.客戶資料表_dgv)
  95. Me.GroupBox3.Controls.Add(Me.客戶表修改_bt)
  96. Me.GroupBox3.Controls.Add(Me.Label6)
  97. Me.GroupBox3.Controls.Add(Me.客戶表新增_bt)
  98. Me.GroupBox3.Controls.Add(Me.客戶表刪除_bt)
  99. Me.GroupBox3.Controls.Add(Me.客戶名_tb)
  100. Me.GroupBox3.Location = New System.Drawing.Point(12, 35)
  101. Me.GroupBox3.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  102. Me.GroupBox3.Name = "GroupBox3"
  103. Me.GroupBox3.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4)
  104. Me.GroupBox3.Size = New System.Drawing.Size(482, 923)
  105. Me.GroupBox3.TabIndex = 1500
  106. Me.GroupBox3.TabStop = False
  107. Me.GroupBox3.Text = "客戶資料表"
  108. '
  109. '資料庫_tb
  110. '
  111. Me.資料庫_tb.Location = New System.Drawing.Point(174, 16)
  112. Me.資料庫_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  113. Me.資料庫_tb.Name = "資料庫_tb"
  114. Me.資料庫_tb.Size = New System.Drawing.Size(84, 23)
  115. Me.資料庫_tb.TabIndex = 1006
  116. '
  117. 'Label5
  118. '
  119. Me.Label5.AutoSize = True
  120. Me.Label5.Location = New System.Drawing.Point(4, 19)
  121. Me.Label5.Name = "Label5"
  122. Me.Label5.Size = New System.Drawing.Size(32, 16)
  123. Me.Label5.TabIndex = 231
  124. Me.Label5.Text = "客戶"
  125. '
  126. '客戶資料表_dgv
  127. '
  128. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  129. Me.客戶資料表_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  130. Me.客戶資料表_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  131. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  132. Me.客戶資料表_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  133. Me.客戶資料表_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  134. Me.客戶資料表_dgv.Location = New System.Drawing.Point(4, 76)
  135. Me.客戶資料表_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  136. Me.客戶資料表_dgv.Name = "客戶資料表_dgv"
  137. Me.客戶資料表_dgv.RowHeadersWidth = 5
  138. Me.客戶資料表_dgv.RowTemplate.Height = 24
  139. Me.客戶資料表_dgv.Size = New System.Drawing.Size(473, 839)
  140. Me.客戶資料表_dgv.TabIndex = 222
  141. '
  142. '客戶表修改_bt
  143. '
  144. Me.客戶表修改_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  145. Me.客戶表修改_bt.ForeColor = System.Drawing.Color.DarkGreen
  146. Me.客戶表修改_bt.Location = New System.Drawing.Point(63, 42)
  147. Me.客戶表修改_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  148. Me.客戶表修改_bt.Name = "客戶表修改_bt"
  149. Me.客戶表修改_bt.Size = New System.Drawing.Size(55, 28)
  150. Me.客戶表修改_bt.TabIndex = 224
  151. Me.客戶表修改_bt.Text = "修改"
  152. Me.客戶表修改_bt.UseVisualStyleBackColor = True
  153. '
  154. 'Label6
  155. '
  156. Me.Label6.AutoSize = True
  157. Me.Label6.Location = New System.Drawing.Point(129, 19)
  158. Me.Label6.Name = "Label6"
  159. Me.Label6.Size = New System.Drawing.Size(44, 16)
  160. Me.Label6.TabIndex = 229
  161. Me.Label6.Text = "資料庫"
  162. '
  163. '客戶表新增_bt
  164. '
  165. Me.客戶表新增_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  166. Me.客戶表新增_bt.ForeColor = System.Drawing.Color.Blue
  167. Me.客戶表新增_bt.Location = New System.Drawing.Point(6, 42)
  168. Me.客戶表新增_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  169. Me.客戶表新增_bt.Name = "客戶表新增_bt"
  170. Me.客戶表新增_bt.Size = New System.Drawing.Size(55, 28)
  171. Me.客戶表新增_bt.TabIndex = 223
  172. Me.客戶表新增_bt.Text = "新增"
  173. Me.客戶表新增_bt.UseVisualStyleBackColor = True
  174. '
  175. '客戶表刪除_bt
  176. '
  177. Me.客戶表刪除_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  178. Me.客戶表刪除_bt.ForeColor = System.Drawing.Color.Red
  179. Me.客戶表刪除_bt.Location = New System.Drawing.Point(122, 42)
  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(55, 28)
  183. Me.客戶表刪除_bt.TabIndex = 225
  184. Me.客戶表刪除_bt.Text = "刪除"
  185. Me.客戶表刪除_bt.UseVisualStyleBackColor = True
  186. '
  187. '客戶名_tb
  188. '
  189. Me.客戶名_tb.Location = New System.Drawing.Point(39, 16)
  190. Me.客戶名_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  191. Me.客戶名_tb.Name = "客戶名_tb"
  192. Me.客戶名_tb.Size = New System.Drawing.Size(84, 23)
  193. Me.客戶名_tb.TabIndex = 227
  194. '
  195. 'Label1
  196. '
  197. Me.Label1.AutoSize = True
  198. Me.Label1.Location = New System.Drawing.Point(6, 19)
  199. Me.Label1.Name = "Label1"
  200. Me.Label1.Size = New System.Drawing.Size(93, 16)
  201. Me.Label1.TabIndex = 1502
  202. Me.Label1.Text = "LOG檔案資料庫"
  203. '
  204. 'LOG資料庫_tb
  205. '
  206. Me.LOG資料庫_tb.Location = New System.Drawing.Point(105, 16)
  207. Me.LOG資料庫_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  208. Me.LOG資料庫_tb.Name = "LOG資料庫_tb"
  209. Me.LOG資料庫_tb.Size = New System.Drawing.Size(119, 23)
  210. Me.LOG資料庫_tb.TabIndex = 1501
  211. '
  212. 'Label2
  213. '
  214. Me.Label2.AutoSize = True
  215. Me.Label2.Location = New System.Drawing.Point(230, 19)
  216. Me.Label2.Name = "Label2"
  217. Me.Label2.Size = New System.Drawing.Size(42, 16)
  218. Me.Label2.TabIndex = 1504
  219. Me.Label2.Text = "IP位置"
  220. '
  221. 'IP_tb
  222. '
  223. Me.IP_tb.Location = New System.Drawing.Point(278, 16)
  224. Me.IP_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  225. Me.IP_tb.Name = "IP_tb"
  226. Me.IP_tb.Size = New System.Drawing.Size(205, 23)
  227. Me.IP_tb.TabIndex = 1503
  228. '
  229. 'Label4
  230. '
  231. Me.Label4.AutoSize = True
  232. Me.Label4.Location = New System.Drawing.Point(489, 19)
  233. Me.Label4.Name = "Label4"
  234. Me.Label4.Size = New System.Drawing.Size(32, 16)
  235. Me.Label4.TabIndex = 1506
  236. Me.Label4.Text = "帳號"
  237. '
  238. '帳號_tb
  239. '
  240. Me.帳號_tb.Location = New System.Drawing.Point(527, 15)
  241. Me.帳號_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  242. Me.帳號_tb.Name = "帳號_tb"
  243. Me.帳號_tb.Size = New System.Drawing.Size(103, 23)
  244. Me.帳號_tb.TabIndex = 1505
  245. '
  246. 'Label7
  247. '
  248. Me.Label7.AutoSize = True
  249. Me.Label7.Location = New System.Drawing.Point(636, 19)
  250. Me.Label7.Name = "Label7"
  251. Me.Label7.Size = New System.Drawing.Size(32, 16)
  252. Me.Label7.TabIndex = 1508
  253. Me.Label7.Text = "密碼"
  254. '
  255. '密碼_tb
  256. '
  257. Me.密碼_tb.Location = New System.Drawing.Point(674, 15)
  258. Me.密碼_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  259. Me.密碼_tb.Name = "密碼_tb"
  260. Me.密碼_tb.Size = New System.Drawing.Size(114, 23)
  261. Me.密碼_tb.TabIndex = 1507
  262. '
  263. 'GroupBox1
  264. '
  265. Me.GroupBox1.Controls.Add(Me.LOG資料庫修正_bt)
  266. Me.GroupBox1.Controls.Add(Me.Label1)
  267. Me.GroupBox1.Controls.Add(Me.Label7)
  268. Me.GroupBox1.Controls.Add(Me.LOG資料庫_tb)
  269. Me.GroupBox1.Controls.Add(Me.密碼_tb)
  270. Me.GroupBox1.Controls.Add(Me.IP_tb)
  271. Me.GroupBox1.Controls.Add(Me.Label4)
  272. Me.GroupBox1.Controls.Add(Me.Label2)
  273. Me.GroupBox1.Controls.Add(Me.帳號_tb)
  274. Me.GroupBox1.Location = New System.Drawing.Point(501, 33)
  275. Me.GroupBox1.Name = "GroupBox1"
  276. Me.GroupBox1.Size = New System.Drawing.Size(918, 48)
  277. Me.GroupBox1.TabIndex = 1509
  278. Me.GroupBox1.TabStop = False
  279. Me.GroupBox1.Text = "LOG總資料庫"
  280. '
  281. 'LOG資料庫修正_bt
  282. '
  283. Me.LOG資料庫修正_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  284. Me.LOG資料庫修正_bt.ForeColor = System.Drawing.Color.DarkGreen
  285. Me.LOG資料庫修正_bt.Location = New System.Drawing.Point(794, 13)
  286. Me.LOG資料庫修正_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  287. Me.LOG資料庫修正_bt.Name = "LOG資料庫修正_bt"
  288. Me.LOG資料庫修正_bt.Size = New System.Drawing.Size(118, 28)
  289. Me.LOG資料庫修正_bt.TabIndex = 1510
  290. Me.LOG資料庫修正_bt.Text = "修改"
  291. Me.LOG資料庫修正_bt.UseVisualStyleBackColor = True
  292. '
  293. 'LOG總_dgv
  294. '
  295. DataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer))
  296. Me.LOG總_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle2
  297. Me.LOG總_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  298. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  299. Me.LOG總_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  300. Me.LOG總_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  301. Me.LOG總_dgv.Location = New System.Drawing.Point(501, 136)
  302. Me.LOG總_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  303. Me.LOG總_dgv.Name = "LOG總_dgv"
  304. Me.LOG總_dgv.RowHeadersWidth = 5
  305. Me.LOG總_dgv.RowTemplate.Height = 24
  306. Me.LOG總_dgv.Size = New System.Drawing.Size(757, 822)
  307. Me.LOG總_dgv.TabIndex = 1510
  308. '
  309. 'GroupBox2
  310. '
  311. Me.GroupBox2.Controls.Add(Me.比對_bt)
  312. Me.GroupBox2.Controls.Add(Me.Label8)
  313. Me.GroupBox2.Controls.Add(Me.Label9)
  314. Me.GroupBox2.Controls.Add(Me.LOG資料庫1_tb)
  315. Me.GroupBox2.Controls.Add(Me.密碼1_tb)
  316. Me.GroupBox2.Controls.Add(Me.IP1_tb)
  317. Me.GroupBox2.Controls.Add(Me.Label10)
  318. Me.GroupBox2.Controls.Add(Me.Label11)
  319. Me.GroupBox2.Controls.Add(Me.帳號1_tb)
  320. Me.GroupBox2.Location = New System.Drawing.Point(501, 81)
  321. Me.GroupBox2.Name = "GroupBox2"
  322. Me.GroupBox2.Size = New System.Drawing.Size(918, 48)
  323. Me.GroupBox2.TabIndex = 1511
  324. Me.GroupBox2.TabStop = False
  325. Me.GroupBox2.Text = "LOG客戶資料庫"
  326. '
  327. '比對_bt
  328. '
  329. Me.比對_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  330. Me.比對_bt.ForeColor = System.Drawing.Color.DarkGreen
  331. Me.比對_bt.Location = New System.Drawing.Point(794, 13)
  332. Me.比對_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  333. Me.比對_bt.Name = "比對_bt"
  334. Me.比對_bt.Size = New System.Drawing.Size(118, 28)
  335. Me.比對_bt.TabIndex = 1512
  336. Me.比對_bt.Text = "比對"
  337. Me.比對_bt.UseVisualStyleBackColor = True
  338. '
  339. 'Label8
  340. '
  341. Me.Label8.AutoSize = True
  342. Me.Label8.Location = New System.Drawing.Point(6, 19)
  343. Me.Label8.Name = "Label8"
  344. Me.Label8.Size = New System.Drawing.Size(93, 16)
  345. Me.Label8.TabIndex = 1502
  346. Me.Label8.Text = "LOG檔案資料庫"
  347. '
  348. 'Label9
  349. '
  350. Me.Label9.AutoSize = True
  351. Me.Label9.Location = New System.Drawing.Point(636, 19)
  352. Me.Label9.Name = "Label9"
  353. Me.Label9.Size = New System.Drawing.Size(32, 16)
  354. Me.Label9.TabIndex = 1508
  355. Me.Label9.Text = "密碼"
  356. '
  357. 'LOG資料庫1_tb
  358. '
  359. Me.LOG資料庫1_tb.Location = New System.Drawing.Point(105, 16)
  360. Me.LOG資料庫1_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  361. Me.LOG資料庫1_tb.Name = "LOG資料庫1_tb"
  362. Me.LOG資料庫1_tb.Size = New System.Drawing.Size(119, 23)
  363. Me.LOG資料庫1_tb.TabIndex = 1501
  364. '
  365. '密碼1_tb
  366. '
  367. Me.密碼1_tb.Location = New System.Drawing.Point(674, 15)
  368. Me.密碼1_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  369. Me.密碼1_tb.Name = "密碼1_tb"
  370. Me.密碼1_tb.Size = New System.Drawing.Size(114, 23)
  371. Me.密碼1_tb.TabIndex = 1507
  372. '
  373. 'IP1_tb
  374. '
  375. Me.IP1_tb.Location = New System.Drawing.Point(278, 16)
  376. Me.IP1_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  377. Me.IP1_tb.Name = "IP1_tb"
  378. Me.IP1_tb.Size = New System.Drawing.Size(205, 23)
  379. Me.IP1_tb.TabIndex = 1503
  380. '
  381. 'Label10
  382. '
  383. Me.Label10.AutoSize = True
  384. Me.Label10.Location = New System.Drawing.Point(489, 19)
  385. Me.Label10.Name = "Label10"
  386. Me.Label10.Size = New System.Drawing.Size(32, 16)
  387. Me.Label10.TabIndex = 1506
  388. Me.Label10.Text = "帳號"
  389. '
  390. 'Label11
  391. '
  392. Me.Label11.AutoSize = True
  393. Me.Label11.Location = New System.Drawing.Point(230, 19)
  394. Me.Label11.Name = "Label11"
  395. Me.Label11.Size = New System.Drawing.Size(42, 16)
  396. Me.Label11.TabIndex = 1504
  397. Me.Label11.Text = "IP位置"
  398. '
  399. '帳號1_tb
  400. '
  401. Me.帳號1_tb.Location = New System.Drawing.Point(527, 15)
  402. Me.帳號1_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  403. Me.帳號1_tb.Name = "帳號1_tb"
  404. Me.帳號1_tb.Size = New System.Drawing.Size(103, 23)
  405. Me.帳號1_tb.TabIndex = 1505
  406. '
  407. 'LOG子_dgv
  408. '
  409. DataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
  410. Me.LOG子_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle3
  411. Me.LOG子_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  412. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  413. Me.LOG子_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  414. Me.LOG子_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  415. Me.LOG子_dgv.Location = New System.Drawing.Point(1260, 136)
  416. Me.LOG子_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  417. Me.LOG子_dgv.Name = "LOG子_dgv"
  418. Me.LOG子_dgv.RowHeadersWidth = 5
  419. Me.LOG子_dgv.RowTemplate.Height = 24
  420. Me.LOG子_dgv.Size = New System.Drawing.Size(647, 822)
  421. Me.LOG子_dgv.TabIndex = 1512
  422. '
  423. '批量比對_bt
  424. '
  425. Me.批量比對_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  426. Me.批量比對_bt.ForeColor = System.Drawing.Color.DarkGreen
  427. Me.批量比對_bt.Location = New System.Drawing.Point(1423, 40)
  428. Me.批量比對_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  429. Me.批量比對_bt.Name = "批量比對_bt"
  430. Me.批量比對_bt.Size = New System.Drawing.Size(118, 89)
  431. Me.批量比對_bt.TabIndex = 1513
  432. Me.批量比對_bt.Text = "批量比對"
  433. Me.批量比對_bt.UseVisualStyleBackColor = True
  434. '
  435. '刪除LOG檔_bt
  436. '
  437. Me.刪除LOG檔_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  438. Me.刪除LOG檔_bt.ForeColor = System.Drawing.Color.Red
  439. Me.刪除LOG檔_bt.Location = New System.Drawing.Point(1547, 40)
  440. Me.刪除LOG檔_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  441. Me.刪除LOG檔_bt.Name = "刪除LOG檔_bt"
  442. Me.刪除LOG檔_bt.Size = New System.Drawing.Size(118, 89)
  443. Me.刪除LOG檔_bt.TabIndex = 1514
  444. Me.刪除LOG檔_bt.Text = "刪除LOG檔"
  445. Me.刪除LOG檔_bt.UseVisualStyleBackColor = True
  446. '
  447. 'IP2_tb
  448. '
  449. Me.IP2_tb.Location = New System.Drawing.Point(312, 16)
  450. Me.IP2_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  451. Me.IP2_tb.Name = "IP2_tb"
  452. Me.IP2_tb.Size = New System.Drawing.Size(164, 23)
  453. Me.IP2_tb.TabIndex = 1505
  454. '
  455. 'Label12
  456. '
  457. Me.Label12.AutoSize = True
  458. Me.Label12.Location = New System.Drawing.Point(264, 19)
  459. Me.Label12.Name = "Label12"
  460. Me.Label12.Size = New System.Drawing.Size(42, 16)
  461. Me.Label12.TabIndex = 1506
  462. Me.Label12.Text = "IP位置"
  463. '
  464. 'Label13
  465. '
  466. Me.Label13.AutoSize = True
  467. Me.Label13.Location = New System.Drawing.Point(328, 48)
  468. Me.Label13.Name = "Label13"
  469. Me.Label13.Size = New System.Drawing.Size(32, 16)
  470. Me.Label13.TabIndex = 1512
  471. Me.Label13.Text = "密碼"
  472. '
  473. '密碼2_tb
  474. '
  475. Me.密碼2_tb.Location = New System.Drawing.Point(363, 45)
  476. Me.密碼2_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  477. Me.密碼2_tb.Name = "密碼2_tb"
  478. Me.密碼2_tb.Size = New System.Drawing.Size(114, 23)
  479. Me.密碼2_tb.TabIndex = 1511
  480. '
  481. 'Label14
  482. '
  483. Me.Label14.AutoSize = True
  484. Me.Label14.Location = New System.Drawing.Point(181, 48)
  485. Me.Label14.Name = "Label14"
  486. Me.Label14.Size = New System.Drawing.Size(32, 16)
  487. Me.Label14.TabIndex = 1510
  488. Me.Label14.Text = "帳號"
  489. '
  490. '帳號2_tb
  491. '
  492. Me.帳號2_tb.Location = New System.Drawing.Point(216, 45)
  493. Me.帳號2_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  494. Me.帳號2_tb.Name = "帳號2_tb"
  495. Me.帳號2_tb.Size = New System.Drawing.Size(103, 23)
  496. Me.帳號2_tb.TabIndex = 1509
  497. '
  498. '系統編碼規則
  499. '
  500. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  501. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  502. Me.ClientSize = New System.Drawing.Size(1914, 971)
  503. Me.Controls.Add(Me.刪除LOG檔_bt)
  504. Me.Controls.Add(Me.批量比對_bt)
  505. Me.Controls.Add(Me.LOG子_dgv)
  506. Me.Controls.Add(Me.GroupBox2)
  507. Me.Controls.Add(Me.LOG總_dgv)
  508. Me.Controls.Add(Me.GroupBox1)
  509. Me.Controls.Add(Me.GroupBox3)
  510. Me.Controls.Add(Me.Label3)
  511. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  512. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  513. Me.Name = "系統編碼規則"
  514. Me.Text = "系統編碼規則"
  515. Me.GroupBox3.ResumeLayout(False)
  516. Me.GroupBox3.PerformLayout()
  517. CType(Me.客戶資料表_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  518. Me.GroupBox1.ResumeLayout(False)
  519. Me.GroupBox1.PerformLayout()
  520. CType(Me.LOG總_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  521. Me.GroupBox2.ResumeLayout(False)
  522. Me.GroupBox2.PerformLayout()
  523. CType(Me.LOG子_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  524. Me.ResumeLayout(False)
  525. Me.PerformLayout()
  526. End Sub
  527. Friend WithEvents Label3 As Label
  528. Friend WithEvents GroupBox3 As GroupBox
  529. Friend WithEvents Label5 As Label
  530. Friend WithEvents 客戶資料表_dgv As DataGridView
  531. Friend WithEvents 客戶表修改_bt As Button
  532. Friend WithEvents Label6 As Label
  533. Friend WithEvents 客戶表新增_bt As Button
  534. Friend WithEvents 客戶表刪除_bt As Button
  535. Friend WithEvents 客戶名_tb As TextBox
  536. Friend WithEvents 資料庫_tb As TextBox
  537. Friend WithEvents Label1 As Label
  538. Friend WithEvents LOG資料庫_tb As TextBox
  539. Friend WithEvents Label2 As Label
  540. Friend WithEvents IP_tb As TextBox
  541. Friend WithEvents Label4 As Label
  542. Friend WithEvents 帳號_tb As TextBox
  543. Friend WithEvents Label7 As Label
  544. Friend WithEvents 密碼_tb As TextBox
  545. Friend WithEvents GroupBox1 As GroupBox
  546. Friend WithEvents LOG資料庫修正_bt As Button
  547. Friend WithEvents LOG總_dgv As DataGridView
  548. Friend WithEvents GroupBox2 As GroupBox
  549. Friend WithEvents 比對_bt As Button
  550. Friend WithEvents Label8 As Label
  551. Friend WithEvents Label9 As Label
  552. Friend WithEvents LOG資料庫1_tb As TextBox
  553. Friend WithEvents 密碼1_tb As TextBox
  554. Friend WithEvents IP1_tb As TextBox
  555. Friend WithEvents Label10 As Label
  556. Friend WithEvents Label11 As Label
  557. Friend WithEvents 帳號1_tb As TextBox
  558. Friend WithEvents LOG子_dgv As DataGridView
  559. Friend WithEvents 批量比對_bt As Button
  560. Friend WithEvents 刪除LOG檔_bt As Button
  561. Friend WithEvents Label13 As Label
  562. Friend WithEvents 密碼2_tb As TextBox
  563. Friend WithEvents Label14 As Label
  564. Friend WithEvents 帳號2_tb As TextBox
  565. Friend WithEvents IP2_tb As TextBox
  566. Friend WithEvents Label12 As Label
  567. End Class