home *** CD-ROM | disk | FTP | other *** search
/ GameStar 1999 September / Gamestar_09_1999-09_cd1.bin / programy / wc / INSTALL.BIN / WINCMD32.EXE / 0 / RCDATA / TCHOOSEICON / TCHOOSEICON.txt
Text File  |  1999-07-27  |  2KB  |  88 lines

  1. object ChooseIcon: TChooseIcon
  2.   Tag = 1
  3.   Left = 269
  4.   Top = 93
  5.   BorderStyle = bsDialog
  6.   Caption = 'Change icon'
  7.   ClientHeight = 152
  8.   ClientWidth = 344
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Tag = 2
  19.     Left = 4
  20.     Top = 4
  21.     Width = 137
  22.     Height = 13
  23.     AutoSize = False
  24.     Caption = '&Icon file:'
  25.     FocusControl = edt_IconFileName
  26.   end
  27.   object edt_IconFileName: TEdit
  28.     Left = 4
  29.     Top = 20
  30.     Width = 309
  31.     Height = 21
  32.     TabOrder = 0
  33.     OnExit = edt_IconFileNameExit
  34.   end
  35.   object btn_IconFileBrowse: TButton
  36.     Left = 312
  37.     Top = 20
  38.     Width = 25
  39.     Height = 21
  40.     Caption = '>>'
  41.     TabOrder = 1
  42.     OnClick = btn_IconFileBrowseClick
  43.   end
  44.   object lbx_iconlist: TListBox
  45.     Left = 4
  46.     Top = 48
  47.     Width = 335
  48.     Height = 69
  49.     Columns = 9
  50.     ItemHeight = 36
  51.     Style = lbOwnerDrawFixed
  52.     TabOrder = 2
  53.     OnDrawItem = lbx_iconlistDrawItem
  54.   end
  55.   object OK: TButton
  56.     Tag = 4001
  57.     Left = 176
  58.     Top = 124
  59.     Width = 80
  60.     Height = 23
  61.     Caption = 'OK'
  62.     Default = True
  63.     ModalResult = 1
  64.     TabOrder = 3
  65.     OnClick = OKClick
  66.   end
  67.   object Button2: TButton
  68.     Tag = 4002
  69.     Left = 260
  70.     Top = 124
  71.     Width = 80
  72.     Height = 23
  73.     Cancel = True
  74.     Caption = 'Cancel'
  75.     ModalResult = 2
  76.     TabOrder = 4
  77.   end
  78.   object ResolutionFix1: TResolutionFix
  79.     Left = 12
  80.     Top = 124
  81.   end
  82.   object Translate1: TTranslate
  83.     Tag = 6080
  84.     Left = 44
  85.     Top = 124
  86.   end
  87. end
  88.