home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / ostatni / delphi / ruzne / auto32_3.exe / rar / AUTO32_3 / LIB.D3 / MACROED.DFM / MACROED.txt
Text File  |  1997-04-20  |  2KB  |  99 lines

  1. object fMacrosEditor: TfMacrosEditor
  2.   Left = 259
  3.   Top = 171
  4.   VertScrollBar.Visible = False
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  7.   Caption = 'Macros Editor'
  8.   ClientHeight = 210
  9.   ClientWidth = 308
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   OnKeyDown = FormKeyDown
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Panel1: TPanel
  19.     Left = 0
  20.     Top = 169
  21.     Width = 308
  22.     Height = 41
  23.     Align = alBottom
  24.     BevelOuter = bvNone
  25.     TabOrder = 1
  26.     object BitBtn1: TBitBtn
  27.       Left = 136
  28.       Top = 8
  29.       Width = 75
  30.       Height = 25
  31.       Caption = 'OK'
  32.       Default = True
  33.       ModalResult = 1
  34.       TabOrder = 0
  35.     end
  36.     object BitBtn2: TBitBtn
  37.       Left = 224
  38.       Top = 8
  39.       Width = 75
  40.       Height = 25
  41.       Caption = 'Cancel'
  42.       ModalResult = 2
  43.       TabOrder = 1
  44.     end
  45.   end
  46.   object Panel2: TPanel
  47.     Left = 0
  48.     Top = 0
  49.     Width = 308
  50.     Height = 169
  51.     Align = alClient
  52.     BorderWidth = 4
  53.     BorderStyle = bsSingle
  54.     TabOrder = 0
  55.     object Label1: TLabel
  56.       Left = 8
  57.       Top = 120
  58.       Width = 21
  59.       Height = 13
  60.       Caption = 'Text'
  61.       Font.Color = clBlack
  62.       Font.Height = -11
  63.       Font.Name = 'MS Sans Serif'
  64.       Font.Style = []
  65.       ParentFont = False
  66.     end
  67.     object Label2: TLabel
  68.       Left = 8
  69.       Top = 8
  70.       Width = 93
  71.       Height = 13
  72.       Caption = 'The Macros Names'
  73.       Font.Color = clBlack
  74.       Font.Height = -11
  75.       Font.Name = 'MS Sans Serif'
  76.       Font.Style = []
  77.       ParentFont = False
  78.     end
  79.     object ListBox: TListBox
  80.       Left = 120
  81.       Top = 8
  82.       Width = 177
  83.       Height = 97
  84.       ExtendedSelect = False
  85.       ItemHeight = 13
  86.       TabOrder = 0
  87.       OnClick = ListBoxClick
  88.     end
  89.     object Edit: TEdit
  90.       Left = 8
  91.       Top = 136
  92.       Width = 289
  93.       Height = 21
  94.       TabOrder = 1
  95.       OnExit = EditExit
  96.     end
  97.   end
  98. end
  99.