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

📄 unit1.~dfm

📁 处理语料库信息的小程序
💻 ~DFM
字号:
object Form1: TForm1
  Left = 625
  Top = 195
  Width = 209
  Height = 145
  Caption = #25968#25454#24211#36716#25442#22120
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Button1: TButton
    Left = 8
    Top = 8
    Width = 75
    Height = 25
    Caption = #36716#25442
    TabOrder = 0
    OnClick = Button1Click
  end
  object TntEdit1: TTntEdit
    Left = 8
    Top = 48
    Width = 185
    Height = 30
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -20
    Font.Name = #33945#25991#30333#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 1
  end
  object ProgressBar1: TProgressBar
    Left = 8
    Top = 88
    Width = 185
    Height = 17
    Min = 0
    Max = 100
    Step = 1
    TabOrder = 2
  end
  object Query1: TADOQuery
    Connection = ADOConnection1
    Parameters = <>
    Left = 168
    Top = 8
  end
  object ADOConnection1: TADOConnection
    LoginPrompt = False
    Provider = 'Microsoft.Jet.OLEDB.4.0'
    Left = 104
    Top = 8
  end
  object ADOCommand1: TADOCommand
    Connection = ADOConnection1
    Prepared = True
    Parameters = <>
    ParamCheck = False
    Left = 136
    Top = 8
  end
end

⌨️ 快捷键说明

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