暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

會議記錄.Designer.vb 42KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
  2. Partial Class 會議記錄
  3. Inherits System.Windows.Forms.Form
  4. 'Form 覆寫 Dispose 以清除元件清單。
  5. <System.Diagnostics.DebuggerNonUserCode()>
  6. Protected Overrides Sub Dispose(ByVal disposing As Boolean)
  7. Try
  8. If disposing AndAlso components IsNot Nothing Then
  9. components.Dispose()
  10. End If
  11. Finally
  12. MyBase.Dispose(disposing)
  13. End Try
  14. End Sub
  15. '為 Windows Form 設計工具的必要項
  16. Private components As System.ComponentModel.IContainer
  17. '注意: 以下為 Windows Form 設計工具所需的程序
  18. '可以使用 Windows Form 設計工具進行修改。
  19. '請勿使用程式碼編輯器進行修改。
  20. <System.Diagnostics.DebuggerStepThrough()>
  21. Private Sub InitializeComponent()
  22. Me.components = New System.ComponentModel.Container()
  23. Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  24. Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  25. Me.會議記錄表_dgv = New System.Windows.Forms.DataGridView()
  26. Me.執行人_dgv = New System.Windows.Forms.DataGridView()
  27. Me.地點_cb = New System.Windows.Forms.ComboBox()
  28. Me.地點_lb = New System.Windows.Forms.Label()
  29. Me.會議項目_lb = New System.Windows.Forms.Label()
  30. Me.備註_tb = New System.Windows.Forms.TextBox()
  31. Me.Panel1 = New System.Windows.Forms.Panel()
  32. Me.語言_dgv = New System.Windows.Forms.DataGridView()
  33. Me.文件號_tb = New System.Windows.Forms.TextBox()
  34. Me.副檔名_tb = New System.Windows.Forms.TextBox()
  35. Me.圖片庫_tb = New System.Windows.Forms.TextBox()
  36. Me.會議編號_tb = New System.Windows.Forms.TextBox()
  37. Me.檔案路徑_tb = New System.Windows.Forms.TextBox()
  38. Me.會議項目_tb = New System.Windows.Forms.TextBox()
  39. Me.會議日期_lb = New System.Windows.Forms.Label()
  40. Me.會議日期_dtp = New System.Windows.Forms.DateTimePicker()
  41. Me.細項說明_tb = New System.Windows.Forms.TextBox()
  42. Me.細項說明_lb = New System.Windows.Forms.Label()
  43. Me.執行時間_lb = New System.Windows.Forms.Label()
  44. Me.執行時間_cb = New System.Windows.Forms.ComboBox()
  45. Me.執行情況_cb = New System.Windows.Forms.ComboBox()
  46. Me.執行情況_lb = New System.Windows.Forms.Label()
  47. Me.預計完成_cb = New System.Windows.Forms.ComboBox()
  48. Me.預計完成_lb = New System.Windows.Forms.Label()
  49. Me.執行人_lb = New System.Windows.Forms.Label()
  50. Me.備註_lb = New System.Windows.Forms.Label()
  51. Me.已完成_ch = New System.Windows.Forms.CheckBox()
  52. Me.長期執行_ch = New System.Windows.Forms.CheckBox()
  53. Me.存檔_bt = New System.Windows.Forms.Button()
  54. Me.刪除_tb = New System.Windows.Forms.Button()
  55. Me.新建議題_bt = New System.Windows.Forms.Button()
  56. Me.執行人_cb = New System.Windows.Forms.ComboBox()
  57. Me.新建執行人_bt = New System.Windows.Forms.Button()
  58. Me.刪除執行人_bt = New System.Windows.Forms.Button()
  59. Me.讀取資料夾路徑_bt = New System.Windows.Forms.Button()
  60. Me.伺服器_wb = New System.Windows.Forms.WebBrowser()
  61. Me.電腦_lb = New System.Windows.Forms.Label()
  62. Me.伺服器FTP文件夾_lb = New System.Windows.Forms.Label()
  63. Me.檔案名稱_tb = New System.Windows.Forms.TextBox()
  64. Me.本機_wb = New System.Windows.Forms.WebBrowser()
  65. Me.圖片清單_dgv = New System.Windows.Forms.DataGridView()
  66. Me.圖檔入系統_bt = New System.Windows.Forms.Button()
  67. Me.已完成資料顯示_ch = New System.Windows.Forms.CheckBox()
  68. Me.Panel2 = New System.Windows.Forms.Panel()
  69. Me.FolderBrowserDialog1 = New System.Windows.Forms.FolderBrowserDialog()
  70. Me.Panel3 = New System.Windows.Forms.Panel()
  71. Me.縮放_bt = New System.Windows.Forms.Button()
  72. Me.語轉扭_bt = New System.Windows.Forms.Button()
  73. Me.圖片_pb = New System.Windows.Forms.PictureBox()
  74. Me.翻譯_bt = New System.Windows.Forms.Button()
  75. Me.等待翻譯_tim = New System.Windows.Forms.Timer(Me.components)
  76. Me.IN_ch = New System.Windows.Forms.CheckBox()
  77. Me.TW_ch = New System.Windows.Forms.CheckBox()
  78. CType(Me.會議記錄表_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  79. CType(Me.執行人_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  80. Me.Panel1.SuspendLayout()
  81. CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  82. CType(Me.圖片清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  83. Me.Panel2.SuspendLayout()
  84. Me.Panel3.SuspendLayout()
  85. CType(Me.圖片_pb, System.ComponentModel.ISupportInitialize).BeginInit()
  86. Me.SuspendLayout()
  87. '
  88. '會議記錄表_dgv
  89. '
  90. Me.會議記錄表_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  91. Or System.Windows.Forms.AnchorStyles.Left) _
  92. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  93. Me.會議記錄表_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  94. Me.會議記錄表_dgv.BackgroundColor = System.Drawing.Color.White
  95. Me.會議記錄表_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  96. Me.會議記錄表_dgv.Location = New System.Drawing.Point(308, 239)
  97. Me.會議記錄表_dgv.Name = "會議記錄表_dgv"
  98. Me.會議記錄表_dgv.RowHeadersWidth = 5
  99. DataGridViewCellStyle1.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  100. DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  101. Me.會議記錄表_dgv.RowsDefaultCellStyle = DataGridViewCellStyle1
  102. Me.會議記錄表_dgv.RowTemplate.Height = 24
  103. Me.會議記錄表_dgv.Size = New System.Drawing.Size(1037, 437)
  104. Me.會議記錄表_dgv.TabIndex = 1433
  105. '
  106. '執行人_dgv
  107. '
  108. Me.執行人_dgv.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  109. Me.執行人_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  110. Me.執行人_dgv.BackgroundColor = System.Drawing.Color.White
  111. Me.執行人_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  112. Me.執行人_dgv.Location = New System.Drawing.Point(1110, 71)
  113. Me.執行人_dgv.Name = "執行人_dgv"
  114. Me.執行人_dgv.RowHeadersWidth = 5
  115. Me.執行人_dgv.RowTemplate.Height = 24
  116. Me.執行人_dgv.Size = New System.Drawing.Size(235, 141)
  117. Me.執行人_dgv.TabIndex = 1434
  118. '
  119. '地點_cb
  120. '
  121. Me.地點_cb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  122. Me.地點_cb.FormattingEnabled = True
  123. Me.地點_cb.Location = New System.Drawing.Point(476, 1)
  124. Me.地點_cb.Name = "地點_cb"
  125. Me.地點_cb.Size = New System.Drawing.Size(259, 24)
  126. Me.地點_cb.TabIndex = 1442
  127. '
  128. '地點_lb
  129. '
  130. Me.地點_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  131. Me.地點_lb.AutoSize = True
  132. Me.地點_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  133. Me.地點_lb.ForeColor = System.Drawing.Color.Black
  134. Me.地點_lb.Location = New System.Drawing.Point(409, 5)
  135. Me.地點_lb.Name = "地點_lb"
  136. Me.地點_lb.Size = New System.Drawing.Size(31, 16)
  137. Me.地點_lb.TabIndex = 1441
  138. Me.地點_lb.Text = "地點"
  139. Me.地點_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  140. '
  141. '會議項目_lb
  142. '
  143. Me.會議項目_lb.AutoSize = True
  144. Me.會議項目_lb.BackColor = System.Drawing.SystemColors.Control
  145. Me.會議項目_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  146. Me.會議項目_lb.Location = New System.Drawing.Point(310, 7)
  147. Me.會議項目_lb.Name = "會議項目_lb"
  148. Me.會議項目_lb.Size = New System.Drawing.Size(55, 16)
  149. Me.會議項目_lb.TabIndex = 1444
  150. Me.會議項目_lb.Text = "會議項目"
  151. Me.會議項目_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  152. '
  153. '備註_tb
  154. '
  155. Me.備註_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  156. Me.備註_tb.Location = New System.Drawing.Point(887, 72)
  157. Me.備註_tb.Multiline = True
  158. Me.備註_tb.Name = "備註_tb"
  159. Me.備註_tb.Size = New System.Drawing.Size(220, 140)
  160. Me.備註_tb.TabIndex = 1443
  161. '
  162. 'Panel1
  163. '
  164. Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  165. Me.Panel1.Controls.Add(Me.語言_dgv)
  166. Me.Panel1.Controls.Add(Me.文件號_tb)
  167. Me.Panel1.Controls.Add(Me.副檔名_tb)
  168. Me.Panel1.Controls.Add(Me.圖片庫_tb)
  169. Me.Panel1.Controls.Add(Me.會議編號_tb)
  170. Me.Panel1.Controls.Add(Me.檔案路徑_tb)
  171. Me.Panel1.Location = New System.Drawing.Point(894, 398)
  172. Me.Panel1.Name = "Panel1"
  173. Me.Panel1.Size = New System.Drawing.Size(127, 240)
  174. Me.Panel1.TabIndex = 1454
  175. Me.Panel1.Visible = False
  176. '
  177. '語言_dgv
  178. '
  179. Me.語言_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  180. Me.語言_dgv.Location = New System.Drawing.Point(3, 146)
  181. Me.語言_dgv.Name = "語言_dgv"
  182. Me.語言_dgv.RowHeadersWidth = 5
  183. Me.語言_dgv.RowTemplate.Height = 24
  184. Me.語言_dgv.Size = New System.Drawing.Size(116, 73)
  185. Me.語言_dgv.TabIndex = 1689
  186. '
  187. '文件號_tb
  188. '
  189. Me.文件號_tb.Enabled = False
  190. Me.文件號_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  191. Me.文件號_tb.Location = New System.Drawing.Point(3, 117)
  192. Me.文件號_tb.Name = "文件號_tb"
  193. Me.文件號_tb.Size = New System.Drawing.Size(116, 23)
  194. Me.文件號_tb.TabIndex = 1676
  195. '
  196. '副檔名_tb
  197. '
  198. Me.副檔名_tb.Enabled = False
  199. Me.副檔名_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  200. Me.副檔名_tb.Location = New System.Drawing.Point(3, 88)
  201. Me.副檔名_tb.Name = "副檔名_tb"
  202. Me.副檔名_tb.Size = New System.Drawing.Size(116, 23)
  203. Me.副檔名_tb.TabIndex = 1675
  204. '
  205. '圖片庫_tb
  206. '
  207. Me.圖片庫_tb.AllowDrop = True
  208. Me.圖片庫_tb.ForeColor = System.Drawing.Color.Black
  209. Me.圖片庫_tb.Location = New System.Drawing.Point(3, 59)
  210. Me.圖片庫_tb.Name = "圖片庫_tb"
  211. Me.圖片庫_tb.Size = New System.Drawing.Size(116, 23)
  212. Me.圖片庫_tb.TabIndex = 1674
  213. '
  214. '會議編號_tb
  215. '
  216. Me.會議編號_tb.AllowDrop = True
  217. Me.會議編號_tb.ForeColor = System.Drawing.Color.Black
  218. Me.會議編號_tb.Location = New System.Drawing.Point(3, 30)
  219. Me.會議編號_tb.Name = "會議編號_tb"
  220. Me.會議編號_tb.Size = New System.Drawing.Size(116, 23)
  221. Me.會議編號_tb.TabIndex = 1673
  222. '
  223. '檔案路徑_tb
  224. '
  225. Me.檔案路徑_tb.AllowDrop = True
  226. Me.檔案路徑_tb.ForeColor = System.Drawing.Color.Black
  227. Me.檔案路徑_tb.Location = New System.Drawing.Point(3, 3)
  228. Me.檔案路徑_tb.Multiline = True
  229. Me.檔案路徑_tb.Name = "檔案路徑_tb"
  230. Me.檔案路徑_tb.Size = New System.Drawing.Size(116, 23)
  231. Me.檔案路徑_tb.TabIndex = 1672
  232. '
  233. '會議項目_tb
  234. '
  235. Me.會議項目_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  236. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  237. Me.會議項目_tb.Location = New System.Drawing.Point(309, 25)
  238. Me.會議項目_tb.Multiline = True
  239. Me.會議項目_tb.Name = "會議項目_tb"
  240. Me.會議項目_tb.ScrollBars = System.Windows.Forms.ScrollBars.Both
  241. Me.會議項目_tb.Size = New System.Drawing.Size(576, 41)
  242. Me.會議項目_tb.TabIndex = 1455
  243. '
  244. '會議日期_lb
  245. '
  246. Me.會議日期_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  247. Me.會議日期_lb.AutoSize = True
  248. Me.會議日期_lb.ForeColor = System.Drawing.Color.Black
  249. Me.會議日期_lb.Location = New System.Drawing.Point(741, 5)
  250. Me.會議日期_lb.Name = "會議日期_lb"
  251. Me.會議日期_lb.Size = New System.Drawing.Size(55, 16)
  252. Me.會議日期_lb.TabIndex = 1457
  253. Me.會議日期_lb.Text = "會議日期"
  254. '
  255. '會議日期_dtp
  256. '
  257. Me.會議日期_dtp.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  258. Me.會議日期_dtp.CustomFormat = "yyyy/MM/dd"
  259. Me.會議日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.Custom
  260. Me.會議日期_dtp.Location = New System.Drawing.Point(798, 1)
  261. Me.會議日期_dtp.Name = "會議日期_dtp"
  262. Me.會議日期_dtp.Size = New System.Drawing.Size(87, 23)
  263. Me.會議日期_dtp.TabIndex = 1456
  264. '
  265. '細項說明_tb
  266. '
  267. Me.細項說明_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  268. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  269. Me.細項說明_tb.Location = New System.Drawing.Point(309, 84)
  270. Me.細項說明_tb.Multiline = True
  271. Me.細項說明_tb.Name = "細項說明_tb"
  272. Me.細項說明_tb.ScrollBars = System.Windows.Forms.ScrollBars.Both
  273. Me.細項說明_tb.Size = New System.Drawing.Size(576, 78)
  274. Me.細項說明_tb.TabIndex = 1459
  275. '
  276. '細項說明_lb
  277. '
  278. Me.細項說明_lb.AutoSize = True
  279. Me.細項說明_lb.BackColor = System.Drawing.SystemColors.Control
  280. Me.細項說明_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  281. Me.細項說明_lb.Location = New System.Drawing.Point(310, 68)
  282. Me.細項說明_lb.Name = "細項說明_lb"
  283. Me.細項說明_lb.Size = New System.Drawing.Size(55, 16)
  284. Me.細項說明_lb.TabIndex = 1458
  285. Me.細項說明_lb.Text = "細項說明"
  286. Me.細項說明_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  287. '
  288. '執行時間_lb
  289. '
  290. Me.執行時間_lb.AutoSize = True
  291. Me.執行時間_lb.BackColor = System.Drawing.SystemColors.Control
  292. Me.執行時間_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  293. Me.執行時間_lb.Location = New System.Drawing.Point(314, 166)
  294. Me.執行時間_lb.Name = "執行時間_lb"
  295. Me.執行時間_lb.Size = New System.Drawing.Size(55, 16)
  296. Me.執行時間_lb.TabIndex = 1461
  297. Me.執行時間_lb.Text = "執行時間"
  298. Me.執行時間_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  299. '
  300. '執行時間_cb
  301. '
  302. Me.執行時間_cb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  303. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  304. Me.執行時間_cb.FormattingEnabled = True
  305. Me.執行時間_cb.Location = New System.Drawing.Point(421, 163)
  306. Me.執行時間_cb.Name = "執行時間_cb"
  307. Me.執行時間_cb.Size = New System.Drawing.Size(464, 24)
  308. Me.執行時間_cb.TabIndex = 1462
  309. '
  310. '執行情況_cb
  311. '
  312. Me.執行情況_cb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  313. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  314. Me.執行情況_cb.FormattingEnabled = True
  315. Me.執行情況_cb.Location = New System.Drawing.Point(421, 213)
  316. Me.執行情況_cb.Name = "執行情況_cb"
  317. Me.執行情況_cb.Size = New System.Drawing.Size(464, 24)
  318. Me.執行情況_cb.TabIndex = 1464
  319. '
  320. '執行情況_lb
  321. '
  322. Me.執行情況_lb.AutoSize = True
  323. Me.執行情況_lb.BackColor = System.Drawing.SystemColors.Control
  324. Me.執行情況_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  325. Me.執行情況_lb.Location = New System.Drawing.Point(314, 216)
  326. Me.執行情況_lb.Name = "執行情況_lb"
  327. Me.執行情況_lb.Size = New System.Drawing.Size(55, 16)
  328. Me.執行情況_lb.TabIndex = 1463
  329. Me.執行情況_lb.Text = "執行情況"
  330. Me.執行情況_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  331. '
  332. '預計完成_cb
  333. '
  334. Me.預計完成_cb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  335. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  336. Me.預計完成_cb.FormattingEnabled = True
  337. Me.預計完成_cb.Location = New System.Drawing.Point(421, 188)
  338. Me.預計完成_cb.Name = "預計完成_cb"
  339. Me.預計完成_cb.Size = New System.Drawing.Size(464, 24)
  340. Me.預計完成_cb.TabIndex = 1466
  341. '
  342. '預計完成_lb
  343. '
  344. Me.預計完成_lb.AutoSize = True
  345. Me.預計完成_lb.BackColor = System.Drawing.SystemColors.Control
  346. Me.預計完成_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  347. Me.預計完成_lb.Location = New System.Drawing.Point(314, 191)
  348. Me.預計完成_lb.Name = "預計完成_lb"
  349. Me.預計完成_lb.Size = New System.Drawing.Size(55, 16)
  350. Me.預計完成_lb.TabIndex = 1465
  351. Me.預計完成_lb.Text = "預計完成"
  352. Me.預計完成_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  353. '
  354. '執行人_lb
  355. '
  356. Me.執行人_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  357. Me.執行人_lb.AutoSize = True
  358. Me.執行人_lb.BackColor = System.Drawing.SystemColors.Control
  359. Me.執行人_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  360. Me.執行人_lb.Location = New System.Drawing.Point(1113, 5)
  361. Me.執行人_lb.Name = "執行人_lb"
  362. Me.執行人_lb.Size = New System.Drawing.Size(43, 16)
  363. Me.執行人_lb.TabIndex = 1467
  364. Me.執行人_lb.Text = "執行人"
  365. Me.執行人_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  366. '
  367. '備註_lb
  368. '
  369. Me.備註_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  370. Me.備註_lb.AutoSize = True
  371. Me.備註_lb.BackColor = System.Drawing.SystemColors.Control
  372. Me.備註_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  373. Me.備註_lb.Location = New System.Drawing.Point(891, 57)
  374. Me.備註_lb.Name = "備註_lb"
  375. Me.備註_lb.Size = New System.Drawing.Size(31, 16)
  376. Me.備註_lb.TabIndex = 1468
  377. Me.備註_lb.Text = "備註"
  378. Me.備註_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  379. '
  380. '已完成_ch
  381. '
  382. Me.已完成_ch.AutoSize = True
  383. Me.已完成_ch.Location = New System.Drawing.Point(3, 3)
  384. Me.已完成_ch.Name = "已完成_ch"
  385. Me.已完成_ch.Size = New System.Drawing.Size(62, 20)
  386. Me.已完成_ch.TabIndex = 1469
  387. Me.已完成_ch.Text = "已完成"
  388. Me.已完成_ch.UseVisualStyleBackColor = True
  389. '
  390. '長期執行_ch
  391. '
  392. Me.長期執行_ch.AutoSize = True
  393. Me.長期執行_ch.Location = New System.Drawing.Point(148, 3)
  394. Me.長期執行_ch.Name = "長期執行_ch"
  395. Me.長期執行_ch.Size = New System.Drawing.Size(74, 20)
  396. Me.長期執行_ch.TabIndex = 1470
  397. Me.長期執行_ch.Text = "長期執行"
  398. Me.長期執行_ch.UseVisualStyleBackColor = True
  399. '
  400. '存檔_bt
  401. '
  402. Me.存檔_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  403. Me.存檔_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.SAVER
  404. Me.存檔_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  405. Me.存檔_bt.ForeColor = System.Drawing.Color.Green
  406. Me.存檔_bt.ImageAlign = System.Drawing.ContentAlignment.BottomCenter
  407. Me.存檔_bt.Location = New System.Drawing.Point(998, 0)
  408. Me.存檔_bt.Name = "存檔_bt"
  409. Me.存檔_bt.Size = New System.Drawing.Size(54, 54)
  410. Me.存檔_bt.TabIndex = 1658
  411. Me.存檔_bt.UseVisualStyleBackColor = True
  412. '
  413. '刪除_tb
  414. '
  415. Me.刪除_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  416. Me.刪除_tb.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.GarbageEmpty
  417. Me.刪除_tb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  418. Me.刪除_tb.ForeColor = System.Drawing.Color.Red
  419. Me.刪除_tb.Location = New System.Drawing.Point(1054, 0)
  420. Me.刪除_tb.Name = "刪除_tb"
  421. Me.刪除_tb.Size = New System.Drawing.Size(54, 54)
  422. Me.刪除_tb.TabIndex = 1659
  423. Me.刪除_tb.UseVisualStyleBackColor = True
  424. '
  425. '新建議題_bt
  426. '
  427. Me.新建議題_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  428. Me.新建議題_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.New_Folder
  429. Me.新建議題_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  430. Me.新建議題_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  431. Me.新建議題_bt.Location = New System.Drawing.Point(887, 0)
  432. Me.新建議題_bt.Name = "新建議題_bt"
  433. Me.新建議題_bt.Size = New System.Drawing.Size(54, 54)
  434. Me.新建議題_bt.TabIndex = 1660
  435. Me.新建議題_bt.UseVisualStyleBackColor = True
  436. '
  437. '執行人_cb
  438. '
  439. Me.執行人_cb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  440. Me.執行人_cb.FormattingEnabled = True
  441. Me.執行人_cb.Location = New System.Drawing.Point(1110, 21)
  442. Me.執行人_cb.Name = "執行人_cb"
  443. Me.執行人_cb.Size = New System.Drawing.Size(235, 24)
  444. Me.執行人_cb.TabIndex = 1661
  445. '
  446. '新建執行人_bt
  447. '
  448. Me.新建執行人_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  449. Me.新建執行人_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  450. Me.新建執行人_bt.Location = New System.Drawing.Point(1110, 45)
  451. Me.新建執行人_bt.Name = "新建執行人_bt"
  452. Me.新建執行人_bt.Size = New System.Drawing.Size(118, 26)
  453. Me.新建執行人_bt.TabIndex = 1663
  454. Me.新建執行人_bt.Text = "新建執行人"
  455. Me.新建執行人_bt.UseVisualStyleBackColor = True
  456. '
  457. '刪除執行人_bt
  458. '
  459. Me.刪除執行人_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  460. Me.刪除執行人_bt.ForeColor = System.Drawing.Color.Red
  461. Me.刪除執行人_bt.Location = New System.Drawing.Point(1228, 45)
  462. Me.刪除執行人_bt.Name = "刪除執行人_bt"
  463. Me.刪除執行人_bt.Size = New System.Drawing.Size(118, 26)
  464. Me.刪除執行人_bt.TabIndex = 1662
  465. Me.刪除執行人_bt.Text = "刪除"
  466. Me.刪除執行人_bt.UseVisualStyleBackColor = True
  467. '
  468. '讀取資料夾路徑_bt
  469. '
  470. Me.讀取資料夾路徑_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  471. Me.讀取資料夾路徑_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.PortableComputer
  472. Me.讀取資料夾路徑_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  473. Me.讀取資料夾路徑_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  474. Me.讀取資料夾路徑_bt.ForeColor = System.Drawing.Color.Blue
  475. Me.讀取資料夾路徑_bt.Location = New System.Drawing.Point(145, 1)
  476. Me.讀取資料夾路徑_bt.Name = "讀取資料夾路徑_bt"
  477. Me.讀取資料夾路徑_bt.Size = New System.Drawing.Size(36, 36)
  478. Me.讀取資料夾路徑_bt.TabIndex = 1667
  479. Me.讀取資料夾路徑_bt.UseVisualStyleBackColor = True
  480. '
  481. '伺服器_wb
  482. '
  483. Me.伺服器_wb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
  484. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  485. Me.伺服器_wb.Location = New System.Drawing.Point(2, 307)
  486. Me.伺服器_wb.MinimumSize = New System.Drawing.Size(20, 20)
  487. Me.伺服器_wb.Name = "伺服器_wb"
  488. Me.伺服器_wb.Size = New System.Drawing.Size(300, 94)
  489. Me.伺服器_wb.TabIndex = 1665
  490. Me.伺服器_wb.Url = New System.Uri("", System.UriKind.Relative)
  491. '
  492. '電腦_lb
  493. '
  494. Me.電腦_lb.AutoSize = True
  495. Me.電腦_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  496. Me.電腦_lb.Location = New System.Drawing.Point(3, 21)
  497. Me.電腦_lb.Name = "電腦_lb"
  498. Me.電腦_lb.Size = New System.Drawing.Size(55, 16)
  499. Me.電腦_lb.TabIndex = 1668
  500. Me.電腦_lb.Text = "我的電腦"
  501. '
  502. '伺服器FTP文件夾_lb
  503. '
  504. Me.伺服器FTP文件夾_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  505. Me.伺服器FTP文件夾_lb.AutoSize = True
  506. Me.伺服器FTP文件夾_lb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  507. Me.伺服器FTP文件夾_lb.Location = New System.Drawing.Point(2, 288)
  508. Me.伺服器FTP文件夾_lb.Name = "伺服器FTP文件夾_lb"
  509. Me.伺服器FTP文件夾_lb.Size = New System.Drawing.Size(108, 17)
  510. Me.伺服器FTP文件夾_lb.TabIndex = 1669
  511. Me.伺服器FTP文件夾_lb.Text = "伺服器FTP文件夾"
  512. '
  513. '檔案名稱_tb
  514. '
  515. Me.檔案名稱_tb.AllowDrop = True
  516. Me.檔案名稱_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
  517. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  518. Me.檔案名稱_tb.ForeColor = System.Drawing.Color.Black
  519. Me.檔案名稱_tb.Location = New System.Drawing.Point(1, 263)
  520. Me.檔案名稱_tb.Name = "檔案名稱_tb"
  521. Me.檔案名稱_tb.Size = New System.Drawing.Size(300, 23)
  522. Me.檔案名稱_tb.TabIndex = 1670
  523. '
  524. '本機_wb
  525. '
  526. Me.本機_wb.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  527. Or System.Windows.Forms.AnchorStyles.Left) _
  528. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  529. Me.本機_wb.Location = New System.Drawing.Point(2, 40)
  530. Me.本機_wb.MinimumSize = New System.Drawing.Size(20, 20)
  531. Me.本機_wb.Name = "本機_wb"
  532. Me.本機_wb.Size = New System.Drawing.Size(300, 221)
  533. Me.本機_wb.TabIndex = 1666
  534. Me.本機_wb.Url = New System.Uri("", System.UriKind.Relative)
  535. '
  536. '圖片清單_dgv
  537. '
  538. DataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  539. Me.圖片清單_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle2
  540. Me.圖片清單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  541. Me.圖片清單_dgv.BackgroundColor = System.Drawing.Color.White
  542. Me.圖片清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  543. Me.圖片清單_dgv.Location = New System.Drawing.Point(2, 1)
  544. Me.圖片清單_dgv.Name = "圖片清單_dgv"
  545. Me.圖片清單_dgv.RowHeadersWidth = 5
  546. Me.圖片清單_dgv.RowTemplate.Height = 24
  547. Me.圖片清單_dgv.Size = New System.Drawing.Size(78, 272)
  548. Me.圖片清單_dgv.TabIndex = 1671
  549. '
  550. '圖檔入系統_bt
  551. '
  552. Me.圖檔入系統_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  553. Me.圖檔入系統_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.Add_Image
  554. Me.圖檔入系統_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  555. Me.圖檔入系統_bt.ForeColor = System.Drawing.Color.Green
  556. Me.圖檔入系統_bt.Location = New System.Drawing.Point(181, 1)
  557. Me.圖檔入系統_bt.Name = "圖檔入系統_bt"
  558. Me.圖檔入系統_bt.Size = New System.Drawing.Size(85, 36)
  559. Me.圖檔入系統_bt.TabIndex = 1672
  560. Me.圖檔入系統_bt.UseVisualStyleBackColor = True
  561. '
  562. '已完成資料顯示_ch
  563. '
  564. Me.已完成資料顯示_ch.AutoSize = True
  565. Me.已完成資料顯示_ch.Location = New System.Drawing.Point(343, 3)
  566. Me.已完成資料顯示_ch.Name = "已完成資料顯示_ch"
  567. Me.已完成資料顯示_ch.Size = New System.Drawing.Size(110, 20)
  568. Me.已完成資料顯示_ch.TabIndex = 1673
  569. Me.已完成資料顯示_ch.Text = "已完成資料顯示"
  570. Me.已完成資料顯示_ch.UseVisualStyleBackColor = True
  571. '
  572. 'Panel2
  573. '
  574. Me.Panel2.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  575. Me.Panel2.Controls.Add(Me.已完成_ch)
  576. Me.Panel2.Controls.Add(Me.已完成資料顯示_ch)
  577. Me.Panel2.Controls.Add(Me.長期執行_ch)
  578. Me.Panel2.Location = New System.Drawing.Point(887, 213)
  579. Me.Panel2.Name = "Panel2"
  580. Me.Panel2.Size = New System.Drawing.Size(461, 25)
  581. Me.Panel2.TabIndex = 1674
  582. '
  583. 'Panel3
  584. '
  585. Me.Panel3.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  586. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  587. Me.Panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  588. Me.Panel3.Controls.Add(Me.縮放_bt)
  589. Me.Panel3.Controls.Add(Me.電腦_lb)
  590. Me.Panel3.Controls.Add(Me.圖檔入系統_bt)
  591. Me.Panel3.Controls.Add(Me.檔案名稱_tb)
  592. Me.Panel3.Controls.Add(Me.讀取資料夾路徑_bt)
  593. Me.Panel3.Controls.Add(Me.伺服器_wb)
  594. Me.Panel3.Controls.Add(Me.伺服器FTP文件夾_lb)
  595. Me.Panel3.Controls.Add(Me.本機_wb)
  596. Me.Panel3.Location = New System.Drawing.Point(1, 274)
  597. Me.Panel3.Name = "Panel3"
  598. Me.Panel3.Size = New System.Drawing.Size(305, 405)
  599. Me.Panel3.TabIndex = 1675
  600. '
  601. '縮放_bt
  602. '
  603. Me.縮放_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  604. Me.縮放_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.ZOOM01
  605. Me.縮放_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  606. Me.縮放_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  607. Me.縮放_bt.ForeColor = System.Drawing.Color.Blue
  608. Me.縮放_bt.Location = New System.Drawing.Point(265, 1)
  609. Me.縮放_bt.Name = "縮放_bt"
  610. Me.縮放_bt.Size = New System.Drawing.Size(36, 36)
  611. Me.縮放_bt.TabIndex = 1673
  612. Me.縮放_bt.UseVisualStyleBackColor = True
  613. '
  614. '語轉扭_bt
  615. '
  616. Me.語轉扭_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  617. Me.語轉扭_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  618. Me.語轉扭_bt.ForeColor = System.Drawing.Color.Black
  619. Me.語轉扭_bt.Location = New System.Drawing.Point(1323, -2)
  620. Me.語轉扭_bt.Name = "語轉扭_bt"
  621. Me.語轉扭_bt.Size = New System.Drawing.Size(23, 23)
  622. Me.語轉扭_bt.TabIndex = 1676
  623. Me.語轉扭_bt.Text = "L"
  624. Me.語轉扭_bt.UseVisualStyleBackColor = True
  625. '
  626. '圖片_pb
  627. '
  628. Me.圖片_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  629. Me.圖片_pb.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  630. Me.圖片_pb.Location = New System.Drawing.Point(82, 1)
  631. Me.圖片_pb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  632. Me.圖片_pb.Name = "圖片_pb"
  633. Me.圖片_pb.Size = New System.Drawing.Size(222, 272)
  634. Me.圖片_pb.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
  635. Me.圖片_pb.TabIndex = 1664
  636. Me.圖片_pb.TabStop = False
  637. '
  638. '翻譯_bt
  639. '
  640. Me.翻譯_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  641. Me.翻譯_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.GOOGLELOG01
  642. Me.翻譯_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  643. Me.翻譯_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  644. Me.翻譯_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  645. Me.翻譯_bt.Location = New System.Drawing.Point(942, 0)
  646. Me.翻譯_bt.Name = "翻譯_bt"
  647. Me.翻譯_bt.Size = New System.Drawing.Size(54, 54)
  648. Me.翻譯_bt.TabIndex = 1807
  649. Me.翻譯_bt.UseVisualStyleBackColor = True
  650. '
  651. '等待翻譯_tim
  652. '
  653. Me.等待翻譯_tim.Interval = 500
  654. '
  655. 'IN_ch
  656. '
  657. Me.IN_ch.AutoSize = True
  658. Me.IN_ch.Location = New System.Drawing.Point(978, 53)
  659. Me.IN_ch.Name = "IN_ch"
  660. Me.IN_ch.Size = New System.Drawing.Size(39, 20)
  661. Me.IN_ch.TabIndex = 1810
  662. Me.IN_ch.Text = "IN"
  663. Me.IN_ch.UseVisualStyleBackColor = True
  664. '
  665. 'TW_ch
  666. '
  667. Me.TW_ch.AutoSize = True
  668. Me.TW_ch.Location = New System.Drawing.Point(936, 53)
  669. Me.TW_ch.Name = "TW_ch"
  670. Me.TW_ch.Size = New System.Drawing.Size(45, 20)
  671. Me.TW_ch.TabIndex = 1809
  672. Me.TW_ch.Text = "TW"
  673. Me.TW_ch.UseVisualStyleBackColor = True
  674. '
  675. '會議記錄
  676. '
  677. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  678. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  679. Me.ClientSize = New System.Drawing.Size(1349, 681)
  680. Me.Controls.Add(Me.翻譯_bt)
  681. Me.Controls.Add(Me.語轉扭_bt)
  682. Me.Controls.Add(Me.Panel3)
  683. Me.Controls.Add(Me.Panel2)
  684. Me.Controls.Add(Me.新建執行人_bt)
  685. Me.Controls.Add(Me.刪除執行人_bt)
  686. Me.Controls.Add(Me.執行人_cb)
  687. Me.Controls.Add(Me.新建議題_bt)
  688. Me.Controls.Add(Me.刪除_tb)
  689. Me.Controls.Add(Me.存檔_bt)
  690. Me.Controls.Add(Me.備註_lb)
  691. Me.Controls.Add(Me.備註_tb)
  692. Me.Controls.Add(Me.執行人_lb)
  693. Me.Controls.Add(Me.預計完成_cb)
  694. Me.Controls.Add(Me.預計完成_lb)
  695. Me.Controls.Add(Me.執行情況_cb)
  696. Me.Controls.Add(Me.執行情況_lb)
  697. Me.Controls.Add(Me.執行時間_cb)
  698. Me.Controls.Add(Me.執行時間_lb)
  699. Me.Controls.Add(Me.細項說明_tb)
  700. Me.Controls.Add(Me.細項說明_lb)
  701. Me.Controls.Add(Me.會議日期_lb)
  702. Me.Controls.Add(Me.會議日期_dtp)
  703. Me.Controls.Add(Me.會議項目_tb)
  704. Me.Controls.Add(Me.Panel1)
  705. Me.Controls.Add(Me.會議項目_lb)
  706. Me.Controls.Add(Me.地點_cb)
  707. Me.Controls.Add(Me.地點_lb)
  708. Me.Controls.Add(Me.執行人_dgv)
  709. Me.Controls.Add(Me.會議記錄表_dgv)
  710. Me.Controls.Add(Me.圖片清單_dgv)
  711. Me.Controls.Add(Me.圖片_pb)
  712. Me.Controls.Add(Me.IN_ch)
  713. Me.Controls.Add(Me.TW_ch)
  714. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  715. Me.Margin = New System.Windows.Forms.Padding(4)
  716. Me.Name = "會議記錄"
  717. Me.Text = "會議記錄"
  718. CType(Me.會議記錄表_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  719. CType(Me.執行人_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  720. Me.Panel1.ResumeLayout(False)
  721. Me.Panel1.PerformLayout()
  722. CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  723. CType(Me.圖片清單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  724. Me.Panel2.ResumeLayout(False)
  725. Me.Panel2.PerformLayout()
  726. Me.Panel3.ResumeLayout(False)
  727. Me.Panel3.PerformLayout()
  728. CType(Me.圖片_pb, System.ComponentModel.ISupportInitialize).EndInit()
  729. Me.ResumeLayout(False)
  730. Me.PerformLayout()
  731. End Sub
  732. Friend WithEvents 會議記錄表_dgv As DataGridView
  733. Friend WithEvents 執行人_dgv As DataGridView
  734. Friend WithEvents 地點_cb As ComboBox
  735. Friend WithEvents 地點_lb As Label
  736. Friend WithEvents 會議項目_lb As Label
  737. Friend WithEvents 備註_tb As TextBox
  738. Friend WithEvents Panel1 As Panel
  739. Friend WithEvents 會議項目_tb As TextBox
  740. Friend WithEvents 會議日期_lb As Label
  741. Friend WithEvents 會議日期_dtp As DateTimePicker
  742. Friend WithEvents 細項說明_tb As TextBox
  743. Friend WithEvents 細項說明_lb As Label
  744. Friend WithEvents 執行時間_lb As Label
  745. Friend WithEvents 執行時間_cb As ComboBox
  746. Friend WithEvents 執行情況_cb As ComboBox
  747. Friend WithEvents 執行情況_lb As Label
  748. Friend WithEvents 預計完成_cb As ComboBox
  749. Friend WithEvents 預計完成_lb As Label
  750. Friend WithEvents 執行人_lb As Label
  751. Friend WithEvents 備註_lb As Label
  752. Friend WithEvents 已完成_ch As CheckBox
  753. Friend WithEvents 長期執行_ch As CheckBox
  754. Friend WithEvents 存檔_bt As Button
  755. Friend WithEvents 刪除_tb As Button
  756. Friend WithEvents 新建議題_bt As Button
  757. Friend WithEvents 執行人_cb As ComboBox
  758. Friend WithEvents 新建執行人_bt As Button
  759. Friend WithEvents 刪除執行人_bt As Button
  760. Friend WithEvents 檔案路徑_tb As TextBox
  761. Friend WithEvents 讀取資料夾路徑_bt As Button
  762. Friend WithEvents 伺服器_wb As WebBrowser
  763. Friend WithEvents 電腦_lb As Label
  764. Friend WithEvents 伺服器FTP文件夾_lb As Label
  765. Friend WithEvents 檔案名稱_tb As TextBox
  766. Friend WithEvents 圖片_pb As PictureBox
  767. Friend WithEvents 本機_wb As WebBrowser
  768. Friend WithEvents 圖片清單_dgv As DataGridView
  769. Friend WithEvents 圖檔入系統_bt As Button
  770. Friend WithEvents 會議編號_tb As TextBox
  771. Friend WithEvents 已完成資料顯示_ch As CheckBox
  772. Friend WithEvents Panel2 As Panel
  773. Friend WithEvents 圖片庫_tb As TextBox
  774. Friend WithEvents FolderBrowserDialog1 As FolderBrowserDialog
  775. Friend WithEvents Panel3 As Panel
  776. Friend WithEvents 縮放_bt As Button
  777. Friend WithEvents 副檔名_tb As TextBox
  778. Friend WithEvents 文件號_tb As TextBox
  779. Friend WithEvents 語轉扭_bt As Button
  780. Friend WithEvents 語言_dgv As DataGridView
  781. Friend WithEvents 翻譯_bt As Button
  782. Friend WithEvents 等待翻譯_tim As Timer
  783. Friend WithEvents IN_ch As CheckBox
  784. Friend WithEvents TW_ch As CheckBox
  785. End Class