home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / ChipCD_1.03.iso / sharewar / photo / Setup.exe / {app} / PhotoMeister.exe / 0 / RCDATA / TALBUMNAME / TALBUMNAME.txt
Encoding:
Text File  |  2002-06-17  |  1.1 KB  |  64 lines

  1. object albumname: Talbumname
  2.   Left = 441
  3.   Top = 382
  4.   BorderStyle = bsDialog
  5.   Caption = 'New Album'
  6.   ClientHeight = 118
  7.   ClientWidth = 312
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 297
  22.     Height = 33
  23.     AutoSize = False
  24.     Caption = 'Label1'
  25.     WordWrap = True
  26.   end
  27.   object Edit1: TEdit
  28.     Left = 8
  29.     Top = 48
  30.     Width = 297
  31.     Height = 21
  32.     TabOrder = 0
  33.     OnChange = Edit1Change
  34.     OnKeyPress = Edit1KeyPress
  35.   end
  36.   object RxSplitter1: TRxSplitter
  37.     Left = 8
  38.     Top = 80
  39.     Width = 297
  40.     Height = 2
  41.     BevelInner = bvLowered
  42.     BevelOuter = bvNone
  43.     Enabled = False
  44.   end
  45.   object Button1: TButton
  46.     Left = 144
  47.     Top = 88
  48.     Width = 75
  49.     Height = 25
  50.     Caption = 'OK'
  51.     ModalResult = 1
  52.     TabOrder = 2
  53.   end
  54.   object Button2: TButton
  55.     Left = 224
  56.     Top = 88
  57.     Width = 75
  58.     Height = 25
  59.     Caption = 'Cancel'
  60.     ModalResult = 2
  61.     TabOrder = 3
  62.   end
  63. end
  64.