home *** CD-ROM | disk | FTP | other *** search
- object AddUserTool: TAddUserTool
- Left = 173
- Top = 189
- BorderStyle = bsDialog
- Caption = 'Add user tool'
- ClientHeight = 328
- ClientWidth = 425
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object xPanel1: TxPanel
- Left = 0
- Top = 0
- Width = 425
- Height = 328
- Align = alClient
- TabOrder = 0
- data_int = 0
- language = 2
- object Label3: TLabel
- Left = 12
- Top = 124
- Width = 6
- Height = 13
- Caption = '='
- end
- object Label6: TLabel
- Left = 12
- Top = 140
- Width = 6
- Height = 13
- Caption = 'L'
- end
- object Label7: TLabel
- Left = 12
- Top = 156
- Width = 6
- Height = 13
- Caption = 'L'
- end
- object Label8: TLabel
- Left = 12
- Top = 172
- Width = 6
- Height = 13
- Caption = 'L'
- end
- object Label9: TLabel
- Left = 12
- Top = 188
- Width = 6
- Height = 13
- Caption = 'L'
- end
- object xLabel1: TxLabel
- Left = 8
- Top = 12
- Width = 51
- Height = 13
- Caption = 'Dateiname'
- Caption_English = 'Filename'
- Caption_German = 'Dateiname'
- end
- object xLabel2: TxLabel
- Left = 8
- Top = 48
- Width = 85
- Height = 13
- Caption = 'Arbeitsverzeichnis'
- Caption_English = 'Workdir'
- Caption_German = 'Arbeitsverzeichnis'
- end
- object xLabel3: TxLabel
- Left = 8
- Top = 88
- Width = 48
- Height = 13
- Caption = 'Parameter'
- Caption_English = 'Parameter'
- Caption_German = 'Parameter'
- end
- object xLabel4: TxLabel
- Left = 8
- Top = 256
- Width = 98
- Height = 13
- Caption = 'Kommentar/Hinweis:'
- Caption_English = 'Comment/Hint:'
- Caption_German = 'Kommentar/Hinweis:'
- end
- object xLabel5: TxLabel
- Left = 8
- Top = 216
- Width = 31
- Height = 13
- Caption = 'Name:'
- Caption_English = 'Name:'
- Caption_German = 'Name:'
- end
- object Edit1: TEdit
- Left = 16
- Top = 24
- Width = 297
- Height = 21
- TabOrder = 0
- end
- object Edit5: TEdit
- Left = 16
- Top = 60
- Width = 297
- Height = 21
- TabOrder = 1
- Text = 'Edit5'
- end
- object Edit2: TEdit
- Left = 16
- Top = 100
- Width = 297
- Height = 21
- TabOrder = 2
- Text = 'Edit2'
- OnChange = Edit2Change
- end
- object Edit4: TEdit
- Left = 16
- Top = 228
- Width = 121
- Height = 21
- TabOrder = 3
- Text = 'Edit4'
- end
- object Edit3: TEdit
- Left = 16
- Top = 268
- Width = 297
- Height = 21
- TabOrder = 4
- Text = 'Edit3'
- end
- object xButton1: TxButton
- Left = 332
- Top = 24
- Width = 81
- Height = 25
- Caption = 'Durchsuchen...'
- TabOrder = 5
- OnClick = Button1Click
- Caption_English = 'Browse...'
- Caption_German = 'Durchsuchen...'
- data_int = 0
- end
- object xButton2: TxButton
- Left = 332
- Top = 60
- Width = 81
- Height = 25
- Caption = 'Durchsuchen...'
- TabOrder = 6
- OnClick = Button6Click
- Caption_English = 'Browse...'
- Caption_German = 'Durchsuchen...'
- data_int = 0
- end
- object xButton3: TxButton
- Left = 336
- Top = 136
- Width = 75
- Height = 25
- Caption = 'Voreinst.(java)'
- TabOrder = 7
- OnClick = Button2Click
- Caption_English = 'Default (java)'
- Caption_German = 'Voreinst.(java)'
- data_int = 0
- end
- object xButton4: TxButton
- Left = 336
- Top = 168
- Width = 75
- Height = 25
- Caption = 'Voreinst.(class)'
- TabOrder = 8
- OnClick = Button5Click
- Caption_English = 'Default (class)'
- Caption_German = 'Voreinst.(class)'
- data_int = 0
- end
- object xButton5: TxButton
- Left = 16
- Top = 296
- Width = 75
- Height = 25
- Caption = '&Ok'
- TabOrder = 9
- OnClick = Button3Click
- Caption_English = '&Ok'
- Caption_German = '&Ok'
- data_int = 0
- end
- object xButton6: TxButton
- Left = 100
- Top = 296
- Width = 75
- Height = 25
- Caption = '&Abbrechen'
- ModalResult = 2
- TabOrder = 10
- Caption_English = '&Cancel'
- Caption_German = '&Abbrechen'
- data_int = 0
- end
- object xCheckbox1: TxCheckbox
- Left = 172
- Top = 228
- Width = 237
- Height = 17
- Caption = #39'Vorkompiliert'#39' (preprocessed) �bergeben.'
- State = cbChecked
- TabOrder = 11
- Caption_English = 'Overgive preprocessed'
- Caption_German = #39'Vorkompiliert'#39' (preprocessed) �bergeben.'
- data_int = 0
- end
- end
- object OpenDialog1: TOpenDialog
- FileEditStyle = fsEdit
- Filter = 'Executables (*.exe;*.bat)|*.exe;*.bat|All files (*.*)|*.*'
- Left = 340
- Top = 260
- end
- end
-