home *** CD-ROM | disk | FTP | other *** search
/ WDR Computer Club Digital 1998 March / CC9803-2.BIN / SHARE / 95EASYAD / DISK1 / _SETUP.1 / EasyAdress.exe / 0 / RCDATA / TFORMSUCHEN / TFORMSUCHEN.txt
Text File  |  1998-01-12  |  3KB  |  120 lines

  1. object FormSuchen: TFormSuchen
  2.   Left = 258
  3.   Top = 368
  4.   BorderStyle = bsDialog
  5.   Caption = 'Suchen'
  6.   ClientHeight = 126
  7.   ClientWidth = 271
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   KeyPreview = True
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   OnKeyPress = FormKeyPress
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Bevel1: TBevel
  20.     Left = 0
  21.     Top = 0
  22.     Width = 271
  23.     Height = 89
  24.     Align = alTop
  25.   end
  26.   object Label1: TLabel
  27.     Left = 8
  28.     Top = 28
  29.     Width = 55
  30.     Height = 13
  31.     Caption = 'Suchfeld:'
  32.     Font.Color = clMaroon
  33.     Font.Height = -11
  34.     Font.Name = 'MS Sans Serif'
  35.     Font.Style = [fsBold]
  36.     ParentFont = False
  37.   end
  38.   object Label2: TLabel
  39.     Left = 8
  40.     Top = 56
  41.     Width = 73
  42.     Height = 13
  43.     Caption = 'Suche nach:'
  44.     Font.Color = clMaroon
  45.     Font.Height = -11
  46.     Font.Name = 'MS Sans Serif'
  47.     Font.Style = [fsBold]
  48.     ParentFont = False
  49.   end
  50.   object ButtonSuchen: TBitBtn
  51.     Left = 184
  52.     Top = 96
  53.     Width = 80
  54.     Height = 25
  55.     Caption = 'Suchen'
  56.     Default = True
  57.     ModalResult = 1
  58.     TabOrder = 0
  59.     OnClick = ButtonSuchenClick
  60.     Glyph.Data = {
  61.       F6000000424DF600000000000000760000002800000010000000100000000100
  62.       04000000000080000000CE0E0000D80E00000000000000000000000000000000
  63.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  64.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  65.       3303333333333333300033333333333300033333333333300033333333333300
  66.       0333333700073B7033333307777700B3333330EFEFEF7033333377FEFEFEF773
  67.       333307EFEFEFE703333307FEFEFEF703333307EFEFEFE703333377FEFEFEF773
  68.       3333307FEFEF7033333333077777033333333337000733333333}
  69.   end
  70.   object HilfeButton: TBitBtn
  71.     Left = 6
  72.     Top = 96
  73.     Width = 80
  74.     Height = 25
  75.     HelpContext = 3
  76.     Caption = 'Hilfe'
  77.     TabOrder = 1
  78.     Kind = bkHelp
  79.   end
  80.   object AbbruchButton: TBitBtn
  81.     Left = 95
  82.     Top = 96
  83.     Width = 80
  84.     Height = 25
  85.     TabOrder = 2
  86.     OnClick = AbbruchButtonClick
  87.     Kind = bkAbort
  88.   end
  89.   object EditSuchenText: TEdit
  90.     Left = 88
  91.     Top = 52
  92.     Width = 169
  93.     Height = 21
  94.     TabOrder = 3
  95.     OnKeyUp = EditSuchenTextKeyUp
  96.   end
  97.   object ComboBox1: TComboBox
  98.     Left = 88
  99.     Top = 24
  100.     Width = 169
  101.     Height = 21
  102.     ItemHeight = 13
  103.     Items.Strings = (
  104.       'Vorname'
  105.       'Name'
  106.       'Stra∩┐╜e'
  107.       'Land'
  108.       'Postleitzahl'
  109.       'Ort'
  110.       'Rubrik'
  111.       'Telefon 1'
  112.       'Telefon 2'
  113.       'Fax'
  114.       'Email'
  115.       'WWW')
  116.     TabOrder = 4
  117.     Text = 'ComboBox1'
  118.   end
  119. end
  120.