home *** CD-ROM | disk | FTP | other *** search
/ WDR Computer Club Digital 1997 February / club9702.bin / SHARE95 / 95BLITZ / BLITZ.ZI_ / BLITZ.ZI / S_MENUE.EXE / 0 / RCDATA / TCFGDLGFRM / TCFGDLGFRM.txt
Text File  |  1996-10-31  |  3KB  |  133 lines

  1. object CfgDlgFrm: TCfgDlgFrm
  2.   Left = 73
  3.   Top = 63
  4.   BorderStyle = bsDialog
  5.   Caption = 'CfgDlgFrm'
  6.   ClientHeight = 295
  7.   ClientWidth = 437
  8.   Font.Color = clBlack
  9.   Font.Height = -13
  10.   Font.Name = 'Arial'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 16
  14.   object Label1: TLabel
  15.     Left = 24
  16.     Top = 16
  17.     Width = 103
  18.     Height = 16
  19.     Caption = 'Ausf∩┐╜hrbare Datei'
  20.   end
  21.   object Label2: TLabel
  22.     Left = 24
  23.     Top = 72
  24.     Width = 60
  25.     Height = 16
  26.     Caption = 'Parameter'
  27.   end
  28.   object Label3: TLabel
  29.     Left = 24
  30.     Top = 128
  31.     Width = 79
  32.     Height = 16
  33.     Caption = 'Beschreibung'
  34.   end
  35.   object Image1: TImage
  36.     Left = 228
  37.     Top = 228
  38.     Width = 36
  39.     Height = 36
  40.   end
  41.   object Edit1: TEdit
  42.     Left = 24
  43.     Top = 36
  44.     Width = 385
  45.     Height = 24
  46.     TabOrder = 0
  47.     Text = 'Edit1'
  48.     OnChange = Edit1Change
  49.   end
  50.   object Edit2: TEdit
  51.     Left = 24
  52.     Top = 92
  53.     Width = 385
  54.     Height = 24
  55.     TabOrder = 1
  56.     Text = 'Edit2'
  57.   end
  58.   object Edit3: TEdit
  59.     Left = 24
  60.     Top = 148
  61.     Width = 385
  62.     Height = 24
  63.     TabOrder = 2
  64.     Text = 'Edit3'
  65.   end
  66.   object RadioGroup1: TRadioGroup
  67.     Left = 24
  68.     Top = 192
  69.     Width = 185
  70.     Height = 81
  71.     Caption = ' Fenster '
  72.     ItemIndex = 0
  73.     Items.Strings = (
  74.       'Maximiert starten'
  75.       'Normal starten')
  76.     TabOrder = 3
  77.   end
  78.   object BitBtn1: TBitBtn
  79.     Left = 200
  80.     Top = 8
  81.     Width = 209
  82.     Height = 25
  83.     Caption = 'Durchsuchen'
  84.     TabOrder = 4
  85.     OnClick = BitBtn1Click
  86.     Glyph.Data = {
  87.       78010000424D7801000000000000760000002800000020000000100000000100
  88.       04000000000000000000120B0000120B00000000000000000000000000000000
  89.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  90.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  91.       5555555555555555555555555555555555555555555555555555555555555555
  92.       555555555555555555555555555555555555555FFFFFFFFFF555550000000000
  93.       55555577777777775F55500B8B8B8B8B05555775F555555575F550F0B8B8B8B8
  94.       B05557F75F555555575F50BF0B8B8B8B8B0557F575FFFFFFFF7F50FBF0000000
  95.       000557F557777777777550BFBFBFBFB0555557F555555557F55550FBFBFBFBF0
  96.       555557F555555FF7555550BFBFBF00055555575F555577755555550BFBF05555
  97.       55555575FFF75555555555700007555555555557777555555555555555555555
  98.       55555555555555555555555555555555555555555555555555550000}
  99.     NumGlyphs = 2
  100.   end
  101.   object BitBtn2: TBitBtn
  102.     Left = 292
  103.     Top = 188
  104.     Width = 121
  105.     Height = 29
  106.     TabOrder = 5
  107.     Kind = bkOK
  108.   end
  109.   object BitBtn3: TBitBtn
  110.     Left = 292
  111.     Top = 220
  112.     Width = 121
  113.     Height = 29
  114.     TabOrder = 6
  115.     Kind = bkCancel
  116.   end
  117.   object BitBtn4: TBitBtn
  118.     Left = 292
  119.     Top = 252
  120.     Width = 121
  121.     Height = 29
  122.     TabOrder = 7
  123.     OnClick = BitBtn4Click
  124.     Kind = bkHelp
  125.   end
  126.   object OpenDialog1: TOpenDialog
  127.     FileEditStyle = fsEdit
  128.     Filter = 'Programme (*.exe)|*.exe|Alle Dateien (*.*)|*.*'
  129.     Left = 168
  130.     Top = 8
  131.   end
  132. end
  133.