⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 frmtb.frm

📁 Japanese-Vietnamese Dictionary - Jack Nguyen
💻 FRM
字号:
VERSION 5.00
Object = "{E85783EF-32E9-44AE-A96D-5907938510E2}#1.0#0"; "ControlsUnicode1.ocx"
Begin VB.Form frmTb 
   BackColor       =   &H00808000&
   BorderStyle     =   1  'Fixed Single
   Caption         =   "Th鬾g b醥"
   ClientHeight    =   1860
   ClientLeft      =   45
   ClientTop       =   435
   ClientWidth     =   4620
   Icon            =   "frmTb.frx":0000
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   1860
   ScaleWidth      =   4620
   StartUpPosition =   2  'CenterScreen
   Begin ControlUniccode.UniButton cmdOk 
      Height          =   495
      Left            =   1680
      TabIndex        =   1
      Top             =   1200
      Width           =   1215
      _ExtentX        =   2143
      _ExtentY        =   873
      Caption         =   "OK"
      ButtonType      =   2
      BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "Arial"
         Size            =   8.25
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      BeginProperty FontSelected {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "Arial"
         Size            =   8.25
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
   End
   Begin VB.Label lblTb 
      BackStyle       =   0  'Transparent
      Caption         =   "B筺 ch璦 nh藀 th玭g tin"
      BeginProperty Font 
         Name            =   "ABC Sans Serif"
         Size            =   9.75
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H0000FF00&
      Height          =   495
      Left            =   1080
      TabIndex        =   0
      Top             =   240
      Width           =   3495
   End
   Begin VB.Image Image1 
      Height          =   720
      Left            =   240
      Picture         =   "frmTb.frx":628A
      Top             =   120
      Width           =   720
   End
End
Attribute VB_Name = "frmTb"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Load()
Me.Icon = frmMain.Icon
End Sub

Private Sub cmdOk_Click()
Unload Me

End Sub

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -