home *** CD-ROM | disk | FTP | other *** search
- object DlgSetTools: TDlgSetTools
- Left = 237
- Top = 184
- BorderStyle = bsDialog
- ClientHeight = 209
- ClientWidth = 352
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'System'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 16
- object LabTitle: TLabel
- Tag = 3800
- Left = 16
- Top = 16
- Width = 52
- Height = 16
- Caption = 'LabTitle'
- end
- object LabPrgName: TLabel
- Tag = 3801
- Left = 16
- Top = 72
- Width = 84
- Height = 16
- Caption = 'LabPrgName'
- end
- object SBtnPrg: TSpeedButton
- Tag = 1619
- Left = 310
- Top = 91
- Width = 23
- Height = 22
- ParentShowHint = False
- ShowHint = True
- OnClick = SBtnPrgClick
- end
- object LabParam: TLabel
- Tag = 3802
- Left = 16
- Top = 122
- Width = 66
- Height = 16
- Caption = 'LabParam'
- end
- object Bevel1: TBevel
- Left = 6
- Top = 172
- Width = 343
- Height = 7
- Shape = bsTopLine
- end
- object EditTitle: TEdit
- Left = 16
- Top = 34
- Width = 315
- Height = 24
- MaxLength = 50
- TabOrder = 0
- OnChange = EditChange
- end
- object EditPrg: TEdit
- Left = 16
- Top = 90
- Width = 289
- Height = 24
- TabOrder = 1
- OnChange = EditChange
- end
- object EditParam: TEdit
- Left = 16
- Top = 142
- Width = 319
- Height = 24
- MaxLength = 250
- TabOrder = 2
- end
- object BtnCancel: TButton
- Tag = 8001
- Left = 260
- Top = 182
- Width = 75
- Height = 21
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 4
- end
- object BtnOK: TButton
- Tag = 8000
- Left = 174
- Top = 182
- Width = 75
- Height = 21
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 3
- end
- end
-