⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 unit3.dfm

📁 stbconvert103 with source
💻 DFM
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -