home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 July / Chip_1997-07_cd.bin / sharewar / delphi / ssexp / ssexpert.dll / RCDATA / TAPPEXPERT / TAPPEXPERT.txt < prev   
Text File  |  1996-09-02  |  4KB  |  191 lines

  1. object AppExpert: TAppExpert
  2.   Left = 185
  3.   Top = 198
  4.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Screen Saver Expert'
  7.   ClientHeight = 223
  8.   ClientWidth = 515
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnClose = FormClose
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Image1: TImage
  21.     Left = 0
  22.     Top = 0
  23.     Width = 201
  24.     Height = 185
  25.     Picture.Data = {<image000.bmp>}
  26.   end
  27.   object Label3: TLabel
  28.     Left = 16
  29.     Top = 200
  30.     Width = 137
  31.     Height = 13
  32.     Caption = 'Copyright ∩┐╜ 1996 JP Ritchey'
  33.   end
  34.   object PageControl1: TPageControl
  35.     Left = 217
  36.     Top = 4
  37.     Width = 289
  38.     Height = 181
  39.     ActivePage = tsApplication
  40.     TabOrder = 0
  41.     OnChange = PageControl1Change
  42.     object tsApplication: TTabSheet
  43.       Caption = 'Application'
  44.       TabVisible = False
  45.       object Label1: TLabel
  46.         Left = 8
  47.         Top = 24
  48.         Width = 77
  49.         Height = 13
  50.         Caption = 'Application &Path'
  51.         FocusControl = AppPath
  52.       end
  53.       object TLabel
  54.         Left = 8
  55.         Top = 96
  56.         Width = 83
  57.         Height = 13
  58.         Caption = '&Application Name'
  59.         FocusControl = AppName
  60.       end
  61.       object AppPath: TEdit
  62.         Left = 8
  63.         Top = 40
  64.         Width = 265
  65.         Height = 21
  66.         TabOrder = 0
  67.         OnChange = AppPathChange
  68.         OnDblClick = sbBrowsePathClick
  69.       end
  70.       object AppName: TEdit
  71.         Left = 8
  72.         Top = 112
  73.         Width = 265
  74.         Height = 21
  75.         TabOrder = 1
  76.         OnChange = AppPathChange
  77.       end
  78.       object sbBrowsePath: TButton
  79.         Left = 200
  80.         Top = 69
  81.         Width = 75
  82.         Height = 25
  83.         Caption = '&Browse'
  84.         TabOrder = 2
  85.         OnClick = sbBrowsePathClick
  86.       end
  87.     end
  88.     object tsMainForm: TTabSheet
  89.       Caption = 'Forms'
  90.       TabVisible = False
  91.       object TLabel
  92.         Left = 16
  93.         Top = 16
  94.         Width = 203
  95.         Height = 13
  96.         Caption = 'Main Form (this form will always be created)'
  97.       end
  98.       object Bevel1: TBevel
  99.         Left = 24
  100.         Top = 72
  101.         Width = 241
  102.         Height = 9
  103.         Shape = bsTopLine
  104.       end
  105.       object Label2: TLabel
  106.         Left = 16
  107.         Top = 96
  108.         Width = 241
  109.         Height = 33
  110.         AutoSize = False
  111.         Caption = 
  112.           'Configuration Dialog.  This form will be generated only if the c' +
  113.           'heck box below is checked.'
  114.       end
  115.       object cbGenIdle: TCheckBox
  116.         Left = 16
  117.         Top = 40
  118.         Width = 169
  119.         Height = 17
  120.         Caption = 'Generate Idle event handler'
  121.         TabOrder = 0
  122.       end
  123.       object cbGenConfig: TCheckBox
  124.         Left = 16
  125.         Top = 136
  126.         Width = 177
  127.         Height = 17
  128.         Caption = 'Generate Configuration Dialog'
  129.         TabOrder = 1
  130.       end
  131.     end
  132.   end
  133.   object btnGenerate: TButton
  134.     Left = 256
  135.     Top = 192
  136.     Width = 75
  137.     Height = 25
  138.     Caption = '&Next >>'
  139.     Default = True
  140.     Enabled = False
  141.     TabOrder = 1
  142.     OnClick = btnGenerateClick
  143.   end
  144.   object btnCancel: TButton
  145.     Left = 432
  146.     Top = 192
  147.     Width = 75
  148.     Height = 25
  149.     Cancel = True
  150.     Caption = '&Cancel'
  151.     ModalResult = 2
  152.     TabOrder = 2
  153.   end
  154.   object Panel1: TPanel
  155.     Left = 24
  156.     Top = 21
  157.     Width = 154
  158.     Height = 114
  159.     BevelOuter = bvNone
  160.     Caption = 'Screen Saver'
  161.     TabOrder = 3
  162.   end
  163.   object btnBack: TButton
  164.     Left = 168
  165.     Top = 192
  166.     Width = 75
  167.     Height = 25
  168.     Caption = '<< &Back'
  169.     Enabled = False
  170.     TabOrder = 4
  171.     OnClick = btnBackClick
  172.   end
  173.   object Button1: TButton
  174.     Left = 344
  175.     Top = 192
  176.     Width = 75
  177.     Height = 25
  178.     HelpContext = 4
  179.     Caption = 'Help'
  180.     TabOrder = 5
  181.     OnClick = Button1Click
  182.   end
  183.   object EnhOpenDialog1: TEnhOpenDialog
  184.     FileEditStyle = fsEdit
  185.     Options = [ofHideReadOnly]
  186.     OnInitDone = EnhOpenDialog1InitDone
  187.     Left = 20
  188.     Top = 160
  189.   end
  190. end
  191.