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

  1. object Form1: TForm1
  2.   Left = 331
  3.   Top = 186
  4.   Width = 221
  5.   Height = 179
  6.   Caption = 'PT Data Maintenance'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Button1: TButton
  18.     Left = 67
  19.     Top = 104
  20.     Width = 75
  21.     Height = 25
  22.     Caption = 'Start'
  23.     TabOrder = 0
  24.     OnClick = Button1Click
  25.   end
  26.   object StatusBar1: TStatusBar
  27.     Left = 0
  28.     Top = 133
  29.     Width = 213
  30.     Height = 19
  31.     Panels = <>
  32.     SimplePanel = False
  33.   end
  34.   object ProgressBar1: TProgressBar
  35.     Left = 4
  36.     Top = 87
  37.     Width = 200
  38.     Height = 17
  39.     Min = 0
  40.     Max = 100
  41.     TabOrder = 2
  42.   end
  43.   object Memo1: TMemo
  44.     Left = 10
  45.     Top = 8
  46.     Width = 196
  47.     Height = 89
  48.     Lines.Strings = (
  49.       '')
  50.     ReadOnly = True
  51.     ScrollBars = ssVertical
  52.     TabOrder = 3
  53.   end
  54.   object AdsDictionary1: TAdsDictionary
  55.     Password = '6gs82jds1fd'
  56.     AdsServerTypes = [stADS_LOCAL]
  57.     IsConnected = True
  58.     AliasName = 'PTDATA'
  59.     LoginPrompt = False
  60.     UserName = 'PTPoster'
  61.     Left = 165
  62.     Top = 103
  63.   end
  64.   object tblTemp: TAdsTable
  65.     DatabaseName = 'AdsConnection1'
  66.     StoreActive = True
  67.     Version = '6.2 (ACE 6.20)'
  68.     AdsConnection = AdsConnection1
  69.     IndexCollationMismatch = icmReindex
  70.     Left = 25
  71.     Top = 109
  72.   end
  73.   object AdsConnection1: TAdsConnection
  74.     AliasName = 'PTDATA'
  75.     IsConnected = False
  76.     AdsServerTypes = [stADS_LOCAL]
  77.     LoginPrompt = False
  78.     Username = 'PTPoster'
  79.     Password = '6gs82jds1fd'
  80.     MiddleTierConnection = False
  81.     StoredProcedureConnection = False
  82.     ReadOnly = False
  83.     Left = 27
  84.     Top = 34
  85.   end
  86. end
  87.