home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 August - Disc 3 / chip_20018103_hu.iso / honosito / internet / ebmen.exe / %MAINDIR% / ebm.exe / 0 / RCDATA / TDLGSETTOOLS / TDLGSETTOOLS.txt
Encoding:
Text File  |  2001-06-29  |  1.8 KB  |  106 lines

  1. object DlgSetTools: TDlgSetTools
  2.   Left = 237
  3.   Top = 184
  4.   BorderStyle = bsDialog
  5.   ClientHeight = 209
  6.   ClientWidth = 352
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -12
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 16
  18.   object LabTitle: TLabel
  19.     Tag = 3800
  20.     Left = 16
  21.     Top = 16
  22.     Width = 52
  23.     Height = 16
  24.     Caption = 'LabTitle'
  25.   end
  26.   object LabPrgName: TLabel
  27.     Tag = 3801
  28.     Left = 16
  29.     Top = 72
  30.     Width = 84
  31.     Height = 16
  32.     Caption = 'LabPrgName'
  33.   end
  34.   object SBtnPrg: TSpeedButton
  35.     Tag = 1619
  36.     Left = 310
  37.     Top = 91
  38.     Width = 23
  39.     Height = 22
  40.     ParentShowHint = False
  41.     ShowHint = True
  42.     OnClick = SBtnPrgClick
  43.   end
  44.   object LabParam: TLabel
  45.     Tag = 3802
  46.     Left = 16
  47.     Top = 122
  48.     Width = 66
  49.     Height = 16
  50.     Caption = 'LabParam'
  51.   end
  52.   object Bevel1: TBevel
  53.     Left = 6
  54.     Top = 172
  55.     Width = 343
  56.     Height = 7
  57.     Shape = bsTopLine
  58.   end
  59.   object EditTitle: TEdit
  60.     Left = 16
  61.     Top = 34
  62.     Width = 315
  63.     Height = 24
  64.     MaxLength = 50
  65.     TabOrder = 0
  66.     OnChange = EditChange
  67.   end
  68.   object EditPrg: TEdit
  69.     Left = 16
  70.     Top = 90
  71.     Width = 289
  72.     Height = 24
  73.     TabOrder = 1
  74.     OnChange = EditChange
  75.   end
  76.   object EditParam: TEdit
  77.     Left = 16
  78.     Top = 142
  79.     Width = 319
  80.     Height = 24
  81.     MaxLength = 250
  82.     TabOrder = 2
  83.   end
  84.   object BtnCancel: TButton
  85.     Tag = 8001
  86.     Left = 260
  87.     Top = 182
  88.     Width = 75
  89.     Height = 21
  90.     Caption = 'Cancel'
  91.     ModalResult = 2
  92.     TabOrder = 4
  93.   end
  94.   object BtnOK: TButton
  95.     Tag = 8000
  96.     Left = 174
  97.     Top = 182
  98.     Width = 75
  99.     Height = 21
  100.     Caption = 'OK'
  101.     Default = True
  102.     ModalResult = 1
  103.     TabOrder = 3
  104.   end
  105. end
  106.