home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Freeware / Comunicatii / poster / tptinstall.exe / %MAINDIR% / Toaster.exe / 0 / RCDATA / TFRMMIGRATEDATA / TFRMMIGRATEDATA.txt
Encoding:
Text File  |  2004-09-23  |  2.0 KB  |  87 lines

  1. object frmMigrateData: TfrmMigrateData
  2.   Left = 293
  3.   Top = 275
  4.   BorderStyle = bsDialog
  5.   Caption = 'Migrate Data'
  6.   ClientHeight = 231
  7.   ClientWidth = 423
  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.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = False
  16.   Position = poOwnerFormCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 33
  21.     Top = 11
  22.     Width = 321
  23.     Height = 13
  24.     Caption = 
  25.       '1.  Set all ads you wish to keep in your user folders to "Do Not' +
  26.       ' Edit" '
  27.   end
  28.   object Label2: TLabel
  29.     Left = 33
  30.     Top = 35
  31.     Width = 203
  32.     Height = 13
  33.     Caption = '2.  Press the "Migrate Data" button below. '
  34.     WordWrap = True
  35.   end
  36.   object Label3: TLabel
  37.     Left = 48
  38.     Top = 88
  39.     Width = 356
  40.     Height = 52
  41.     Caption = 
  42.       'The migrate data process moves all ads which are not marked as "' +
  43.       'Do Not Edit" and  have a PostedStatus  = "Posted" to the "Posted' +
  44.       '" view.  All ads which are not marked "Do Not Edit" and have a P' +
  45.       'ostedStatus = "Unlisted" are moved to the "Pending" view.'
  46.     WordWrap = True
  47.   end
  48.   object Label4: TLabel
  49.     Left = 51
  50.     Top = 149
  51.     Width = 342
  52.     Height = 26
  53.     Caption = 
  54.       'Ads wihich were created in the "All" folder and do not fall into' +
  55.       ' the above categories are moved to the folder you designateed ab' +
  56.       'ove.'
  57.     WordWrap = True
  58.   end
  59.   object Label5: TLabel
  60.     Left = 34
  61.     Top = 55
  62.     Width = 382
  63.     Height = 13
  64.     Caption = 
  65.       '3.  Uncategorized ads will be moved to a folder called '#39'Z_PT_Unc' +
  66.       'ategorized Ads'#39
  67.   end
  68.   object Button1: TButton
  69.     Left = 122
  70.     Top = 200
  71.     Width = 75
  72.     Height = 25
  73.     Caption = 'Migrate Data'
  74.     TabOrder = 0
  75.     OnClick = Button1Click
  76.   end
  77.   object btnClose: TButton
  78.     Left = 234
  79.     Top = 200
  80.     Width = 75
  81.     Height = 25
  82.     Caption = '&Close'
  83.     TabOrder = 1
  84.     OnClick = btnCloseClick
  85.   end
  86. end
  87.