home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 June / Chip_2002-06_cd1.bin / zkuste / cecko / install / devcpp4920.exe / devcpp.exe / 0 / RCDATA / TENVIROFORM / TENVIROFORM.txt
Encoding:
Text File  |  2002-04-12  |  9.9 KB  |  426 lines

  1. object EnviroForm: TEnviroForm
  2.   Left = 256
  3.   Top = 140
  4.   BorderStyle = bsDialog
  5.   Caption = 'Environment Options'
  6.   ClientHeight = 330
  7.   ClientWidth = 419
  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.   KeyPreview = True
  15.   OldCreateOrder = False
  16.   Position = poOwnerFormCenter
  17.   OnCreate = FormCreate
  18.   OnKeyDown = FormKeyDown
  19.   OnShow = FormShow
  20.   DesignSize = (
  21.     419
  22.     330)
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object PagesMain: TdevPages
  26.     Left = 8
  27.     Top = 8
  28.     Width = 401
  29.     Height = 279
  30.     ActivePage = tabInterface
  31.     Anchors = [akLeft, akTop, akRight, akBottom]
  32.     OnChange = PagesMainChange
  33.     object tabGeneral: TdevPage
  34.       Left = 0
  35.       Top = 23
  36.       Width = 401
  37.       Height = 256
  38.       HorzScrollBar.Smooth = True
  39.       HorzScrollBar.Tracking = True
  40.       VertScrollBar.Smooth = True
  41.       VertScrollBar.Tracking = True
  42.       Align = alClient
  43.       BevelKind = bkTile
  44.       TabOrder = 0
  45.       Visible = False
  46.       Caption = 'General'
  47.       DesignSize = (
  48.         397
  49.         252)
  50.       object cbBackups: TCheckBox
  51.         Left = 8
  52.         Top = 29
  53.         Width = 380
  54.         Height = 17
  55.         Anchors = [akLeft, akTop, akRight]
  56.         Caption = 'Create File Backups'
  57.         TabOrder = 0
  58.       end
  59.       object cbMinOnRun: TCheckBox
  60.         Left = 8
  61.         Top = 50
  62.         Width = 380
  63.         Height = 17
  64.         Anchors = [akLeft, akTop, akRight]
  65.         Caption = 'Minimize on Run'
  66.         TabOrder = 1
  67.       end
  68.       object cbDefCpp: TCheckBox
  69.         Left = 8
  70.         Top = 8
  71.         Width = 380
  72.         Height = 17
  73.         Anchors = [akLeft, akTop, akRight]
  74.         Caption = 'Default to C++ on New Project'
  75.         TabOrder = 2
  76.       end
  77.       object cbShowBars: TCheckBox
  78.         Left = 8
  79.         Top = 72
  80.         Width = 380
  81.         Height = 17
  82.         Anchors = [akLeft, akTop, akRight]
  83.         Caption = 'Show Toolbars in Full Screen'
  84.         TabOrder = 3
  85.       end
  86.       object cbShowMenu: TCheckBox
  87.         Left = 8
  88.         Top = 93
  89.         Width = 380
  90.         Height = 17
  91.         Anchors = [akLeft, akTop, akRight]
  92.         Caption = 'Show Menu in Full Screen'
  93.         Enabled = False
  94.         TabOrder = 4
  95.       end
  96.       object rgbAutoOpen: TRadioGroup
  97.         Left = 100
  98.         Top = 150
  99.         Width = 206
  100.         Height = 90
  101.         Anchors = [akLeft, akBottom]
  102.         Caption = '   Auto Open  '
  103.         Items.Strings = (
  104.           'All Project Files'
  105.           'Only First Project File'
  106.           'None')
  107.         TabOrder = 5
  108.       end
  109.       object cbdblFiles: TCheckBox
  110.         Left = 8
  111.         Top = 114
  112.         Width = 380
  113.         Height = 17
  114.         Anchors = [akLeft, akTop, akRight]
  115.         Caption = 'Double Click to Open Files'
  116.         TabOrder = 6
  117.       end
  118.     end
  119.     object tabInterface: TdevPage
  120.       Left = 0
  121.       Top = 23
  122.       Width = 401
  123.       Height = 256
  124.       HorzScrollBar.Smooth = True
  125.       HorzScrollBar.Tracking = True
  126.       VertScrollBar.Smooth = True
  127.       VertScrollBar.Tracking = True
  128.       Align = alClient
  129.       BevelKind = bkTile
  130.       TabOrder = 2
  131.       Caption = 'Interface'
  132.       DesignSize = (
  133.         397
  134.         252)
  135.       object lblLang: TLabel
  136.         Left = 224
  137.         Top = 8
  138.         Width = 170
  139.         Height = 13
  140.         AutoSize = False
  141.         Caption = 'Language'
  142.       end
  143.       object lblTheme: TLabel
  144.         Left = 224
  145.         Top = 64
  146.         Width = 170
  147.         Height = 13
  148.         AutoSize = False
  149.         Caption = 'Theme :'
  150.       end
  151.       object lblmsgTabs: TLabel
  152.         Left = 8
  153.         Top = 64
  154.         Width = 210
  155.         Height = 13
  156.         AutoSize = False
  157.         Caption = 'Message Window Tabs:'
  158.       end
  159.       object lblMRU: TLabel
  160.         Left = 8
  161.         Top = 8
  162.         Width = 210
  163.         Height = 13
  164.         AutoSize = False
  165.         Caption = 'Max Files in History List:'
  166.       end
  167.       object cboLang: TComboBox
  168.         Left = 231
  169.         Top = 25
  170.         Width = 139
  171.         Height = 21
  172.         Style = csDropDownList
  173.         ItemHeight = 13
  174.         TabOrder = 0
  175.       end
  176.       object cboTheme: TComboBox
  177.         Left = 232
  178.         Top = 80
  179.         Width = 139
  180.         Height = 21
  181.         Style = csDropDownList
  182.         ItemHeight = 13
  183.         TabOrder = 1
  184.         Items.Strings = (
  185.           'New Look'
  186.           'Gnome'
  187.           'Blue')
  188.       end
  189.       object cboTabsTop: TComboBox
  190.         Left = 12
  191.         Top = 80
  192.         Width = 75
  193.         Height = 21
  194.         Style = csDropDownList
  195.         ItemHeight = 13
  196.         TabOrder = 2
  197.         Items.Strings = (
  198.           'Bottom'
  199.           'Top')
  200.       end
  201.       object seMRUMax: TSpinEdit
  202.         Left = 12
  203.         Top = 24
  204.         Width = 60
  205.         Height = 22
  206.         MaxLength = 3
  207.         MaxValue = 0
  208.         MinValue = 0
  209.         TabOrder = 3
  210.         Value = 0
  211.       end
  212.       object rgbOpenStyle: TRadioGroup
  213.         Left = 100
  214.         Top = 150
  215.         Width = 206
  216.         Height = 90
  217.         Anchors = [akLeft, akBottom]
  218.         Caption = '  Open/Save Dialog Style  '
  219.         Items.Strings = (
  220.           'Windows 2k (sidebar)'
  221.           'Windows 9x'
  222.           'Windows 3.1')
  223.         TabOrder = 4
  224.       end
  225.     end
  226.     object tabPaths: TdevPage
  227.       Left = 0
  228.       Top = 23
  229.       Width = 401
  230.       Height = 256
  231.       HorzScrollBar.Smooth = True
  232.       HorzScrollBar.Tracking = True
  233.       VertScrollBar.Smooth = True
  234.       VertScrollBar.Tracking = True
  235.       Align = alClient
  236.       BevelKind = bkTile
  237.       TabOrder = 1
  238.       Visible = False
  239.       Caption = 'Files && Directories'
  240.       object lblUserDir: TLabel
  241.         Left = 8
  242.         Top = 9
  243.         Width = 111
  244.         Height = 13
  245.         Caption = 'User'#39's Default Directory'
  246.       end
  247.       object lblOutDir: TLabel
  248.         Left = 8
  249.         Top = 57
  250.         Width = 77
  251.         Height = 13
  252.         Caption = 'Output Directory'
  253.         Enabled = False
  254.       end
  255.       object lblSplash: TLabel
  256.         Left = 8
  257.         Top = 195
  258.         Width = 101
  259.         Height = 13
  260.         Caption = 'Splash Screen Image'
  261.       end
  262.       object lblIcoLib: TLabel
  263.         Left = 8
  264.         Top = 105
  265.         Width = 80
  266.         Height = 13
  267.         Caption = 'Icon Library Path'
  268.       end
  269.       object lblLangPath: TLabel
  270.         Left = 8
  271.         Top = 150
  272.         Width = 73
  273.         Height = 13
  274.         Caption = 'Language Path'
  275.       end
  276.       object edUserDir: TEdit
  277.         Left = 16
  278.         Top = 25
  279.         Width = 354
  280.         Height = 21
  281.         TabOrder = 0
  282.         Text = 'edUserDir'
  283.       end
  284.       object edOutputDir: TEdit
  285.         Left = 16
  286.         Top = 73
  287.         Width = 354
  288.         Height = 21
  289.         Enabled = False
  290.         TabOrder = 1
  291.         Text = 'edOutputDir'
  292.       end
  293.       object edSplash: TEdit
  294.         Left = 16
  295.         Top = 211
  296.         Width = 354
  297.         Height = 21
  298.         TabOrder = 2
  299.         Text = 'edSplash'
  300.       end
  301.       object edIcoLib: TEdit
  302.         Left = 16
  303.         Top = 121
  304.         Width = 354
  305.         Height = 21
  306.         TabOrder = 3
  307.         Text = 'edIcoLib'
  308.       end
  309.       object btnDefBrws: TButton
  310.         Tag = 1
  311.         Left = 370
  312.         Top = 25
  313.         Width = 20
  314.         Height = 21
  315.         Caption = '. . .'
  316.         TabOrder = 4
  317.         OnClick = BrowseClick
  318.       end
  319.       object btnOutputbrws: TButton
  320.         Tag = 2
  321.         Left = 370
  322.         Top = 73
  323.         Width = 20
  324.         Height = 21
  325.         Caption = '. . .'
  326.         Enabled = False
  327.         TabOrder = 5
  328.         OnClick = BrowseClick
  329.       end
  330.       object btnIconBrws: TButton
  331.         Tag = 3
  332.         Left = 370
  333.         Top = 121
  334.         Width = 20
  335.         Height = 21
  336.         Caption = '. . .'
  337.         Enabled = False
  338.         TabOrder = 6
  339.         Visible = False
  340.         OnClick = BrowseClick
  341.       end
  342.       object btnSplashbrws: TButton
  343.         Tag = 4
  344.         Left = 370
  345.         Top = 211
  346.         Width = 20
  347.         Height = 21
  348.         Caption = '. . .'
  349.         TabOrder = 7
  350.         OnClick = BrowseClick
  351.       end
  352.       object edLang: TEdit
  353.         Left = 16
  354.         Top = 166
  355.         Width = 354
  356.         Height = 21
  357.         TabOrder = 8
  358.         Text = 'edLang'
  359.       end
  360.       object btnLang: TButton
  361.         Tag = 5
  362.         Left = 370
  363.         Top = 166
  364.         Width = 20
  365.         Height = 21
  366.         Caption = '. . .'
  367.         TabOrder = 9
  368.         OnClick = BrowseClick
  369.       end
  370.     end
  371.   end
  372.   object btnOk: TBitBtn
  373.     Left = 218
  374.     Top = 298
  375.     Width = 95
  376.     Height = 25
  377.     Anchors = [akRight, akBottom]
  378.     Caption = 'OK'
  379.     Default = True
  380.     ModalResult = 1
  381.     TabOrder = 2
  382.     OnClick = btnOkClick
  383.     Glyph.Data = {
  384.       DE010000424DDE01000000000000760000002800000024000000120000000100
  385.       0400000000006801000000000000000000001000000000000000000000000000
  386.       80000080000000808000800000008000800080800000C0C0C000808080000000
  387.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  388.       3333333333333333333333330000333333333333333333333333F33333333333
  389.       00003333344333333333333333388F3333333333000033334224333333333333
  390.       338338F3333333330000333422224333333333333833338F3333333300003342
  391.       222224333333333383333338F3333333000034222A22224333333338F338F333
  392.       8F33333300003222A3A2224333333338F3838F338F33333300003A2A333A2224
  393.       33333338F83338F338F33333000033A33333A222433333338333338F338F3333
  394.       0000333333333A222433333333333338F338F33300003333333333A222433333
  395.       333333338F338F33000033333333333A222433333333333338F338F300003333
  396.       33333333A222433333333333338F338F00003333333333333A22433333333333
  397.       3338F38F000033333333333333A223333333333333338F830000333333333333
  398.       333A333333333333333338330000333333333333333333333333333333333333
  399.       0000}
  400.     NumGlyphs = 2
  401.   end
  402.   object btnCancel: TBitBtn
  403.     Left = 314
  404.     Top = 298
  405.     Width = 95
  406.     Height = 25
  407.     Anchors = [akRight, akBottom]
  408.     TabOrder = 3
  409.     Kind = bkCancel
  410.   end
  411.   object btnHelp: TBitBtn
  412.     Left = 10
  413.     Top = 298
  414.     Width = 75
  415.     Height = 25
  416.     Anchors = [akRight, akBottom]
  417.     TabOrder = 1
  418.     OnClick = btnHelpClick
  419.     Kind = bkHelp
  420.   end
  421.   object dlgPic: TOpenPictureDialog
  422.     Left = 62
  423.     Top = 282
  424.   end
  425. end
  426.