설명 없음
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.

系統編碼原則_1.Designer.vb 14KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class 系統編碼原則_1
  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 DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  23. Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  24. Me.Label3 = New System.Windows.Forms.Label()
  25. Me.GroupBox3 = New System.Windows.Forms.GroupBox()
  26. Me.DataGridView3 = New System.Windows.Forms.DataGridView()
  27. Me.Button7 = New System.Windows.Forms.Button()
  28. Me.Label5 = New System.Windows.Forms.Label()
  29. Me.Button8 = New System.Windows.Forms.Button()
  30. Me.Button9 = New System.Windows.Forms.Button()
  31. Me.TextBox4 = New System.Windows.Forms.TextBox()
  32. Me.GroupBox10 = New System.Windows.Forms.GroupBox()
  33. Me.TextBox21 = New System.Windows.Forms.TextBox()
  34. Me.Label24 = New System.Windows.Forms.Label()
  35. Me.Button28 = New System.Windows.Forms.Button()
  36. Me.Button29 = New System.Windows.Forms.Button()
  37. Me.TextBox22 = New System.Windows.Forms.TextBox()
  38. Me.Button30 = New System.Windows.Forms.Button()
  39. Me.Label21 = New System.Windows.Forms.Label()
  40. Me.TextBox23 = New System.Windows.Forms.TextBox()
  41. Me.Label22 = New System.Windows.Forms.Label()
  42. Me.TextBox24 = New System.Windows.Forms.TextBox()
  43. Me.Label23 = New System.Windows.Forms.Label()
  44. Me.DataGridView10 = New System.Windows.Forms.DataGridView()
  45. Me.GroupBox3.SuspendLayout()
  46. CType(Me.DataGridView3, System.ComponentModel.ISupportInitialize).BeginInit()
  47. Me.GroupBox10.SuspendLayout()
  48. CType(Me.DataGridView10, System.ComponentModel.ISupportInitialize).BeginInit()
  49. Me.SuspendLayout()
  50. '
  51. 'Label3
  52. '
  53. Me.Label3.AutoSize = True
  54. Me.Label3.Font = New System.Drawing.Font("微軟正黑體", 20.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  55. Me.Label3.ForeColor = System.Drawing.Color.Red
  56. Me.Label3.Location = New System.Drawing.Point(12, 9)
  57. Me.Label3.Name = "Label3"
  58. Me.Label3.Size = New System.Drawing.Size(986, 34)
  59. Me.Label3.TabIndex = 241
  60. Me.Label3.Text = "* 編碼原則對於系統非常重要,如有更動需求請與系統開發商進行討論後再行修改"
  61. '
  62. 'GroupBox3
  63. '
  64. Me.GroupBox3.Controls.Add(Me.DataGridView3)
  65. Me.GroupBox3.Controls.Add(Me.Button7)
  66. Me.GroupBox3.Controls.Add(Me.Label5)
  67. Me.GroupBox3.Controls.Add(Me.Button8)
  68. Me.GroupBox3.Controls.Add(Me.Button9)
  69. Me.GroupBox3.Controls.Add(Me.TextBox4)
  70. Me.GroupBox3.Location = New System.Drawing.Point(12, 46)
  71. Me.GroupBox3.Name = "GroupBox3"
  72. Me.GroupBox3.Size = New System.Drawing.Size(144, 933)
  73. Me.GroupBox3.TabIndex = 243
  74. Me.GroupBox3.TabStop = False
  75. Me.GroupBox3.Text = "客戶清單"
  76. '
  77. 'DataGridView3
  78. '
  79. DataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  80. Me.DataGridView3.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle3
  81. Me.DataGridView3.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  82. Me.DataGridView3.Location = New System.Drawing.Point(6, 141)
  83. Me.DataGridView3.Name = "DataGridView3"
  84. Me.DataGridView3.RowHeadersWidth = 5
  85. Me.DataGridView3.RowTemplate.Height = 24
  86. Me.DataGridView3.Size = New System.Drawing.Size(125, 786)
  87. Me.DataGridView3.TabIndex = 222
  88. '
  89. 'Button7
  90. '
  91. Me.Button7.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  92. Me.Button7.ForeColor = System.Drawing.Color.DarkGreen
  93. Me.Button7.Location = New System.Drawing.Point(9, 79)
  94. Me.Button7.Name = "Button7"
  95. Me.Button7.Size = New System.Drawing.Size(122, 25)
  96. Me.Button7.TabIndex = 224
  97. Me.Button7.Text = "修改"
  98. Me.Button7.UseVisualStyleBackColor = True
  99. '
  100. 'Label5
  101. '
  102. Me.Label5.AutoSize = True
  103. Me.Label5.Location = New System.Drawing.Point(6, 22)
  104. Me.Label5.Name = "Label5"
  105. Me.Label5.Size = New System.Drawing.Size(32, 16)
  106. Me.Label5.TabIndex = 229
  107. Me.Label5.Text = "客户"
  108. '
  109. 'Button8
  110. '
  111. Me.Button8.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  112. Me.Button8.ForeColor = System.Drawing.Color.Blue
  113. Me.Button8.Location = New System.Drawing.Point(9, 48)
  114. Me.Button8.Name = "Button8"
  115. Me.Button8.Size = New System.Drawing.Size(122, 25)
  116. Me.Button8.TabIndex = 223
  117. Me.Button8.Text = "新增"
  118. Me.Button8.UseVisualStyleBackColor = True
  119. '
  120. 'Button9
  121. '
  122. Me.Button9.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  123. Me.Button9.ForeColor = System.Drawing.Color.Red
  124. Me.Button9.Location = New System.Drawing.Point(9, 110)
  125. Me.Button9.Name = "Button9"
  126. Me.Button9.Size = New System.Drawing.Size(122, 25)
  127. Me.Button9.TabIndex = 225
  128. Me.Button9.Text = "刪除"
  129. Me.Button9.UseVisualStyleBackColor = True
  130. '
  131. 'TextBox4
  132. '
  133. Me.TextBox4.Location = New System.Drawing.Point(44, 19)
  134. Me.TextBox4.Name = "TextBox4"
  135. Me.TextBox4.Size = New System.Drawing.Size(87, 23)
  136. Me.TextBox4.TabIndex = 227
  137. '
  138. 'GroupBox10
  139. '
  140. Me.GroupBox10.Controls.Add(Me.TextBox21)
  141. Me.GroupBox10.Controls.Add(Me.Label24)
  142. Me.GroupBox10.Controls.Add(Me.Button28)
  143. Me.GroupBox10.Controls.Add(Me.Button29)
  144. Me.GroupBox10.Controls.Add(Me.TextBox22)
  145. Me.GroupBox10.Controls.Add(Me.Button30)
  146. Me.GroupBox10.Controls.Add(Me.Label21)
  147. Me.GroupBox10.Controls.Add(Me.TextBox23)
  148. Me.GroupBox10.Controls.Add(Me.Label22)
  149. Me.GroupBox10.Controls.Add(Me.TextBox24)
  150. Me.GroupBox10.Controls.Add(Me.Label23)
  151. Me.GroupBox10.Controls.Add(Me.DataGridView10)
  152. Me.GroupBox10.Location = New System.Drawing.Point(161, 47)
  153. Me.GroupBox10.Name = "GroupBox10"
  154. Me.GroupBox10.Size = New System.Drawing.Size(502, 932)
  155. Me.GroupBox10.TabIndex = 251
  156. Me.GroupBox10.TabStop = False
  157. Me.GroupBox10.Text = "FTP位置管控"
  158. '
  159. 'TextBox21
  160. '
  161. Me.TextBox21.Location = New System.Drawing.Point(71, 73)
  162. Me.TextBox21.Name = "TextBox21"
  163. Me.TextBox21.Size = New System.Drawing.Size(122, 23)
  164. Me.TextBox21.TabIndex = 675
  165. '
  166. 'Label24
  167. '
  168. Me.Label24.AutoSize = True
  169. Me.Label24.Location = New System.Drawing.Point(29, 76)
  170. Me.Label24.Name = "Label24"
  171. Me.Label24.Size = New System.Drawing.Size(32, 16)
  172. Me.Label24.TabIndex = 674
  173. Me.Label24.Text = "地區"
  174. '
  175. 'Button28
  176. '
  177. Me.Button28.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  178. Me.Button28.ForeColor = System.Drawing.Color.Red
  179. Me.Button28.Location = New System.Drawing.Point(370, 72)
  180. Me.Button28.Name = "Button28"
  181. Me.Button28.Size = New System.Drawing.Size(95, 25)
  182. Me.Button28.TabIndex = 673
  183. Me.Button28.Text = "刪除"
  184. Me.Button28.UseVisualStyleBackColor = True
  185. '
  186. 'Button29
  187. '
  188. Me.Button29.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  189. Me.Button29.ForeColor = System.Drawing.Color.Blue
  190. Me.Button29.Location = New System.Drawing.Point(370, 15)
  191. Me.Button29.Name = "Button29"
  192. Me.Button29.Size = New System.Drawing.Size(95, 25)
  193. Me.Button29.TabIndex = 671
  194. Me.Button29.Text = "新增"
  195. Me.Button29.UseVisualStyleBackColor = True
  196. '
  197. 'TextBox22
  198. '
  199. Me.TextBox22.Location = New System.Drawing.Point(242, 45)
  200. Me.TextBox22.Name = "TextBox22"
  201. Me.TextBox22.Size = New System.Drawing.Size(122, 23)
  202. Me.TextBox22.TabIndex = 669
  203. '
  204. 'Button30
  205. '
  206. Me.Button30.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  207. Me.Button30.ForeColor = System.Drawing.Color.DarkGreen
  208. Me.Button30.Location = New System.Drawing.Point(370, 44)
  209. Me.Button30.Name = "Button30"
  210. Me.Button30.Size = New System.Drawing.Size(95, 25)
  211. Me.Button30.TabIndex = 672
  212. Me.Button30.Text = "修改"
  213. Me.Button30.UseVisualStyleBackColor = True
  214. '
  215. 'Label21
  216. '
  217. Me.Label21.AutoSize = True
  218. Me.Label21.Location = New System.Drawing.Point(199, 48)
  219. Me.Label21.Name = "Label21"
  220. Me.Label21.Size = New System.Drawing.Size(32, 16)
  221. Me.Label21.TabIndex = 668
  222. Me.Label21.Text = "密碼"
  223. '
  224. 'TextBox23
  225. '
  226. Me.TextBox23.Location = New System.Drawing.Point(71, 45)
  227. Me.TextBox23.Name = "TextBox23"
  228. Me.TextBox23.Size = New System.Drawing.Size(122, 23)
  229. Me.TextBox23.TabIndex = 667
  230. '
  231. 'Label22
  232. '
  233. Me.Label22.AutoSize = True
  234. Me.Label22.Location = New System.Drawing.Point(28, 48)
  235. Me.Label22.Name = "Label22"
  236. Me.Label22.Size = New System.Drawing.Size(32, 16)
  237. Me.Label22.TabIndex = 666
  238. Me.Label22.Text = "帳號"
  239. '
  240. 'TextBox24
  241. '
  242. Me.TextBox24.Location = New System.Drawing.Point(71, 17)
  243. Me.TextBox24.Name = "TextBox24"
  244. Me.TextBox24.Size = New System.Drawing.Size(293, 23)
  245. Me.TextBox24.TabIndex = 665
  246. '
  247. 'Label23
  248. '
  249. Me.Label23.AutoSize = True
  250. Me.Label23.Location = New System.Drawing.Point(9, 20)
  251. Me.Label23.Name = "Label23"
  252. Me.Label23.Size = New System.Drawing.Size(52, 16)
  253. Me.Label23.TabIndex = 664
  254. Me.Label23.Text = "FTP地址"
  255. '
  256. 'DataGridView10
  257. '
  258. DataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer))
  259. Me.DataGridView10.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle4
  260. Me.DataGridView10.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  261. Me.DataGridView10.Location = New System.Drawing.Point(12, 103)
  262. Me.DataGridView10.Name = "DataGridView10"
  263. Me.DataGridView10.RowHeadersWidth = 5
  264. Me.DataGridView10.RowTemplate.Height = 24
  265. Me.DataGridView10.Size = New System.Drawing.Size(475, 823)
  266. Me.DataGridView10.TabIndex = 663
  267. '
  268. '系統編碼原則_1
  269. '
  270. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  271. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  272. Me.ClientSize = New System.Drawing.Size(1914, 991)
  273. Me.Controls.Add(Me.GroupBox10)
  274. Me.Controls.Add(Me.GroupBox3)
  275. Me.Controls.Add(Me.Label3)
  276. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  277. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  278. Me.Name = "系統編碼原則_1"
  279. Me.Text = "系統編碼原則_1"
  280. Me.GroupBox3.ResumeLayout(False)
  281. Me.GroupBox3.PerformLayout()
  282. CType(Me.DataGridView3, System.ComponentModel.ISupportInitialize).EndInit()
  283. Me.GroupBox10.ResumeLayout(False)
  284. Me.GroupBox10.PerformLayout()
  285. CType(Me.DataGridView10, System.ComponentModel.ISupportInitialize).EndInit()
  286. Me.ResumeLayout(False)
  287. Me.PerformLayout()
  288. End Sub
  289. Friend WithEvents Label3 As Label
  290. Friend WithEvents GroupBox3 As GroupBox
  291. Friend WithEvents DataGridView3 As DataGridView
  292. Friend WithEvents Button7 As Button
  293. Friend WithEvents Label5 As Label
  294. Friend WithEvents Button8 As Button
  295. Friend WithEvents Button9 As Button
  296. Friend WithEvents TextBox4 As TextBox
  297. Friend WithEvents GroupBox10 As GroupBox
  298. Friend WithEvents TextBox21 As TextBox
  299. Friend WithEvents Label24 As Label
  300. Friend WithEvents Button28 As Button
  301. Friend WithEvents Button29 As Button
  302. Friend WithEvents TextBox22 As TextBox
  303. Friend WithEvents Button30 As Button
  304. Friend WithEvents Label21 As Label
  305. Friend WithEvents TextBox23 As TextBox
  306. Friend WithEvents Label22 As Label
  307. Friend WithEvents TextBox24 As TextBox
  308. Friend WithEvents Label23 As Label
  309. Friend WithEvents DataGridView10 As DataGridView
  310. End Class