home *** CD-ROM | disk | FTP | other *** search
- object FormReorderPics: TFormReorderPics
- Left = 471
- Top = 296
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'Reorder Pictures'
- ClientHeight = 202
- ClientWidth = 292
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel1: TBevel
- Left = 0
- Top = 50
- Width = 292
- Height = 5
- Align = alTop
- Shape = bsTopLine
- end
- object Bevel2: TBevel
- Left = 0
- Top = 162
- Width = 292
- Height = 5
- Align = alBottom
- Shape = bsBottomLine
- end
- object Panel1: TPanel
- Left = 0
- Top = 167
- Width = 292
- Height = 35
- Align = alBottom
- BevelOuter = bvNone
- TabOrder = 0
- DesignSize = (
- 292
- 35)
- object BtnCancel: TButton
- Left = 201
- Top = 7
- Width = 75
- Height = 25
- Anchors = [akTop, akRight]
- Caption = 'Cancel'
- Default = True
- TabOrder = 0
- OnClick = BtnCancelClick
- end
- object BtnGo: TButton
- Left = 113
- Top = 6
- Width = 75
- Height = 25
- Anchors = [akTop, akRight]
- Caption = 'Go !'
- ModalResult = 1
- TabOrder = 1
- end
- end
- object Panel2: TPanel
- Left = 0
- Top = 55
- Width = 292
- Height = 107
- Align = alClient
- BevelOuter = bvNone
- TabOrder = 1
- DesignSize = (
- 292
- 107)
- object Label1: TLabel
- Left = 16
- Top = 9
- Width = 133
- Height = 13
- Caption = 'Choose the sort order to use'
- end
- object Label2: TLabel
- Left = 16
- Top = 89
- Width = 195
- Height = 13
- Alignment = taCenter
- Anchors = [akLeft, akBottom]
- Caption = 'Note: This operation can not be undone !'
- end
- object cbSortAscending: TCheckBox
- Left = 16
- Top = 49
- Width = 97
- Height = 17
- Caption = 'Sort ascending'
- Checked = True
- State = cbChecked
- TabOrder = 0
- end
- object cbPicAttr: TComboBox
- Left = 16
- Top = 25
- Width = 145
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 1
- Items.Strings = (
- 'Picture Date'
- 'Filename'
- 'Filesize'
- 'Filepath')
- end
- end
- object Panel3: TPanel
- Left = 0
- Top = 0
- Width = 292
- Height = 50
- Align = alTop
- BevelOuter = bvNone
- Color = clBtnHighlight
- TabOrder = 2
- DesignSize = (
- 292
- 50)
- object Label4: TLabel
- Left = 14
- Top = 8
- Width = 268
- Height = 39
- Anchors = [akLeft, akTop, akRight]
- AutoSize = False
- Caption =
- 'This allows you to reorder all pictures that are currently displ' +
- 'ayed. This only applies to sort by sequence.'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- WordWrap = True
- end
- end
- end
-