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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428
  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. Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  26. Me.重新讀取_bt = New System.Windows.Forms.Button()
  27. Me.伺服器_lb = New System.Windows.Forms.Label()
  28. Me.MAX_nud = New System.Windows.Forms.NumericUpDown()
  29. Me.伺服器狀態_dgv = New System.Windows.Forms.DataGridView()
  30. Me.LOG檔截斷3_bt = New System.Windows.Forms.Button()
  31. Me.行政採購簽核二級金額基數_lb = New System.Windows.Forms.Label()
  32. Me.NUP_5 = New System.Windows.Forms.NumericUpDown()
  33. Me.NUP_4 = New System.Windows.Forms.NumericUpDown()
  34. Me.NUP_3 = New System.Windows.Forms.NumericUpDown()
  35. Me.比例3_lb = New System.Windows.Forms.Label()
  36. Me.比例2_lb = New System.Windows.Forms.Label()
  37. Me.建築採購簽核二級金額基數_lb = New System.Windows.Forms.Label()
  38. Me.比例1_lb = New System.Windows.Forms.Label()
  39. Me.NUP_1 = New System.Windows.Forms.NumericUpDown()
  40. Me.NUP_2 = New System.Windows.Forms.NumericUpDown()
  41. Me.Label11 = New System.Windows.Forms.Label()
  42. Me.Label10 = New System.Windows.Forms.Label()
  43. Me.Label8 = New System.Windows.Forms.Label()
  44. Me.Label9 = New System.Windows.Forms.Label()
  45. Me.修改_bt = New System.Windows.Forms.Button()
  46. Me.編碼原則_pb = New System.Windows.Forms.PictureBox()
  47. Me.Label1 = New System.Windows.Forms.Label()
  48. Me.行政簽核_tb = New System.Windows.Forms.TextBox()
  49. Me.建築簽核_tb = New System.Windows.Forms.TextBox()
  50. Me.Panel1 = New System.Windows.Forms.Panel()
  51. Me.資料庫清單1_dgv = New System.Windows.Forms.DataGridView()
  52. CType(Me.MAX_nud, System.ComponentModel.ISupportInitialize).BeginInit()
  53. CType(Me.伺服器狀態_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  54. CType(Me.NUP_5, System.ComponentModel.ISupportInitialize).BeginInit()
  55. CType(Me.NUP_4, System.ComponentModel.ISupportInitialize).BeginInit()
  56. CType(Me.NUP_3, System.ComponentModel.ISupportInitialize).BeginInit()
  57. CType(Me.NUP_1, System.ComponentModel.ISupportInitialize).BeginInit()
  58. CType(Me.NUP_2, System.ComponentModel.ISupportInitialize).BeginInit()
  59. CType(Me.編碼原則_pb, System.ComponentModel.ISupportInitialize).BeginInit()
  60. Me.Panel1.SuspendLayout()
  61. CType(Me.資料庫清單1_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  62. Me.SuspendLayout()
  63. '
  64. '重新讀取_bt
  65. '
  66. Me.重新讀取_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  67. Me.重新讀取_bt.Location = New System.Drawing.Point(777, 6)
  68. Me.重新讀取_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  69. Me.重新讀取_bt.Name = "重新讀取_bt"
  70. Me.重新讀取_bt.Size = New System.Drawing.Size(72, 23)
  71. Me.重新讀取_bt.TabIndex = 1512
  72. Me.重新讀取_bt.Text = "重新讀取"
  73. '
  74. '伺服器_lb
  75. '
  76. Me.伺服器_lb.AutoSize = True
  77. Me.伺服器_lb.BackColor = System.Drawing.SystemColors.Control
  78. Me.伺服器_lb.Location = New System.Drawing.Point(441, 9)
  79. Me.伺服器_lb.Name = "伺服器_lb"
  80. Me.伺服器_lb.Size = New System.Drawing.Size(230, 16)
  81. Me.伺服器_lb.TabIndex = 1511
  82. Me.伺服器_lb.Text = "伺服器中資料庫極限容量監控設定值 (MB)"
  83. '
  84. 'MAX_nud
  85. '
  86. Me.MAX_nud.Location = New System.Drawing.Point(678, 7)
  87. Me.MAX_nud.Maximum = New Decimal(New Integer() {100000000, 0, 0, 0})
  88. Me.MAX_nud.Name = "MAX_nud"
  89. Me.MAX_nud.Size = New System.Drawing.Size(83, 23)
  90. Me.MAX_nud.TabIndex = 1510
  91. Me.MAX_nud.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  92. Me.MAX_nud.ThousandsSeparator = True
  93. Me.MAX_nud.Value = New Decimal(New Integer() {5000, 0, 0, 0})
  94. '
  95. '伺服器狀態_dgv
  96. '
  97. DataGridViewCellStyle1.BackColor = System.Drawing.Color.White
  98. Me.伺服器狀態_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  99. Me.伺服器狀態_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  100. Me.伺服器狀態_dgv.BackgroundColor = System.Drawing.Color.White
  101. DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  102. DataGridViewCellStyle2.BackColor = System.Drawing.Color.White
  103. DataGridViewCellStyle2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  104. DataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText
  105. DataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight
  106. DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  107. DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  108. Me.伺服器狀態_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle2
  109. Me.伺服器狀態_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  110. Me.伺服器狀態_dgv.Location = New System.Drawing.Point(438, 36)
  111. Me.伺服器狀態_dgv.Name = "伺服器狀態_dgv"
  112. Me.伺服器狀態_dgv.RowHeadersWidth = 5
  113. Me.伺服器狀態_dgv.RowTemplate.Height = 24
  114. Me.伺服器狀態_dgv.Size = New System.Drawing.Size(569, 544)
  115. Me.伺服器狀態_dgv.TabIndex = 1509
  116. '
  117. 'LOG檔截斷3_bt
  118. '
  119. Me.LOG檔截斷3_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  120. Me.LOG檔截斷3_bt.Location = New System.Drawing.Point(855, 6)
  121. Me.LOG檔截斷3_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  122. Me.LOG檔截斷3_bt.Name = "LOG檔截斷3_bt"
  123. Me.LOG檔截斷3_bt.Size = New System.Drawing.Size(123, 23)
  124. Me.LOG檔截斷3_bt.TabIndex = 1513
  125. Me.LOG檔截斷3_bt.Text = "LOG檔截斷"
  126. '
  127. '行政採購簽核二級金額基數_lb
  128. '
  129. Me.行政採購簽核二級金額基數_lb.AutoSize = True
  130. Me.行政採購簽核二級金額基數_lb.BackColor = System.Drawing.SystemColors.Control
  131. Me.行政採購簽核二級金額基數_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  132. Me.行政採購簽核二級金額基數_lb.Location = New System.Drawing.Point(12, 9)
  133. Me.行政採購簽核二級金額基數_lb.Name = "行政採購簽核二級金額基數_lb"
  134. Me.行政採購簽核二級金額基數_lb.Size = New System.Drawing.Size(184, 16)
  135. Me.行政採購簽核二級金額基數_lb.TabIndex = 1514
  136. Me.行政採購簽核二級金額基數_lb.Text = "採 購 單 二 級 金 額"
  137. '
  138. 'NUP_5
  139. '
  140. Me.NUP_5.Location = New System.Drawing.Point(308, 177)
  141. Me.NUP_5.Maximum = New Decimal(New Integer() {100000000, 0, 0, 0})
  142. Me.NUP_5.Name = "NUP_5"
  143. Me.NUP_5.Size = New System.Drawing.Size(104, 23)
  144. Me.NUP_5.TabIndex = 1524
  145. Me.NUP_5.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  146. Me.NUP_5.ThousandsSeparator = True
  147. '
  148. 'NUP_4
  149. '
  150. Me.NUP_4.Location = New System.Drawing.Point(310, 134)
  151. Me.NUP_4.Maximum = New Decimal(New Integer() {100000000, 0, 0, 0})
  152. Me.NUP_4.Name = "NUP_4"
  153. Me.NUP_4.Size = New System.Drawing.Size(104, 23)
  154. Me.NUP_4.TabIndex = 1523
  155. Me.NUP_4.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  156. Me.NUP_4.ThousandsSeparator = True
  157. '
  158. 'NUP_3
  159. '
  160. Me.NUP_3.Location = New System.Drawing.Point(309, 91)
  161. Me.NUP_3.Maximum = New Decimal(New Integer() {100000000, 0, 0, 0})
  162. Me.NUP_3.Name = "NUP_3"
  163. Me.NUP_3.Size = New System.Drawing.Size(104, 23)
  164. Me.NUP_3.TabIndex = 1522
  165. Me.NUP_3.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  166. Me.NUP_3.ThousandsSeparator = True
  167. '
  168. '比例3_lb
  169. '
  170. Me.比例3_lb.AutoSize = True
  171. Me.比例3_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  172. Me.比例3_lb.Location = New System.Drawing.Point(11, 179)
  173. Me.比例3_lb.Name = "比例3_lb"
  174. Me.比例3_lb.Size = New System.Drawing.Size(202, 16)
  175. Me.比例3_lb.TabIndex = 1521
  176. Me.比例3_lb.Text = "跟上次採購價格漲幅 >= 比例3(淡粉)"
  177. '
  178. '比例2_lb
  179. '
  180. Me.比例2_lb.AutoSize = True
  181. Me.比例2_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  182. Me.比例2_lb.Location = New System.Drawing.Point(11, 136)
  183. Me.比例2_lb.Name = "比例2_lb"
  184. Me.比例2_lb.Size = New System.Drawing.Size(227, 16)
  185. Me.比例2_lb.TabIndex = 1520
  186. Me.比例2_lb.Text = "比例2<跟上次採購價格漲幅<比例3(淡藍)"
  187. '
  188. '建築採購簽核二級金額基數_lb
  189. '
  190. Me.建築採購簽核二級金額基數_lb.AutoSize = True
  191. Me.建築採購簽核二級金額基數_lb.BackColor = System.Drawing.SystemColors.Control
  192. Me.建築採購簽核二級金額基數_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  193. Me.建築採購簽核二級金額基數_lb.Location = New System.Drawing.Point(12, 51)
  194. Me.建築採購簽核二級金額基數_lb.Name = "建築採購簽核二級金額基數_lb"
  195. Me.建築採購簽核二級金額基數_lb.Size = New System.Drawing.Size(262, 16)
  196. Me.建築採購簽核二級金額基數_lb.TabIndex = 1515
  197. Me.建築採購簽核二級金額基數_lb.Text = "樣 品 採 購 單 二 級 金 額 "
  198. '
  199. '比例1_lb
  200. '
  201. Me.比例1_lb.AutoSize = True
  202. Me.比例1_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  203. Me.比例1_lb.Location = New System.Drawing.Point(12, 93)
  204. Me.比例1_lb.Name = "比例1_lb"
  205. Me.比例1_lb.Size = New System.Drawing.Size(227, 16)
  206. Me.比例1_lb.TabIndex = 1519
  207. Me.比例1_lb.Text = "比例1<跟上次採購價格漲幅<比例2(淡綠)"
  208. '
  209. 'NUP_1
  210. '
  211. Me.NUP_1.Location = New System.Drawing.Point(309, 7)
  212. Me.NUP_1.Maximum = New Decimal(New Integer() {1410065408, 2, 0, 0})
  213. Me.NUP_1.Name = "NUP_1"
  214. Me.NUP_1.Size = New System.Drawing.Size(104, 23)
  215. Me.NUP_1.TabIndex = 1517
  216. Me.NUP_1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  217. Me.NUP_1.ThousandsSeparator = True
  218. '
  219. 'NUP_2
  220. '
  221. Me.NUP_2.Location = New System.Drawing.Point(310, 49)
  222. Me.NUP_2.Maximum = New Decimal(New Integer() {1410065408, 2, 0, 0})
  223. Me.NUP_2.Name = "NUP_2"
  224. Me.NUP_2.Size = New System.Drawing.Size(104, 23)
  225. Me.NUP_2.TabIndex = 1518
  226. Me.NUP_2.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  227. Me.NUP_2.ThousandsSeparator = True
  228. '
  229. 'Label11
  230. '
  231. Me.Label11.AutoSize = True
  232. Me.Label11.Location = New System.Drawing.Point(11, 158)
  233. Me.Label11.Name = "Label11"
  234. Me.Label11.Size = New System.Drawing.Size(407, 16)
  235. Me.Label11.TabIndex = 1528
  236. Me.Label11.Text = "________________________________________________________________________________"
  237. '
  238. 'Label10
  239. '
  240. Me.Label10.AutoSize = True
  241. Me.Label10.Location = New System.Drawing.Point(12, 115)
  242. Me.Label10.Name = "Label10"
  243. Me.Label10.Size = New System.Drawing.Size(407, 16)
  244. Me.Label10.TabIndex = 1527
  245. Me.Label10.Text = "________________________________________________________________________________"
  246. '
  247. 'Label8
  248. '
  249. Me.Label8.AutoSize = True
  250. Me.Label8.Location = New System.Drawing.Point(11, 31)
  251. Me.Label8.Name = "Label8"
  252. Me.Label8.Size = New System.Drawing.Size(407, 16)
  253. Me.Label8.TabIndex = 1525
  254. Me.Label8.Text = "________________________________________________________________________________"
  255. '
  256. 'Label9
  257. '
  258. Me.Label9.AutoSize = True
  259. Me.Label9.Location = New System.Drawing.Point(10, 73)
  260. Me.Label9.Name = "Label9"
  261. Me.Label9.Size = New System.Drawing.Size(407, 16)
  262. Me.Label9.TabIndex = 1526
  263. Me.Label9.Text = "________________________________________________________________________________"
  264. '
  265. '修改_bt
  266. '
  267. Me.修改_bt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.Save
  268. Me.修改_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  269. Me.修改_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  270. Me.修改_bt.Location = New System.Drawing.Point(309, 214)
  271. Me.修改_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  272. Me.修改_bt.Name = "修改_bt"
  273. Me.修改_bt.Size = New System.Drawing.Size(104, 45)
  274. Me.修改_bt.TabIndex = 1529
  275. '
  276. '編碼原則_pb
  277. '
  278. Me.編碼原則_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  279. Me.編碼原則_pb.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  280. Me.編碼原則_pb.Image = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.code
  281. Me.編碼原則_pb.Location = New System.Drawing.Point(12, 266)
  282. Me.編碼原則_pb.Name = "編碼原則_pb"
  283. Me.編碼原則_pb.Size = New System.Drawing.Size(419, 314)
  284. Me.編碼原則_pb.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
  285. Me.編碼原則_pb.TabIndex = 1516
  286. Me.編碼原則_pb.TabStop = False
  287. '
  288. 'Label1
  289. '
  290. Me.Label1.AutoSize = True
  291. Me.Label1.Location = New System.Drawing.Point(10, 194)
  292. Me.Label1.Name = "Label1"
  293. Me.Label1.Size = New System.Drawing.Size(407, 16)
  294. Me.Label1.TabIndex = 1530
  295. Me.Label1.Text = "________________________________________________________________________________"
  296. '
  297. '行政簽核_tb
  298. '
  299. Me.行政簽核_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  300. Me.行政簽核_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  301. Me.行政簽核_tb.Location = New System.Drawing.Point(188, 344)
  302. Me.行政簽核_tb.Margin = New System.Windows.Forms.Padding(5)
  303. Me.行政簽核_tb.Name = "行政簽核_tb"
  304. Me.行政簽核_tb.Size = New System.Drawing.Size(75, 23)
  305. Me.行政簽核_tb.TabIndex = 1531
  306. Me.行政簽核_tb.Visible = False
  307. '
  308. '建築簽核_tb
  309. '
  310. Me.建築簽核_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  311. Me.建築簽核_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  312. Me.建築簽核_tb.Location = New System.Drawing.Point(188, 369)
  313. Me.建築簽核_tb.Margin = New System.Windows.Forms.Padding(5)
  314. Me.建築簽核_tb.Name = "建築簽核_tb"
  315. Me.建築簽核_tb.Size = New System.Drawing.Size(75, 23)
  316. Me.建築簽核_tb.TabIndex = 1532
  317. Me.建築簽核_tb.Visible = False
  318. '
  319. 'Panel1
  320. '
  321. Me.Panel1.Controls.Add(Me.資料庫清單1_dgv)
  322. Me.Panel1.Location = New System.Drawing.Point(471, 115)
  323. Me.Panel1.Name = "Panel1"
  324. Me.Panel1.Size = New System.Drawing.Size(311, 221)
  325. Me.Panel1.TabIndex = 1533
  326. '
  327. '資料庫清單1_dgv
  328. '
  329. DataGridViewCellStyle3.BackColor = System.Drawing.Color.White
  330. Me.資料庫清單1_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle3
  331. Me.資料庫清單1_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  332. Me.資料庫清單1_dgv.BackgroundColor = System.Drawing.Color.White
  333. DataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  334. DataGridViewCellStyle4.BackColor = System.Drawing.Color.White
  335. DataGridViewCellStyle4.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  336. DataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText
  337. DataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight
  338. DataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  339. DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  340. Me.資料庫清單1_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle4
  341. Me.資料庫清單1_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  342. Me.資料庫清單1_dgv.Location = New System.Drawing.Point(3, 3)
  343. Me.資料庫清單1_dgv.Name = "資料庫清單1_dgv"
  344. Me.資料庫清單1_dgv.RowHeadersWidth = 5
  345. Me.資料庫清單1_dgv.RowTemplate.Height = 24
  346. Me.資料庫清單1_dgv.Size = New System.Drawing.Size(168, 166)
  347. Me.資料庫清單1_dgv.TabIndex = 1510
  348. '
  349. '系統通用變數管理
  350. '
  351. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  352. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  353. Me.ClientSize = New System.Drawing.Size(1019, 592)
  354. Me.Controls.Add(Me.Panel1)
  355. Me.Controls.Add(Me.行政簽核_tb)
  356. Me.Controls.Add(Me.建築簽核_tb)
  357. Me.Controls.Add(Me.修改_bt)
  358. Me.Controls.Add(Me.行政採購簽核二級金額基數_lb)
  359. Me.Controls.Add(Me.NUP_5)
  360. Me.Controls.Add(Me.NUP_4)
  361. Me.Controls.Add(Me.NUP_3)
  362. Me.Controls.Add(Me.比例3_lb)
  363. Me.Controls.Add(Me.比例2_lb)
  364. Me.Controls.Add(Me.建築採購簽核二級金額基數_lb)
  365. Me.Controls.Add(Me.比例1_lb)
  366. Me.Controls.Add(Me.NUP_1)
  367. Me.Controls.Add(Me.NUP_2)
  368. Me.Controls.Add(Me.Label11)
  369. Me.Controls.Add(Me.Label10)
  370. Me.Controls.Add(Me.Label8)
  371. Me.Controls.Add(Me.Label9)
  372. Me.Controls.Add(Me.編碼原則_pb)
  373. Me.Controls.Add(Me.重新讀取_bt)
  374. Me.Controls.Add(Me.伺服器_lb)
  375. Me.Controls.Add(Me.MAX_nud)
  376. Me.Controls.Add(Me.伺服器狀態_dgv)
  377. Me.Controls.Add(Me.LOG檔截斷3_bt)
  378. Me.Controls.Add(Me.Label1)
  379. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  380. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  381. Me.Name = "系統通用變數管理"
  382. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  383. Me.Text = "系統通用變數管理"
  384. CType(Me.MAX_nud, System.ComponentModel.ISupportInitialize).EndInit()
  385. CType(Me.伺服器狀態_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  386. CType(Me.NUP_5, System.ComponentModel.ISupportInitialize).EndInit()
  387. CType(Me.NUP_4, System.ComponentModel.ISupportInitialize).EndInit()
  388. CType(Me.NUP_3, System.ComponentModel.ISupportInitialize).EndInit()
  389. CType(Me.NUP_1, System.ComponentModel.ISupportInitialize).EndInit()
  390. CType(Me.NUP_2, System.ComponentModel.ISupportInitialize).EndInit()
  391. CType(Me.編碼原則_pb, System.ComponentModel.ISupportInitialize).EndInit()
  392. Me.Panel1.ResumeLayout(False)
  393. CType(Me.資料庫清單1_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  394. Me.ResumeLayout(False)
  395. Me.PerformLayout()
  396. End Sub
  397. Friend WithEvents 重新讀取_bt As Button
  398. Friend WithEvents 伺服器_lb As Label
  399. Friend WithEvents MAX_nud As NumericUpDown
  400. Friend WithEvents 伺服器狀態_dgv As DataGridView
  401. Friend WithEvents LOG檔截斷3_bt As Button
  402. Friend WithEvents 行政採購簽核二級金額基數_lb As Label
  403. Friend WithEvents NUP_5 As NumericUpDown
  404. Friend WithEvents NUP_4 As NumericUpDown
  405. Friend WithEvents NUP_3 As NumericUpDown
  406. Friend WithEvents 比例3_lb As Label
  407. Friend WithEvents 比例2_lb As Label
  408. Friend WithEvents 建築採購簽核二級金額基數_lb As Label
  409. Friend WithEvents 比例1_lb As Label
  410. Friend WithEvents NUP_1 As NumericUpDown
  411. Friend WithEvents NUP_2 As NumericUpDown
  412. Friend WithEvents Label11 As Label
  413. Friend WithEvents Label10 As Label
  414. Friend WithEvents Label8 As Label
  415. Friend WithEvents Label9 As Label
  416. Friend WithEvents 編碼原則_pb As PictureBox
  417. Friend WithEvents 修改_bt As Button
  418. Friend WithEvents Label1 As Label
  419. Friend WithEvents 行政簽核_tb As TextBox
  420. Friend WithEvents 建築簽核_tb As TextBox
  421. Friend WithEvents Panel1 As Panel
  422. Friend WithEvents 資料庫清單1_dgv As DataGridView
  423. End Class