home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 April / Chip_1997-04_cd.bin / prezent / cb / data.z / EXPERTS.DLL / 0 / RCDATA / TAPPEXPERT / TAPPEXPERT.txt
Text File  |  1997-01-16  |  10KB  |  434 lines

  1. object AppExpert: TAppExpert
  2.   Left = 218
  3.   Top = 131
  4.   BorderStyle = bsDialog
  5.   Caption = 'Application Wizard'
  6.   ClientHeight = 281
  7.   ClientWidth = 528
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   OnDestroy = FormDestroy
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Sample: TPaintBox
  18.     Left = 4
  19.     Top = 5
  20.     Width = 107
  21.     Height = 72
  22.     OnPaint = SamplePaint
  23.   end
  24.   object CancelBtn: TButton
  25.     Left = 444
  26.     Top = 256
  27.     Width = 77
  28.     Height = 21
  29.     Cancel = True
  30.     Caption = 'Cancel'
  31.     ModalResult = 2
  32.     TabOrder = 3
  33.   end
  34.   object PrevButton: TButton
  35.     Left = 275
  36.     Top = 256
  37.     Width = 77
  38.     Height = 21
  39.     Caption = '< &Back'
  40.     Enabled = False
  41.     TabOrder = 1
  42.     OnClick = NextPrevClick
  43.   end
  44.   object NextButton: TButton
  45.     Left = 352
  46.     Top = 256
  47.     Width = 77
  48.     Height = 21
  49.     Caption = '&Next >'
  50.     Default = True
  51.     TabOrder = 2
  52.     OnClick = NextPrevClick
  53.   end
  54.   object PageControl: TPageControl
  55.     Left = 112
  56.     Top = 4
  57.     Width = 409
  58.     Height = 245
  59.     ActivePage = Menus
  60.     TabOrder = 0
  61.     TabStop = False
  62.     object Menus: TTabSheet
  63.       Caption = 'Menus'
  64.       TabVisible = False
  65.       object Label1: TLabel
  66.         Left = 8
  67.         Top = 7
  68.         Width = 385
  69.         Height = 45
  70.         AutoSize = False
  71.         Caption = 
  72.           'Your application can contain a menu bar by checking one or more ' +
  73.           'of the following standard Windows menus:'
  74.         WordWrap = True
  75.       end
  76.       object Label2: TLabel
  77.         Left = 32
  78.         Top = 59
  79.         Width = 336
  80.         Height = 13
  81.         AutoSize = False
  82.         Caption = 'The file menu contains items such as Open, Save and Exit.'
  83.       end
  84.       object Label3: TLabel
  85.         Left = 32
  86.         Top = 103
  87.         Width = 326
  88.         Height = 13
  89.         AutoSize = False
  90.         Caption = 'The Edit menu contains Undo, Cut, Copy and Paste items'
  91.       end
  92.       object Label4: TLabel
  93.         Left = 32
  94.         Top = 147
  95.         Width = 335
  96.         Height = 29
  97.         AutoSize = False
  98.         Caption = 
  99.           'The Window menu contains window management functions specficiall' +
  100.           'y designed for MDI applications.'
  101.         WordWrap = True
  102.       end
  103.       object Label5: TLabel
  104.         Left = 32
  105.         Top = 201
  106.         Width = 354
  107.         Height = 33
  108.         AutoSize = False
  109.         Caption = 
  110.           'The Help menu provides access to your application'#39's help file, a' +
  111.           's well as an item to show the About box.'
  112.         WordWrap = True
  113.       end
  114.       object cbFileMenu: TCheckBox
  115.         Left = 12
  116.         Top = 39
  117.         Width = 133
  118.         Height = 17
  119.         Caption = '&File menu'
  120.         TabOrder = 0
  121.         OnClick = MenuClicked
  122.       end
  123.       object cbEditMenu: TCheckBox
  124.         Left = 12
  125.         Top = 83
  126.         Width = 133
  127.         Height = 17
  128.         Caption = '&Edit menu'
  129.         TabOrder = 1
  130.         OnClick = MenuClicked
  131.       end
  132.       object cbWindowMenu: TCheckBox
  133.         Left = 12
  134.         Top = 127
  135.         Width = 129
  136.         Height = 17
  137.         Caption = '&Window menu'
  138.         TabOrder = 2
  139.         OnClick = MenuClicked
  140.       end
  141.       object cbHelpMenu: TCheckBox
  142.         Left = 12
  143.         Top = 187
  144.         Width = 97
  145.         Height = 17
  146.         Caption = '&Help menu'
  147.         TabOrder = 3
  148.         OnClick = MenuClicked
  149.       end
  150.     end
  151.     object Extensions: TTabSheet
  152.       Caption = 'Extensions'
  153.       TabVisible = False
  154.       object Label6: TLabel
  155.         Left = 8
  156.         Top = 5
  157.         Width = 385
  158.         Height = 45
  159.         AutoSize = False
  160.         Caption = 
  161.           'The table below allows you to define the file extensions to be u' +
  162.           'sed by the File Open and File Save dialog boxes.  Press Add to c' +
  163.           'reate a new entry in the table.'
  164.         FocusControl = ExtListBox
  165.         WordWrap = True
  166.       end
  167.       object Panel1: TPanel
  168.         Left = 8
  169.         Top = 52
  170.         Width = 313
  171.         Height = 180
  172.         BevelOuter = bvLowered
  173.         Caption = 'Panel1'
  174.         TabOrder = 0
  175.         object ExtHeader: THeader
  176.           Left = 1
  177.           Top = 1
  178.           Width = 311
  179.           Height = 21
  180.           BorderStyle = bsNone
  181.           Font.Color = clBlack
  182.           Font.Height = -11
  183.           Font.Name = 'MS Sans Serif'
  184.           Font.Style = []
  185.           ParentFont = False
  186.           Sections.Sections = (
  187.             #0'150'#0'Description'
  188.             #0'64'#0'Extension')
  189.           TabOrder = 0
  190.           OnSized = HeaderSized
  191.         end
  192.         object ExtListBox: TListBox
  193.           Left = 2
  194.           Top = 22
  195.           Width = 309
  196.           Height = 156
  197.           BorderStyle = bsNone
  198.           Ctl3D = False
  199.           ItemHeight = 16
  200.           ParentCtl3D = False
  201.           Style = lbOwnerDrawFixed
  202.           TabOrder = 1
  203.           OnDrawItem = DrawExtension
  204.         end
  205.       end
  206.       object AddButton: TButton
  207.         Left = 332
  208.         Top = 65
  209.         Width = 65
  210.         Height = 25
  211.         Caption = '&Add'
  212.         TabOrder = 1
  213.         OnClick = AddClick
  214.       end
  215.       object EditButton: TButton
  216.         Left = 332
  217.         Top = 97
  218.         Width = 65
  219.         Height = 25
  220.         Caption = '&Edit'
  221.         TabOrder = 2
  222.         OnClick = EditClick
  223.       end
  224.       object DeleteButton: TButton
  225.         Left = 332
  226.         Top = 129
  227.         Width = 65
  228.         Height = 25
  229.         Caption = '&Delete'
  230.         TabOrder = 3
  231.         OnClick = DeleteClick
  232.       end
  233.       object UpButton: TButton
  234.         Left = 332
  235.         Top = 177
  236.         Width = 65
  237.         Height = 25
  238.         Caption = '&Up'
  239.         TabOrder = 4
  240.         OnClick = MoveClick
  241.       end
  242.       object DownButton: TButton
  243.         Left = 332
  244.         Top = 207
  245.         Width = 65
  246.         Height = 25
  247.         Caption = 'D&own'
  248.         TabOrder = 5
  249.         OnClick = MoveClick
  250.       end
  251.     end
  252.     object Speedbtns: TTabSheet
  253.       Caption = 'Speedbtns'
  254.       TabVisible = False
  255.       object Label7: TLabel
  256.         Left = 6
  257.         Top = 6
  258.         Width = 385
  259.         Height = 45
  260.         AutoSize = False
  261.         Caption = 
  262.           'You can create a speedbar for your application by selecting spee' +
  263.           'd buttons from the Available commands list, and pressing Insert ' +
  264.           'to add them to the speedbar.  Press Space to add spacers.'
  265.         WordWrap = True
  266.       end
  267.       object Speedbar: TPaintBox
  268.         Left = 9
  269.         Top = 51
  270.         Width = 387
  271.         Height = 43
  272.         OnMouseDown = SpeedMouseDown
  273.         OnPaint = SpeedbarPaint
  274.       end
  275.       object Label8: TLabel
  276.         Left = 10
  277.         Top = 102
  278.         Width = 42
  279.         Height = 13
  280.         AutoSize = False
  281.         Caption = '&Menus:'
  282.         FocusControl = MenuList
  283.       end
  284.       object Label9: TLabel
  285.         Left = 138
  286.         Top = 102
  287.         Width = 120
  288.         Height = 13
  289.         AutoSize = False
  290.         Caption = 'Available &commands:'
  291.         FocusControl = MenuItemList
  292.       end
  293.       object MenuList: TListBox
  294.         Left = 10
  295.         Top = 118
  296.         Width = 121
  297.         Height = 113
  298.         ItemHeight = 13
  299.         Items.Strings = (
  300.           'File'
  301.           'Edit'
  302.           'Window'
  303.           'Help')
  304.         TabOrder = 0
  305.         OnClick = MenuListClick
  306.       end
  307.       object MenuItemList: TListBox
  308.         Left = 138
  309.         Top = 118
  310.         Width = 185
  311.         Height = 113
  312.         ItemHeight = 26
  313.         Style = lbOwnerDrawFixed
  314.         TabOrder = 1
  315.         OnDrawItem = DrawMenuItem
  316.       end
  317.       object Button1: TButton
  318.         Left = 330
  319.         Top = 118
  320.         Width = 65
  321.         Height = 25
  322.         Caption = '&Insert'
  323.         TabOrder = 2
  324.         OnClick = InsertClick
  325.       end
  326.       object Button2: TButton
  327.         Left = 330
  328.         Top = 146
  329.         Width = 65
  330.         Height = 25
  331.         Caption = '&Remove'
  332.         TabOrder = 3
  333.         OnClick = RemoveClick
  334.       end
  335.       object Button3: TButton
  336.         Left = 330
  337.         Top = 174
  338.         Width = 65
  339.         Height = 25
  340.         Caption = '&Space'
  341.         TabOrder = 4
  342.         OnClick = SpaceClick
  343.       end
  344.     end
  345.     object AppInfo: TTabSheet
  346.       Caption = 'AppInfo'
  347.       TabVisible = False
  348.       object Label13: TLabel
  349.         Left = 19
  350.         Top = 80
  351.         Width = 274
  352.         Height = 13
  353.         AutoSize = False
  354.         Caption = 'Enter the &path in which to store this application:'
  355.         FocusControl = AppPath
  356.       end
  357.       object Label10: TLabel
  358.         Left = 19
  359.         Top = 28
  360.         Width = 251
  361.         Height = 13
  362.         AutoSize = False
  363.         Caption = 'Enter the &name to assign to this application:'
  364.         FocusControl = AppName
  365.       end
  366.       object Label15: TLabel
  367.         Left = 7
  368.         Top = 8
  369.         Width = 345
  370.         Height = 13
  371.         AutoSize = False
  372.         Caption = 'The Application Wizard is ready to generate your application!'
  373.       end
  374.       object GroupBox1: TGroupBox
  375.         Left = 19
  376.         Top = 124
  377.         Width = 365
  378.         Height = 93
  379.         Caption = 'Options'
  380.         TabOrder = 3
  381.         object cbMDIApp: TCheckBox
  382.           Left = 12
  383.           Top = 20
  384.           Width = 257
  385.           Height = 17
  386.           Caption = 'Create &MDI application'
  387.           TabOrder = 0
  388.         end
  389.         object cbStatusLine: TCheckBox
  390.           Left = 12
  391.           Top = 44
  392.           Width = 237
  393.           Height = 17
  394.           Caption = 'Create a &status line'
  395.           TabOrder = 1
  396.         end
  397.         object cbHints: TCheckBox
  398.           Left = 12
  399.           Top = 68
  400.           Width = 253
  401.           Height = 17
  402.           Caption = 'Enable &hints'
  403.           TabOrder = 2
  404.         end
  405.       end
  406.       object AppPath: TEdit
  407.         Left = 19
  408.         Top = 96
  409.         Width = 273
  410.         Height = 21
  411.         TabOrder = 1
  412.         Text = 'AppPath'
  413.       end
  414.       object PathBrowse: TButton
  415.         Left = 303
  416.         Top = 94
  417.         Width = 81
  418.         Height = 25
  419.         Caption = 'Browse...'
  420.         TabOrder = 2
  421.         OnClick = BrowseClick
  422.       end
  423.       object AppName: TEdit
  424.         Left = 19
  425.         Top = 44
  426.         Width = 270
  427.         Height = 21
  428.         TabOrder = 0
  429.         Text = 'AppName'
  430.       end
  431.     end
  432.   end
  433. end
  434.