home *** CD-ROM | disk | FTP | other *** search
/ WDR Computer Club Digital 1996 October / CLUB10_96.BIN / share95 / 95kalend / kalender.exe / 0 / RCDATA / TPICFORM1 / TPICFORM1.txt
Text File  |  1996-06-23  |  5KB  |  240 lines

  1. object PicForm1: TPicForm1
  2.   Left = 37
  3.   Top = 109
  4.   Width = 567
  5.   Height = 345
  6.   ActiveControl = FileEdit
  7.   Caption = 'Grafik einf∩┐╜gen'
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   OnCreate = FormCreate
  13.   PixelsPerInch = 96
  14.   TextHeight = 16
  15.   object Label1: TLabel
  16.     Left = 8
  17.     Top = 2
  18.     Width = 69
  19.     Height = 16
  20.     Caption = '&Dateiname:'
  21.     FocusControl = FileEdit
  22.     Font.Color = clBlack
  23.     Font.Height = -13
  24.     Font.Name = 'MS Sans Serif'
  25.     Font.Style = []
  26.     ParentFont = False
  27.   end
  28.   object Label2: TLabel
  29.     Left = 160
  30.     Top = 4
  31.     Width = 87
  32.     Height = 16
  33.     Caption = '&Verzeichnisse:'
  34.     FocusControl = DirectoryListBox1
  35.     Font.Color = clBlack
  36.     Font.Height = -13
  37.     Font.Name = 'MS Sans Serif'
  38.     Font.Style = []
  39.     ParentFont = False
  40.   end
  41.   object Label3: TLabel
  42.     Left = 160
  43.     Top = 26
  44.     Width = 149
  45.     Height = 16
  46.     AutoSize = False
  47.     Caption = ' '
  48.     Font.Color = clBlack
  49.     Font.Height = -13
  50.     Font.Name = 'MS Sans Serif'
  51.     Font.Style = []
  52.     ParentFont = False
  53.   end
  54.   object Label4: TLabel
  55.     Left = 160
  56.     Top = 226
  57.     Width = 64
  58.     Height = 16
  59.     Caption = '&Laufwerke:'
  60.     FocusControl = DriveComboBox1
  61.     Font.Color = clBlack
  62.     Font.Height = -13
  63.     Font.Name = 'MS Sans Serif'
  64.     Font.Style = []
  65.     ParentFont = False
  66.   end
  67.   object Label5: TLabel
  68.     Left = 8
  69.     Top = 267
  70.     Width = 50
  71.     Height = 16
  72.     Caption = 'Dateit&yp'
  73.     FocusControl = FilterComboBox1
  74.     Font.Color = clBlack
  75.     Font.Height = -13
  76.     Font.Name = 'MS Sans Serif'
  77.     Font.Style = []
  78.     ParentFont = False
  79.   end
  80.   object FileEdit: TEdit
  81.     Left = 6
  82.     Top = 23
  83.     Width = 139
  84.     Height = 24
  85.     Font.Color = clBlack
  86.     Font.Height = -13
  87.     Font.Name = 'MS Sans Serif'
  88.     Font.Style = []
  89.     ParentFont = False
  90.     TabOrder = 0
  91.     Text = '*.bmp;*.wmf;'
  92.   end
  93.   object FileListBox1: TFileListBox
  94.     Left = 6
  95.     Top = 51
  96.     Width = 139
  97.     Height = 214
  98.     FileEdit = FileEdit
  99.     Font.Color = clBlack
  100.     Font.Height = -13
  101.     Font.Name = 'MS Sans Serif'
  102.     Font.Style = []
  103.     ItemHeight = 16
  104.     Mask = '*.bmp;*.wmf;'
  105.     ParentFont = False
  106.     ShowGlyphs = True
  107.     TabOrder = 1
  108.     OnClick = FileListBox1Click
  109.     OnDblClick = FileListBox1DblClick
  110.   end
  111.   object FilterComboBox1: TFilterComboBox
  112.     Left = 6
  113.     Top = 285
  114.     Width = 304
  115.     Height = 24
  116.     FileList = FileListBox1
  117.     Filter = 
  118.       'Image Files (*.bmp, *.wmf)|*.bmp;*.wmf;|Bitmap Files (*.bmp)|*.b' +
  119.       'mp|Metafiles (*.wmf)|*.wmf;'
  120.     Font.Color = clBlack
  121.     Font.Height = -13
  122.     Font.Name = 'MS Sans Serif'
  123.     Font.Style = []
  124.     ParentFont = False
  125.     TabOrder = 2
  126.   end
  127.   object DirectoryListBox1: TDirectoryListBox
  128.     Left = 160
  129.     Top = 48
  130.     Width = 148
  131.     Height = 164
  132.     FileList = FileListBox1
  133.     Font.Color = clBlack
  134.     Font.Height = -13
  135.     Font.Name = 'MS Sans Serif'
  136.     Font.Style = []
  137.     IntegralHeight = True
  138.     ItemHeight = 16
  139.     ParentFont = False
  140.     TabOrder = 3
  141.     OnChange = DirectoryListBox1Change
  142.   end
  143.   object DriveComboBox1: TDriveComboBox
  144.     Left = 161
  145.     Top = 244
  146.     Width = 148
  147.     Height = 22
  148.     DirList = DirectoryListBox1
  149.     Font.Color = clBlack
  150.     Font.Height = -13
  151.     Font.Name = 'MS Sans Serif'
  152.     Font.Style = []
  153.     ParentFont = False
  154.     TabOrder = 4
  155.   end
  156.   object GroupBox1: TGroupBox
  157.     Left = 320
  158.     Top = 7
  159.     Width = 233
  160.     Height = 222
  161.     Caption = 'Vorschau'
  162.     Font.Color = clBlack
  163.     Font.Height = -13
  164.     Font.Name = 'MS Sans Serif'
  165.     Font.Style = []
  166.     ParentFont = False
  167.     TabOrder = 5
  168.     object Image1: TImage
  169.       Left = 8
  170.       Top = 16
  171.       Width = 218
  172.       Height = 198
  173.     end
  174.   end
  175.   object StretchCheck: TCheckBox
  176.     Left = 325
  177.     Top = 250
  178.     Width = 64
  179.     Height = 17
  180.     Caption = '&Stretch'
  181.     Font.Color = clBlack
  182.     Font.Height = -13
  183.     Font.Name = 'MS Sans Serif'
  184.     Font.Style = []
  185.     ParentFont = False
  186.     TabOrder = 6
  187.     OnClick = StretchCheckClick
  188.   end
  189.   object vs: TCheckBox
  190.     Left = 325
  191.     Top = 282
  192.     Width = 148
  193.     Height = 17
  194.     Caption = 'V&orschau'
  195.     Font.Color = clBlack
  196.     Font.Height = -13
  197.     Font.Name = 'MS Sans Serif'
  198.     Font.Style = []
  199.     ParentFont = False
  200.     State = cbChecked
  201.     TabOrder = 7
  202.     OnClick = vsClick
  203.   end
  204.   object OKBtn: TBitBtn
  205.     Left = 476
  206.     Top = 243
  207.     Width = 77
  208.     Height = 27
  209.     Font.Color = clBlack
  210.     Font.Height = -13
  211.     Font.Name = 'MS Sans Serif'
  212.     Font.Style = []
  213.     ParentFont = False
  214.     TabOrder = 8
  215.     OnClick = BitBtn1Click
  216.     Kind = bkOK
  217.     Margin = 2
  218.     Spacing = -1
  219.     IsControl = True
  220.   end
  221.   object CancelBtn: TBitBtn
  222.     Left = 476
  223.     Top = 280
  224.     Width = 77
  225.     Height = 27
  226.     Caption = 'Abbruch'
  227.     Font.Color = clBlack
  228.     Font.Height = -13
  229.     Font.Name = 'MS Sans Serif'
  230.     Font.Style = []
  231.     ParentFont = False
  232.     TabOrder = 9
  233.     OnClick = BitBtn2Click
  234.     Kind = bkCancel
  235.     Margin = 2
  236.     Spacing = -1
  237.     IsControl = True
  238.   end
  239. end
  240.