home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 B / CHIP_HITWARE6_B.iso / bonus / ShortKeys / SETUP.EXE / SHORTKEY.EXE / 0 / RCDATA / TCOUNTRYCODE / TCOUNTRYCODE.txt
Encoding:
Text File  |  1998-04-06  |  1.1 KB  |  59 lines

  1. object CountryCode: TCountryCode
  2.   Left = 399
  3.   Top = 115
  4.   BorderStyle = bsDialog
  5.   Caption = 'Your Country'
  6.   ClientHeight = 125
  7.   ClientWidth = 427
  8.   Font.Color = clBlack
  9.   Font.Height = -17
  10.   Font.Name = 'Arial'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   Scaled = False
  14.   OnClose = FormClose
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 19
  18.   object CountryLabel: TLabel
  19.     Left = 8
  20.     Top = 16
  21.     Width = 413
  22.     Height = 25
  23.     Alignment = taCenter
  24.     AutoSize = False
  25.   end
  26.   object Label1: TLabel
  27.     Left = 36
  28.     Top = 96
  29.     Width = 349
  30.     Height = 21
  31.     Alignment = taCenter
  32.     AutoSize = False
  33.     Caption = 'This message will not appear again.'
  34.     Font.Color = clBlack
  35.     Font.Height = -13
  36.     Font.Name = 'Arial'
  37.     Font.Style = []
  38.     ParentFont = False
  39.   end
  40.   object ChangeCountry: TButton
  41.     Left = 4
  42.     Top = 52
  43.     Width = 209
  44.     Height = 33
  45.     Caption = '&Change Country Now'
  46.     TabOrder = 0
  47.     OnClick = ChangeCountryClick
  48.   end
  49.   object LeaveCountry: TButton
  50.     Left = 216
  51.     Top = 52
  52.     Width = 209
  53.     Height = 33
  54.     Caption = '&Leave Country As Is'
  55.     TabOrder = 1
  56.     OnClick = LeaveCountryClick
  57.   end
  58. end
  59.