home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 April / PCWorld_1999-04_cd.bin / Software / TemaCD / HTMLed / EDITOR.EXE / 0 / RCDATA / TGOTOIMGFORM / TGOTOIMGFORM.txt
Text File  |  1998-10-11  |  2KB  |  97 lines

  1. object GOTOIMGForm: TGOTOIMGForm
  2.   Left = 261
  3.   Top = 100
  4.   Width = 250
  5.   Height = 170
  6.   Caption = 'J∩┐╜t na obr∩┐╜zek'
  7.   Color = clBtnFace
  8.   Constraints.MinHeight = 170
  9.   Constraints.MinWidth = 250
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Panel1: TPanel
  21.     Left = 0
  22.     Top = 101
  23.     Width = 242
  24.     Height = 42
  25.     Align = alBottom
  26.     TabOrder = 0
  27.     object Button2: TButton
  28.       Left = 156
  29.       Top = 8
  30.       Width = 75
  31.       Height = 25
  32.       Anchors = [akRight, akBottom]
  33.       Cancel = True
  34.       Caption = 'Storno'
  35.       ModalResult = 2
  36.       TabOrder = 0
  37.     end
  38.     object Button1: TButton
  39.       Left = 68
  40.       Top = 8
  41.       Width = 75
  42.       Height = 25
  43.       Anchors = [akRight, akBottom]
  44.       Caption = 'OK'
  45.       Default = True
  46.       ModalResult = 1
  47.       TabOrder = 1
  48.       OnClick = Button1Click
  49.     end
  50.     object Edit1: TEdit
  51.       Left = 8
  52.       Top = 10
  53.       Width = 25
  54.       Height = 21
  55.       Anchors = [akLeft, akBottom]
  56.       TabOrder = 2
  57.       Text = '32'
  58.     end
  59.     object UpDown1: TUpDown
  60.       Left = 33
  61.       Top = 10
  62.       Width = 15
  63.       Height = 21
  64.       Anchors = [akLeft, akBottom]
  65.       Associate = Edit1
  66.       Min = 18
  67.       Max = 200
  68.       Position = 32
  69.       TabOrder = 3
  70.       Wrap = False
  71.       OnClick = UpDown1Click
  72.     end
  73.   end
  74.   object ImageLB: TListBox
  75.     Left = 0
  76.     Top = 0
  77.     Width = 242
  78.     Height = 101
  79.     Align = alClient
  80.     BiDiMode = bdRightToLeft
  81.     ItemHeight = 75
  82.     ParentBiDiMode = False
  83.     Style = lbOwnerDrawFixed
  84.     TabOrder = 1
  85.     OnDblClick = ImageLBDblClick
  86.     OnDrawItem = ImageLBDrawItem
  87.   end
  88.   object FormStorage1: TFormStorage
  89.     IniSection = '\Software\DRHTML\GotoIMGWin'
  90.     UseRegistry = True
  91.     StoredProps.Strings = (
  92.       'UpDown1.Position')
  93.     Left = 24
  94.     Top = 24
  95.   end
  96. end
  97.