home *** CD-ROM | disk | FTP | other *** search
- object frmMigrateData: TfrmMigrateData
- Left = 293
- Top = 275
- BorderStyle = bsDialog
- Caption = 'Migrate Data'
- ClientHeight = 231
- ClientWidth = 423
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- OldCreateOrder = False
- Position = poOwnerFormCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 33
- Top = 11
- Width = 321
- Height = 13
- Caption =
- '1. Set all ads you wish to keep in your user folders to "Do Not' +
- ' Edit" '
- end
- object Label2: TLabel
- Left = 33
- Top = 35
- Width = 203
- Height = 13
- Caption = '2. Press the "Migrate Data" button below. '
- WordWrap = True
- end
- object Label3: TLabel
- Left = 48
- Top = 88
- Width = 356
- Height = 52
- Caption =
- 'The migrate data process moves all ads which are not marked as "' +
- 'Do Not Edit" and have a PostedStatus = "Posted" to the "Posted' +
- '" view. All ads which are not marked "Do Not Edit" and have a P' +
- 'ostedStatus = "Unlisted" are moved to the "Pending" view.'
- WordWrap = True
- end
- object Label4: TLabel
- Left = 51
- Top = 149
- Width = 342
- Height = 26
- Caption =
- 'Ads wihich were created in the "All" folder and do not fall into' +
- ' the above categories are moved to the folder you designateed ab' +
- 'ove.'
- WordWrap = True
- end
- object Label5: TLabel
- Left = 34
- Top = 55
- Width = 382
- Height = 13
- Caption =
- '3. Uncategorized ads will be moved to a folder called '#39'Z_PT_Unc' +
- 'ategorized Ads'#39
- end
- object Button1: TButton
- Left = 122
- Top = 200
- Width = 75
- Height = 25
- Caption = 'Migrate Data'
- TabOrder = 0
- OnClick = Button1Click
- end
- object btnClose: TButton
- Left = 234
- Top = 200
- Width = 75
- Height = 25
- Caption = '&Close'
- TabOrder = 1
- OnClick = btnCloseClick
- end
- end
-