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 24KB

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