unit1.dfm

来自「处理语料库信息的小程序」· DFM 代码 · 共 70 行

DFM
70
字号
object Form1: TForm1
  Left = 675
  Top = 275
  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 = 10000
    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 + =
减小字号Ctrl + -
显示快捷键?