unit_splitfile.~dfm

来自「用于IPOD阅读支持的文件拆分软件」· ~DFM 代码 · 共 95 行

~DFM
95
字号
object Form1: TForm1
  Left = 401
  Top = 222
  Width = 350
  Height = 158
  BorderIcons = [biSystemMenu]
  Caption = #20998#21106#25991#20214
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  WindowState = wsMinimized
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 16
    Top = 24
    Width = 153
    Height = 13
    AutoSize = False
    Caption = #20998#21106#25991#20214#36335#24452
  end
  object SpeedButton1: TSpeedButton
    Left = 317
    Top = 16
    Width = 20
    Height = 22
    Caption = '...'
    OnClick = SpeedButton1Click
  end
  object Label3: TLabel
    Left = 16
    Top = 64
    Width = 137
    Height = 13
    AutoSize = False
    Caption = #29983#25104#25991#20214#22823#23567
  end
  object Label4: TLabel
    Left = 317
    Top = 64
    Width = 12
    Height = 13
    Caption = 'kb'
  end
  object BitBtn1: TBitBtn
    Left = 32
    Top = 96
    Width = 75
    Height = 25
    Caption = #20998#21106
    TabOrder = 0
    OnClick = BitBtn1Click
    Kind = bkOK
  end
  object BitBtn2: TBitBtn
    Left = 232
    Top = 96
    Width = 75
    Height = 25
    Caption = #36864#20986
    TabOrder = 1
    OnClick = BitBtn2Click
    Kind = bkCancel
  end
  object Edit1: TEdit
    Left = 112
    Top = 16
    Width = 200
    Height = 21
    ImeName = #25340#38899#21152#21152
    ReadOnly = True
    TabOrder = 2
  end
  object Edit2: TEdit
    Left = 112
    Top = 56
    Width = 200
    Height = 21
    ImeName = #25340#38899#21152#21152
    TabOrder = 3
    Text = '4'
    OnKeyPress = Edit2KeyPress
  end
  object OpenDialog1: TOpenDialog
    Filter = '.txt|*.txt|.doc|*.doc|.pas|*.pas|.h|*.h|.cpp|*.cpp'
    Left = 280
    Top = 24
  end
end

⌨️ 快捷键说明

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