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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912
  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. Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(會議記錄))
  26. Me.會議記錄表_dgv = New System.Windows.Forms.DataGridView()
  27. Me.執行人_dgv = New System.Windows.Forms.DataGridView()
  28. Me.地點_cb = New System.Windows.Forms.ComboBox()
  29. Me.地點_lb = New System.Windows.Forms.Label()
  30. Me.會議項目_lb = New System.Windows.Forms.Label()
  31. Me.備註_tb = New System.Windows.Forms.TextBox()
  32. Me.Panel1 = New System.Windows.Forms.Panel()
  33. Me.語言_dgv = New System.Windows.Forms.DataGridView()
  34. Me.Column1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
  35. Me.Column2 = New System.Windows.Forms.DataGridViewTextBoxColumn()
  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.會議編號_tb = New System.Windows.Forms.TextBox()
  40. Me.檔案路徑_tb = New System.Windows.Forms.TextBox()
  41. Me.會議項目_tb = New System.Windows.Forms.TextBox()
  42. Me.會議日期_lb = New System.Windows.Forms.Label()
  43. Me.會議日期_dtp = New System.Windows.Forms.DateTimePicker()
  44. Me.細項說明_tb = New System.Windows.Forms.TextBox()
  45. Me.細項說明_lb = New System.Windows.Forms.Label()
  46. Me.執行時間_lb = New System.Windows.Forms.Label()
  47. Me.執行時間_cb = New System.Windows.Forms.ComboBox()
  48. Me.執行情況_cb = New System.Windows.Forms.ComboBox()
  49. Me.執行情況_lb = New System.Windows.Forms.Label()
  50. Me.預計完成_cb = New System.Windows.Forms.ComboBox()
  51. Me.預計完成_lb = New System.Windows.Forms.Label()
  52. Me.執行人_lb = New System.Windows.Forms.Label()
  53. Me.備註_lb = New System.Windows.Forms.Label()
  54. Me.已完成_ch = New System.Windows.Forms.CheckBox()
  55. Me.長期執行_ch = New System.Windows.Forms.CheckBox()
  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.圖片清單_dgv = New System.Windows.Forms.DataGridView()
  60. Me.已完成資料顯示_ch = New System.Windows.Forms.CheckBox()
  61. Me.Panel2 = New System.Windows.Forms.Panel()
  62. Me.FolderBrowserDialog1 = New System.Windows.Forms.FolderBrowserDialog()
  63. Me.Panel3 = New System.Windows.Forms.Panel()
  64. Me.圖檔入系統_rbt = New Telerik.WinControls.UI.RadButton()
  65. Me.讀取資料夾路徑_rbt = New Telerik.WinControls.UI.RadButton()
  66. Me.PB5 = New System.Windows.Forms.PictureBox()
  67. Me.PB4 = New System.Windows.Forms.PictureBox()
  68. Me.PB1 = New System.Windows.Forms.PictureBox()
  69. Me.PB2 = New System.Windows.Forms.PictureBox()
  70. Me.PB3 = New System.Windows.Forms.PictureBox()
  71. Me.PB6 = New System.Windows.Forms.PictureBox()
  72. Me.語轉扭_bt = New System.Windows.Forms.Button()
  73. Me.等待翻譯_tim = New System.Windows.Forms.Timer(Me.components)
  74. Me.IN_ch = New System.Windows.Forms.CheckBox()
  75. Me.TW_ch = New System.Windows.Forms.CheckBox()
  76. Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
  77. Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog()
  78. Me.圖片_pb = New System.Windows.Forms.PictureBox()
  79. Me.新建議題_rbt = New Telerik.WinControls.UI.RadButton()
  80. Me.存檔_rbt = New Telerik.WinControls.UI.RadButton()
  81. Me.刪除_rtb = New Telerik.WinControls.UI.RadButton()
  82. Me.翻譯_rbt = New Telerik.WinControls.UI.RadButton()
  83. Me.字體大小_nud = New System.Windows.Forms.NumericUpDown()
  84. Me.字體大小_lb = New System.Windows.Forms.Label()
  85. CType(Me.會議記錄表_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  86. CType(Me.執行人_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  87. Me.Panel1.SuspendLayout()
  88. CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  89. CType(Me.圖片清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  90. Me.Panel2.SuspendLayout()
  91. Me.Panel3.SuspendLayout()
  92. CType(Me.圖檔入系統_rbt, System.ComponentModel.ISupportInitialize).BeginInit()
  93. CType(Me.讀取資料夾路徑_rbt, System.ComponentModel.ISupportInitialize).BeginInit()
  94. CType(Me.PB5, System.ComponentModel.ISupportInitialize).BeginInit()
  95. CType(Me.PB4, System.ComponentModel.ISupportInitialize).BeginInit()
  96. CType(Me.PB1, System.ComponentModel.ISupportInitialize).BeginInit()
  97. CType(Me.PB2, System.ComponentModel.ISupportInitialize).BeginInit()
  98. CType(Me.PB3, System.ComponentModel.ISupportInitialize).BeginInit()
  99. CType(Me.PB6, System.ComponentModel.ISupportInitialize).BeginInit()
  100. CType(Me.圖片_pb, System.ComponentModel.ISupportInitialize).BeginInit()
  101. CType(Me.新建議題_rbt, System.ComponentModel.ISupportInitialize).BeginInit()
  102. CType(Me.存檔_rbt, System.ComponentModel.ISupportInitialize).BeginInit()
  103. CType(Me.刪除_rtb, System.ComponentModel.ISupportInitialize).BeginInit()
  104. CType(Me.翻譯_rbt, System.ComponentModel.ISupportInitialize).BeginInit()
  105. CType(Me.字體大小_nud, System.ComponentModel.ISupportInitialize).BeginInit()
  106. Me.SuspendLayout()
  107. '
  108. '會議記錄表_dgv
  109. '
  110. Me.會議記錄表_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
  111. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  112. Me.會議記錄表_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  113. Me.會議記錄表_dgv.BackgroundColor = System.Drawing.Color.White
  114. Me.會議記錄表_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  115. Me.會議記錄表_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  116. Me.會議記錄表_dgv.Location = New System.Drawing.Point(308, 239)
  117. Me.會議記錄表_dgv.Name = "會議記錄表_dgv"
  118. Me.會議記錄表_dgv.RowHeadersWidth = 5
  119. DataGridViewCellStyle1.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  120. DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  121. Me.會議記錄表_dgv.RowsDefaultCellStyle = DataGridViewCellStyle1
  122. Me.會議記錄表_dgv.RowTemplate.Height = 24
  123. Me.會議記錄表_dgv.Size = New System.Drawing.Size(1037, 437)
  124. Me.會議記錄表_dgv.TabIndex = 1433
  125. '
  126. '執行人_dgv
  127. '
  128. Me.執行人_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  129. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  130. Me.執行人_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  131. Me.執行人_dgv.BackgroundColor = System.Drawing.Color.White
  132. Me.執行人_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  133. Me.執行人_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  134. Me.執行人_dgv.Location = New System.Drawing.Point(1110, 71)
  135. Me.執行人_dgv.Name = "執行人_dgv"
  136. Me.執行人_dgv.RowHeadersWidth = 5
  137. Me.執行人_dgv.RowTemplate.Height = 24
  138. Me.執行人_dgv.Size = New System.Drawing.Size(235, 141)
  139. Me.執行人_dgv.TabIndex = 1434
  140. '
  141. '地點_cb
  142. '
  143. Me.地點_cb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  144. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  145. Me.地點_cb.FormattingEnabled = True
  146. Me.地點_cb.Location = New System.Drawing.Point(476, 1)
  147. Me.地點_cb.Name = "地點_cb"
  148. Me.地點_cb.Size = New System.Drawing.Size(259, 24)
  149. Me.地點_cb.TabIndex = 1442
  150. '
  151. '地點_lb
  152. '
  153. Me.地點_lb.AutoSize = True
  154. Me.地點_lb.BackColor = System.Drawing.Color.Transparent
  155. Me.地點_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  156. Me.地點_lb.ForeColor = System.Drawing.Color.Black
  157. Me.地點_lb.Location = New System.Drawing.Point(409, 5)
  158. Me.地點_lb.Name = "地點_lb"
  159. Me.地點_lb.Size = New System.Drawing.Size(31, 16)
  160. Me.地點_lb.TabIndex = 1441
  161. Me.地點_lb.Text = "地點"
  162. Me.地點_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  163. '
  164. '會議項目_lb
  165. '
  166. Me.會議項目_lb.AutoSize = True
  167. Me.會議項目_lb.BackColor = System.Drawing.Color.Transparent
  168. Me.會議項目_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  169. Me.會議項目_lb.Location = New System.Drawing.Point(310, 7)
  170. Me.會議項目_lb.Name = "會議項目_lb"
  171. Me.會議項目_lb.Size = New System.Drawing.Size(55, 16)
  172. Me.會議項目_lb.TabIndex = 1444
  173. Me.會議項目_lb.Text = "會議項目"
  174. Me.會議項目_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  175. '
  176. '備註_tb
  177. '
  178. Me.備註_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  179. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  180. Me.備註_tb.Location = New System.Drawing.Point(887, 76)
  181. Me.備註_tb.Multiline = True
  182. Me.備註_tb.Name = "備註_tb"
  183. Me.備註_tb.Size = New System.Drawing.Size(220, 136)
  184. Me.備註_tb.TabIndex = 1443
  185. '
  186. 'Panel1
  187. '
  188. Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  189. Me.Panel1.Controls.Add(Me.語言_dgv)
  190. Me.Panel1.Controls.Add(Me.文件號_tb)
  191. Me.Panel1.Controls.Add(Me.副檔名_tb)
  192. Me.Panel1.Controls.Add(Me.圖片庫_tb)
  193. Me.Panel1.Controls.Add(Me.會議編號_tb)
  194. Me.Panel1.Controls.Add(Me.檔案路徑_tb)
  195. Me.Panel1.Location = New System.Drawing.Point(894, 398)
  196. Me.Panel1.Name = "Panel1"
  197. Me.Panel1.Size = New System.Drawing.Size(132, 227)
  198. Me.Panel1.TabIndex = 1454
  199. Me.Panel1.Visible = False
  200. '
  201. '語言_dgv
  202. '
  203. Me.語言_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  204. Me.語言_dgv.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.Column1, Me.Column2})
  205. Me.語言_dgv.Location = New System.Drawing.Point(3, 146)
  206. Me.語言_dgv.Name = "語言_dgv"
  207. Me.語言_dgv.RowHeadersWidth = 5
  208. Me.語言_dgv.RowTemplate.Height = 24
  209. Me.語言_dgv.Size = New System.Drawing.Size(116, 73)
  210. Me.語言_dgv.TabIndex = 1689
  211. '
  212. 'Column1
  213. '
  214. Me.Column1.HeaderText = "Column1"
  215. Me.Column1.Name = "Column1"
  216. '
  217. 'Column2
  218. '
  219. Me.Column2.HeaderText = "Column2"
  220. Me.Column2.Name = "Column2"
  221. '
  222. '文件號_tb
  223. '
  224. Me.文件號_tb.Enabled = False
  225. Me.文件號_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  226. Me.文件號_tb.Location = New System.Drawing.Point(3, 117)
  227. Me.文件號_tb.Name = "文件號_tb"
  228. Me.文件號_tb.Size = New System.Drawing.Size(116, 23)
  229. Me.文件號_tb.TabIndex = 1676
  230. '
  231. '副檔名_tb
  232. '
  233. Me.副檔名_tb.Enabled = False
  234. Me.副檔名_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  235. Me.副檔名_tb.Location = New System.Drawing.Point(3, 88)
  236. Me.副檔名_tb.Name = "副檔名_tb"
  237. Me.副檔名_tb.Size = New System.Drawing.Size(116, 23)
  238. Me.副檔名_tb.TabIndex = 1675
  239. '
  240. '圖片庫_tb
  241. '
  242. Me.圖片庫_tb.AllowDrop = True
  243. Me.圖片庫_tb.ForeColor = System.Drawing.Color.Black
  244. Me.圖片庫_tb.Location = New System.Drawing.Point(3, 59)
  245. Me.圖片庫_tb.Name = "圖片庫_tb"
  246. Me.圖片庫_tb.Size = New System.Drawing.Size(116, 23)
  247. Me.圖片庫_tb.TabIndex = 1674
  248. '
  249. '會議編號_tb
  250. '
  251. Me.會議編號_tb.AllowDrop = True
  252. Me.會議編號_tb.ForeColor = System.Drawing.Color.Black
  253. Me.會議編號_tb.Location = New System.Drawing.Point(3, 30)
  254. Me.會議編號_tb.Name = "會議編號_tb"
  255. Me.會議編號_tb.Size = New System.Drawing.Size(116, 23)
  256. Me.會議編號_tb.TabIndex = 1673
  257. '
  258. '檔案路徑_tb
  259. '
  260. Me.檔案路徑_tb.AllowDrop = True
  261. Me.檔案路徑_tb.ForeColor = System.Drawing.Color.Black
  262. Me.檔案路徑_tb.Location = New System.Drawing.Point(3, 3)
  263. Me.檔案路徑_tb.Multiline = True
  264. Me.檔案路徑_tb.Name = "檔案路徑_tb"
  265. Me.檔案路徑_tb.Size = New System.Drawing.Size(116, 23)
  266. Me.檔案路徑_tb.TabIndex = 1672
  267. '
  268. '會議項目_tb
  269. '
  270. Me.會議項目_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  271. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  272. Me.會議項目_tb.Location = New System.Drawing.Point(309, 25)
  273. Me.會議項目_tb.Multiline = True
  274. Me.會議項目_tb.Name = "會議項目_tb"
  275. Me.會議項目_tb.ScrollBars = System.Windows.Forms.ScrollBars.Both
  276. Me.會議項目_tb.Size = New System.Drawing.Size(576, 41)
  277. Me.會議項目_tb.TabIndex = 1455
  278. '
  279. '會議日期_lb
  280. '
  281. Me.會議日期_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  282. Me.會議日期_lb.AutoSize = True
  283. Me.會議日期_lb.BackColor = System.Drawing.Color.Transparent
  284. Me.會議日期_lb.ForeColor = System.Drawing.Color.Black
  285. Me.會議日期_lb.Location = New System.Drawing.Point(741, 5)
  286. Me.會議日期_lb.Name = "會議日期_lb"
  287. Me.會議日期_lb.Size = New System.Drawing.Size(55, 16)
  288. Me.會議日期_lb.TabIndex = 1457
  289. Me.會議日期_lb.Text = "會議日期"
  290. '
  291. '會議日期_dtp
  292. '
  293. Me.會議日期_dtp.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  294. Me.會議日期_dtp.CustomFormat = "yyyy/MM/dd"
  295. Me.會議日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.Custom
  296. Me.會議日期_dtp.Location = New System.Drawing.Point(798, 1)
  297. Me.會議日期_dtp.Name = "會議日期_dtp"
  298. Me.會議日期_dtp.Size = New System.Drawing.Size(87, 23)
  299. Me.會議日期_dtp.TabIndex = 1456
  300. '
  301. '細項說明_tb
  302. '
  303. Me.細項說明_tb.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  304. Or System.Windows.Forms.AnchorStyles.Left) _
  305. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  306. Me.細項說明_tb.Location = New System.Drawing.Point(309, 91)
  307. Me.細項說明_tb.Multiline = True
  308. Me.細項說明_tb.Name = "細項說明_tb"
  309. Me.細項說明_tb.ScrollBars = System.Windows.Forms.ScrollBars.Both
  310. Me.細項說明_tb.Size = New System.Drawing.Size(576, 71)
  311. Me.細項說明_tb.TabIndex = 1459
  312. '
  313. '細項說明_lb
  314. '
  315. Me.細項說明_lb.AutoSize = True
  316. Me.細項說明_lb.BackColor = System.Drawing.Color.Transparent
  317. Me.細項說明_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  318. Me.細項說明_lb.Location = New System.Drawing.Point(310, 71)
  319. Me.細項說明_lb.Name = "細項說明_lb"
  320. Me.細項說明_lb.Size = New System.Drawing.Size(55, 16)
  321. Me.細項說明_lb.TabIndex = 1458
  322. Me.細項說明_lb.Text = "細項說明"
  323. Me.細項說明_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  324. '
  325. '執行時間_lb
  326. '
  327. Me.執行時間_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  328. Me.執行時間_lb.AutoSize = True
  329. Me.執行時間_lb.BackColor = System.Drawing.Color.Transparent
  330. Me.執行時間_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  331. Me.執行時間_lb.Location = New System.Drawing.Point(314, 166)
  332. Me.執行時間_lb.Name = "執行時間_lb"
  333. Me.執行時間_lb.Size = New System.Drawing.Size(55, 16)
  334. Me.執行時間_lb.TabIndex = 1461
  335. Me.執行時間_lb.Text = "執行時間"
  336. Me.執行時間_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  337. '
  338. '執行時間_cb
  339. '
  340. Me.執行時間_cb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
  341. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  342. Me.執行時間_cb.FormattingEnabled = True
  343. Me.執行時間_cb.Location = New System.Drawing.Point(421, 163)
  344. Me.執行時間_cb.Name = "執行時間_cb"
  345. Me.執行時間_cb.Size = New System.Drawing.Size(464, 24)
  346. Me.執行時間_cb.TabIndex = 1462
  347. '
  348. '執行情況_cb
  349. '
  350. Me.執行情況_cb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
  351. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  352. Me.執行情況_cb.FormattingEnabled = True
  353. Me.執行情況_cb.Location = New System.Drawing.Point(421, 213)
  354. Me.執行情況_cb.Name = "執行情況_cb"
  355. Me.執行情況_cb.Size = New System.Drawing.Size(464, 24)
  356. Me.執行情況_cb.TabIndex = 1464
  357. '
  358. '執行情況_lb
  359. '
  360. Me.執行情況_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  361. Me.執行情況_lb.AutoSize = True
  362. Me.執行情況_lb.BackColor = System.Drawing.Color.Transparent
  363. Me.執行情況_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  364. Me.執行情況_lb.Location = New System.Drawing.Point(314, 216)
  365. Me.執行情況_lb.Name = "執行情況_lb"
  366. Me.執行情況_lb.Size = New System.Drawing.Size(55, 16)
  367. Me.執行情況_lb.TabIndex = 1463
  368. Me.執行情況_lb.Text = "執行情況"
  369. Me.執行情況_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  370. '
  371. '預計完成_cb
  372. '
  373. Me.預計完成_cb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
  374. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  375. Me.預計完成_cb.FormattingEnabled = True
  376. Me.預計完成_cb.Location = New System.Drawing.Point(421, 188)
  377. Me.預計完成_cb.Name = "預計完成_cb"
  378. Me.預計完成_cb.Size = New System.Drawing.Size(464, 24)
  379. Me.預計完成_cb.TabIndex = 1466
  380. '
  381. '預計完成_lb
  382. '
  383. Me.預計完成_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  384. Me.預計完成_lb.AutoSize = True
  385. Me.預計完成_lb.BackColor = System.Drawing.Color.Transparent
  386. Me.預計完成_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  387. Me.預計完成_lb.Location = New System.Drawing.Point(314, 191)
  388. Me.預計完成_lb.Name = "預計完成_lb"
  389. Me.預計完成_lb.Size = New System.Drawing.Size(55, 16)
  390. Me.預計完成_lb.TabIndex = 1465
  391. Me.預計完成_lb.Text = "預計完成"
  392. Me.預計完成_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  393. '
  394. '執行人_lb
  395. '
  396. Me.執行人_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  397. Me.執行人_lb.AutoSize = True
  398. Me.執行人_lb.BackColor = System.Drawing.Color.Transparent
  399. Me.執行人_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  400. Me.執行人_lb.Location = New System.Drawing.Point(1113, 5)
  401. Me.執行人_lb.Name = "執行人_lb"
  402. Me.執行人_lb.Size = New System.Drawing.Size(43, 16)
  403. Me.執行人_lb.TabIndex = 1467
  404. Me.執行人_lb.Text = "執行人"
  405. Me.執行人_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  406. '
  407. '備註_lb
  408. '
  409. Me.備註_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  410. Me.備註_lb.AutoSize = True
  411. Me.備註_lb.BackColor = System.Drawing.Color.Transparent
  412. Me.備註_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  413. Me.備註_lb.Location = New System.Drawing.Point(891, 59)
  414. Me.備註_lb.Name = "備註_lb"
  415. Me.備註_lb.Size = New System.Drawing.Size(31, 16)
  416. Me.備註_lb.TabIndex = 1468
  417. Me.備註_lb.Text = "備註"
  418. Me.備註_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  419. '
  420. '已完成_ch
  421. '
  422. Me.已完成_ch.AutoSize = True
  423. Me.已完成_ch.BackColor = System.Drawing.Color.Transparent
  424. Me.已完成_ch.Location = New System.Drawing.Point(3, 3)
  425. Me.已完成_ch.Name = "已完成_ch"
  426. Me.已完成_ch.Size = New System.Drawing.Size(62, 20)
  427. Me.已完成_ch.TabIndex = 1469
  428. Me.已完成_ch.Text = "已完成"
  429. Me.已完成_ch.UseVisualStyleBackColor = False
  430. '
  431. '長期執行_ch
  432. '
  433. Me.長期執行_ch.AutoSize = True
  434. Me.長期執行_ch.BackColor = System.Drawing.Color.Transparent
  435. Me.長期執行_ch.Location = New System.Drawing.Point(148, 3)
  436. Me.長期執行_ch.Name = "長期執行_ch"
  437. Me.長期執行_ch.Size = New System.Drawing.Size(74, 20)
  438. Me.長期執行_ch.TabIndex = 1470
  439. Me.長期執行_ch.Text = "長期執行"
  440. Me.長期執行_ch.UseVisualStyleBackColor = False
  441. '
  442. '執行人_cb
  443. '
  444. Me.執行人_cb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  445. Me.執行人_cb.FormattingEnabled = True
  446. Me.執行人_cb.Location = New System.Drawing.Point(1110, 21)
  447. Me.執行人_cb.Name = "執行人_cb"
  448. Me.執行人_cb.Size = New System.Drawing.Size(235, 24)
  449. Me.執行人_cb.TabIndex = 1661
  450. '
  451. '新建執行人_bt
  452. '
  453. Me.新建執行人_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  454. Me.新建執行人_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  455. Me.新建執行人_bt.Location = New System.Drawing.Point(1110, 45)
  456. Me.新建執行人_bt.Name = "新建執行人_bt"
  457. Me.新建執行人_bt.Size = New System.Drawing.Size(118, 26)
  458. Me.新建執行人_bt.TabIndex = 1663
  459. Me.新建執行人_bt.Text = "新建執行人"
  460. Me.新建執行人_bt.UseVisualStyleBackColor = True
  461. '
  462. '刪除執行人_bt
  463. '
  464. Me.刪除執行人_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  465. Me.刪除執行人_bt.ForeColor = System.Drawing.Color.Red
  466. Me.刪除執行人_bt.Location = New System.Drawing.Point(1228, 45)
  467. Me.刪除執行人_bt.Name = "刪除執行人_bt"
  468. Me.刪除執行人_bt.Size = New System.Drawing.Size(118, 26)
  469. Me.刪除執行人_bt.TabIndex = 1662
  470. Me.刪除執行人_bt.Text = "刪除"
  471. Me.刪除執行人_bt.UseVisualStyleBackColor = True
  472. '
  473. '圖片清單_dgv
  474. '
  475. DataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  476. Me.圖片清單_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle2
  477. Me.圖片清單_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  478. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  479. Me.圖片清單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  480. Me.圖片清單_dgv.BackgroundColor = System.Drawing.Color.White
  481. Me.圖片清單_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  482. Me.圖片清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  483. Me.圖片清單_dgv.Location = New System.Drawing.Point(2, 1)
  484. Me.圖片清單_dgv.Name = "圖片清單_dgv"
  485. Me.圖片清單_dgv.RowHeadersWidth = 5
  486. Me.圖片清單_dgv.RowTemplate.Height = 24
  487. Me.圖片清單_dgv.Size = New System.Drawing.Size(100, 272)
  488. Me.圖片清單_dgv.TabIndex = 1671
  489. '
  490. '已完成資料顯示_ch
  491. '
  492. Me.已完成資料顯示_ch.AutoSize = True
  493. Me.已完成資料顯示_ch.BackColor = System.Drawing.Color.Transparent
  494. Me.已完成資料顯示_ch.Location = New System.Drawing.Point(343, 3)
  495. Me.已完成資料顯示_ch.Name = "已完成資料顯示_ch"
  496. Me.已完成資料顯示_ch.Size = New System.Drawing.Size(110, 20)
  497. Me.已完成資料顯示_ch.TabIndex = 1673
  498. Me.已完成資料顯示_ch.Text = "已完成資料顯示"
  499. Me.已完成資料顯示_ch.UseVisualStyleBackColor = False
  500. '
  501. 'Panel2
  502. '
  503. Me.Panel2.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  504. Me.Panel2.BackColor = System.Drawing.Color.Transparent
  505. Me.Panel2.Controls.Add(Me.已完成_ch)
  506. Me.Panel2.Controls.Add(Me.已完成資料顯示_ch)
  507. Me.Panel2.Controls.Add(Me.長期執行_ch)
  508. Me.Panel2.Location = New System.Drawing.Point(887, 213)
  509. Me.Panel2.Name = "Panel2"
  510. Me.Panel2.Size = New System.Drawing.Size(461, 25)
  511. Me.Panel2.TabIndex = 1674
  512. '
  513. 'Panel3
  514. '
  515. Me.Panel3.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  516. Me.Panel3.BackColor = System.Drawing.Color.Transparent
  517. Me.Panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  518. Me.Panel3.Controls.Add(Me.圖檔入系統_rbt)
  519. Me.Panel3.Controls.Add(Me.讀取資料夾路徑_rbt)
  520. Me.Panel3.Controls.Add(Me.PB5)
  521. Me.Panel3.Controls.Add(Me.PB4)
  522. Me.Panel3.Controls.Add(Me.PB1)
  523. Me.Panel3.Controls.Add(Me.PB2)
  524. Me.Panel3.Controls.Add(Me.PB3)
  525. Me.Panel3.Controls.Add(Me.PB6)
  526. Me.Panel3.Location = New System.Drawing.Point(1, 274)
  527. Me.Panel3.Name = "Panel3"
  528. Me.Panel3.Size = New System.Drawing.Size(305, 405)
  529. Me.Panel3.TabIndex = 1675
  530. '
  531. '圖檔入系統_rbt
  532. '
  533. Me.圖檔入系統_rbt.BackColor = System.Drawing.Color.Transparent
  534. Me.圖檔入系統_rbt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.Add_Image
  535. Me.圖檔入系統_rbt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  536. Me.圖檔入系統_rbt.Location = New System.Drawing.Point(197, 4)
  537. Me.圖檔入系統_rbt.Name = "圖檔入系統_rbt"
  538. Me.圖檔入系統_rbt.Size = New System.Drawing.Size(100, 32)
  539. Me.圖檔入系統_rbt.TabIndex = 1812
  540. '
  541. '讀取資料夾路徑_rbt
  542. '
  543. Me.讀取資料夾路徑_rbt.BackColor = System.Drawing.Color.Transparent
  544. Me.讀取資料夾路徑_rbt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.PortableComputer
  545. Me.讀取資料夾路徑_rbt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  546. Me.讀取資料夾路徑_rbt.Location = New System.Drawing.Point(146, 2)
  547. Me.讀取資料夾路徑_rbt.Name = "讀取資料夾路徑_rbt"
  548. Me.讀取資料夾路徑_rbt.Size = New System.Drawing.Size(32, 32)
  549. Me.讀取資料夾路徑_rbt.TabIndex = 1811
  550. '
  551. 'PB5
  552. '
  553. Me.PB5.BackColor = System.Drawing.Color.White
  554. Me.PB5.BackgroundImage = CType(resources.GetObject("PB5.BackgroundImage"), System.Drawing.Image)
  555. Me.PB5.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  556. Me.PB5.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  557. Me.PB5.Location = New System.Drawing.Point(2, 281)
  558. Me.PB5.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  559. Me.PB5.Name = "PB5"
  560. Me.PB5.Size = New System.Drawing.Size(149, 119)
  561. Me.PB5.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
  562. Me.PB5.TabIndex = 1703
  563. Me.PB5.TabStop = False
  564. '
  565. 'PB4
  566. '
  567. Me.PB4.BackColor = System.Drawing.Color.White
  568. Me.PB4.BackgroundImage = CType(resources.GetObject("PB4.BackgroundImage"), System.Drawing.Image)
  569. Me.PB4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  570. Me.PB4.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  571. Me.PB4.Location = New System.Drawing.Point(153, 159)
  572. Me.PB4.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  573. Me.PB4.Name = "PB4"
  574. Me.PB4.Size = New System.Drawing.Size(149, 119)
  575. Me.PB4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
  576. Me.PB4.TabIndex = 1702
  577. Me.PB4.TabStop = False
  578. '
  579. 'PB1
  580. '
  581. Me.PB1.BackColor = System.Drawing.Color.White
  582. Me.PB1.BackgroundImage = CType(resources.GetObject("PB1.BackgroundImage"), System.Drawing.Image)
  583. Me.PB1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  584. Me.PB1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  585. Me.PB1.Location = New System.Drawing.Point(2, 37)
  586. Me.PB1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  587. Me.PB1.Name = "PB1"
  588. Me.PB1.Size = New System.Drawing.Size(149, 119)
  589. Me.PB1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
  590. Me.PB1.TabIndex = 1696
  591. Me.PB1.TabStop = False
  592. '
  593. 'PB2
  594. '
  595. Me.PB2.BackColor = System.Drawing.Color.White
  596. Me.PB2.BackgroundImage = CType(resources.GetObject("PB2.BackgroundImage"), System.Drawing.Image)
  597. Me.PB2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  598. Me.PB2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  599. Me.PB2.Location = New System.Drawing.Point(153, 37)
  600. Me.PB2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  601. Me.PB2.Name = "PB2"
  602. Me.PB2.Size = New System.Drawing.Size(149, 119)
  603. Me.PB2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
  604. Me.PB2.TabIndex = 1698
  605. Me.PB2.TabStop = False
  606. '
  607. 'PB3
  608. '
  609. Me.PB3.BackColor = System.Drawing.Color.White
  610. Me.PB3.BackgroundImage = CType(resources.GetObject("PB3.BackgroundImage"), System.Drawing.Image)
  611. Me.PB3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  612. Me.PB3.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  613. Me.PB3.Location = New System.Drawing.Point(2, 159)
  614. Me.PB3.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  615. Me.PB3.Name = "PB3"
  616. Me.PB3.Size = New System.Drawing.Size(149, 119)
  617. Me.PB3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
  618. Me.PB3.TabIndex = 1700
  619. Me.PB3.TabStop = False
  620. '
  621. 'PB6
  622. '
  623. Me.PB6.BackColor = System.Drawing.Color.White
  624. Me.PB6.BackgroundImage = CType(resources.GetObject("PB6.BackgroundImage"), System.Drawing.Image)
  625. Me.PB6.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  626. Me.PB6.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  627. Me.PB6.Location = New System.Drawing.Point(153, 281)
  628. Me.PB6.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  629. Me.PB6.Name = "PB6"
  630. Me.PB6.Size = New System.Drawing.Size(149, 119)
  631. Me.PB6.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
  632. Me.PB6.TabIndex = 1697
  633. Me.PB6.TabStop = False
  634. '
  635. '語轉扭_bt
  636. '
  637. Me.語轉扭_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  638. Me.語轉扭_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  639. Me.語轉扭_bt.ForeColor = System.Drawing.Color.Black
  640. Me.語轉扭_bt.Location = New System.Drawing.Point(1323, -2)
  641. Me.語轉扭_bt.Name = "語轉扭_bt"
  642. Me.語轉扭_bt.Size = New System.Drawing.Size(23, 23)
  643. Me.語轉扭_bt.TabIndex = 1676
  644. Me.語轉扭_bt.Text = "L"
  645. Me.語轉扭_bt.UseVisualStyleBackColor = True
  646. '
  647. '等待翻譯_tim
  648. '
  649. Me.等待翻譯_tim.Interval = 500
  650. '
  651. 'IN_ch
  652. '
  653. Me.IN_ch.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  654. Me.IN_ch.AutoSize = True
  655. Me.IN_ch.BackColor = System.Drawing.Color.Transparent
  656. Me.IN_ch.Location = New System.Drawing.Point(978, 55)
  657. Me.IN_ch.Name = "IN_ch"
  658. Me.IN_ch.Size = New System.Drawing.Size(39, 20)
  659. Me.IN_ch.TabIndex = 1810
  660. Me.IN_ch.Text = "IN"
  661. Me.IN_ch.UseVisualStyleBackColor = False
  662. '
  663. 'TW_ch
  664. '
  665. Me.TW_ch.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  666. Me.TW_ch.AutoSize = True
  667. Me.TW_ch.BackColor = System.Drawing.Color.Transparent
  668. Me.TW_ch.Location = New System.Drawing.Point(936, 55)
  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 = False
  674. '
  675. 'ToolTip1
  676. '
  677. Me.ToolTip1.AutoPopDelay = 5000
  678. Me.ToolTip1.InitialDelay = 500
  679. Me.ToolTip1.IsBalloon = True
  680. Me.ToolTip1.ReshowDelay = 100
  681. Me.ToolTip1.ToolTipTitle = "illustrate"
  682. '
  683. 'OpenFileDialog1
  684. '
  685. Me.OpenFileDialog1.FileName = "OpenFileDialog1"
  686. Me.OpenFileDialog1.Multiselect = True
  687. '
  688. '圖片_pb
  689. '
  690. Me.圖片_pb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  691. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  692. Me.圖片_pb.BackColor = System.Drawing.Color.White
  693. Me.圖片_pb.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.Picture
  694. Me.圖片_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  695. Me.圖片_pb.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  696. Me.圖片_pb.Location = New System.Drawing.Point(104, 1)
  697. Me.圖片_pb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  698. Me.圖片_pb.Name = "圖片_pb"
  699. Me.圖片_pb.Size = New System.Drawing.Size(200, 272)
  700. Me.圖片_pb.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
  701. Me.圖片_pb.TabIndex = 1664
  702. Me.圖片_pb.TabStop = False
  703. '
  704. '新建議題_rbt
  705. '
  706. Me.新建議題_rbt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  707. Me.新建議題_rbt.BackColor = System.Drawing.Color.Transparent
  708. Me.新建議題_rbt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.New_Folder
  709. Me.新建議題_rbt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  710. Me.新建議題_rbt.Location = New System.Drawing.Point(892, 6)
  711. Me.新建議題_rbt.Name = "新建議題_rbt"
  712. Me.新建議題_rbt.Size = New System.Drawing.Size(45, 45)
  713. Me.新建議題_rbt.TabIndex = 1812
  714. '
  715. '存檔_rbt
  716. '
  717. Me.存檔_rbt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  718. Me.存檔_rbt.BackColor = System.Drawing.Color.Transparent
  719. Me.存檔_rbt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.SAVER
  720. Me.存檔_rbt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  721. Me.存檔_rbt.Location = New System.Drawing.Point(1007, 5)
  722. Me.存檔_rbt.Name = "存檔_rbt"
  723. Me.存檔_rbt.Size = New System.Drawing.Size(45, 45)
  724. Me.存檔_rbt.TabIndex = 1813
  725. '
  726. '刪除_rtb
  727. '
  728. Me.刪除_rtb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  729. Me.刪除_rtb.BackColor = System.Drawing.Color.Transparent
  730. Me.刪除_rtb.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.GarbageEmpty
  731. Me.刪除_rtb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  732. Me.刪除_rtb.Location = New System.Drawing.Point(1059, 5)
  733. Me.刪除_rtb.Name = "刪除_rtb"
  734. Me.刪除_rtb.Size = New System.Drawing.Size(45, 45)
  735. Me.刪除_rtb.TabIndex = 1813
  736. '
  737. '翻譯_rbt
  738. '
  739. Me.翻譯_rbt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  740. Me.翻譯_rbt.BackColor = System.Drawing.Color.Transparent
  741. Me.翻譯_rbt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.GOOGLELOG01
  742. Me.翻譯_rbt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  743. Me.翻譯_rbt.Location = New System.Drawing.Point(949, 5)
  744. Me.翻譯_rbt.Name = "翻譯_rbt"
  745. Me.翻譯_rbt.Size = New System.Drawing.Size(45, 45)
  746. Me.翻譯_rbt.TabIndex = 1813
  747. '
  748. '字體大小_nud
  749. '
  750. Me.字體大小_nud.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  751. Me.字體大小_nud.BackColor = System.Drawing.Color.DimGray
  752. Me.字體大小_nud.ForeColor = System.Drawing.Color.White
  753. Me.字體大小_nud.Location = New System.Drawing.Point(835, 67)
  754. Me.字體大小_nud.Maximum = New Decimal(New Integer() {72, 0, 0, 0})
  755. Me.字體大小_nud.Minimum = New Decimal(New Integer() {8, 0, 0, 0})
  756. Me.字體大小_nud.Name = "字體大小_nud"
  757. Me.字體大小_nud.Size = New System.Drawing.Size(49, 23)
  758. Me.字體大小_nud.TabIndex = 1814
  759. Me.字體大小_nud.Value = New Decimal(New Integer() {9, 0, 0, 0})
  760. '
  761. '字體大小_lb
  762. '
  763. Me.字體大小_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  764. Me.字體大小_lb.AutoSize = True
  765. Me.字體大小_lb.BackColor = System.Drawing.Color.Transparent
  766. Me.字體大小_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  767. Me.字體大小_lb.Location = New System.Drawing.Point(778, 70)
  768. Me.字體大小_lb.Name = "字體大小_lb"
  769. Me.字體大小_lb.Size = New System.Drawing.Size(55, 16)
  770. Me.字體大小_lb.TabIndex = 1815
  771. Me.字體大小_lb.Text = "字體大小"
  772. Me.字體大小_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  773. '
  774. '會議記錄
  775. '
  776. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  777. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  778. Me.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  779. Me.ClientSize = New System.Drawing.Size(1349, 681)
  780. Me.Controls.Add(Me.字體大小_lb)
  781. Me.Controls.Add(Me.字體大小_nud)
  782. Me.Controls.Add(Me.翻譯_rbt)
  783. Me.Controls.Add(Me.刪除_rtb)
  784. Me.Controls.Add(Me.存檔_rbt)
  785. Me.Controls.Add(Me.新建議題_rbt)
  786. Me.Controls.Add(Me.語轉扭_bt)
  787. Me.Controls.Add(Me.Panel3)
  788. Me.Controls.Add(Me.Panel2)
  789. Me.Controls.Add(Me.新建執行人_bt)
  790. Me.Controls.Add(Me.刪除執行人_bt)
  791. Me.Controls.Add(Me.執行人_cb)
  792. Me.Controls.Add(Me.備註_tb)
  793. Me.Controls.Add(Me.執行人_lb)
  794. Me.Controls.Add(Me.預計完成_cb)
  795. Me.Controls.Add(Me.預計完成_lb)
  796. Me.Controls.Add(Me.執行情況_cb)
  797. Me.Controls.Add(Me.執行情況_lb)
  798. Me.Controls.Add(Me.執行時間_lb)
  799. Me.Controls.Add(Me.細項說明_lb)
  800. Me.Controls.Add(Me.會議日期_lb)
  801. Me.Controls.Add(Me.會議日期_dtp)
  802. Me.Controls.Add(Me.Panel1)
  803. Me.Controls.Add(Me.會議項目_lb)
  804. Me.Controls.Add(Me.地點_cb)
  805. Me.Controls.Add(Me.地點_lb)
  806. Me.Controls.Add(Me.執行人_dgv)
  807. Me.Controls.Add(Me.圖片清單_dgv)
  808. Me.Controls.Add(Me.圖片_pb)
  809. Me.Controls.Add(Me.會議記錄表_dgv)
  810. Me.Controls.Add(Me.會議項目_tb)
  811. Me.Controls.Add(Me.細項說明_tb)
  812. Me.Controls.Add(Me.執行時間_cb)
  813. Me.Controls.Add(Me.備註_lb)
  814. Me.Controls.Add(Me.IN_ch)
  815. Me.Controls.Add(Me.TW_ch)
  816. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  817. Me.Margin = New System.Windows.Forms.Padding(4)
  818. Me.MaximizeBox = False
  819. Me.MinimizeBox = False
  820. Me.Name = "會議記錄"
  821. Me.Text = "會議記錄"
  822. CType(Me.會議記錄表_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  823. CType(Me.執行人_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  824. Me.Panel1.ResumeLayout(False)
  825. Me.Panel1.PerformLayout()
  826. CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  827. CType(Me.圖片清單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  828. Me.Panel2.ResumeLayout(False)
  829. Me.Panel2.PerformLayout()
  830. Me.Panel3.ResumeLayout(False)
  831. CType(Me.圖檔入系統_rbt, System.ComponentModel.ISupportInitialize).EndInit()
  832. CType(Me.讀取資料夾路徑_rbt, System.ComponentModel.ISupportInitialize).EndInit()
  833. CType(Me.PB5, System.ComponentModel.ISupportInitialize).EndInit()
  834. CType(Me.PB4, System.ComponentModel.ISupportInitialize).EndInit()
  835. CType(Me.PB1, System.ComponentModel.ISupportInitialize).EndInit()
  836. CType(Me.PB2, System.ComponentModel.ISupportInitialize).EndInit()
  837. CType(Me.PB3, System.ComponentModel.ISupportInitialize).EndInit()
  838. CType(Me.PB6, System.ComponentModel.ISupportInitialize).EndInit()
  839. CType(Me.圖片_pb, System.ComponentModel.ISupportInitialize).EndInit()
  840. CType(Me.新建議題_rbt, System.ComponentModel.ISupportInitialize).EndInit()
  841. CType(Me.存檔_rbt, System.ComponentModel.ISupportInitialize).EndInit()
  842. CType(Me.刪除_rtb, System.ComponentModel.ISupportInitialize).EndInit()
  843. CType(Me.翻譯_rbt, System.ComponentModel.ISupportInitialize).EndInit()
  844. CType(Me.字體大小_nud, System.ComponentModel.ISupportInitialize).EndInit()
  845. Me.ResumeLayout(False)
  846. Me.PerformLayout()
  847. End Sub
  848. Friend WithEvents 會議記錄表_dgv As DataGridView
  849. Friend WithEvents 執行人_dgv As DataGridView
  850. Friend WithEvents 地點_cb As ComboBox
  851. Friend WithEvents 地點_lb As Label
  852. Friend WithEvents 會議項目_lb As Label
  853. Friend WithEvents 備註_tb As TextBox
  854. Friend WithEvents Panel1 As Panel
  855. Friend WithEvents 會議項目_tb As TextBox
  856. Friend WithEvents 會議日期_lb As Label
  857. Friend WithEvents 會議日期_dtp As DateTimePicker
  858. Friend WithEvents 細項說明_tb As TextBox
  859. Friend WithEvents 細項說明_lb As Label
  860. Friend WithEvents 執行時間_lb As Label
  861. Friend WithEvents 執行時間_cb As ComboBox
  862. Friend WithEvents 執行情況_cb As ComboBox
  863. Friend WithEvents 執行情況_lb As Label
  864. Friend WithEvents 預計完成_cb As ComboBox
  865. Friend WithEvents 預計完成_lb As Label
  866. Friend WithEvents 執行人_lb As Label
  867. Friend WithEvents 備註_lb As Label
  868. Friend WithEvents 已完成_ch As CheckBox
  869. Friend WithEvents 長期執行_ch As CheckBox
  870. Friend WithEvents 執行人_cb As ComboBox
  871. Friend WithEvents 新建執行人_bt As Button
  872. Friend WithEvents 刪除執行人_bt As Button
  873. Friend WithEvents 檔案路徑_tb As TextBox
  874. Friend WithEvents 圖片_pb As PictureBox
  875. Friend WithEvents 圖片清單_dgv As DataGridView
  876. Friend WithEvents 會議編號_tb As TextBox
  877. Friend WithEvents 已完成資料顯示_ch As CheckBox
  878. Friend WithEvents Panel2 As Panel
  879. Friend WithEvents 圖片庫_tb As TextBox
  880. Friend WithEvents FolderBrowserDialog1 As FolderBrowserDialog
  881. Friend WithEvents Panel3 As Panel
  882. Friend WithEvents 副檔名_tb As TextBox
  883. Friend WithEvents 文件號_tb As TextBox
  884. Friend WithEvents 語轉扭_bt As Button
  885. Friend WithEvents 語言_dgv As DataGridView
  886. Friend WithEvents 等待翻譯_tim As Timer
  887. Friend WithEvents IN_ch As CheckBox
  888. Friend WithEvents TW_ch As CheckBox
  889. Friend WithEvents ToolTip1 As ToolTip
  890. Friend WithEvents PB5 As PictureBox
  891. Friend WithEvents PB4 As PictureBox
  892. Friend WithEvents PB1 As PictureBox
  893. Friend WithEvents PB2 As PictureBox
  894. Friend WithEvents PB3 As PictureBox
  895. Friend WithEvents PB6 As PictureBox
  896. Friend WithEvents OpenFileDialog1 As OpenFileDialog
  897. Friend WithEvents 讀取資料夾路徑_rbt As Telerik.WinControls.UI.RadButton
  898. Friend WithEvents 圖檔入系統_rbt As Telerik.WinControls.UI.RadButton
  899. Friend WithEvents 新建議題_rbt As Telerik.WinControls.UI.RadButton
  900. Friend WithEvents 存檔_rbt As Telerik.WinControls.UI.RadButton
  901. Friend WithEvents 刪除_rtb As Telerik.WinControls.UI.RadButton
  902. Friend WithEvents 翻譯_rbt As Telerik.WinControls.UI.RadButton
  903. Friend WithEvents 字體大小_nud As NumericUpDown
  904. Friend WithEvents 字體大小_lb As Label
  905. Friend WithEvents Column1 As DataGridViewTextBoxColumn
  906. Friend WithEvents Column2 As DataGridViewTextBoxColumn
  907. End Class