home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 September / Chip_2001-09_cd1.bin / sharewar / picmaster / picmaster.exe / PicMaster.exe / 0 / RCDATA / TBATCHWINDOWFORM / TBATCHWINDOWFORM.txt
Encoding:
Text File  |  2001-05-24  |  2.2 KB  |  91 lines

  1. object batchwindowform: Tbatchwindowform
  2.   Left = 601
  3.   Top = 363
  4.   Width = 188
  5.   Height = 192
  6.   BorderIcons = [biSystemMenu, biMinimize]
  7.   Caption = 'Batch'
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = False
  16.   ShowHint = True
  17.   OnClose = FormClose
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object PageControl1: TPageControl
  21.     Left = 0
  22.     Top = 0
  23.     Width = 180
  24.     Height = 165
  25.     ActivePage = BatchTabSheet
  26.     Align = alClient
  27.     TabOrder = 0
  28.     object HistoryTabSheet: TTabSheet
  29.       Caption = 'History'
  30.       object Panel1: TPanel
  31.         Left = 0
  32.         Top = 116
  33.         Width = 172
  34.         Height = 21
  35.         Align = alBottom
  36.         TabOrder = 0
  37.         OnResize = Panel1Resize
  38.         object Edit1: TEdit
  39.           Left = 0
  40.           Top = 0
  41.           Width = 121
  42.           Height = 21
  43.           Hint = 
  44.             'Hier k∩┐╜nnen Sie Aktionen selber eingeben. Dr∩┐╜cken Sie'#13#10'Enter ode' +
  45.             'r doppelklicken Sie mit der Maus, um sie auszuf∩┐╜hren.'
  46.           TabOrder = 0
  47.           OnKeyDown = Edit1KeyDown
  48.         end
  49.       end
  50.       object TextListBox1: TTextListBox
  51.         Left = 0
  52.         Top = 0
  53.         Width = 172
  54.         Height = 116
  55.         Hint = 'Hier sehen Sie die zuletzt ausgef∩┐╜hrten Aktionen.'
  56.         Align = alClient
  57.         ItemHeight = 13
  58.         TabOrder = 1
  59.         OnClick = TextListBox1Click
  60.         OnDblClick = TextListBox1DblClick
  61.       end
  62.     end
  63.     object BatchTabSheet: TTabSheet
  64.       Caption = 'Batch'
  65.       ImageIndex = 1
  66.       inline batchlistFrame1: TbatchlistFrame
  67.         Width = 172
  68.         Height = 137
  69.         Align = alClient
  70.         inherited FileListBox1: TFileListBox
  71.           Width = 172
  72.           Height = 98
  73.         end
  74.         inherited Panel2: TPanel
  75.           Top = 98
  76.           Width = 172
  77.         end
  78.       end
  79.     end
  80.   end
  81.   object tformstorage11: tformstorage1
  82.     IniFileName = '\software\PicMaster\storage'
  83.     UseRegistry = True
  84.     StoredProps.Strings = (
  85.       'PageControl1.ActivePage')
  86.     StoredValues = <>
  87.     AllwaysSave = True
  88.     Left = 140
  89.   end
  90. end
  91.