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

  1. object ToolEditForm: TToolEditForm
  2.   Left = 281
  3.   Top = 161
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Edit tool'
  7.   ClientHeight = 281
  8.   ClientWidth = 357
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   DesignSize = (
  19.     357
  20.     281)
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Bevel2: TBevel
  24.     Left = 186
  25.     Top = 148
  26.     Width = 160
  27.     Height = 45
  28.   end
  29.   object lblDesc: TLabel
  30.     Left = 188
  31.     Top = 150
  32.     Width = 156
  33.     Height = 41
  34.     AutoSize = False
  35.     Caption = '<NONE>'
  36.     Color = 14548990
  37.     ParentColor = False
  38.     ShowAccelChar = False
  39.     WordWrap = True
  40.   end
  41.   object lblTitle: TLabel
  42.     Left = 8
  43.     Top = 12
  44.     Width = 20
  45.     Height = 13
  46.     Caption = 'Title'
  47.   end
  48.   object lblProg: TLabel
  49.     Left = 8
  50.     Top = 40
  51.     Width = 39
  52.     Height = 13
  53.     Caption = 'Program'
  54.   end
  55.   object lblWorkDir: TLabel
  56.     Left = 8
  57.     Top = 69
  58.     Width = 85
  59.     Height = 13
  60.     Caption = 'Working Directory'
  61.   end
  62.   object lblParam: TLabel
  63.     Left = 8
  64.     Top = 98
  65.     Width = 53
  66.     Height = 13
  67.     Caption = 'Parameters'
  68.   end
  69.   object lblMacros: TLabel
  70.     Left = 7
  71.     Top = 133
  72.     Width = 84
  73.     Height = 13
  74.     Caption = 'Available Macros:'
  75.   end
  76.   object Bevel1: TBevel
  77.     Left = 4
  78.     Top = 123
  79.     Width = 345
  80.     Height = 2
  81.     Shape = bsTopLine
  82.   end
  83.   object edTitle: TEdit
  84.     Left = 96
  85.     Top = 8
  86.     Width = 251
  87.     Height = 21
  88.     TabOrder = 0
  89.   end
  90.   object edProgram: TEdit
  91.     Left = 96
  92.     Top = 36
  93.     Width = 219
  94.     Height = 21
  95.     TabOrder = 1
  96.     OnEnter = EditEnter
  97.   end
  98.   object edWorkDir: TEdit
  99.     Left = 96
  100.     Top = 65
  101.     Width = 219
  102.     Height = 21
  103.     TabOrder = 2
  104.     OnEnter = EditEnter
  105.   end
  106.   object edParams: TEdit
  107.     Left = 96
  108.     Top = 94
  109.     Width = 251
  110.     Height = 21
  111.     TabOrder = 3
  112.     OnEnter = EditEnter
  113.   end
  114.   object btnCancel: TBitBtn
  115.     Left = 176
  116.     Top = 249
  117.     Width = 85
  118.     Height = 24
  119.     Anchors = [akLeft, akBottom]
  120.     Caption = '&Cancel'
  121.     TabOrder = 9
  122.     OnClick = btnCancelClick
  123.     Kind = bkCancel
  124.   end
  125.   object btnOk: TBitBtn
  126.     Left = 94
  127.     Top = 249
  128.     Width = 81
  129.     Height = 24
  130.     Anchors = [akLeft, akBottom]
  131.     Caption = '&OK'
  132.     TabOrder = 8
  133.     Kind = bkOK
  134.   end
  135.   object Panel1: TPanel
  136.     Left = 4
  137.     Top = 239
  138.     Width = 345
  139.     Height = 2
  140.     Anchors = [akLeft, akBottom]
  141.     BevelOuter = bvLowered
  142.     TabOrder = 4
  143.   end
  144.   object lstMacro: TListBox
  145.     Left = 8
  146.     Top = 148
  147.     Width = 168
  148.     Height = 69
  149.     Color = 14548990
  150.     IntegralHeight = True
  151.     ItemHeight = 13
  152.     Items.Strings = (
  153.       '<DEFAULT>'
  154.       '<EXECPATH>'
  155.       '<EXENAME>'
  156.       '<PROJECTPATH>'
  157.       '<PROJECTFILE>'
  158.       '<PROJECTNAME>'
  159.       '<SOURCENAME>'
  160.       '<SOURCEPATH>'
  161.       '<SOURCESPCLIST>'
  162.       '<WORDXY>'
  163.       '<DEVCPPVERSION>')
  164.     TabOrder = 5
  165.     OnClick = lstMacroClick
  166.     OnDblClick = btnInsertClick
  167.   end
  168.   object btnInsert: TBitBtn
  169.     Left = 186
  170.     Top = 196
  171.     Width = 95
  172.     Height = 24
  173.     Caption = '&Insert Macro'
  174.     TabOrder = 6
  175.     OnClick = btnInsertClick
  176.     Glyph.Data = {
  177.       76010000424D7601000000000000760000002800000020000000100000000100
  178.       04000000000000010000130B0000130B00001000000000000000000000000000
  179.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  180.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  181.       33333333FF33333333FF333993333333300033377F3333333777333993333333
  182.       300033F77FFF3333377739999993333333333777777F3333333F399999933333
  183.       33003777777333333377333993333333330033377F3333333377333993333333
  184.       3333333773333333333F333333333333330033333333F33333773333333C3333
  185.       330033333337FF3333773333333CC333333333FFFFF77FFF3FF33CCCCCCCCCC3
  186.       993337777777777F77F33CCCCCCCCCC3993337777777777377333333333CC333
  187.       333333333337733333FF3333333C333330003333333733333777333333333333
  188.       3000333333333333377733333333333333333333333333333333}
  189.     NumGlyphs = 2
  190.   end
  191.   object btnHelp: TBitBtn
  192.     Left = 271
  193.     Top = 249
  194.     Width = 75
  195.     Height = 24
  196.     Anchors = [akLeft, akBottom]
  197.     TabOrder = 7
  198.     OnClick = HelpClick
  199.     Kind = bkHelp
  200.   end
  201.   object btnProg: TButton
  202.     Left = 322
  203.     Top = 42
  204.     Width = 24
  205.     Height = 15
  206.     Caption = '...'
  207.     TabOrder = 10
  208.     OnClick = btnProgClick
  209.   end
  210.   object btnWorkDir: TButton
  211.     Left = 322
  212.     Top = 71
  213.     Width = 24
  214.     Height = 15
  215.     Caption = '...'
  216.     TabOrder = 11
  217.     OnClick = btnWorkDirClick
  218.   end
  219.   object OpenDialog: TOpenDialog
  220.     Filter = 'EXE files (*.exe)|*.exe|All files (*.*)|*.*'
  221.     Left = 4
  222.     Top = 220
  223.   end
  224. end
  225.