home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 June / CHIP_CD_2004-06.iso / software / foto / faprosetup.exe / FotoAlbum.exe / 0 / RCDATA / TFORMREORDERPICS / TFORMREORDERPICS.txt
Encoding:
Text File  |  2004-04-06  |  3.0 KB  |  152 lines

  1. object FormReorderPics: TFormReorderPics
  2.   Left = 471
  3.   Top = 296
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Reorder Pictures'
  7.   ClientHeight = 202
  8.   ClientWidth = 292
  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 = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Bevel1: TBevel
  20.     Left = 0
  21.     Top = 50
  22.     Width = 292
  23.     Height = 5
  24.     Align = alTop
  25.     Shape = bsTopLine
  26.   end
  27.   object Bevel2: TBevel
  28.     Left = 0
  29.     Top = 162
  30.     Width = 292
  31.     Height = 5
  32.     Align = alBottom
  33.     Shape = bsBottomLine
  34.   end
  35.   object Panel1: TPanel
  36.     Left = 0
  37.     Top = 167
  38.     Width = 292
  39.     Height = 35
  40.     Align = alBottom
  41.     BevelOuter = bvNone
  42.     TabOrder = 0
  43.     DesignSize = (
  44.       292
  45.       35)
  46.     object BtnCancel: TButton
  47.       Left = 201
  48.       Top = 7
  49.       Width = 75
  50.       Height = 25
  51.       Anchors = [akTop, akRight]
  52.       Caption = 'Cancel'
  53.       Default = True
  54.       TabOrder = 0
  55.       OnClick = BtnCancelClick
  56.     end
  57.     object BtnGo: TButton
  58.       Left = 113
  59.       Top = 6
  60.       Width = 75
  61.       Height = 25
  62.       Anchors = [akTop, akRight]
  63.       Caption = 'Go !'
  64.       ModalResult = 1
  65.       TabOrder = 1
  66.     end
  67.   end
  68.   object Panel2: TPanel
  69.     Left = 0
  70.     Top = 55
  71.     Width = 292
  72.     Height = 107
  73.     Align = alClient
  74.     BevelOuter = bvNone
  75.     TabOrder = 1
  76.     DesignSize = (
  77.       292
  78.       107)
  79.     object Label1: TLabel
  80.       Left = 16
  81.       Top = 9
  82.       Width = 133
  83.       Height = 13
  84.       Caption = 'Choose the sort order to use'
  85.     end
  86.     object Label2: TLabel
  87.       Left = 16
  88.       Top = 89
  89.       Width = 195
  90.       Height = 13
  91.       Alignment = taCenter
  92.       Anchors = [akLeft, akBottom]
  93.       Caption = 'Note: This operation can not be undone !'
  94.     end
  95.     object cbSortAscending: TCheckBox
  96.       Left = 16
  97.       Top = 49
  98.       Width = 97
  99.       Height = 17
  100.       Caption = 'Sort ascending'
  101.       Checked = True
  102.       State = cbChecked
  103.       TabOrder = 0
  104.     end
  105.     object cbPicAttr: TComboBox
  106.       Left = 16
  107.       Top = 25
  108.       Width = 145
  109.       Height = 21
  110.       Style = csDropDownList
  111.       ItemHeight = 13
  112.       TabOrder = 1
  113.       Items.Strings = (
  114.         'Picture Date'
  115.         'Filename'
  116.         'Filesize'
  117.         'Filepath')
  118.     end
  119.   end
  120.   object Panel3: TPanel
  121.     Left = 0
  122.     Top = 0
  123.     Width = 292
  124.     Height = 50
  125.     Align = alTop
  126.     BevelOuter = bvNone
  127.     Color = clBtnHighlight
  128.     TabOrder = 2
  129.     DesignSize = (
  130.       292
  131.       50)
  132.     object Label4: TLabel
  133.       Left = 14
  134.       Top = 8
  135.       Width = 268
  136.       Height = 39
  137.       Anchors = [akLeft, akTop, akRight]
  138.       AutoSize = False
  139.       Caption = 
  140.         'This allows you to reorder all pictures that are currently displ' +
  141.         'ayed.   This only applies to sort by sequence.'
  142.       Font.Charset = DEFAULT_CHARSET
  143.       Font.Color = clWindowText
  144.       Font.Height = -11
  145.       Font.Name = 'MS Sans Serif'
  146.       Font.Style = []
  147.       ParentFont = False
  148.       WordWrap = True
  149.     end
  150.   end
  151. end
  152.