home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 October A / Pcwk10a98.iso / Inprise / TRIAL / JBUILDER / JRUNTIME.Z / jbuilder.exe / 0 / RCDATA / TSAVEFILESFORM / TSAVEFILESFORM.txt
Text File  |  1998-05-08  |  2KB  |  93 lines

  1. object SaveFilesForm: TSaveFilesForm
  2.   Left = 200
  3.   Top = 107
  4.   Width = 400
  5.   Height = 300
  6.   BorderIcons = [biSystemMenu]
  7.   Caption = 'Save Modified Files'
  8.   ParentFont = True
  9.   FormStyle = fsStayOnTop
  10.   Position = poScreenCenter
  11.   Scaled = False
  12.   OnCreate = FormCreate
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Panel1: TPanel
  16.     Left = 0
  17.     Top = 242
  18.     Width = 392
  19.     Height = 31
  20.     Align = alBottom
  21.     BevelOuter = bvNone
  22.     TabOrder = 1
  23.     object Button1: TButton
  24.       Left = 8
  25.       Top = 0
  26.       Width = 89
  27.       Height = 25
  28.       Caption = 'Select &All'
  29.       TabOrder = 0
  30.       OnClick = Button1Click
  31.     end
  32.     object Button2: TButton
  33.       Left = 104
  34.       Top = 0
  35.       Width = 89
  36.       Height = 25
  37.       Caption = 'Select &None'
  38.       TabOrder = 1
  39.       OnClick = Button2Click
  40.     end
  41.     object Panel2: TPanel
  42.       Left = 200
  43.       Top = 0
  44.       Width = 192
  45.       Height = 31
  46.       Align = alRight
  47.       Alignment = taRightJustify
  48.       BevelOuter = bvNone
  49.       TabOrder = 2
  50.       object Button3: TButton
  51.         Left = 0
  52.         Top = 0
  53.         Width = 89
  54.         Height = 25
  55.         Caption = 'OK'
  56.         Default = True
  57.         ModalResult = 1
  58.         TabOrder = 0
  59.       end
  60.       object Button4: TButton
  61.         Left = 96
  62.         Top = 0
  63.         Width = 89
  64.         Height = 25
  65.         Cancel = True
  66.         Caption = 'Cancel'
  67.         ModalResult = 2
  68.         TabOrder = 1
  69.       end
  70.     end
  71.   end
  72.   object Panel3: TPanel
  73.     Left = 0
  74.     Top = 0
  75.     Width = 392
  76.     Height = 242
  77.     Align = alClient
  78.     BevelOuter = bvNone
  79.     BorderWidth = 8
  80.     Caption = 'Panel3'
  81.     TabOrder = 0
  82.     object CheckListBox1: TCheckListBox
  83.       Left = 8
  84.       Top = 8
  85.       Width = 376
  86.       Height = 226
  87.       Align = alClient
  88.       ItemHeight = 13
  89.       TabOrder = 0
  90.     end
  91.   end
  92. end
  93.