home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 February / Chip_2000-02_cd.bin / sharewar / Power / _SETUP.1 / PS.exe / 0 / RCDATA / TICONFORM / TICONFORM.txt
Text File  |  1999-05-20  |  2KB  |  95 lines

  1. object IconForm: TIconForm
  2.   Left = 341
  3.   Top = 216
  4.   BorderStyle = bsDialog
  5.   Caption = 'Change Icon'
  6.   ClientHeight = 231
  7.   ClientWidth = 359
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Bevel4: TBevel
  20.     Left = 187
  21.     Top = 194
  22.     Width = 163
  23.     Height = 27
  24.   end
  25.   object Bevel3: TBevel
  26.     Left = 8
  27.     Top = 7
  28.     Width = 343
  29.     Height = 29
  30.   end
  31.   object Bevel1: TBevel
  32.     Left = 0
  33.     Top = 0
  34.     Width = 359
  35.     Height = 231
  36.     Align = alClient
  37.     Shape = bsFrame
  38.   end
  39.   object Bevel2: TBevel
  40.     Left = 8
  41.     Top = 192
  42.     Width = 345
  43.     Height = 31
  44.     Style = bsRaised
  45.   end
  46.   object SpeedButton1: TSpeedButton
  47.     Left = 269
  48.     Top = 195
  49.     Width = 81
  50.     Height = 25
  51.     Caption = '&Ok'
  52.     Flat = True
  53.     OnClick = SpeedButton1Click
  54.   end
  55.   object SpeedButton2: TSpeedButton
  56.     Left = 188
  57.     Top = 195
  58.     Width = 81
  59.     Height = 25
  60.     Caption = '&Cancel'
  61.     Flat = True
  62.     OnClick = SpeedButton2Click
  63.   end
  64.   object SpeedButton3: TSpeedButton
  65.     Left = 323
  66.     Top = 8
  67.     Width = 27
  68.     Height = 27
  69.     Caption = '....'
  70.     Flat = True
  71.     OnClick = SpeedButton3Click
  72.   end
  73.   object IconListBox1: TIconListBox
  74.     Left = 8
  75.     Top = 40
  76.     Width = 344
  77.     Height = 169
  78.     FileName = 'C:\WINDOWS\SYSTEM\Shell32.dll'
  79.     XIcons = 9
  80.     YIcons = 4
  81.     ItemIndex = 0
  82.     ParentFont = False
  83.     TabOrder = 0
  84.   end
  85.   object Edit1: TEdit
  86.     Left = 12
  87.     Top = 10
  88.     Width = 307
  89.     Height = 21
  90.     TabOrder = 1
  91.     Text = 'Edit1'
  92.     OnChange = Edit1Change
  93.   end
  94. end
  95.