home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / E-MAIL / Pronto / P32FAM.EXE / Family.z / FAMILY.exe / 0 / RCDATA / TCHANGEICONFRM / TCHANGEICONFRM.txt < prev   
Text File  |  1997-03-10  |  2KB  |  90 lines

  1. object ChangeIconFrm: TChangeIconFrm
  2.   Left = 496
  3.   Top = 205
  4.   BorderStyle = bsNone
  5.   Caption = 'Choose Icon'
  6.   ClientHeight = 199
  7.   ClientWidth = 417
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   Scaled = False
  14.   OnActivate = FormActivate
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object imgBackGr: TImage
  19.     Left = 0
  20.     Top = 1
  21.     Width = 403
  22.     Height = 156
  23.     AutoSize = True
  24.   end
  25.   object BackBtn: TImage
  26.     Left = 236
  27.     Top = 40
  28.     Width = 24
  29.     Height = 32
  30.     Cursor = 18
  31.     Picture.Data = {<image000.bmp>}
  32.     OnMouseDown = BackBtnMouseDown
  33.   end
  34.   object NextBtn: TImage
  35.     Left = 316
  36.     Top = 40
  37.     Width = 24
  38.     Height = 32
  39.     Cursor = 18
  40.     Picture.Data = {<image001.bmp>}
  41.     OnMouseDown = NextBtnMouseDown
  42.   end
  43.   object Image4: TImage
  44.     Left = 284
  45.     Top = 96
  46.     Width = 101
  47.     Height = 45
  48.     Cursor = 18
  49.     OnClick = Image4Click
  50.   end
  51.   object Image5: TImage
  52.     Left = 168
  53.     Top = 96
  54.     Width = 105
  55.     Height = 45
  56.     Cursor = 18
  57.     OnClick = Image5Click
  58.   end
  59.   object IconDisplay: TImage
  60.     Left = 268
  61.     Top = 36
  62.     Width = 40
  63.     Height = 40
  64.   end
  65.   object Label1: TLabel
  66.     Left = 24
  67.     Top = 40
  68.     Width = 199
  69.     Height = 29
  70.     Caption = 'Change your icon :'
  71.     Font.Color = clNavy
  72.     Font.Height = -24
  73.     Font.Name = 'MS Sans Serif'
  74.     Font.Style = []
  75.     ParentFont = False
  76.     Transparent = True
  77.   end
  78.   object IconListBox1: TFileListBox
  79.     Left = 88
  80.     Top = 168
  81.     Width = 29
  82.     Height = 17
  83.     ItemHeight = 16
  84.     Mask = '*.bmp;*.ico'
  85.     ShowGlyphs = True
  86.     TabOrder = 0
  87.     Visible = False
  88.   end
  89. end
  90.