home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / CHIPCD200305.iso / virus / Plat7esdCHS / data1.cab / Comunes / Platctrl.bpl / 0 / RCDATA / TFRMPLATREENODESEDITOR / TFRMPLATREENODESEDITOR.txt
Text File  |  2003-02-05  |  11KB  |  529 lines

  1. object frmPlaTreeNodesEditor: TfrmPlaTreeNodesEditor
  2.   Left = 234
  3.   Top = 105
  4.   Width = 505
  5.   Height = 396
  6.   Color = clBtnFace
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -10
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   KeyPreview = True
  13.   OldCreateOrder = True
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   OnCreate = FormCreate
  17.   OnKeyDown = FormKeyDown
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Panel3: TPanel
  21.     Left = 0
  22.     Top = 332
  23.     Width = 497
  24.     Height = 37
  25.     Align = alBottom
  26.     BevelOuter = bvNone
  27.     TabOrder = 0
  28.     object Panel4: TPanel
  29.       Left = 258
  30.       Top = 0
  31.       Width = 239
  32.       Height = 37
  33.       Align = alRight
  34.       BevelOuter = bvNone
  35.       TabOrder = 0
  36.       object btnOK: TButton
  37.         Left = 0
  38.         Top = 8
  39.         Width = 73
  40.         Height = 24
  41.         Caption = 'OK'
  42.         Default = True
  43.         ModalResult = 1
  44.         TabOrder = 0
  45.       end
  46.       object btnCancel: TButton
  47.         Left = 80
  48.         Top = 8
  49.         Width = 73
  50.         Height = 24
  51.         Caption = 'Cancel'
  52.         ModalResult = 2
  53.         TabOrder = 1
  54.       end
  55.       object btnApply: TButton
  56.         Left = 160
  57.         Top = 8
  58.         Width = 73
  59.         Height = 24
  60.         Caption = 'Apply'
  61.         TabOrder = 2
  62.         OnClick = btnApplyClick
  63.       end
  64.     end
  65.     object chkDragAddChild: TCheckBox
  66.       Left = 8
  67.       Top = 8
  68.       Width = 153
  69.       Height = 17
  70.       Caption = 'Drag'#39'n'#39'Drop as child '
  71.       TabOrder = 1
  72.     end
  73.   end
  74.   object Panel2: TPanel
  75.     Left = 151
  76.     Top = 0
  77.     Width = 97
  78.     Height = 332
  79.     Align = alRight
  80.     BevelOuter = bvNone
  81.     TabOrder = 1
  82.     object btnNewItem: TButton
  83.       Left = 4
  84.       Top = 8
  85.       Width = 89
  86.       Height = 24
  87.       Caption = 'New Ite&m'
  88.       TabOrder = 0
  89.       OnClick = btnNewItemClick
  90.     end
  91.     object btnNewSubItem: TButton
  92.       Left = 4
  93.       Top = 40
  94.       Width = 89
  95.       Height = 25
  96.       Caption = 'New Su&bItem'
  97.       TabOrder = 1
  98.       OnClick = btnNewSubItemClick
  99.     end
  100.     object btnDelete: TButton
  101.       Left = 4
  102.       Top = 72
  103.       Width = 89
  104.       Height = 24
  105.       Caption = '&Delete'
  106.       TabOrder = 2
  107.       OnClick = btnDeleteClick
  108.     end
  109.     object btnMoveUp: TButton
  110.       Left = 4
  111.       Top = 152
  112.       Width = 89
  113.       Height = 24
  114.       Caption = 'Move &Up'
  115.       TabOrder = 4
  116.       OnClick = btnMoveUpClick
  117.     end
  118.     object btnMoveDn: TButton
  119.       Left = 4
  120.       Top = 184
  121.       Width = 89
  122.       Height = 24
  123.       Caption = 'Move Do&wn'
  124.       TabOrder = 5
  125.       OnClick = btnMoveDnClick
  126.     end
  127.     object btnClear: TButton
  128.       Left = 4
  129.       Top = 104
  130.       Width = 89
  131.       Height = 24
  132.       Caption = 'Clea&r'
  133.       TabOrder = 3
  134.       OnClick = btnClearClick
  135.     end
  136.     object btnLoad: TButton
  137.       Left = 4
  138.       Top = 232
  139.       Width = 89
  140.       Height = 24
  141.       Caption = '&Load'
  142.       TabOrder = 6
  143.       OnClick = btnLoadClick
  144.     end
  145.     object btnSave: TButton
  146.       Left = 4
  147.       Top = 264
  148.       Width = 89
  149.       Height = 24
  150.       Caption = '&Save'
  151.       TabOrder = 7
  152.       OnClick = btnSaveClick
  153.     end
  154.   end
  155.   object GroupBox2: TGroupBox
  156.     Left = 248
  157.     Top = 0
  158.     Width = 249
  159.     Height = 332
  160.     Align = alRight
  161.     Caption = 'Item Properties'
  162.     TabOrder = 2
  163.     object Label1: TLabel
  164.       Left = 8
  165.       Top = 16
  166.       Width = 24
  167.       Height = 13
  168.       Caption = 'Te&xt:'
  169.       FocusControl = txtText
  170.     end
  171.     object Label2: TLabel
  172.       Left = 8
  173.       Top = 56
  174.       Width = 32
  175.       Height = 13
  176.       Caption = '&Image:'
  177.       FocusControl = txtImageIndex
  178.     end
  179.     object Label3: TLabel
  180.       Left = 128
  181.       Top = 56
  182.       Width = 45
  183.       Height = 13
  184.       Caption = 'S&elected:'
  185.       FocusControl = txtSelectedIndex
  186.     end
  187.     object Label4: TLabel
  188.       Left = 8
  189.       Top = 96
  190.       Width = 28
  191.       Height = 13
  192.       Caption = 'S&tate:'
  193.       FocusControl = txtStateIndex
  194.     end
  195.     object Label5: TLabel
  196.       Left = 128
  197.       Top = 96
  198.       Width = 39
  199.       Height = 13
  200.       Caption = 'O&verlay:'
  201.       FocusControl = txtOverlayIndex
  202.     end
  203.     object Label9: TLabel
  204.       Left = 8
  205.       Top = 152
  206.       Width = 24
  207.       Height = 13
  208.       Caption = '&Font:'
  209.       FocusControl = txtFont
  210.     end
  211.     object Label10: TLabel
  212.       Left = 8
  213.       Top = 240
  214.       Width = 27
  215.       Height = 13
  216.       Caption = 'T&ype:'
  217.       FocusControl = cbxNodeType
  218.     end
  219.     object Label6: TLabel
  220.       Left = 8
  221.       Top = 216
  222.       Width = 27
  223.       Height = 13
  224.       Caption = '&Color:'
  225.     end
  226.     object Label7: TLabel
  227.       Left = 8
  228.       Top = 280
  229.       Width = 28
  230.       Height = 13
  231.       Caption = 'St&ate:'
  232.     end
  233.     object Label8: TLabel
  234.       Left = 8
  235.       Top = 40
  236.       Width = 40
  237.       Height = 13
  238.       Caption = 'Indexes:'
  239.     end
  240.     object lbxImages: TListBox
  241.       Left = 64
  242.       Top = 152
  243.       Width = 57
  244.       Height = 145
  245.       BorderStyle = bsNone
  246.       ItemHeight = 34
  247.       Style = lbOwnerDrawFixed
  248.       TabOrder = 21
  249.       Visible = False
  250.       OnDrawItem = lbxImagesDrawItem
  251.       OnMouseUp = lbxImagesMouseUp
  252.     end
  253.     object txtText: TEdit
  254.       Left = 64
  255.       Top = 16
  256.       Width = 177
  257.       Height = 21
  258.       TabOrder = 0
  259.       OnChange = txtTextChange
  260.     end
  261.     object txtImageIndex: TEdit
  262.       Left = 64
  263.       Top = 72
  264.       Width = 33
  265.       Height = 21
  266.       MaxLength = 4
  267.       TabOrder = 1
  268.       Text = '    '
  269.       OnChange = txtImageIndexChange
  270.       OnKeyPress = txtIndexKeyPress
  271.     end
  272.     object txtSelectedIndex: TEdit
  273.       Left = 184
  274.       Top = 72
  275.       Width = 33
  276.       Height = 21
  277.       MaxLength = 4
  278.       TabOrder = 3
  279.       Text = '    '
  280.       OnChange = txtSelectedIndexChange
  281.       OnKeyPress = txtIndexKeyPress
  282.     end
  283.     object txtStateIndex: TEdit
  284.       Left = 64
  285.       Top = 112
  286.       Width = 33
  287.       Height = 21
  288.       MaxLength = 4
  289.       TabOrder = 5
  290.       Text = '    '
  291.       OnChange = txtStateIndexChange
  292.       OnKeyPress = txtIndexKeyPress
  293.     end
  294.     object txtOverlayIndex: TEdit
  295.       Left = 184
  296.       Top = 112
  297.       Width = 33
  298.       Height = 21
  299.       MaxLength = 4
  300.       TabOrder = 7
  301.       Text = '    '
  302.       OnChange = txtOverlayIndexChange
  303.       OnKeyPress = txtIndexKeyPress
  304.     end
  305.     object chkParentFont: TCheckBox
  306.       Left = 64
  307.       Top = 136
  308.       Width = 177
  309.       Height = 16
  310.       Caption = '&Parent Font'
  311.       TabOrder = 9
  312.       OnClick = chkParentFontClick
  313.     end
  314.     object chkAllowGrayed: TCheckBox
  315.       Left = 64
  316.       Top = 264
  317.       Width = 177
  318.       Height = 16
  319.       Caption = 'Allow &Grayed'
  320.       TabOrder = 18
  321.       OnClick = chkAllowGrayedClick
  322.     end
  323.     object txtFont: TEdit
  324.       Left = 64
  325.       Top = 152
  326.       Width = 153
  327.       Height = 21
  328.       ReadOnly = True
  329.       TabOrder = 10
  330.     end
  331.     object btnSelectFont: TButton
  332.       Left = 218
  333.       Top = 152
  334.       Width = 23
  335.       Height = 21
  336.       Caption = '...'
  337.       Font.Charset = DEFAULT_CHARSET
  338.       Font.Color = clWindowText
  339.       Font.Height = -12
  340.       Font.Name = 'MS Sans Serif'
  341.       Font.Style = []
  342.       ParentFont = False
  343.       TabOrder = 11
  344.       OnClick = btnSelectFontClick
  345.     end
  346.     object cbxNodeType: TComboBox
  347.       Left = 64
  348.       Top = 240
  349.       Width = 177
  350.       Height = 21
  351.       Style = csDropDownList
  352.       ItemHeight = 13
  353.       TabOrder = 17
  354.       OnChange = cbxNodeTypeChange
  355.     end
  356.     object chkReadOnly: TCheckBox
  357.       Left = 64
  358.       Top = 304
  359.       Width = 177
  360.       Height = 16
  361.       Caption = 'Read-O&nly'
  362.       TabOrder = 20
  363.       OnClick = chkReadOnlyClick
  364.     end
  365.     object chkParentColor: TCheckBox
  366.       Left = 64
  367.       Top = 200
  368.       Width = 177
  369.       Height = 16
  370.       Caption = 'Parent C&olor'
  371.       TabOrder = 14
  372.       OnClick = chkParentColorClick
  373.     end
  374.     object btnImageIndex: TButton
  375.       Left = 98
  376.       Top = 72
  377.       Width = 23
  378.       Height = 21
  379.       Caption = '...'
  380.       Font.Charset = DEFAULT_CHARSET
  381.       Font.Color = clWindowText
  382.       Font.Height = -12
  383.       Font.Name = 'MS Sans Serif'
  384.       Font.Style = []
  385.       ParentFont = False
  386.       TabOrder = 2
  387.       OnClick = btnIndexClick
  388.     end
  389.     object btnSelectedIndex: TButton
  390.       Left = 218
  391.       Top = 72
  392.       Width = 23
  393.       Height = 21
  394.       Caption = '...'
  395.       Font.Charset = DEFAULT_CHARSET
  396.       Font.Color = clWindowText
  397.       Font.Height = -12
  398.       Font.Name = 'MS Sans Serif'
  399.       Font.Style = []
  400.       ParentFont = False
  401.       TabOrder = 4
  402.       OnClick = btnIndexClick
  403.     end
  404.     object btnStateIndex: TButton
  405.       Left = 98
  406.       Top = 112
  407.       Width = 23
  408.       Height = 21
  409.       Caption = '...'
  410.       Font.Charset = DEFAULT_CHARSET
  411.       Font.Color = clWindowText
  412.       Font.Height = -12
  413.       Font.Name = 'MS Sans Serif'
  414.       Font.Style = []
  415.       ParentFont = False
  416.       TabOrder = 6
  417.       OnClick = btnIndexClick
  418.     end
  419.     object btnOverlayIndex: TButton
  420.       Left = 218
  421.       Top = 112
  422.       Width = 23
  423.       Height = 21
  424.       Caption = '...'
  425.       Font.Charset = DEFAULT_CHARSET
  426.       Font.Color = clWindowText
  427.       Font.Height = -12
  428.       Font.Name = 'MS Sans Serif'
  429.       Font.Style = []
  430.       ParentFont = False
  431.       TabOrder = 8
  432.       OnClick = btnIndexClick
  433.     end
  434.     object cbxState: TComboBox
  435.       Left = 64
  436.       Top = 280
  437.       Width = 177
  438.       Height = 21
  439.       Style = csDropDownList
  440.       ItemHeight = 13
  441.       TabOrder = 19
  442.       OnChange = cbxStateChange
  443.     end
  444.     object cbxFontColor: TPlaColorCombo
  445.       Left = 64
  446.       Top = 176
  447.       Width = 153
  448.       Height = 21
  449.       ItemHeight = 15
  450.       UseCustomColor = False
  451.       TabOrder = 12
  452.       Text = 'Black'
  453.       OnChange = cbxFontColorChange
  454.     end
  455.     object cbxColor: TPlaColorCombo
  456.       Left = 64
  457.       Top = 216
  458.       Width = 153
  459.       Height = 21
  460.       ItemHeight = 15
  461.       UseCustomColor = False
  462.       TabOrder = 15
  463.       Text = 'Black'
  464.       OnChange = cbxColorChange
  465.     end
  466.     object btnFontColor: TButton
  467.       Left = 218
  468.       Top = 176
  469.       Width = 23
  470.       Height = 21
  471.       Caption = '...'
  472.       Font.Charset = DEFAULT_CHARSET
  473.       Font.Color = clWindowText
  474.       Font.Height = -12
  475.       Font.Name = 'MS Sans Serif'
  476.       Font.Style = []
  477.       ParentFont = False
  478.       TabOrder = 13
  479.       OnClick = btnFontColorClick
  480.     end
  481.     object btnColor: TButton
  482.       Left = 218
  483.       Top = 216
  484.       Width = 23
  485.       Height = 21
  486.       Caption = '...'
  487.       Font.Charset = DEFAULT_CHARSET
  488.       Font.Color = clWindowText
  489.       Font.Height = -12
  490.       Font.Name = 'MS Sans Serif'
  491.       Font.Style = []
  492.       ParentFont = False
  493.       TabOrder = 16
  494.       OnClick = btnColorClick
  495.     end
  496.   end
  497.   object FontDialog: TFontDialog
  498.     Font.Charset = DEFAULT_CHARSET
  499.     Font.Color = clWindowText
  500.     Font.Height = -13
  501.     Font.Name = 'MS Sans Serif'
  502.     Font.Style = []
  503.     MinFontSize = 0
  504.     MaxFontSize = 0
  505.     Left = 8
  506.     Top = 8
  507.   end
  508.   object OpenDialog: TOpenDialog
  509.     DefaultExt = 'tre'
  510.     Filter = 'Tree Files (*.tre)|*.tre|All files (*.*)|*.*'
  511.     InitialDir = '.'
  512.     Left = 40
  513.     Top = 8
  514.   end
  515.   object SaveDialog: TSaveDialog
  516.     DefaultExt = 'tre'
  517.     Filter = 'Tree Files (*.tre)|*.tre|All files (*.*)|*.*'
  518.     InitialDir = '.'
  519.     Options = [ofOverwritePrompt, ofHideReadOnly]
  520.     Left = 72
  521.     Top = 8
  522.   end
  523.   object ColorDialog: TColorDialog
  524.     Ctl3D = True
  525.     Left = 104
  526.     Top = 8
  527.   end
  528. end
  529.