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

  1. object BtnBottomDlg18: TBtnBottomDlg18
  2.   Left = 229
  3.   Top = 289
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Currency'
  7.   ClientHeight = 79
  8.   ClientWidth = 290
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'Times New Roman'
  13.   Font.Style = [fsBold]
  14.   Position = poScreenCenter
  15.   OnCreate = get_background
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Image1: TImage
  19.     Left = 0
  20.     Top = 0
  21.     Width = 290
  22.     Height = 79
  23.     Align = alClient
  24.     Stretch = True
  25.   end
  26.   object Bevel1: TBevel
  27.     Left = 8
  28.     Top = 8
  29.     Width = 274
  30.     Height = 65
  31.     Shape = bsFrame
  32.     IsControl = True
  33.   end
  34.   object Label1: TLabel
  35.     Left = 72
  36.     Top = 16
  37.     Width = 154
  38.     Height = 15
  39.     Caption = 'Please choose your currency'
  40.     Font.Charset = DEFAULT_CHARSET
  41.     Font.Color = clYellow
  42.     Font.Height = -13
  43.     Font.Name = 'Times New Roman'
  44.     Font.Style = []
  45.     ParentFont = False
  46.     Transparent = True
  47.   end
  48.   object Button1: TButton
  49.     Left = 16
  50.     Top = 40
  51.     Width = 81
  52.     Height = 25
  53.     Caption = 'U.K. [ ∩┐╜ ]'
  54.     Font.Charset = ANSI_CHARSET
  55.     Font.Color = clBlack
  56.     Font.Height = -13
  57.     Font.Name = 'Times New Roman'
  58.     Font.Style = []
  59.     ModalResult = 1
  60.     ParentFont = False
  61.     TabOrder = 0
  62.     OnClick = Button1Click
  63.   end
  64.   object Button2: TButton
  65.     Left = 104
  66.     Top = 40
  67.     Width = 81
  68.     Height = 25
  69.     Caption = 'US [ $ ]'
  70.     Font.Charset = ANSI_CHARSET
  71.     Font.Color = clBlack
  72.     Font.Height = -13
  73.     Font.Name = 'Times New Roman'
  74.     Font.Style = []
  75.     ModalResult = 1
  76.     ParentFont = False
  77.     TabOrder = 1
  78.     OnClick = Button2Click
  79.   end
  80.   object Button3: TButton
  81.     Left = 192
  82.     Top = 40
  83.     Width = 81
  84.     Height = 25
  85.     Caption = 'Other [ ? ]'
  86.     Font.Charset = ANSI_CHARSET
  87.     Font.Color = clBlack
  88.     Font.Height = -13
  89.     Font.Name = 'Times New Roman'
  90.     Font.Style = []
  91.     ModalResult = 1
  92.     ParentFont = False
  93.     TabOrder = 2
  94.     OnClick = Button3Click
  95.   end
  96. end
  97.