Nav apraksta
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

安培容量計算.Designer.vb 32KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694
  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 DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  23. Dim DataGridViewCellStyle6 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  24. Dim DataGridViewCellStyle7 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  25. Dim DataGridViewCellStyle8 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  26. Me.最高容許溫度_lb = New System.Windows.Forms.Label()
  27. Me.最高容許溫度_cb = New System.Windows.Forms.ComboBox()
  28. Me.電線清單_dgv = New System.Windows.Forms.DataGridView()
  29. Me.配線方式_cb = New System.Windows.Forms.ComboBox()
  30. Me.配線方式_lb = New System.Windows.Forms.Label()
  31. Me.線別_cb = New System.Windows.Forms.ComboBox()
  32. Me.線別_lb = New System.Windows.Forms.Label()
  33. Me.公稱截面積_cb = New System.Windows.Forms.ComboBox()
  34. Me.Label4 = New System.Windows.Forms.Label()
  35. Me.根數直徑_cb = New System.Windows.Forms.ComboBox()
  36. Me.根數直徑_lb = New System.Windows.Forms.Label()
  37. Me.導線數_cb = New System.Windows.Forms.ComboBox()
  38. Me.導線數_lb = New System.Windows.Forms.Label()
  39. Me.Label7 = New System.Windows.Forms.Label()
  40. Me.Label8 = New System.Windows.Forms.Label()
  41. Me.周圍溫度_cb = New System.Windows.Forms.ComboBox()
  42. Me.Label9 = New System.Windows.Forms.Label()
  43. Me.修正係數_tb = New System.Windows.Forms.TextBox()
  44. Me.表定安培容量_tb = New System.Windows.Forms.TextBox()
  45. Me.表定安培容量_lb = New System.Windows.Forms.Label()
  46. Me.安培容量_tb = New System.Windows.Forms.TextBox()
  47. Me.Label11 = New System.Windows.Forms.Label()
  48. Me.正向計算_ch = New System.Windows.Forms.CheckBox()
  49. Me.反向計算_ch = New System.Windows.Forms.CheckBox()
  50. Me.電線_cb = New System.Windows.Forms.ComboBox()
  51. Me.Label1 = New System.Windows.Forms.Label()
  52. Me.Label2 = New System.Windows.Forms.Label()
  53. Me.Label3 = New System.Windows.Forms.Label()
  54. Me.Label5 = New System.Windows.Forms.Label()
  55. Me.反向計算1_ch = New System.Windows.Forms.CheckBox()
  56. Me.正向計算1_ch = New System.Windows.Forms.CheckBox()
  57. Me.施工方式_cb = New System.Windows.Forms.ComboBox()
  58. Me.Label6 = New System.Windows.Forms.Label()
  59. Me.電纜_cb = New System.Windows.Forms.ComboBox()
  60. Me.Label10 = New System.Windows.Forms.Label()
  61. Me.額定電壓_cb = New System.Windows.Forms.ComboBox()
  62. Me.Label12 = New System.Windows.Forms.Label()
  63. Me.管路_心數_cb = New System.Windows.Forms.ComboBox()
  64. Me.管路_心數_lb = New System.Windows.Forms.Label()
  65. Me.表定安培容量1_tb = New System.Windows.Forms.TextBox()
  66. Me.表定安培容量1_lb = New System.Windows.Forms.Label()
  67. Me.公稱截面積1_cb = New System.Windows.Forms.ComboBox()
  68. Me.公稱截面積1_lb = New System.Windows.Forms.Label()
  69. Me.修正係數1_tb = New System.Windows.Forms.TextBox()
  70. Me.周圍溫度1_cb = New System.Windows.Forms.ComboBox()
  71. Me.Label16 = New System.Windows.Forms.Label()
  72. Me.Label17 = New System.Windows.Forms.Label()
  73. Me.安培容量1_tb = New System.Windows.Forms.TextBox()
  74. Me.Label18 = New System.Windows.Forms.Label()
  75. Me.電纜清單_dgv = New System.Windows.Forms.DataGridView()
  76. CType(Me.電線清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  77. CType(Me.電纜清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  78. Me.SuspendLayout()
  79. '
  80. '最高容許溫度_lb
  81. '
  82. Me.最高容許溫度_lb.AutoSize = True
  83. Me.最高容許溫度_lb.ForeColor = System.Drawing.Color.Red
  84. Me.最高容許溫度_lb.Location = New System.Drawing.Point(3, 76)
  85. Me.最高容許溫度_lb.Name = "最高容許溫度_lb"
  86. Me.最高容許溫度_lb.Size = New System.Drawing.Size(80, 16)
  87. Me.最高容許溫度_lb.TabIndex = 0
  88. Me.最高容許溫度_lb.Text = "最高容許溫度"
  89. '
  90. '最高容許溫度_cb
  91. '
  92. Me.最高容許溫度_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  93. Me.最高容許溫度_cb.FormattingEnabled = True
  94. Me.最高容許溫度_cb.Items.AddRange(New Object() {"60", "75", "80", "90"})
  95. Me.最高容許溫度_cb.Location = New System.Drawing.Point(85, 72)
  96. Me.最高容許溫度_cb.Name = "最高容許溫度_cb"
  97. Me.最高容許溫度_cb.Size = New System.Drawing.Size(46, 24)
  98. Me.最高容許溫度_cb.TabIndex = 999
  99. '
  100. '電線清單_dgv
  101. '
  102. DataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer))
  103. Me.電線清單_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle5
  104. Me.電線清單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  105. Me.電線清單_dgv.BackgroundColor = System.Drawing.Color.White
  106. Me.電線清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  107. Me.電線清單_dgv.Location = New System.Drawing.Point(496, 23)
  108. Me.電線清單_dgv.Name = "電線清單_dgv"
  109. Me.電線清單_dgv.RowHeadersWidth = 5
  110. DataGridViewCellStyle6.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  111. DataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  112. Me.電線清單_dgv.RowsDefaultCellStyle = DataGridViewCellStyle6
  113. Me.電線清單_dgv.RowTemplate.Height = 24
  114. Me.電線清單_dgv.Size = New System.Drawing.Size(307, 153)
  115. Me.電線清單_dgv.TabIndex = 1000
  116. '
  117. '配線方式_cb
  118. '
  119. Me.配線方式_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  120. Me.配線方式_cb.FormattingEnabled = True
  121. Me.配線方式_cb.Items.AddRange(New Object() {"磁珠磁夾板配線", "導線管槽配線", "PVC管配線"})
  122. Me.配線方式_cb.Location = New System.Drawing.Point(85, 99)
  123. Me.配線方式_cb.Name = "配線方式_cb"
  124. Me.配線方式_cb.Size = New System.Drawing.Size(168, 24)
  125. Me.配線方式_cb.TabIndex = 1002
  126. '
  127. '配線方式_lb
  128. '
  129. Me.配線方式_lb.AutoSize = True
  130. Me.配線方式_lb.ForeColor = System.Drawing.Color.Red
  131. Me.配線方式_lb.Location = New System.Drawing.Point(3, 103)
  132. Me.配線方式_lb.Name = "配線方式_lb"
  133. Me.配線方式_lb.Size = New System.Drawing.Size(80, 16)
  134. Me.配線方式_lb.TabIndex = 1001
  135. Me.配線方式_lb.Text = "配 線 方 式"
  136. '
  137. '線別_cb
  138. '
  139. Me.線別_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  140. Me.線別_cb.FormattingEnabled = True
  141. Me.線別_cb.Items.AddRange(New Object() {"單線", "絞線"})
  142. Me.線別_cb.Location = New System.Drawing.Point(194, 72)
  143. Me.線別_cb.Name = "線別_cb"
  144. Me.線別_cb.Size = New System.Drawing.Size(59, 24)
  145. Me.線別_cb.TabIndex = 1004
  146. '
  147. '線別_lb
  148. '
  149. Me.線別_lb.AutoSize = True
  150. Me.線別_lb.ForeColor = System.Drawing.Color.Red
  151. Me.線別_lb.Location = New System.Drawing.Point(161, 76)
  152. Me.線別_lb.Name = "線別_lb"
  153. Me.線別_lb.Size = New System.Drawing.Size(32, 16)
  154. Me.線別_lb.TabIndex = 1003
  155. Me.線別_lb.Text = "線別"
  156. '
  157. '公稱截面積_cb
  158. '
  159. Me.公稱截面積_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  160. Me.公稱截面積_cb.FormattingEnabled = True
  161. Me.公稱截面積_cb.Location = New System.Drawing.Point(407, 72)
  162. Me.公稱截面積_cb.Name = "公稱截面積_cb"
  163. Me.公稱截面積_cb.Size = New System.Drawing.Size(87, 24)
  164. Me.公稱截面積_cb.TabIndex = 1006
  165. '
  166. 'Label4
  167. '
  168. Me.Label4.AutoSize = True
  169. Me.Label4.Location = New System.Drawing.Point(337, 76)
  170. Me.Label4.Name = "Label4"
  171. Me.Label4.Size = New System.Drawing.Size(68, 16)
  172. Me.Label4.TabIndex = 1005
  173. Me.Label4.Text = "公稱截面積"
  174. '
  175. '根數直徑_cb
  176. '
  177. Me.根數直徑_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  178. Me.根數直徑_cb.FormattingEnabled = True
  179. Me.根數直徑_cb.Location = New System.Drawing.Point(85, 126)
  180. Me.根數直徑_cb.Name = "根數直徑_cb"
  181. Me.根數直徑_cb.Size = New System.Drawing.Size(87, 24)
  182. Me.根數直徑_cb.TabIndex = 1008
  183. '
  184. '根數直徑_lb
  185. '
  186. Me.根數直徑_lb.AutoSize = True
  187. Me.根數直徑_lb.ForeColor = System.Drawing.Color.Red
  188. Me.根數直徑_lb.Location = New System.Drawing.Point(3, 130)
  189. Me.根數直徑_lb.Name = "根數直徑_lb"
  190. Me.根數直徑_lb.Size = New System.Drawing.Size(79, 16)
  191. Me.根數直徑_lb.TabIndex = 1007
  192. Me.根數直徑_lb.Text = "根 數 / 直 徑"
  193. '
  194. '導線數_cb
  195. '
  196. Me.導線數_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  197. Me.導線數_cb.FormattingEnabled = True
  198. Me.導線數_cb.Location = New System.Drawing.Point(407, 99)
  199. Me.導線數_cb.Name = "導線數_cb"
  200. Me.導線數_cb.Size = New System.Drawing.Size(87, 24)
  201. Me.導線數_cb.TabIndex = 1010
  202. '
  203. '導線數_lb
  204. '
  205. Me.導線數_lb.AutoSize = True
  206. Me.導線數_lb.ForeColor = System.Drawing.Color.Red
  207. Me.導線數_lb.Location = New System.Drawing.Point(278, 103)
  208. Me.導線數_lb.Name = "導線數_lb"
  209. Me.導線數_lb.Size = New System.Drawing.Size(128, 16)
  210. Me.導線數_lb.TabIndex = 1009
  211. Me.導線數_lb.Text = "同一導線管內之導線數"
  212. '
  213. 'Label7
  214. '
  215. Me.Label7.AutoSize = True
  216. Me.Label7.Location = New System.Drawing.Point(3, 50)
  217. Me.Label7.Name = "Label7"
  218. Me.Label7.Size = New System.Drawing.Size(80, 16)
  219. Me.Label7.TabIndex = 1011
  220. Me.Label7.Text = "電 線 總 類"
  221. '
  222. 'Label8
  223. '
  224. Me.Label8.AutoSize = True
  225. Me.Label8.Location = New System.Drawing.Point(178, 155)
  226. Me.Label8.Name = "Label8"
  227. Me.Label8.Size = New System.Drawing.Size(56, 16)
  228. Me.Label8.TabIndex = 1013
  229. Me.Label8.Text = "修正係數"
  230. '
  231. '周圍溫度_cb
  232. '
  233. Me.周圍溫度_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  234. Me.周圍溫度_cb.FormattingEnabled = True
  235. Me.周圍溫度_cb.Items.AddRange(New Object() {"35以下", "40", "45", "50", "55", "60", "65", "70", "75", "80", "85"})
  236. Me.周圍溫度_cb.Location = New System.Drawing.Point(85, 152)
  237. Me.周圍溫度_cb.Name = "周圍溫度_cb"
  238. Me.周圍溫度_cb.Size = New System.Drawing.Size(87, 24)
  239. Me.周圍溫度_cb.TabIndex = 1016
  240. '
  241. 'Label9
  242. '
  243. Me.Label9.AutoSize = True
  244. Me.Label9.Location = New System.Drawing.Point(3, 156)
  245. Me.Label9.Name = "Label9"
  246. Me.Label9.Size = New System.Drawing.Size(80, 16)
  247. Me.Label9.TabIndex = 1015
  248. Me.Label9.Text = "周 圍 溫 度"
  249. '
  250. '修正係數_tb
  251. '
  252. Me.修正係數_tb.Enabled = False
  253. Me.修正係數_tb.Location = New System.Drawing.Point(235, 151)
  254. Me.修正係數_tb.Name = "修正係數_tb"
  255. Me.修正係數_tb.Size = New System.Drawing.Size(68, 23)
  256. Me.修正係數_tb.TabIndex = 1017
  257. Me.修正係數_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  258. '
  259. '表定安培容量_tb
  260. '
  261. Me.表定安培容量_tb.Enabled = False
  262. Me.表定安培容量_tb.Location = New System.Drawing.Point(407, 125)
  263. Me.表定安培容量_tb.Name = "表定安培容量_tb"
  264. Me.表定安培容量_tb.Size = New System.Drawing.Size(87, 23)
  265. Me.表定安培容量_tb.TabIndex = 1019
  266. Me.表定安培容量_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  267. '
  268. '表定安培容量_lb
  269. '
  270. Me.表定安培容量_lb.AutoSize = True
  271. Me.表定安培容量_lb.Location = New System.Drawing.Point(325, 128)
  272. Me.表定安培容量_lb.Name = "表定安培容量_lb"
  273. Me.表定安培容量_lb.Size = New System.Drawing.Size(80, 16)
  274. Me.表定安培容量_lb.TabIndex = 1018
  275. Me.表定安培容量_lb.Text = "表定安培容量"
  276. '
  277. '安培容量_tb
  278. '
  279. Me.安培容量_tb.Location = New System.Drawing.Point(407, 151)
  280. Me.安培容量_tb.Name = "安培容量_tb"
  281. Me.安培容量_tb.Size = New System.Drawing.Size(87, 23)
  282. Me.安培容量_tb.TabIndex = 1021
  283. Me.安培容量_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  284. '
  285. 'Label11
  286. '
  287. Me.Label11.AutoSize = True
  288. Me.Label11.ForeColor = System.Drawing.Color.Green
  289. Me.Label11.Location = New System.Drawing.Point(345, 154)
  290. Me.Label11.Name = "Label11"
  291. Me.Label11.Size = New System.Drawing.Size(56, 16)
  292. Me.Label11.TabIndex = 1020
  293. Me.Label11.Text = "安培容量"
  294. '
  295. '正向計算_ch
  296. '
  297. Me.正向計算_ch.AutoSize = True
  298. Me.正向計算_ch.Checked = True
  299. Me.正向計算_ch.CheckState = System.Windows.Forms.CheckState.Checked
  300. Me.正向計算_ch.Location = New System.Drawing.Point(37, 23)
  301. Me.正向計算_ch.Name = "正向計算_ch"
  302. Me.正向計算_ch.Size = New System.Drawing.Size(203, 20)
  303. Me.正向計算_ch.TabIndex = 1022
  304. Me.正向計算_ch.Text = "正向計算(選定條件算出安培容量)"
  305. Me.正向計算_ch.UseVisualStyleBackColor = True
  306. '
  307. '反向計算_ch
  308. '
  309. Me.反向計算_ch.AutoSize = True
  310. Me.反向計算_ch.Location = New System.Drawing.Point(296, 23)
  311. Me.反向計算_ch.Name = "反向計算_ch"
  312. Me.反向計算_ch.Size = New System.Drawing.Size(155, 20)
  313. Me.反向計算_ch.TabIndex = 1023
  314. Me.反向計算_ch.Text = "反向計算(輸入安培容量)"
  315. Me.反向計算_ch.UseVisualStyleBackColor = True
  316. '
  317. '電線_cb
  318. '
  319. Me.電線_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  320. Me.電線_cb.FormattingEnabled = True
  321. Me.電線_cb.Items.AddRange(New Object() {"磁珠磁夾板配線", "導線管槽配線", "PVC管配線"})
  322. Me.電線_cb.Location = New System.Drawing.Point(85, 45)
  323. Me.電線_cb.Name = "電線_cb"
  324. Me.電線_cb.Size = New System.Drawing.Size(409, 24)
  325. Me.電線_cb.TabIndex = 1024
  326. '
  327. 'Label1
  328. '
  329. Me.Label1.AutoSize = True
  330. Me.Label1.Location = New System.Drawing.Point(353, 3)
  331. Me.Label1.Name = "Label1"
  332. Me.Label1.Size = New System.Drawing.Size(112, 16)
  333. Me.Label1.TabIndex = 1025
  334. Me.Label1.Text = "絕緣電線 -安培容量"
  335. '
  336. 'Label2
  337. '
  338. Me.Label2.AutoSize = True
  339. Me.Label2.Location = New System.Drawing.Point(3, 7)
  340. Me.Label2.Name = "Label2"
  341. Me.Label2.Size = New System.Drawing.Size(803, 16)
  342. Me.Label2.TabIndex = 1026
  343. Me.Label2.Text = "_________________________________________________________________________________" &
  344. "______________________________________________________________________________"
  345. '
  346. 'Label3
  347. '
  348. Me.Label3.AutoSize = True
  349. Me.Label3.Location = New System.Drawing.Point(353, 190)
  350. Me.Label3.Name = "Label3"
  351. Me.Label3.Size = New System.Drawing.Size(112, 16)
  352. Me.Label3.TabIndex = 1027
  353. Me.Label3.Text = "絕緣電纜 -安培容量"
  354. '
  355. 'Label5
  356. '
  357. Me.Label5.AutoSize = True
  358. Me.Label5.Location = New System.Drawing.Point(3, 194)
  359. Me.Label5.Name = "Label5"
  360. Me.Label5.Size = New System.Drawing.Size(803, 16)
  361. Me.Label5.TabIndex = 1028
  362. Me.Label5.Text = "_________________________________________________________________________________" &
  363. "______________________________________________________________________________"
  364. '
  365. '反向計算1_ch
  366. '
  367. Me.反向計算1_ch.AutoSize = True
  368. Me.反向計算1_ch.Location = New System.Drawing.Point(296, 210)
  369. Me.反向計算1_ch.Name = "反向計算1_ch"
  370. Me.反向計算1_ch.Size = New System.Drawing.Size(155, 20)
  371. Me.反向計算1_ch.TabIndex = 1030
  372. Me.反向計算1_ch.Text = "反向計算(輸入安培容量)"
  373. Me.反向計算1_ch.UseVisualStyleBackColor = True
  374. '
  375. '正向計算1_ch
  376. '
  377. Me.正向計算1_ch.AutoSize = True
  378. Me.正向計算1_ch.Checked = True
  379. Me.正向計算1_ch.CheckState = System.Windows.Forms.CheckState.Checked
  380. Me.正向計算1_ch.Location = New System.Drawing.Point(37, 210)
  381. Me.正向計算1_ch.Name = "正向計算1_ch"
  382. Me.正向計算1_ch.Size = New System.Drawing.Size(203, 20)
  383. Me.正向計算1_ch.TabIndex = 1029
  384. Me.正向計算1_ch.Text = "正向計算(選定條件算出安培容量)"
  385. Me.正向計算1_ch.UseVisualStyleBackColor = True
  386. '
  387. '施工方式_cb
  388. '
  389. Me.施工方式_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  390. Me.施工方式_cb.FormattingEnabled = True
  391. Me.施工方式_cb.Items.AddRange(New Object() {"空中架設", "暗渠敷設", "地下管路敷設", "直埋敷設"})
  392. Me.施工方式_cb.Location = New System.Drawing.Point(85, 232)
  393. Me.施工方式_cb.Name = "施工方式_cb"
  394. Me.施工方式_cb.Size = New System.Drawing.Size(128, 24)
  395. Me.施工方式_cb.TabIndex = 1032
  396. '
  397. 'Label6
  398. '
  399. Me.Label6.AutoSize = True
  400. Me.Label6.ForeColor = System.Drawing.Color.Red
  401. Me.Label6.Location = New System.Drawing.Point(4, 236)
  402. Me.Label6.Name = "Label6"
  403. Me.Label6.Size = New System.Drawing.Size(80, 16)
  404. Me.Label6.TabIndex = 1031
  405. Me.Label6.Text = "施 工 方 式"
  406. '
  407. '電纜_cb
  408. '
  409. Me.電纜_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  410. Me.電纜_cb.FormattingEnabled = True
  411. Me.電纜_cb.Location = New System.Drawing.Point(85, 259)
  412. Me.電纜_cb.Name = "電纜_cb"
  413. Me.電纜_cb.Size = New System.Drawing.Size(240, 24)
  414. Me.電纜_cb.TabIndex = 1034
  415. '
  416. 'Label10
  417. '
  418. Me.Label10.AutoSize = True
  419. Me.Label10.ForeColor = System.Drawing.Color.Red
  420. Me.Label10.Location = New System.Drawing.Point(4, 263)
  421. Me.Label10.Name = "Label10"
  422. Me.Label10.Size = New System.Drawing.Size(80, 16)
  423. Me.Label10.TabIndex = 1033
  424. Me.Label10.Text = "電 纜"
  425. '
  426. '額定電壓_cb
  427. '
  428. Me.額定電壓_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  429. Me.額定電壓_cb.FormattingEnabled = True
  430. Me.額定電壓_cb.Items.AddRange(New Object() {"5001V-8000V", "601V-5000V", "8001V-15000V", "15001V-25000V"})
  431. Me.額定電壓_cb.Location = New System.Drawing.Point(331, 232)
  432. Me.額定電壓_cb.Name = "額定電壓_cb"
  433. Me.額定電壓_cb.Size = New System.Drawing.Size(163, 24)
  434. Me.額定電壓_cb.TabIndex = 1036
  435. '
  436. 'Label12
  437. '
  438. Me.Label12.AutoSize = True
  439. Me.Label12.ForeColor = System.Drawing.Color.Red
  440. Me.Label12.Location = New System.Drawing.Point(274, 236)
  441. Me.Label12.Name = "Label12"
  442. Me.Label12.Size = New System.Drawing.Size(56, 16)
  443. Me.Label12.TabIndex = 1035
  444. Me.Label12.Text = "額定電壓"
  445. '
  446. '管路_心數_cb
  447. '
  448. Me.管路_心數_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  449. Me.管路_心數_cb.FormattingEnabled = True
  450. Me.管路_心數_cb.Location = New System.Drawing.Point(85, 286)
  451. Me.管路_心數_cb.Name = "管路_心數_cb"
  452. Me.管路_心數_cb.Size = New System.Drawing.Size(128, 24)
  453. Me.管路_心數_cb.TabIndex = 1038
  454. '
  455. '管路_心數_lb
  456. '
  457. Me.管路_心數_lb.AutoSize = True
  458. Me.管路_心數_lb.ForeColor = System.Drawing.Color.Red
  459. Me.管路_心數_lb.Location = New System.Drawing.Point(3, 290)
  460. Me.管路_心數_lb.Name = "管路_心數_lb"
  461. Me.管路_心數_lb.Size = New System.Drawing.Size(79, 16)
  462. Me.管路_心數_lb.TabIndex = 1037
  463. Me.管路_心數_lb.Text = "管路數 / 心數"
  464. '
  465. '表定安培容量1_tb
  466. '
  467. Me.表定安培容量1_tb.Enabled = False
  468. Me.表定安培容量1_tb.Location = New System.Drawing.Point(407, 287)
  469. Me.表定安培容量1_tb.Name = "表定安培容量1_tb"
  470. Me.表定安培容量1_tb.Size = New System.Drawing.Size(87, 23)
  471. Me.表定安培容量1_tb.TabIndex = 1042
  472. Me.表定安培容量1_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  473. '
  474. '表定安培容量1_lb
  475. '
  476. Me.表定安培容量1_lb.AutoSize = True
  477. Me.表定安培容量1_lb.Location = New System.Drawing.Point(329, 290)
  478. Me.表定安培容量1_lb.Name = "表定安培容量1_lb"
  479. Me.表定安培容量1_lb.Size = New System.Drawing.Size(80, 16)
  480. Me.表定安培容量1_lb.TabIndex = 1041
  481. Me.表定安培容量1_lb.Text = "表定安培容量"
  482. '
  483. '公稱截面積1_cb
  484. '
  485. Me.公稱截面積1_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  486. Me.公稱截面積1_cb.FormattingEnabled = True
  487. Me.公稱截面積1_cb.Location = New System.Drawing.Point(407, 259)
  488. Me.公稱截面積1_cb.Name = "公稱截面積1_cb"
  489. Me.公稱截面積1_cb.Size = New System.Drawing.Size(87, 24)
  490. Me.公稱截面積1_cb.TabIndex = 1040
  491. '
  492. '公稱截面積1_lb
  493. '
  494. Me.公稱截面積1_lb.AutoSize = True
  495. Me.公稱截面積1_lb.ForeColor = System.Drawing.Color.Red
  496. Me.公稱截面積1_lb.Location = New System.Drawing.Point(329, 263)
  497. Me.公稱截面積1_lb.Name = "公稱截面積1_lb"
  498. Me.公稱截面積1_lb.Size = New System.Drawing.Size(80, 16)
  499. Me.公稱截面積1_lb.TabIndex = 1039
  500. Me.公稱截面積1_lb.Text = "公 稱 截 面 積"
  501. '
  502. '修正係數1_tb
  503. '
  504. Me.修正係數1_tb.Enabled = False
  505. Me.修正係數1_tb.Location = New System.Drawing.Point(235, 313)
  506. Me.修正係數1_tb.Name = "修正係數1_tb"
  507. Me.修正係數1_tb.Size = New System.Drawing.Size(68, 23)
  508. Me.修正係數1_tb.TabIndex = 1046
  509. Me.修正係數1_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  510. '
  511. '周圍溫度1_cb
  512. '
  513. Me.周圍溫度1_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  514. Me.周圍溫度1_cb.FormattingEnabled = True
  515. Me.周圍溫度1_cb.Items.AddRange(New Object() {"20", "25", "30", "35", "40", "45", "50"})
  516. Me.周圍溫度1_cb.Location = New System.Drawing.Point(85, 313)
  517. Me.周圍溫度1_cb.Name = "周圍溫度1_cb"
  518. Me.周圍溫度1_cb.Size = New System.Drawing.Size(87, 24)
  519. Me.周圍溫度1_cb.TabIndex = 1045
  520. '
  521. 'Label16
  522. '
  523. Me.Label16.AutoSize = True
  524. Me.Label16.Location = New System.Drawing.Point(4, 317)
  525. Me.Label16.Name = "Label16"
  526. Me.Label16.Size = New System.Drawing.Size(80, 16)
  527. Me.Label16.TabIndex = 1044
  528. Me.Label16.Text = "周 圍 溫 度"
  529. '
  530. 'Label17
  531. '
  532. Me.Label17.AutoSize = True
  533. Me.Label17.Location = New System.Drawing.Point(178, 317)
  534. Me.Label17.Name = "Label17"
  535. Me.Label17.Size = New System.Drawing.Size(56, 16)
  536. Me.Label17.TabIndex = 1043
  537. Me.Label17.Text = "修正係數"
  538. '
  539. '安培容量1_tb
  540. '
  541. Me.安培容量1_tb.Location = New System.Drawing.Point(407, 313)
  542. Me.安培容量1_tb.Name = "安培容量1_tb"
  543. Me.安培容量1_tb.Size = New System.Drawing.Size(87, 23)
  544. Me.安培容量1_tb.TabIndex = 1048
  545. Me.安培容量1_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  546. '
  547. 'Label18
  548. '
  549. Me.Label18.AutoSize = True
  550. Me.Label18.ForeColor = System.Drawing.Color.Green
  551. Me.Label18.Location = New System.Drawing.Point(345, 316)
  552. Me.Label18.Name = "Label18"
  553. Me.Label18.Size = New System.Drawing.Size(56, 16)
  554. Me.Label18.TabIndex = 1047
  555. Me.Label18.Text = "安培容量"
  556. '
  557. '電纜清單_dgv
  558. '
  559. DataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer))
  560. Me.電纜清單_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle7
  561. Me.電纜清單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  562. Me.電纜清單_dgv.BackgroundColor = System.Drawing.Color.White
  563. Me.電纜清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  564. Me.電纜清單_dgv.Location = New System.Drawing.Point(496, 210)
  565. Me.電纜清單_dgv.Name = "電纜清單_dgv"
  566. Me.電纜清單_dgv.RowHeadersWidth = 5
  567. DataGridViewCellStyle8.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  568. DataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  569. Me.電纜清單_dgv.RowsDefaultCellStyle = DataGridViewCellStyle8
  570. Me.電纜清單_dgv.RowTemplate.Height = 24
  571. Me.電纜清單_dgv.Size = New System.Drawing.Size(307, 126)
  572. Me.電纜清單_dgv.TabIndex = 1049
  573. '
  574. '安培容量計算
  575. '
  576. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  577. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  578. Me.ClientSize = New System.Drawing.Size(808, 343)
  579. Me.Controls.Add(Me.電纜清單_dgv)
  580. Me.Controls.Add(Me.安培容量1_tb)
  581. Me.Controls.Add(Me.Label18)
  582. Me.Controls.Add(Me.修正係數1_tb)
  583. Me.Controls.Add(Me.周圍溫度1_cb)
  584. Me.Controls.Add(Me.Label16)
  585. Me.Controls.Add(Me.Label17)
  586. Me.Controls.Add(Me.表定安培容量1_tb)
  587. Me.Controls.Add(Me.公稱截面積1_cb)
  588. Me.Controls.Add(Me.公稱截面積1_lb)
  589. Me.Controls.Add(Me.管路_心數_cb)
  590. Me.Controls.Add(Me.管路_心數_lb)
  591. Me.Controls.Add(Me.額定電壓_cb)
  592. Me.Controls.Add(Me.Label12)
  593. Me.Controls.Add(Me.電纜_cb)
  594. Me.Controls.Add(Me.Label10)
  595. Me.Controls.Add(Me.施工方式_cb)
  596. Me.Controls.Add(Me.Label6)
  597. Me.Controls.Add(Me.反向計算1_ch)
  598. Me.Controls.Add(Me.正向計算1_ch)
  599. Me.Controls.Add(Me.Label3)
  600. Me.Controls.Add(Me.Label5)
  601. Me.Controls.Add(Me.Label1)
  602. Me.Controls.Add(Me.電線_cb)
  603. Me.Controls.Add(Me.反向計算_ch)
  604. Me.Controls.Add(Me.正向計算_ch)
  605. Me.Controls.Add(Me.安培容量_tb)
  606. Me.Controls.Add(Me.Label11)
  607. Me.Controls.Add(Me.表定安培容量_tb)
  608. Me.Controls.Add(Me.表定安培容量_lb)
  609. Me.Controls.Add(Me.修正係數_tb)
  610. Me.Controls.Add(Me.周圍溫度_cb)
  611. Me.Controls.Add(Me.Label9)
  612. Me.Controls.Add(Me.Label8)
  613. Me.Controls.Add(Me.Label7)
  614. Me.Controls.Add(Me.導線數_cb)
  615. Me.Controls.Add(Me.導線數_lb)
  616. Me.Controls.Add(Me.根數直徑_cb)
  617. Me.Controls.Add(Me.根數直徑_lb)
  618. Me.Controls.Add(Me.公稱截面積_cb)
  619. Me.Controls.Add(Me.Label4)
  620. Me.Controls.Add(Me.線別_cb)
  621. Me.Controls.Add(Me.線別_lb)
  622. Me.Controls.Add(Me.配線方式_cb)
  623. Me.Controls.Add(Me.配線方式_lb)
  624. Me.Controls.Add(Me.電線清單_dgv)
  625. Me.Controls.Add(Me.最高容許溫度_cb)
  626. Me.Controls.Add(Me.最高容許溫度_lb)
  627. Me.Controls.Add(Me.Label2)
  628. Me.Controls.Add(Me.表定安培容量1_lb)
  629. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  630. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  631. Me.Name = "安培容量計算"
  632. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  633. Me.Text = "安培容量計算"
  634. CType(Me.電線清單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  635. CType(Me.電纜清單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  636. Me.ResumeLayout(False)
  637. Me.PerformLayout()
  638. End Sub
  639. Friend WithEvents 最高容許溫度_lb As Label
  640. Friend WithEvents 最高容許溫度_cb As ComboBox
  641. Friend WithEvents 電線清單_dgv As DataGridView
  642. Friend WithEvents 配線方式_cb As ComboBox
  643. Friend WithEvents 配線方式_lb As Label
  644. Friend WithEvents 線別_cb As ComboBox
  645. Friend WithEvents 線別_lb As Label
  646. Friend WithEvents 公稱截面積_cb As ComboBox
  647. Friend WithEvents Label4 As Label
  648. Friend WithEvents 根數直徑_cb As ComboBox
  649. Friend WithEvents 根數直徑_lb As Label
  650. Friend WithEvents 導線數_cb As ComboBox
  651. Friend WithEvents 導線數_lb As Label
  652. Friend WithEvents Label7 As Label
  653. Friend WithEvents Label8 As Label
  654. Friend WithEvents 周圍溫度_cb As ComboBox
  655. Friend WithEvents Label9 As Label
  656. Friend WithEvents 修正係數_tb As TextBox
  657. Friend WithEvents 表定安培容量_tb As TextBox
  658. Friend WithEvents 表定安培容量_lb As Label
  659. Friend WithEvents 安培容量_tb As TextBox
  660. Friend WithEvents Label11 As Label
  661. Friend WithEvents 正向計算_ch As CheckBox
  662. Friend WithEvents 反向計算_ch As CheckBox
  663. Friend WithEvents 電線_cb As ComboBox
  664. Friend WithEvents Label1 As Label
  665. Friend WithEvents Label2 As Label
  666. Friend WithEvents Label3 As Label
  667. Friend WithEvents Label5 As Label
  668. Friend WithEvents 反向計算1_ch As CheckBox
  669. Friend WithEvents 正向計算1_ch As CheckBox
  670. Friend WithEvents 施工方式_cb As ComboBox
  671. Friend WithEvents Label6 As Label
  672. Friend WithEvents 電纜_cb As ComboBox
  673. Friend WithEvents Label10 As Label
  674. Friend WithEvents 額定電壓_cb As ComboBox
  675. Friend WithEvents Label12 As Label
  676. Friend WithEvents 管路_心數_cb As ComboBox
  677. Friend WithEvents 管路_心數_lb As Label
  678. Friend WithEvents 表定安培容量1_tb As TextBox
  679. Friend WithEvents 表定安培容量1_lb As Label
  680. Friend WithEvents 公稱截面積1_cb As ComboBox
  681. Friend WithEvents 公稱截面積1_lb As Label
  682. Friend WithEvents 修正係數1_tb As TextBox
  683. Friend WithEvents 周圍溫度1_cb As ComboBox
  684. Friend WithEvents Label16 As Label
  685. Friend WithEvents Label17 As Label
  686. Friend WithEvents 安培容量1_tb As TextBox
  687. Friend WithEvents Label18 As Label
  688. Friend WithEvents 電纜清單_dgv As DataGridView
  689. End Class