ucompress.dfm

来自「支持Access自动压缩及运行程序」· DFM 代码 · 共 96 行

DFM
96
字号
object frmCompress: TfrmCompress
  Left = 194
  Top = 143
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = 'Access'#25968#25454#24211#21387#32553#24037#20855
  ClientHeight = 149
  ClientWidth = 368
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  OnClick = FormClick
  OnCreate = FormCreate
  OnMouseDown = FormMouseDown
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 93
    Top = 26
    Width = 259
    Height = 17
    AutoSize = False
    Font.Charset = ANSI_CHARSET
    Font.Color = clBlack
    Font.Height = -11
    Font.Name = 'Tahoma'
    Font.Style = []
    ParentFont = False
    OnClick = FormClick
  end
  object Label2: TLabel
    Left = 93
    Top = 108
    Width = 36
    Height = 13
    Caption = #23494#30721#65306
  end
  object Label3: TLabel
    Left = 93
    Top = 77
    Width = 36
    Height = 13
    Caption = #36335#24452#65306
  end
  object Edit1: TEdit
    Left = 136
    Top = 74
    Width = 216
    Height = 21
    TabOrder = 2
  end
  object Button1: TButton
    Left = 8
    Top = 72
    Width = 73
    Height = 25
    Caption = #27983#35272
    TabOrder = 0
    OnClick = Button1Click
  end
  object Edit2: TEdit
    Left = 136
    Top = 104
    Width = 216
    Height = 21
    TabOrder = 3
  end
  object Button2: TButton
    Left = 8
    Top = 104
    Width = 73
    Height = 25
    Caption = #21387#32553
    TabOrder = 1
    OnClick = Button2Click
  end
  object Timer1: TTimer
    Interval = 50
    OnTimer = Timer1Timer
    Left = 176
    Top = 65535
  end
  object XPManifest1: TXPManifest
    Left = 136
  end
  object OpenDialog1: TOpenDialog
    Left = 208
  end
end

⌨️ 快捷键说明

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