home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 331
- Top = 186
- Width = 221
- Height = 179
- Caption = 'PT Data Maintenance'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Button1: TButton
- Left = 67
- Top = 104
- Width = 75
- Height = 25
- Caption = 'Start'
- TabOrder = 0
- OnClick = Button1Click
- end
- object StatusBar1: TStatusBar
- Left = 0
- Top = 133
- Width = 213
- Height = 19
- Panels = <>
- SimplePanel = False
- end
- object ProgressBar1: TProgressBar
- Left = 4
- Top = 87
- Width = 200
- Height = 17
- Min = 0
- Max = 100
- TabOrder = 2
- end
- object Memo1: TMemo
- Left = 10
- Top = 8
- Width = 196
- Height = 89
- Lines.Strings = (
- '')
- ReadOnly = True
- ScrollBars = ssVertical
- TabOrder = 3
- end
- object AdsDictionary1: TAdsDictionary
- Password = '6gs82jds1fd'
- AdsServerTypes = [stADS_LOCAL]
- IsConnected = True
- AliasName = 'PTDATA'
- LoginPrompt = False
- UserName = 'PTPoster'
- Left = 165
- Top = 103
- end
- object tblTemp: TAdsTable
- DatabaseName = 'AdsConnection1'
- StoreActive = True
- Version = '6.2 (ACE 6.20)'
- AdsConnection = AdsConnection1
- IndexCollationMismatch = icmReindex
- Left = 25
- Top = 109
- end
- object AdsConnection1: TAdsConnection
- AliasName = 'PTDATA'
- IsConnected = False
- AdsServerTypes = [stADS_LOCAL]
- LoginPrompt = False
- Username = 'PTPoster'
- Password = '6gs82jds1fd'
- MiddleTierConnection = False
- StoredProcedureConnection = False
- ReadOnly = False
- Left = 27
- Top = 34
- end
- end
-