Bez popisu
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 19KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395
  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 DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  26. Me.捷徑_dgv = New System.Windows.Forms.DataGridView()
  27. Me.Column1 = New System.Windows.Forms.DataGridViewCheckBoxColumn()
  28. Me.Column2 = New System.Windows.Forms.DataGridViewTextBoxColumn()
  29. Me.Column3 = New System.Windows.Forms.DataGridViewTextBoxColumn()
  30. Me.Column4 = New System.Windows.Forms.DataGridViewTextBoxColumn()
  31. Me.計算分流1 = New System.Windows.Forms.Timer(Me.components)
  32. Me.原文_tb = New System.Windows.Forms.TextBox()
  33. Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
  34. Me.Panel1 = New System.Windows.Forms.Panel()
  35. Me.全部取消_rbt = New System.Windows.Forms.Button()
  36. Me.存檔_rbt = New System.Windows.Forms.Button()
  37. Me.人事_bt = New System.Windows.Forms.Button()
  38. Me.財務_bt = New System.Windows.Forms.Button()
  39. Me.工程_bt = New System.Windows.Forms.Button()
  40. Me.倉儲_bt = New System.Windows.Forms.Button()
  41. Me.採購_bt = New System.Windows.Forms.Button()
  42. Me.業務_bt = New System.Windows.Forms.Button()
  43. Me.Panel2 = New System.Windows.Forms.Panel()
  44. Me.翻譯_rtb = New System.Windows.Forms.TextBox()
  45. Me.語言_dgv = New System.Windows.Forms.DataGridView()
  46. Me.DataGridViewTextBoxColumn1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
  47. Me.DataGridViewTextBoxColumn2 = New System.Windows.Forms.DataGridViewTextBoxColumn()
  48. Me.語轉扭_bt = New System.Windows.Forms.Button()
  49. Me.Cancel_bt = New System.Windows.Forms.Button()
  50. Me.主題_lb = New System.Windows.Forms.Label()
  51. Me.PnlTitleBar = New System.Windows.Forms.Panel()
  52. Me.全部選擇_rbt = New System.Windows.Forms.Button()
  53. CType(Me.捷徑_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  54. Me.Panel1.SuspendLayout()
  55. Me.Panel2.SuspendLayout()
  56. CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  57. Me.SuspendLayout()
  58. '
  59. '捷徑_dgv
  60. '
  61. Me.捷徑_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  62. Or System.Windows.Forms.AnchorStyles.Left) _
  63. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  64. Me.捷徑_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  65. Me.捷徑_dgv.BackgroundColor = System.Drawing.Color.White
  66. Me.捷徑_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  67. DataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  68. DataGridViewCellStyle1.BackColor = System.Drawing.Color.White
  69. DataGridViewCellStyle1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  70. DataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText
  71. DataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight
  72. DataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  73. DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  74. Me.捷徑_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle1
  75. Me.捷徑_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  76. Me.捷徑_dgv.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.Column1, Me.Column2, Me.Column3, Me.Column4})
  77. DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  78. DataGridViewCellStyle2.BackColor = System.Drawing.Color.White
  79. DataGridViewCellStyle2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  80. DataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText
  81. DataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight
  82. DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  83. DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  84. Me.捷徑_dgv.DefaultCellStyle = DataGridViewCellStyle2
  85. Me.捷徑_dgv.GridColor = System.Drawing.Color.LightGray
  86. Me.捷徑_dgv.Location = New System.Drawing.Point(3, 55)
  87. Me.捷徑_dgv.Name = "捷徑_dgv"
  88. DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  89. DataGridViewCellStyle3.BackColor = System.Drawing.Color.White
  90. DataGridViewCellStyle3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  91. DataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText
  92. DataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight
  93. DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  94. DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  95. Me.捷徑_dgv.RowHeadersDefaultCellStyle = DataGridViewCellStyle3
  96. Me.捷徑_dgv.RowHeadersWidth = 5
  97. Me.捷徑_dgv.RowTemplate.Height = 24
  98. Me.捷徑_dgv.Size = New System.Drawing.Size(402, 564)
  99. Me.捷徑_dgv.TabIndex = 663
  100. '
  101. 'Column1
  102. '
  103. Me.Column1.FillWeight = 45.68528!
  104. Me.Column1.HeaderText = "select"
  105. Me.Column1.Name = "Column1"
  106. '
  107. 'Column2
  108. '
  109. Me.Column2.FillWeight = 127.1574!
  110. Me.Column2.HeaderText = "Function"
  111. Me.Column2.Name = "Column2"
  112. '
  113. 'Column3
  114. '
  115. Me.Column3.FillWeight = 127.1574!
  116. Me.Column3.HeaderText = "控件"
  117. Me.Column3.Name = "Column3"
  118. Me.Column3.Visible = False
  119. '
  120. 'Column4
  121. '
  122. Me.Column4.HeaderText = "狀態"
  123. Me.Column4.Name = "Column4"
  124. Me.Column4.Visible = False
  125. '
  126. '計算分流1
  127. '
  128. '
  129. '原文_tb
  130. '
  131. Me.原文_tb.Location = New System.Drawing.Point(86, 119)
  132. Me.原文_tb.Name = "原文_tb"
  133. Me.原文_tb.Size = New System.Drawing.Size(100, 23)
  134. Me.原文_tb.TabIndex = 667
  135. '
  136. 'ToolTip1
  137. '
  138. Me.ToolTip1.AutoPopDelay = 5000
  139. Me.ToolTip1.InitialDelay = 500
  140. Me.ToolTip1.IsBalloon = True
  141. Me.ToolTip1.ReshowDelay = 100
  142. Me.ToolTip1.ToolTipIcon = System.Windows.Forms.ToolTipIcon.Info
  143. Me.ToolTip1.ToolTipTitle = "illustrate"
  144. '
  145. 'Panel1
  146. '
  147. Me.Panel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  148. Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  149. Me.Panel1.Controls.Add(Me.全部取消_rbt)
  150. Me.Panel1.Controls.Add(Me.存檔_rbt)
  151. Me.Panel1.Controls.Add(Me.Panel2)
  152. Me.Panel1.Controls.Add(Me.捷徑_dgv)
  153. Me.Panel1.Controls.Add(Me.原文_tb)
  154. Me.Panel1.Location = New System.Drawing.Point(5, 34)
  155. Me.Panel1.Name = "Panel1"
  156. Me.Panel1.Size = New System.Drawing.Size(410, 623)
  157. Me.Panel1.TabIndex = 1723
  158. '
  159. '全部取消_rbt
  160. '
  161. Me.全部取消_rbt.BackgroundImage = Global.Calculator_SYS.My.Resources.Resources.Close
  162. Me.全部取消_rbt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  163. Me.全部取消_rbt.Location = New System.Drawing.Point(359, 6)
  164. Me.全部取消_rbt.Name = "全部取消_rbt"
  165. Me.全部取消_rbt.Size = New System.Drawing.Size(45, 45)
  166. Me.全部取消_rbt.TabIndex = 1844
  167. Me.全部取消_rbt.UseVisualStyleBackColor = True
  168. '
  169. '存檔_rbt
  170. '
  171. Me.存檔_rbt.BackgroundImage = Global.Calculator_SYS.My.Resources.Resources.SAVER
  172. Me.存檔_rbt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  173. Me.存檔_rbt.Location = New System.Drawing.Point(8, 6)
  174. Me.存檔_rbt.Name = "存檔_rbt"
  175. Me.存檔_rbt.Size = New System.Drawing.Size(45, 45)
  176. Me.存檔_rbt.TabIndex = 1843
  177. Me.存檔_rbt.UseVisualStyleBackColor = True
  178. '
  179. '人事_bt
  180. '
  181. Me.人事_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  182. Me.人事_bt.Location = New System.Drawing.Point(258, 104)
  183. Me.人事_bt.Name = "人事_bt"
  184. Me.人事_bt.Size = New System.Drawing.Size(45, 45)
  185. Me.人事_bt.TabIndex = 1842
  186. Me.人事_bt.UseVisualStyleBackColor = True
  187. '
  188. '財務_bt
  189. '
  190. Me.財務_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  191. Me.財務_bt.Location = New System.Drawing.Point(208, 104)
  192. Me.財務_bt.Name = "財務_bt"
  193. Me.財務_bt.Size = New System.Drawing.Size(45, 45)
  194. Me.財務_bt.TabIndex = 1841
  195. Me.財務_bt.UseVisualStyleBackColor = True
  196. '
  197. '工程_bt
  198. '
  199. Me.工程_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  200. Me.工程_bt.Location = New System.Drawing.Point(108, 104)
  201. Me.工程_bt.Name = "工程_bt"
  202. Me.工程_bt.Size = New System.Drawing.Size(45, 45)
  203. Me.工程_bt.TabIndex = 1840
  204. Me.工程_bt.UseVisualStyleBackColor = True
  205. '
  206. '倉儲_bt
  207. '
  208. Me.倉儲_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  209. Me.倉儲_bt.Location = New System.Drawing.Point(157, 104)
  210. Me.倉儲_bt.Name = "倉儲_bt"
  211. Me.倉儲_bt.Size = New System.Drawing.Size(45, 45)
  212. Me.倉儲_bt.TabIndex = 1839
  213. Me.倉儲_bt.UseVisualStyleBackColor = True
  214. '
  215. '採購_bt
  216. '
  217. Me.採購_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  218. Me.採購_bt.Location = New System.Drawing.Point(57, 104)
  219. Me.採購_bt.Name = "採購_bt"
  220. Me.採購_bt.Size = New System.Drawing.Size(45, 45)
  221. Me.採購_bt.TabIndex = 1838
  222. Me.採購_bt.UseVisualStyleBackColor = True
  223. '
  224. '業務_bt
  225. '
  226. Me.業務_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  227. Me.業務_bt.Location = New System.Drawing.Point(9, 104)
  228. Me.業務_bt.Name = "業務_bt"
  229. Me.業務_bt.Size = New System.Drawing.Size(45, 45)
  230. Me.業務_bt.TabIndex = 1837
  231. Me.業務_bt.UseVisualStyleBackColor = True
  232. '
  233. 'Panel2
  234. '
  235. Me.Panel2.Controls.Add(Me.翻譯_rtb)
  236. Me.Panel2.Controls.Add(Me.全部選擇_rbt)
  237. Me.Panel2.Controls.Add(Me.人事_bt)
  238. Me.Panel2.Controls.Add(Me.財務_bt)
  239. Me.Panel2.Controls.Add(Me.語言_dgv)
  240. Me.Panel2.Controls.Add(Me.工程_bt)
  241. Me.Panel2.Controls.Add(Me.語轉扭_bt)
  242. Me.Panel2.Controls.Add(Me.倉儲_bt)
  243. Me.Panel2.Controls.Add(Me.業務_bt)
  244. Me.Panel2.Controls.Add(Me.採購_bt)
  245. Me.Panel2.Location = New System.Drawing.Point(9, 119)
  246. Me.Panel2.Name = "Panel2"
  247. Me.Panel2.Size = New System.Drawing.Size(375, 216)
  248. Me.Panel2.TabIndex = 1836
  249. '
  250. '翻譯_rtb
  251. '
  252. Me.翻譯_rtb.Location = New System.Drawing.Point(3, 58)
  253. Me.翻譯_rtb.Name = "翻譯_rtb"
  254. Me.翻譯_rtb.Size = New System.Drawing.Size(100, 23)
  255. Me.翻譯_rtb.TabIndex = 1839
  256. '
  257. '語言_dgv
  258. '
  259. Me.語言_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  260. Me.語言_dgv.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.DataGridViewTextBoxColumn1, Me.DataGridViewTextBoxColumn2})
  261. Me.語言_dgv.Location = New System.Drawing.Point(3, 3)
  262. Me.語言_dgv.Name = "語言_dgv"
  263. Me.語言_dgv.RowHeadersWidth = 5
  264. Me.語言_dgv.RowTemplate.Height = 24
  265. Me.語言_dgv.Size = New System.Drawing.Size(208, 49)
  266. Me.語言_dgv.TabIndex = 1723
  267. Me.語言_dgv.Visible = False
  268. '
  269. 'DataGridViewTextBoxColumn1
  270. '
  271. Me.DataGridViewTextBoxColumn1.HeaderText = "Column1"
  272. Me.DataGridViewTextBoxColumn1.Name = "DataGridViewTextBoxColumn1"
  273. '
  274. 'DataGridViewTextBoxColumn2
  275. '
  276. Me.DataGridViewTextBoxColumn2.HeaderText = "Column2"
  277. Me.DataGridViewTextBoxColumn2.Name = "DataGridViewTextBoxColumn2"
  278. '
  279. '語轉扭_bt
  280. '
  281. Me.語轉扭_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  282. Me.語轉扭_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  283. Me.語轉扭_bt.ForeColor = System.Drawing.Color.Black
  284. Me.語轉扭_bt.Location = New System.Drawing.Point(109, 59)
  285. Me.語轉扭_bt.Name = "語轉扭_bt"
  286. Me.語轉扭_bt.Size = New System.Drawing.Size(22, 22)
  287. Me.語轉扭_bt.TabIndex = 1835
  288. Me.語轉扭_bt.Text = "L"
  289. Me.語轉扭_bt.UseVisualStyleBackColor = True
  290. '
  291. 'Cancel_bt
  292. '
  293. Me.Cancel_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  294. Me.Cancel_bt.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer))
  295. Me.Cancel_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  296. Me.Cancel_bt.ForeColor = System.Drawing.Color.Black
  297. Me.Cancel_bt.Location = New System.Drawing.Point(389, 4)
  298. Me.Cancel_bt.Name = "Cancel_bt"
  299. Me.Cancel_bt.Size = New System.Drawing.Size(26, 26)
  300. Me.Cancel_bt.TabIndex = 1728
  301. Me.Cancel_bt.Text = "X"
  302. Me.Cancel_bt.UseVisualStyleBackColor = False
  303. '
  304. '主題_lb
  305. '
  306. Me.主題_lb.AutoSize = True
  307. Me.主題_lb.BackColor = System.Drawing.Color.Transparent
  308. Me.主題_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  309. Me.主題_lb.Location = New System.Drawing.Point(12, 9)
  310. Me.主題_lb.Name = "主題_lb"
  311. Me.主題_lb.Size = New System.Drawing.Size(45, 16)
  312. Me.主題_lb.TabIndex = 1727
  313. Me.主題_lb.Text = "Label1"
  314. '
  315. 'PnlTitleBar
  316. '
  317. Me.PnlTitleBar.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  318. Or System.Windows.Forms.AnchorStyles.Left) _
  319. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  320. Me.PnlTitleBar.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None
  321. Me.PnlTitleBar.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  322. Me.PnlTitleBar.Location = New System.Drawing.Point(0, 0)
  323. Me.PnlTitleBar.Name = "PnlTitleBar"
  324. Me.PnlTitleBar.Size = New System.Drawing.Size(420, 663)
  325. Me.PnlTitleBar.TabIndex = 1729
  326. '
  327. '全部選擇_rbt
  328. '
  329. Me.全部選擇_rbt.BackgroundImage = Global.Calculator_SYS.My.Resources.Resources._Select
  330. Me.全部選擇_rbt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  331. Me.全部選擇_rbt.Location = New System.Drawing.Point(166, 58)
  332. Me.全部選擇_rbt.Name = "全部選擇_rbt"
  333. Me.全部選擇_rbt.Size = New System.Drawing.Size(45, 45)
  334. Me.全部選擇_rbt.TabIndex = 1838
  335. Me.全部選擇_rbt.UseVisualStyleBackColor = True
  336. '
  337. '桌面捷徑設定
  338. '
  339. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  340. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  341. Me.ClientSize = New System.Drawing.Size(420, 663)
  342. Me.Controls.Add(Me.Cancel_bt)
  343. Me.Controls.Add(Me.主題_lb)
  344. Me.Controls.Add(Me.Panel1)
  345. Me.Controls.Add(Me.PnlTitleBar)
  346. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  347. Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
  348. Me.Margin = New System.Windows.Forms.Padding(4)
  349. Me.MaximizeBox = False
  350. Me.MinimizeBox = False
  351. Me.Name = "桌面捷徑設定"
  352. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  353. Me.Text = "桌面捷徑設定"
  354. CType(Me.捷徑_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  355. Me.Panel1.ResumeLayout(False)
  356. Me.Panel1.PerformLayout()
  357. Me.Panel2.ResumeLayout(False)
  358. Me.Panel2.PerformLayout()
  359. CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  360. Me.ResumeLayout(False)
  361. Me.PerformLayout()
  362. End Sub
  363. Friend WithEvents 捷徑_dgv As DataGridView
  364. Friend WithEvents Column1 As DataGridViewCheckBoxColumn
  365. Friend WithEvents Column2 As DataGridViewTextBoxColumn
  366. Friend WithEvents Column3 As DataGridViewTextBoxColumn
  367. Friend WithEvents Column4 As DataGridViewTextBoxColumn
  368. Friend WithEvents 計算分流1 As Timer
  369. Friend WithEvents 原文_tb As TextBox
  370. Friend WithEvents ToolTip1 As ToolTip
  371. Friend WithEvents Panel1 As Panel
  372. Friend WithEvents Cancel_bt As Button
  373. Friend WithEvents 主題_lb As Label
  374. Friend WithEvents PnlTitleBar As Panel
  375. Friend WithEvents 語言_dgv As DataGridView
  376. Friend WithEvents DataGridViewTextBoxColumn1 As DataGridViewTextBoxColumn
  377. Friend WithEvents DataGridViewTextBoxColumn2 As DataGridViewTextBoxColumn
  378. Friend WithEvents 語轉扭_bt As Button
  379. Friend WithEvents 業務_bt As Button
  380. Friend WithEvents Panel2 As Panel
  381. Friend WithEvents 人事_bt As Button
  382. Friend WithEvents 財務_bt As Button
  383. Friend WithEvents 工程_bt As Button
  384. Friend WithEvents 倉儲_bt As Button
  385. Friend WithEvents 採購_bt As Button
  386. Friend WithEvents 全部取消_rbt As Button
  387. Friend WithEvents 存檔_rbt As Button
  388. Friend WithEvents 翻譯_rtb As TextBox
  389. Friend WithEvents 全部選擇_rbt As Button
  390. End Class