linedlg.dfm
上传用户:xtonglei
上传日期:2019-08-12
资源大小:6118k
文件大小:1k
源码类别:

TAPI编程

开发平台:

C++ Builder

  1. object SelLineDlg: TSelLineDlg
  2.   Left = 388
  3.   Top = 355
  4.   Width = 289
  5.   Height = 116
  6.   Caption = 'Supported Lines'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object ComboBox1: TComboBox
  17.     Left = 8
  18.     Top = 8
  19.     Width = 265
  20.     Height = 21
  21.     ItemHeight = 13
  22.     TabOrder = 0
  23.     Text = 'ComboBox1'
  24.   end
  25.   object Button1: TButton
  26.     Left = 200
  27.     Top = 40
  28.     Width = 75
  29.     Height = 25
  30.     Caption = '&OK'
  31.     ModalResult = 1
  32.     TabOrder = 1
  33.   end
  34. end