home *** CD-ROM | disk | FTP | other *** search
/ PC Action 1998 December / PCA1298.ISO / leser / 4 / stp20.exe / Stundenplaner.exe / 0 / RCDATA / TFORM3 / TFORM3.txt < prev   
Text File  |  1998-09-20  |  4KB  |  149 lines

  1. object Form3: TForm3
  2.   Left = 224
  3.   Top = 235
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'Form3'
  7.   ClientHeight = 95
  8.   ClientWidth = 378
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Image1: TImage
  18.     Left = 0
  19.     Top = 0
  20.     Width = 390
  21.     Height = 105
  22.     Picture.Data = {<image000.bmp>}
  23.   end
  24.   object Label1: TLabel
  25.     Left = 8
  26.     Top = 8
  27.     Width = 86
  28.     Height = 19
  29.     Caption = 'Programm:'
  30.     Font.Color = clWindowText
  31.     Font.Height = -16
  32.     Font.Name = 'Arial'
  33.     Font.Style = [fsBold]
  34.     ParentFont = False
  35.     Transparent = True
  36.   end
  37.   object Label2: TLabel
  38.     Left = 224
  39.     Top = 8
  40.     Width = 45
  41.     Height = 19
  42.     Caption = 'Datei:'
  43.     Font.Color = clWindowText
  44.     Font.Height = -16
  45.     Font.Name = 'Arial'
  46.     Font.Style = [fsBold]
  47.     ParentFont = False
  48.     Transparent = True
  49.   end
  50.   object SpeedButton1: TSpeedButton
  51.     Left = 192
  52.     Top = 32
  53.     Width = 21
  54.     Height = 21
  55.     Glyph.Data = {
  56.       78010000424D7801000000000000760000002800000020000000100000000100
  57.       04000000000000000000120B0000120B00000000000000000000000000000000
  58.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  59.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  60.       5555555555555555555555555555555555555555555555555555555555555555
  61.       555555555555555555555555555555555555555FFFFFFFFFF555550000000000
  62.       55555577777777775F55500B8B8B8B8B05555775F555555575F550F0B8B8B8B8
  63.       B05557F75F555555575F50BF0B8B8B8B8B0557F575FFFFFFFF7F50FBF0000000
  64.       000557F557777777777550BFBFBFBFB0555557F555555557F55550FBFBFBFBF0
  65.       555557F555555FF7555550BFBFBF00055555575F555577755555550BFBF05555
  66.       55555575FFF75555555555700007555555555557777555555555555555555555
  67.       55555555555555555555555555555555555555555555555555550000}
  68.     NumGlyphs = 2
  69.     OnClick = SpeedButton1Click
  70.   end
  71.   object SpeedButton2: TSpeedButton
  72.     Left = 352
  73.     Top = 32
  74.     Width = 21
  75.     Height = 21
  76.     Glyph.Data = {
  77.       78010000424D7801000000000000760000002800000020000000100000000100
  78.       04000000000000000000120B0000120B00000000000000000000000000000000
  79.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  80.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  81.       5555555555555555555555555555555555555555555555555555555555555555
  82.       555555555555555555555555555555555555555FFFFFFFFFF555550000000000
  83.       55555577777777775F55500B8B8B8B8B05555775F555555575F550F0B8B8B8B8
  84.       B05557F75F555555575F50BF0B8B8B8B8B0557F575FFFFFFFF7F50FBF0000000
  85.       000557F557777777777550BFBFBFBFB0555557F555555557F55550FBFBFBFBF0
  86.       555557F555555FF7555550BFBFBF00055555575F555577755555550BFBF05555
  87.       55555575FFF75555555555700007555555555557777555555555555555555555
  88.       55555555555555555555555555555555555555555555555555550000}
  89.     NumGlyphs = 2
  90.     OnClick = SpeedButton2Click
  91.   end
  92.   object Button2: TButton
  93.     Left = 224
  94.     Top = 64
  95.     Width = 75
  96.     Height = 21
  97.     Caption = '&OK'
  98.     TabOrder = 3
  99.     OnClick = Button2Click
  100.   end
  101.   object Button3: TButton
  102.     Left = 298
  103.     Top = 64
  104.     Width = 75
  105.     Height = 21
  106.     Caption = '&Abbruch'
  107.     TabOrder = 4
  108.     OnClick = Button3Click
  109.   end
  110.   object ComboBox1: TComboBox
  111.     Left = 8
  112.     Top = 32
  113.     Width = 185
  114.     Height = 21
  115.     ItemHeight = 13
  116.     TabOrder = 0
  117.   end
  118.   object Edit1: TEdit
  119.     Left = 224
  120.     Top = 32
  121.     Width = 129
  122.     Height = 21
  123.     TabOrder = 1
  124.   end
  125.   object Button1: TButton
  126.     Left = 8
  127.     Top = 64
  128.     Width = 75
  129.     Height = 21
  130.     Caption = '&Hinzuf∩┐╜gen'
  131.     TabOrder = 2
  132.     OnClick = Button1Click
  133.   end
  134.   object OpenDialog1: TOpenDialog
  135.     DefaultExt = 'exe'
  136.     FileEditStyle = fsEdit
  137.     Filter = 'Ausf∩┐╜hrbare Dateien|*.exe;*.com;*.bat|Alle Dateien|*.*'
  138.     Left = 192
  139.   end
  140.   object OpenDialog2: TOpenDialog
  141.     DefaultExt = 'txt'
  142.     FileEditStyle = fsEdit
  143.     Filter = 
  144.       'Alle Dateien|*.*|Textdateien|*.txt|Word-Dokument|*.doc|WordPro-D' +
  145.       'okument|*.wps|Excel-Tabelle|*.exl|Write-Datei|*.wri|Bitmap|*.bmp'
  146.     Left = 328
  147.   end
  148. end
  149.