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

  1. object opendir: Topendir
  2.   Left = 392
  3.   Top = 268
  4.   BorderStyle = bsDialog
  5.   Caption = 'Open Directory as Album'
  6.   ClientHeight = 145
  7.   ClientWidth = 368
  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 = 353
  22.     Height = 57
  23.     AutoSize = False
  24.     Caption = 
  25.       'PhotoMeister will work directly on the files in the selected dir' +
  26.       'ectory.'#13#10'If the photos are in a camera or a memory card use the ' +
  27.       '"Get Photos from Camera/Card" menu.'
  28.     WordWrap = True
  29.   end
  30.   object dir: TAdvDirectoryEdit
  31.     Left = 8
  32.     Top = 72
  33.     Width = 353
  34.     Height = 21
  35.     AutoFocus = False
  36.     ErrorColor = clRed
  37.     ErrorFontColor = clWhite
  38.     Flat = False
  39.     FlatLineColor = clBlack
  40.     FlatParentColor = True
  41.     FocusAlign = eaDefault
  42.     FocusBorder = False
  43.     FocusColor = clWindow
  44.     FocusFontColor = clWindowText
  45.     FocusLabel = False
  46.     FocusWidthInc = 0
  47.     ModifiedColor = clHighlight
  48.     DisabledColor = clSilver
  49.     ReturnIsTab = False
  50.     LengthLimit = 0
  51.     TabOnFullLength = False
  52.     LabelPosition = lpLeftTop
  53.     LabelMargin = 4
  54.     LabelTransparent = False
  55.     LabelAlwaysEnabled = False
  56.     LabelFont.Charset = DEFAULT_CHARSET
  57.     LabelFont.Color = clWindowText
  58.     LabelFont.Height = -11
  59.     LabelFont.Name = 'MS Sans Serif'
  60.     LabelFont.Style = []
  61.     Persistence.Enable = False
  62.     Persistence.Location = plInifile
  63.     Color = clWindow
  64.     Enabled = True
  65.     HintShowLargeText = False
  66.     OleDropTarget = False
  67.     OleDropSource = False
  68.     TabOrder = 0
  69.     Transparent = False
  70.     Visible = True
  71.     ButtonWidth = 18
  72.     Etched = False
  73.     Glyph.Data = {
  74.       CE000000424DCE0000000000000076000000280000000C0000000B0000000100
  75.       0400000000005800000000000000000000001000000000000000000000000000
  76.       8000008000000080800080000000800080008080000080808000C0C0C0000000
  77.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00F00000000FFF
  78.       00000088888880FF00000B088888880F00000BB08888888000000BBB00000000
  79.       00000BBBBBBB0B0F00000BBB00000B0F0000F000BBBBBB0F0000FF0BBBBBBB0F
  80.       0000FF0BBB00000F0000FFF000FFFFFF0000}
  81.   end
  82.   object RxSplitter1: TRxSplitter
  83.     Left = 8
  84.     Top = 104
  85.     Width = 353
  86.     Height = 2
  87.     BevelInner = bvLowered
  88.     BevelOuter = bvNone
  89.     Enabled = False
  90.   end
  91.   object Button1: TButton
  92.     Left = 152
  93.     Top = 112
  94.     Width = 100
  95.     Height = 25
  96.     Caption = 'OK'
  97.     Default = True
  98.     ModalResult = 1
  99.     TabOrder = 2
  100.   end
  101.   object Button2: TButton
  102.     Left = 256
  103.     Top = 112
  104.     Width = 100
  105.     Height = 25
  106.     Cancel = True
  107.     Caption = 'Cancel'
  108.     ModalResult = 2
  109.     TabOrder = 3
  110.   end
  111. end
  112.