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

📄 tapisetdg.dfm

📁 boomerang library 5.11 internet ed
💻 DFM
字号:
object TAPISetupDlg: TTAPISetupDlg
  Left = 227
  Top = 108
  BorderStyle = bsDialog
  Caption = 'TAPI setup'
  ClientHeight = 239
  ClientWidth = 384
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = True
  Position = poScreenCenter
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Bevel1: TBevel
    Left = 8
    Top = 8
    Width = 369
    Height = 177
    Shape = bsFrame
  end
  object Label1: TLabel
    Left = 24
    Top = 16
    Width = 35
    Height = 13
    Caption = 'Modem'
    FocusControl = Lines
  end
  object Label2: TLabel
    Left = 24
    Top = 144
    Width = 37
    Height = 13
    Caption = 'Number'
    FocusControl = PhoneNumber
  end
  object OKBtn: TButton
    Left = 200
    Top = 200
    Width = 75
    Height = 25
    Caption = 'OK'
    Default = True
    ModalResult = 1
    TabOrder = 0
  end
  object CancelBtn: TButton
    Left = 296
    Top = 200
    Width = 75
    Height = 25
    Cancel = True
    Caption = 'Cancel'
    ModalResult = 2
    TabOrder = 1
  end
  object Lines: TListBox
    Left = 24
    Top = 32
    Width = 249
    Height = 97
    ItemHeight = 13
    TabOrder = 2
  end
  object Button1: TButton
    Left = 288
    Top = 32
    Width = 75
    Height = 25
    Caption = 'Setup...'
    TabOrder = 3
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 24
    Top = 200
    Width = 75
    Height = 25
    Caption = 'Location...'
    TabOrder = 4
    OnClick = Button2Click
  end
  object PhoneNumber: TEdit
    Left = 80
    Top = 144
    Width = 121
    Height = 21
    Hint = 'Ex. +420 (2) 987654'
    ParentShowHint = False
    ShowHint = True
    TabOrder = 5
    Text = '+420 (2) 67014507'
  end
  object DirectAccess: TCheckBox
    Left = 248
    Top = 144
    Width = 97
    Height = 17
    Caption = 'Direct access'
    TabOrder = 6
    OnClick = DirectAccessClick
  end
end

⌨️ 快捷键说明

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