home *** CD-ROM | disk | FTP | other *** search
/ PC World 2003 February / PCWorld_2003-02_cd.bin / Software / Topware / devpascal / devpas.exe / 0 / RCDATA / TSETUPCREATORWINDOW / TSETUPCREATORWINDOW.txt < prev   
Text File  |  2002-07-15  |  23KB  |  810 lines

  1. object SetupCreatorWindow: TSetupCreatorWindow
  2.   Left = 192
  3.   Top = 107
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   BorderIcons = [biSystemMenu, biMinimize]
  7.   BorderStyle = bsSingle
  8.   Caption = 'Setup Creator'
  9.   ClientHeight = 454
  10.   ClientWidth = 609
  11.   Color = clBtnFace
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -14
  15.   Font.Name = 'MS Sans Serif'
  16.   Font.Style = []
  17.   FormStyle = fsStayOnTop
  18.   Icon.Data = {<image000.ico>}
  19.   OldCreateOrder = False
  20.   Position = poScreenCenter
  21.   OnCreate = FormCreate
  22.   OnDeactivate = FormDeactivate
  23.   OnShow = FormShow
  24.   PixelsPerInch = 120
  25.   TextHeight = 16
  26.   object Bevel1: TBevel
  27.     Left = 10
  28.     Top = 389
  29.     Width = 592
  30.     Height = 11
  31.     Shape = bsBottomLine
  32.   end
  33.   object BackBtn: TButton
  34.     Left = 399
  35.     Top = 416
  36.     Width = 102
  37.     Height = 31
  38.     Caption = '< &Back'
  39.     Enabled = False
  40.     TabOrder = 1
  41.     OnClick = BackBtnClick
  42.   end
  43.   object NextBtn: TButton
  44.     Left = 507
  45.     Top = 416
  46.     Width = 97
  47.     Height = 31
  48.     Caption = '&Next >'
  49.     Default = True
  50.     TabOrder = 2
  51.     OnClick = NextBtnClick
  52.   end
  53.   object Notebook: TNotebook
  54.     Left = 177
  55.     Top = 47
  56.     Width = 425
  57.     Height = 336
  58.     TabOrder = 0
  59.     OnPageChanged = NotebookPageChanged
  60.     object TPage
  61.       Left = 0
  62.       Top = 0
  63.       Caption = 'AppInfo'
  64.       object Label4: TLabel
  65.         Left = 5
  66.         Top = 5
  67.         Width = 305
  68.         Height = 32
  69.         Caption = 
  70.           'First, we need to know a little about your application.'#13#10'We can ' +
  71.           'gather this information in one of two ways.'
  72.       end
  73.       object Label5: TLabel
  74.         Left = 17
  75.         Top = 57
  76.         Width = 233
  77.         Height = 16
  78.         Caption = '1:  You may enter the information below.'
  79.       end
  80.       object Label6: TLabel
  81.         Left = 17
  82.         Top = 74
  83.         Width = 99
  84.         Height = 16
  85.         Caption = '2:  You may click'
  86.       end
  87.       object Label7: TLabel
  88.         Left = 172
  89.         Top = 74
  90.         Width = 225
  91.         Height = 32
  92.         Caption = 'and we will try to gather the information'#13#10'automatically.'
  93.       end
  94.       object Label8: TLabel
  95.         Left = 2
  96.         Top = 123
  97.         Width = 99
  98.         Height = 16
  99.         Caption = 'Application &Title:'
  100.         FocusControl = AppTitle
  101.       end
  102.       object Label9: TLabel
  103.         Left = 2
  104.         Top = 153
  105.         Width = 49
  106.         Height = 16
  107.         Caption = '&Version:'
  108.         FocusControl = Version
  109.       end
  110.       object Label10: TLabel
  111.         Left = 2
  112.         Top = 185
  113.         Width = 99
  114.         Height = 16
  115.         Caption = 'Application &EXE:'
  116.         FocusControl = AppExe
  117.       end
  118.       object Label18: TLabel
  119.         Left = 2
  120.         Top = 239
  121.         Width = 101
  122.         Height = 16
  123.         Caption = '&Company Name:'
  124.       end
  125.       object BrowseInfo: TButton
  126.         Left = 123
  127.         Top = 74
  128.         Width = 46
  129.         Height = 21
  130.         Caption = 'here'
  131.         TabOrder = 0
  132.         OnClick = BrowseInfoClick
  133.       end
  134.       object AppTitle: TEdit
  135.         Left = 118
  136.         Top = 118
  137.         Width = 277
  138.         Height = 24
  139.         TabOrder = 1
  140.         OnChange = AppTitleChange
  141.       end
  142.       object Version: TEdit
  143.         Left = 118
  144.         Top = 148
  145.         Width = 277
  146.         Height = 24
  147.         TabOrder = 2
  148.         Text = '1.0'
  149.       end
  150.       object AppExe: TEdit
  151.         Left = 118
  152.         Top = 180
  153.         Width = 277
  154.         Height = 24
  155.         TabOrder = 3
  156.       end
  157.       object CompanyName: TEdit
  158.         Left = 118
  159.         Top = 234
  160.         Width = 277
  161.         Height = 24
  162.         TabOrder = 4
  163.         OnChange = CompanyNameChange
  164.       end
  165.     end
  166.     object TPage
  167.       Left = 0
  168.       Top = 0
  169.       Caption = 'VisualInfo'
  170.       object Label11: TLabel
  171.         Left = 2
  172.         Top = 2
  173.         Width = 337
  174.         Height = 32
  175.         Caption = 
  176.           'You must now set options for the visual or "look and feel" aspec' +
  177.           't of the setup program.'
  178.         WordWrap = True
  179.       end
  180.       object Label12: TLabel
  181.         Left = 5
  182.         Top = 54
  183.         Width = 188
  184.         Height = 16
  185.         Caption = 'Background gradient color:'
  186.         Font.Charset = DEFAULT_CHARSET
  187.         Font.Color = clWindowText
  188.         Font.Height = -15
  189.         Font.Name = 'MS Sans Serif'
  190.         Font.Style = [fsBold]
  191.         ParentFont = False
  192.       end
  193.       object Label14: TLabel
  194.         Left = 5
  195.         Top = 190
  196.         Width = 74
  197.         Height = 16
  198.         Caption = '&Language:'
  199.         Font.Charset = DEFAULT_CHARSET
  200.         Font.Color = clWindowText
  201.         Font.Height = -15
  202.         Font.Name = 'MS Sans Serif'
  203.         Font.Style = [fsBold]
  204.         ParentFont = False
  205.       end
  206.       object Label15: TLabel
  207.         Left = 5
  208.         Top = 251
  209.         Width = 36
  210.         Height = 16
  211.         Caption = '&Title:'
  212.         FocusControl = Title
  213.         Font.Charset = DEFAULT_CHARSET
  214.         Font.Color = clWindowText
  215.         Font.Height = -15
  216.         Font.Name = 'MS Sans Serif'
  217.         Font.Style = [fsBold]
  218.         ParentFont = False
  219.       end
  220.       object RadioButton1: TRadioButton
  221.         Left = 32
  222.         Top = 81
  223.         Width = 139
  224.         Height = 21
  225.         Caption = 'Blue'
  226.         Checked = True
  227.         TabOrder = 0
  228.         TabStop = True
  229.       end
  230.       object RadioButton2: TRadioButton
  231.         Left = 32
  232.         Top = 101
  233.         Width = 139
  234.         Height = 21
  235.         Caption = 'Green'
  236.         TabOrder = 1
  237.       end
  238.       object RadioButton3: TRadioButton
  239.         Left = 32
  240.         Top = 121
  241.         Width = 139
  242.         Height = 21
  243.         Caption = 'Yellow'
  244.         TabOrder = 2
  245.       end
  246.       object RadioButton4: TRadioButton
  247.         Left = 32
  248.         Top = 140
  249.         Width = 139
  250.         Height = 21
  251.         Caption = 'Red'
  252.         TabOrder = 3
  253.       end
  254.       object LangBox: TComboBox
  255.         Left = 84
  256.         Top = 185
  257.         Width = 104
  258.         Height = 24
  259.         ItemHeight = 16
  260.         Sorted = True
  261.         TabOrder = 4
  262.         Text = 'English'
  263.         Items.Strings = (
  264.           'Dutch'
  265.           'English'
  266.           'French'
  267.           'German'
  268.           'Indonesian'
  269.           'Spanish')
  270.       end
  271.       object Title: TEdit
  272.         Left = 59
  273.         Top = 246
  274.         Width = 336
  275.         Height = 21
  276.         TabOrder = 5
  277.         Text = 'Setup'
  278.       end
  279.     end
  280.     object TPage
  281.       Left = 0
  282.       Top = 0
  283.       Caption = 'DialogInfo'
  284.       object Label16: TLabel
  285.         Left = 0
  286.         Top = 5
  287.         Width = 59
  288.         Height = 16
  289.         Caption = 'Dialogs:'
  290.         Font.Charset = DEFAULT_CHARSET
  291.         Font.Color = clWindowText
  292.         Font.Height = -15
  293.         Font.Name = 'MS Sans Serif'
  294.         Font.Style = [fsBold]
  295.         ParentFont = False
  296.       end
  297.       object Label17: TLabel
  298.         Left = 0
  299.         Top = 105
  300.         Width = 164
  301.         Height = 16
  302.         Caption = 'Default install directory:'
  303.         Font.Charset = DEFAULT_CHARSET
  304.         Font.Color = clWindowText
  305.         Font.Height = -15
  306.         Font.Name = 'MS Sans Serif'
  307.         Font.Style = [fsBold]
  308.         ParentFont = False
  309.       end
  310.       object Label22: TLabel
  311.         Left = 0
  312.         Top = 140
  313.         Width = 207
  314.         Height = 16
  315.         Caption = 'End-User License Agreement:'
  316.         Font.Charset = DEFAULT_CHARSET
  317.         Font.Color = clWindowText
  318.         Font.Height = -15
  319.         Font.Name = 'MS Sans Serif'
  320.         Font.Style = [fsBold]
  321.         ParentFont = False
  322.       end
  323.       object CheckBox1: TCheckBox
  324.         Left = 17
  325.         Top = 22
  326.         Width = 198
  327.         Height = 21
  328.         Caption = 'Choose Destination Location'
  329.         Checked = True
  330.         State = cbChecked
  331.         TabOrder = 0
  332.       end
  333.       object CheckBox2: TCheckBox
  334.         Left = 17
  335.         Top = 44
  336.         Width = 120
  337.         Height = 21
  338.         Caption = 'Welcome'
  339.         Checked = True
  340.         State = cbChecked
  341.         TabOrder = 1
  342.       end
  343.       object CheckBox3: TCheckBox
  344.         Left = 17
  345.         Top = 66
  346.         Width = 201
  347.         Height = 21
  348.         Caption = 'End-User License Agreement'
  349.         Checked = True
  350.         State = cbChecked
  351.         TabOrder = 2
  352.         OnExit = CheckBox3Exit
  353.         OnMouseMove = CheckBox3MouseMove
  354.       end
  355.       object DefaultDir: TEdit
  356.         Left = 177
  357.         Top = 98
  358.         Width = 218
  359.         Height = 26
  360.         AutoSize = False
  361.         TabOrder = 3
  362.       end
  363.       object Memo: TMemo
  364.         Left = 0
  365.         Top = 158
  366.         Width = 395
  367.         Height = 178
  368.         TabOrder = 4
  369.         WantTabs = True
  370.         WordWrap = False
  371.       end
  372.     end
  373.     object TPage
  374.       Left = 0
  375.       Top = 0
  376.       Caption = 'FileInfo'
  377.       object Label19: TLabel
  378.         Left = 5
  379.         Top = 38
  380.         Width = 40
  381.         Height = 16
  382.         Caption = '&Group:'
  383.         Font.Charset = DEFAULT_CHARSET
  384.         Font.Color = clNavy
  385.         Font.Height = -15
  386.         Font.Name = 'MS Sans Serif'
  387.         Font.Style = []
  388.         ParentFont = False
  389.       end
  390.       object Label20: TLabel
  391.         Left = 209
  392.         Top = 38
  393.         Width = 32
  394.         Height = 16
  395.         Caption = '&Files:'
  396.         Font.Charset = DEFAULT_CHARSET
  397.         Font.Color = clNavy
  398.         Font.Height = -15
  399.         Font.Name = 'MS Sans Serif'
  400.         Font.Style = []
  401.         ParentFont = False
  402.       end
  403.       object Label1: TLabel
  404.         Left = 0
  405.         Top = 0
  406.         Width = 353
  407.         Height = 48
  408.         Caption = 
  409.           'You now need to add the files you want to install during setup. ' +
  410.           'Right-click on the group or files box for properties and removal' +
  411.           '.'
  412.         WordWrap = True
  413.       end
  414.       object GroupBox: TListBox
  415.         Left = 0
  416.         Top = 59
  417.         Width = 204
  418.         Height = 238
  419.         ItemHeight = 16
  420.         Items.Strings = (
  421.           'Program Files')
  422.         PopupMenu = PopupMenu
  423.         TabOrder = 0
  424.         OnClick = GroupBoxClick
  425.         OnKeyDown = GroupBoxKeyDown
  426.       end
  427.       object FilesBox: TListBox
  428.         Left = 212
  429.         Top = 59
  430.         Width = 204
  431.         Height = 238
  432.         ItemHeight = 13
  433.         TabOrder = 1
  434.         OnClick = FilesBoxClick
  435.         OnKeyDown = FilesBoxKeyDown
  436.       end
  437.       object PropertiesBtn: TBitBtn
  438.         Left = 212
  439.         Top = 305
  440.         Width = 98
  441.         Height = 31
  442.         Caption = '&Properties'
  443.         TabOrder = 2
  444.         OnClick = PropertiesBoxItemClick
  445.         Glyph.Data = {
  446.           76010000424D7601000000000000760000002800000020000000100000000100
  447.           04000000000000010000120B0000120B00001000000000000000000000000000
  448.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  449.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333300333
  450.           33333333333773FF333333333330F0033333333333373773FF333333330FFFF0
  451.           03333333337F333773FF3333330FFFFFF003333333733FF33773333330FF00FF
  452.           FF80333337F3773F3337333330FFFF0FFFF03FFFF7FFF3733F3700000000FFFF
  453.           0FF0777777773FF373370000000000FFFFF07FFFFFF377FFF3370CCCCC000000
  454.           FF037777773337773F7300CCC000003300307F77733337F37737000C00000033
  455.           33307F373333F7F333370000007B703333307FFFF337F7F33337099900BBB033
  456.           33307777F37777FF33370999007B700333037777F3373773FF73099900000030
  457.           00337777FFFFF7F7773300000000003333337777777777333333}
  458.         NumGlyphs = 2
  459.       end
  460.       object RemoveBtn: TBitBtn
  461.         Left = 318
  462.         Top = 305
  463.         Width = 98
  464.         Height = 31
  465.         Caption = '&Remove'
  466.         TabOrder = 3
  467.         OnClick = RemoveBoxItemClick
  468.         Glyph.Data = {
  469.           76010000424D7601000000000000760000002800000020000000100000000100
  470.           04000000000000010000130B0000130B00001000000000000000000000000000
  471.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  472.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  473.           333333333333333333FF33333333333330003333333333333777333333333333
  474.           300033FFFFFF3333377739999993333333333777777F3333333F399999933333
  475.           3300377777733333337733333333333333003333333333333377333333333333
  476.           3333333333333333333F333333333333330033333F33333333773333C3333333
  477.           330033337F3333333377333CC3333333333333F77FFFFFFF3FF33CCCCCCCCCC3
  478.           993337777777777F77F33CCCCCCCCCC399333777777777737733333CC3333333
  479.           333333377F33333333FF3333C333333330003333733333333777333333333333
  480.           3000333333333333377733333333333333333333333333333333}
  481.         NumGlyphs = 2
  482.       end
  483.       object NewGroupBtn: TBitBtn
  484.         Left = 0
  485.         Top = 305
  486.         Width = 100
  487.         Height = 31
  488.         Caption = '&New Group'
  489.         TabOrder = 4
  490.         OnClick = NewGroupBtnClick
  491.         Glyph.Data = {
  492.           76010000424D7601000000000000760000002800000020000000100000000100
  493.           04000000000000010000120B0000120B00001000000000000000000000000000
  494.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  495.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF003FF0000000F0
  496.           000033F77777773777773FFF0CCC0FF09990333F73F37337F33733FFF0C0FFF0
  497.           99903333F7373337F337333FFF0FFFF0999033333F73FFF7FFF73333FFF000F0
  498.           0000333333F77737777733333F07B70FFFFF3333337F337F33333333330BBB0F
  499.           FFFF3333337F337F333333333307B70FFFFF33333373FF733F333333333000FF
  500.           0FFF3333333777337FF3333333333FF000FF33FFFFF3333777FF300000333300
  501.           000F377777F33377777F30EEE0333000000037F337F33777777730EEE0333330
  502.           00FF37F337F3333777F330EEE033333000FF37FFF7F3333777F3300000333330
  503.           00FF3777773333F77733333333333000033F3333333337777333}
  504.         NumGlyphs = 2
  505.       end
  506.       object InsertFileBtn: TBitBtn
  507.         Left = 106
  508.         Top = 305
  509.         Width = 98
  510.         Height = 31
  511.         Caption = '&Insert Files'
  512.         TabOrder = 5
  513.         OnClick = InsertFilesBtnClick
  514.         Glyph.Data = {
  515.           76010000424D7601000000000000760000002800000020000000100000000100
  516.           04000000000000010000120B0000120B00001000000000000000000000000000
  517.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  518.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  519.           55555555FFFFFFFFFF55555000000000055555577777777775F55500B8B8B8B8
  520.           B05555775F555555575F550F0B8B8B8B8B05557F75F555555575550BF0B8B8B8
  521.           B8B0557F575FFFFFFFF7550FBF0000000000557F557777777777500BFBFBFBFB
  522.           0555577F555555557F550B0FBFBFBFBF05557F7F555555FF75550F0BFBFBF000
  523.           55557F75F555577755550BF0BFBF0B0555557F575FFF757F55550FB700007F05
  524.           55557F557777557F55550BFBFBFBFB0555557F555555557F55550FBFBFBFBF05
  525.           55557FFFFFFFFF7555550000000000555555777777777755555550FBFB055555
  526.           5555575FFF755555555557000075555555555577775555555555}
  527.         NumGlyphs = 2
  528.       end
  529.     end
  530.     object TPage
  531.       Left = 0
  532.       Top = 0
  533.       Caption = 'Finish'
  534.       object Label21: TLabel
  535.         Left = 5
  536.         Top = 5
  537.         Width = 323
  538.         Height = 16
  539.         Caption = 'Click on the Build button below to build your installation.'
  540.       end
  541.       object ProgressLabel: TLabel
  542.         Left = 20
  543.         Top = 123
  544.         Width = 96
  545.         Height = 16
  546.         Caption = 'Setup Progress:'
  547.         Visible = False
  548.       end
  549.       object BuildBtn: TBitBtn
  550.         Left = 20
  551.         Top = 39
  552.         Width = 139
  553.         Height = 31
  554.         Caption = '&Build'
  555.         TabOrder = 0
  556.         OnClick = BuildBtnClick
  557.         Glyph.Data = {
  558.           76010000424D7601000000000000760000002800000020000000100000000100
  559.           04000000000000010000130B0000130B00001000000000000000000000000000
  560.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  561.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333303
  562.           333333333333337FF3333333333333903333333333333377FF33333333333399
  563.           03333FFFFFFFFF777FF3000000999999903377777777777777FF0FFFF0999999
  564.           99037F3337777777777F0FFFF099999999907F3FF777777777770F00F0999999
  565.           99037F773777777777730FFFF099999990337F3FF777777777330F00FFFFF099
  566.           03337F773333377773330FFFFFFFF09033337F3FF3FFF77733330F00F0000003
  567.           33337F773777777333330FFFF0FF033333337F3FF7F3733333330F08F0F03333
  568.           33337F7737F7333333330FFFF003333333337FFFF77333333333000000333333
  569.           3333777777333333333333333333333333333333333333333333}
  570.         NumGlyphs = 2
  571.       end
  572.       object TestBtn: TBitBtn
  573.         Left = 20
  574.         Top = 79
  575.         Width = 139
  576.         Height = 31
  577.         Caption = '&Test setup'
  578.         Enabled = False
  579.         TabOrder = 1
  580.         OnClick = TestBtnClick
  581.         Glyph.Data = {
  582.           76010000424D7601000000000000760000002800000020000000100000000100
  583.           04000000000000010000120B0000120B00001000000000000000000000000000
  584.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  585.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  586.           33333FFFFFFFFFFFFFFF000000000000000077777777777777770FFFFFFFFFFF
  587.           FFF07F3FF3FF3FFF3FF70F00F00F000F00F07F773773777377370FFFFFFFFFFF
  588.           FFF07F3FF3FF33FFFFF70F00F00FF00000F07F773773377777F70FEEEEEFF0F9
  589.           FCF07F33333337F7F7F70FFFFFFFF0F9FCF07F3FFFF337F737F70F0000FFF0FF
  590.           FCF07F7777F337F337370F0000FFF0FFFFF07F777733373333370FFFFFFFFFFF
  591.           FFF07FFFFFFFFFFFFFF70CCCCCCCCCCCCCC07777777777777777088CCCCCCCCC
  592.           C880733777777777733700000000000000007777777777777777333333333333
  593.           3333333333333333333333333333333333333333333333333333}
  594.         NumGlyphs = 2
  595.       end
  596.       object ProgressBar: TProgressBar
  597.         Left = 20
  598.         Top = 140
  599.         Width = 184
  600.         Height = 20
  601.         Min = 0
  602.         Max = 100
  603.         TabOrder = 2
  604.         Visible = False
  605.       end
  606.     end
  607.   end
  608.   object CloseBtn: TBitBtn
  609.     Left = 10
  610.     Top = 416
  611.     Width = 92
  612.     Height = 31
  613.     TabOrder = 3
  614.     Kind = bkClose
  615.   end
  616.   object Panel1: TPanel
  617.     Left = 10
  618.     Top = 44
  619.     Width = 149
  620.     Height = 336
  621.     BevelOuter = bvLowered
  622.     TabOrder = 4
  623.     object Image1: TImage
  624.       Left = 1
  625.       Top = 1
  626.       Width = 147
  627.       Height = 334
  628.       Align = alClient
  629.       Picture.Data = {<image001.bmp>}
  630.     end
  631.   end
  632.   object AboutBtn: TBitBtn
  633.     Left = 108
  634.     Top = 416
  635.     Width = 93
  636.     Height = 31
  637.     Caption = '&About'
  638.     TabOrder = 5
  639.     OnClick = AboutBtnClick
  640.     Glyph.Data = {
  641.       76010000424D7601000000000000760000002800000020000000100000000100
  642.       04000000000000010000120B0000120B00001000000000000000000000000000
  643.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  644.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  645.       3333333333FFFFF3333333333F797F3333333333F737373FF333333BFB999BFB
  646.       33333337737773773F3333BFBF797FBFB33333733337333373F33BFBFBFBFBFB
  647.       FB3337F33333F33337F33FBFBFB9BFBFBF3337333337F333373FFBFBFBF97BFB
  648.       FBF37F333337FF33337FBFBFBFB99FBFBFB37F3333377FF3337FFBFBFBFB99FB
  649.       FBF37F33333377FF337FBFBF77BF799FBFB37F333FF3377F337FFBFB99FB799B
  650.       FBF373F377F3377F33733FBF997F799FBF3337F377FFF77337F33BFBF99999FB
  651.       FB33373F37777733373333BFBF999FBFB3333373FF77733F7333333BFBFBFBFB
  652.       3333333773FFFF77333333333FBFBF3333333333377777333333}
  653.     NumGlyphs = 2
  654.   end
  655.   object Dock971: TDock97
  656.     Left = 0
  657.     Top = 0
  658.     Width = 609
  659.     Height = 32
  660.     BoundLines = [blBottom]
  661.     FixAlign = True
  662.     object Toolbar971: TToolbar97
  663.       Left = 0
  664.       Top = 0
  665.       Caption = 'Setup Creator'
  666.       CloseButton = False
  667.       DockPos = 0
  668.       TabOrder = 0
  669.       object ToolbarButton971: TToolbarButton97
  670.         Left = 0
  671.         Top = 0
  672.         Width = 49
  673.         Height = 27
  674.         DropdownArrow = False
  675.         DropdownMenu = PopupMenu1
  676.         Caption = '&File'
  677.       end
  678.       object ToolbarButton972: TToolbarButton97
  679.         Left = 49
  680.         Top = 0
  681.         Width = 49
  682.         Height = 27
  683.         DropdownArrow = False
  684.         DropdownMenu = PopupMenu3
  685.         Caption = '&Help'
  686.       end
  687.     end
  688.   end
  689.   object PopupMenu: TPopupMenu
  690.     Images = MainForm.MenuImages_Gnome
  691.     Left = 38
  692.     Top = 138
  693.     object PropertiesBoxItem: TMenuItem
  694.       Caption = '&Properties'
  695.       ImageIndex = 10
  696.       OnClick = PropertiesBoxItemClick
  697.     end
  698.     object N1: TMenuItem
  699.       Caption = '-'
  700.     end
  701.     object RemoveBoxItem: TMenuItem
  702.       Caption = '&Remove'
  703.       ImageIndex = 4
  704.       OnClick = RemoveBoxItemClick
  705.     end
  706.   end
  707.   object PopupMenu2: TPopupMenu
  708.     Images = MainForm.MenuImages_Gnome
  709.     Left = 68
  710.     Top = 138
  711.     object RemovePopItem: TMenuItem
  712.       Caption = '&Remove'
  713.       ImageIndex = 4
  714.       OnClick = RemoveItem
  715.     end
  716.   end
  717.   object OpenDialog: TOpenDialog
  718.     Filter = 'All Files|*.*'
  719.     Options = [ofHideReadOnly, ofAllowMultiSelect, ofNoDereferenceLinks, ofEnableSizing]
  720.     Title = 'Insert File'
  721.     Left = 38
  722.     Top = 168
  723.   end
  724.   object SaveDialog: TSaveDialog
  725.     DefaultExt = '*.inf'
  726.     FileName = 'Setup'
  727.     Filter = 'Setup Information Files|*.inf'
  728.     Options = [ofHideReadOnly, ofPathMustExist, ofEnableSizing]
  729.     Left = 68
  730.     Top = 168
  731.   end
  732.   object Compress: TBackupFile
  733.     Version = '5.00'
  734.     BackupMode = bmAll
  735.     CompressionLevel = clMax
  736.     RestoreMode = rmAll
  737.     MaxSize = 0
  738.     SetArchiveFlag = False
  739.     RestoreFullPath = False
  740.     SaveFileID = False
  741.     Left = 38
  742.     Top = 198
  743.   end
  744.   object MarsCaption1: TMarsCaption
  745.     ActiveBeginColor = clBlack
  746.     ActiveEndColor = clBlue
  747.     ActiveFontColor = clWhite
  748.     InactiveBeginColor = clGray
  749.     InactiveEndColor = clSilver
  750.     InactiveFontColor = clSilver
  751.     ApplicationNameFont.Charset = DEFAULT_CHARSET
  752.     ApplicationNameFont.Color = clWindowText
  753.     ApplicationNameFont.Height = -11
  754.     ApplicationNameFont.Name = 'MS Sans Serif'
  755.     ApplicationNameFont.Style = [fsBold]
  756.     CaptionFont.Charset = DEFAULT_CHARSET
  757.     CaptionFont.Color = clWindowText
  758.     CaptionFont.Height = -11
  759.     CaptionFont.Name = 'MS Sans Serif'
  760.     CaptionFont.Style = []
  761.     NumColors = 64
  762.     AutoSize = False
  763.     Left = 68
  764.     Top = 198
  765.   end
  766.   object PopupMenu1: TPopupMenu
  767.     Images = MainForm.MenuImages_Gnome
  768.     Left = 38
  769.     Top = 108
  770.     object New: TMenuItem
  771.       Caption = '&New'
  772.       ImageIndex = 2
  773.       ShortCut = 16462
  774.       OnClick = NewClick
  775.     end
  776.     object Open1: TMenuItem
  777.       Caption = '&Open'
  778.       ImageIndex = 1
  779.       ShortCut = 16463
  780.       OnClick = Open1Click
  781.     end
  782.     object N2: TMenuItem
  783.       Caption = '-'
  784.     end
  785.     object Close1: TMenuItem
  786.       Caption = '&Close'
  787.       ImageIndex = 35
  788.       OnClick = Close1Click
  789.     end
  790.   end
  791.   object PopupMenu3: TPopupMenu
  792.     Images = MainForm.MenuImages_Gnome
  793.     Left = 68
  794.     Top = 108
  795.     object About1: TMenuItem
  796.       Caption = '&About'
  797.       ImageIndex = 0
  798.       OnClick = AboutBtnClick
  799.     end
  800.   end
  801.   object OpenFileDialog: TOpenDialog
  802.     DefaultExt = '.inf'
  803.     FileName = 'Setup'
  804.     Filter = '.INF files|*.inf|All files|*.*'
  805.     Options = [ofHideReadOnly, ofFileMustExist, ofEnableSizing]
  806.     Left = 64
  807.     Top = 68
  808.   end
  809. end
  810.