home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 July / Chip_1999-07_cd.bin / zkuste / Delphi / D / sce.exe / PRGEDIT.EXE / 0 / RCDATA / TZEILENSUCHE / TZEILENSUCHE.txt
Text File  |  1999-01-01  |  2KB  |  97 lines

  1. object Zeilensuche: TZeilensuche
  2.   Left = 743
  3.   Top = 122
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Search line number'
  7.   ClientHeight = 199
  8.   ClientWidth = 451
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -13
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   OnActivate = FormActivate
  19.   OnClose = FormClose
  20.   OnCreate = FormCreate
  21.   PixelsPerInch = 96
  22.   TextHeight = 16
  23.   object Label1: TLabel
  24.     Left = 16
  25.     Top = 16
  26.     Width = 311
  27.     Height = 16
  28.     Caption = 'Give one or more line numbers separated by blanks.'
  29.   end
  30.   object OKBitBtn: TBitBtn
  31.     Left = 120
  32.     Top = 144
  33.     Width = 97
  34.     Height = 33
  35.     Caption = '&OK'
  36.     TabOrder = 4
  37.     OnClick = OKBitBtnClick
  38.     Kind = bkOK
  39.   end
  40.   object AbbrechenBitBtn: TBitBtn
  41.     Left = 232
  42.     Top = 144
  43.     Width = 97
  44.     Height = 33
  45.     Caption = 'C&ancel'
  46.     TabOrder = 5
  47.     Kind = bkAbort
  48.   end
  49.   object HilfeBitBtn: TBitBtn
  50.     Left = 344
  51.     Top = 144
  52.     Width = 97
  53.     Height = 33
  54.     Caption = '&Help'
  55.     TabOrder = 6
  56.     OnClick = HilfeBitBtnClick
  57.     Kind = bkHelp
  58.   end
  59.   object ZeilenNumComboBox: TComboBox
  60.     Left = 8
  61.     Top = 40
  62.     Width = 433
  63.     Height = 24
  64.     Hint = 'Give one or more line numbers.'
  65.     ItemHeight = 16
  66.     ParentShowHint = False
  67.     ShowHint = True
  68.     TabOrder = 0
  69.     OnChange = ZeilenNumComboBoxChange
  70.   end
  71.   object markiertCB: TCheckBox
  72.     Left = 8
  73.     Top = 88
  74.     Width = 209
  75.     Height = 17
  76.     Caption = 'Search only in &selected parts.'
  77.     Enabled = False
  78.     TabOrder = 1
  79.   end
  80.   object LevelSchlCB: TCheckBox
  81.     Left = 216
  82.     Top = 88
  83.     Width = 193
  84.     Height = 17
  85.     Caption = 'Close other &parts.'
  86.     TabOrder = 2
  87.   end
  88.   object AlleCB: TCheckBox
  89.     Left = 8
  90.     Top = 112
  91.     Width = 185
  92.     Height = 17
  93.     Caption = 'Search all at &one time.'
  94.     TabOrder = 3
  95.   end
  96. end
  97.