wlt.dfm

来自「D7设计的小巧磁盘编辑器 Window2000/Xp下的小巧磁盘编辑器」· DFM 代码 · 共 69 行

DFM
69
字号
object Form2: TForm2
  Left = 292
  Top = 170
  BorderStyle = bsDialog
  Caption = #20889#25159#21306#21040'...'
  ClientHeight = 190
  ClientWidth = 168
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 16
    Top = 8
    Width = 36
    Height = 13
    Caption = #30446#26631#30424
  end
  object Label2: TLabel
    Left = 8
    Top = 64
    Width = 48
    Height = 13
    Caption = #36215#22987#25159#21306
  end
  object Button1: TButton
    Left = 8
    Top = 144
    Width = 75
    Height = 25
    Caption = #30830#23450
    ModalResult = 1
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 88
    Top = 144
    Width = 75
    Height = 25
    Caption = #21462#28040
    ModalResult = 2
    TabOrder = 1
  end
  object SpinEdit1: TSpinEdit
    Left = 8
    Top = 80
    Width = 121
    Height = 22
    MaxValue = 0
    MinValue = 0
    TabOrder = 2
    Value = 0
  end
  object DriveComboBox1: TDriveComboBox
    Left = 8
    Top = 32
    Width = 145
    Height = 19
    TabOrder = 3
  end
end

⌨️ 快捷键说明

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