unit3.dfm

来自「stbconvert103 with source」· DFM 代码 · 共 95 行

DFM
95
字号
object Form3: TForm3
  Left = 474
  Top = 169
  Width = 242
  Height = 183
  Caption = 'Change bin NDF channel list'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 13
  object Edit1: TEdit
    Left = 8
    Top = 32
    Width = 121
    Height = 21
    TabOrder = 0
  end
  object Button1: TButton
    Left = 144
    Top = 32
    Width = 75
    Height = 20
    Caption = 'Browse...'
    TabOrder = 1
    OnClick = Button1Click
  end
  object StaticText1: TStaticText
    Left = 40
    Top = 8
    Width = 55
    Height = 24
    Caption = 'Bin file:'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 2
  end
  object Edit2: TEdit
    Left = 8
    Top = 80
    Width = 121
    Height = 21
    TabOrder = 3
  end
  object Button2: TButton
    Left = 144
    Top = 80
    Width = 75
    Height = 20
    Caption = 'Browse...'
    TabOrder = 4
    OnClick = Button2Click
  end
  object StaticText2: TStaticText
    Left = 40
    Top = 56
    Width = 56
    Height = 24
    Caption = 'Ndf list:'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 5
  end
  object BitBtn1: TBitBtn
    Left = 72
    Top = 120
    Width = 89
    Height = 25
    Caption = 'OK'
    TabOrder = 6
    OnClick = BitBtn1Click
  end
  object OpenDialog1: TOpenDialog
    Filter = '[*.bin]|*.bin'
    Left = 152
  end
  object OpenDialog2: TOpenDialog
    Filter = '[*.ndf]|*.ndf'
    Left = 192
  end
end

⌨️ 快捷键说明

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