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

  1. object frmCodeEdit: TfrmCodeEdit
  2.   Left = 307
  3.   Top = 92
  4.   BorderStyle = bsToolWindow
  5.   Caption = '<> Code Insert Entry'
  6.   ClientHeight = 153
  7.   ClientWidth = 302
  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.   OldCreateOrder = False
  15.   Position = poOwnerFormCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Bevel1: TBevel
  20.     Left = 8
  21.     Top = 8
  22.     Width = 285
  23.     Height = 106
  24.     Shape = bsFrame
  25.   end
  26.   object lblMenu: TLabel
  27.     Left = 16
  28.     Top = 16
  29.     Width = 54
  30.     Height = 13
  31.     Caption = 'Menu Text:'
  32.   end
  33.   object lblSec: TLabel
  34.     Left = 16
  35.     Top = 56
  36.     Width = 39
  37.     Height = 13
  38.     Caption = 'Section:'
  39.   end
  40.   object lblDesc: TLabel
  41.     Left = 150
  42.     Top = 56
  43.     Width = 53
  44.     Height = 13
  45.     Caption = 'Description'
  46.   end
  47.   object edMenuText: TEdit
  48.     Left = 24
  49.     Top = 32
  50.     Width = 262
  51.     Height = 21
  52.     TabOrder = 0
  53.   end
  54.   object seSection: TSpinEdit
  55.     Left = 24
  56.     Top = 72
  57.     Width = 67
  58.     Height = 22
  59.     MaxValue = 0
  60.     MinValue = 0
  61.     TabOrder = 1
  62.     Value = 0
  63.   end
  64.   object btnOk: TBitBtn
  65.     Left = 129
  66.     Top = 121
  67.     Width = 75
  68.     Height = 25
  69.     TabOrder = 3
  70.     Kind = bkOK
  71.   end
  72.   object btnCancel: TBitBtn
  73.     Left = 215
  74.     Top = 121
  75.     Width = 75
  76.     Height = 25
  77.     TabOrder = 4
  78.     Kind = bkCancel
  79.   end
  80.   object edDesc: TEdit
  81.     Left = 160
  82.     Top = 74
  83.     Width = 124
  84.     Height = 21
  85.     TabOrder = 2
  86.   end
  87. end
  88.