home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1999 September / Dpcb0999.iso / Internet / opc_v3 / _SETUP.1 / OPC.exe / 0 / RCDATA / TFORM3 / TFORM3.txt
Text File  |  1999-04-21  |  2KB  |  73 lines

  1. object Form3: TForm3
  2.   Left = 268
  3.   Top = 367
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Use Rate'
  7.   ClientHeight = 65
  8.   ClientWidth = 279
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'System'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 16
  18.   object Image1: TImage
  19.     Left = 0
  20.     Top = 0
  21.     Width = 279
  22.     Height = 65
  23.     Align = alClient
  24.     Stretch = True
  25.   end
  26.   object Label1: TLabel
  27.     Left = 8
  28.     Top = 8
  29.     Width = 257
  30.     Height = 15
  31.     Caption = 'Please choose your prefered call rate for this call'
  32.     Font.Charset = ANSI_CHARSET
  33.     Font.Color = clYellow
  34.     Font.Height = -13
  35.     Font.Name = 'Times New Roman'
  36.     Font.Style = []
  37.     ParentFont = False
  38.     Transparent = True
  39.   end
  40.   object Button1: TButton
  41.     Left = 48
  42.     Top = 32
  43.     Width = 81
  44.     Height = 25
  45.     Caption = 'Rate1'
  46.     Font.Charset = ANSI_CHARSET
  47.     Font.Color = clWindowText
  48.     Font.Height = -13
  49.     Font.Name = 'Times New Roman'
  50.     Font.Style = []
  51.     ModalResult = 6
  52.     ParentFont = False
  53.     TabOrder = 0
  54.     OnClick = Button1Click
  55.   end
  56.   object Button2: TButton
  57.     Left = 144
  58.     Top = 32
  59.     Width = 81
  60.     Height = 25
  61.     Caption = 'Rate2'
  62.     Font.Charset = ANSI_CHARSET
  63.     Font.Color = clWindowText
  64.     Font.Height = -13
  65.     Font.Name = 'Times New Roman'
  66.     Font.Style = []
  67.     ModalResult = 7
  68.     ParentFont = False
  69.     TabOrder = 1
  70.     OnClick = Button2Click
  71.   end
  72. end
  73.