home *** CD-ROM | disk | FTP | other *** search
/ Softwarová Záchrana 3 / Softwarova-zachrana-3.bin / ArsClip / source.zip / UnitFrmMove.dfm < prev    next >
Text File  |  2004-02-19  |  930b  |  48 lines

  1. object FrmMove: TFrmMove
  2.   Left = 323
  3.   Top = 402
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Move To'
  7.   ClientHeight = 71
  8.   ClientWidth = 216
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poOwnerFormCenter
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object btnOK: TButton
  21.     Left = 72
  22.     Top = 48
  23.     Width = 57
  24.     Height = 20
  25.     Caption = 'OK'
  26.     TabOrder = 0
  27.     OnClick = btnOKClick
  28.   end
  29.   object btnCancel: TButton
  30.     Left = 144
  31.     Top = 48
  32.     Width = 57
  33.     Height = 20
  34.     Caption = 'Cancel'
  35.     TabOrder = 1
  36.     OnClick = btnCancelClick
  37.   end
  38.   object cbMove: TComboBox
  39.     Left = 16
  40.     Top = 8
  41.     Width = 185
  42.     Height = 21
  43.     ItemHeight = 13
  44.     TabOrder = 2
  45.     Text = 'cbMove'
  46.   end
  47. end
  48.