home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 January / chipcd20010102.iso / software / internet / acehtml / AceHTML4Free.exe / %MAINDIR% / AceHTMLFree.exe / 0 / RCDATA / TFORGSMP / TFORGSMP.txt
Encoding:
Text File  |  2000-11-22  |  1.9 KB  |  99 lines

  1. object fOrgSmp: TfOrgSmp
  2.   Left = 204
  3.   Top = 159
  4.   Width = 469
  5.   Height = 375
  6.   Color = clBtnFace
  7.   Constraints.MinHeight = 240
  8.   Constraints.MinWidth = 320
  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 = poScreenCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object lbSamples: TListBox
  20.     Left = 0
  21.     Top = 0
  22.     Width = 461
  23.     Height = 304
  24.     HelpContext = 4880
  25.     Align = alClient
  26.     ItemHeight = 13
  27.     TabOrder = 0
  28.     OnClick = lbSamplesClick
  29.   end
  30.   object pnlBottom: TPanel
  31.     Left = 0
  32.     Top = 304
  33.     Width = 461
  34.     Height = 44
  35.     Align = alBottom
  36.     BevelOuter = bvNone
  37.     TabOrder = 1
  38.     object btnAdd: TButton
  39.       Left = 8
  40.       Top = 8
  41.       Width = 72
  42.       Height = 22
  43.       HelpContext = 4890
  44.       TabOrder = 0
  45.       OnClick = btnAddClick
  46.     end
  47.     object btnDelete: TButton
  48.       Left = 169
  49.       Top = 8
  50.       Width = 72
  51.       Height = 22
  52.       HelpContext = 4910
  53.       Enabled = False
  54.       TabOrder = 1
  55.       OnClick = btnDeleteClick
  56.     end
  57.     object btnRename: TButton
  58.       Left = 89
  59.       Top = 8
  60.       Width = 72
  61.       Height = 22
  62.       HelpContext = 4900
  63.       Enabled = False
  64.       TabOrder = 2
  65.       OnClick = btnRenameClick
  66.     end
  67.     object Panel1: TPanel
  68.       Left = 296
  69.       Top = 0
  70.       Width = 165
  71.       Height = 44
  72.       Align = alRight
  73.       BevelOuter = bvNone
  74.       TabOrder = 3
  75.       object btnClose: TButton
  76.         Left = 7
  77.         Top = 8
  78.         Width = 72
  79.         Height = 22
  80.         HelpContext = 878
  81.         ModalResult = 1
  82.         TabOrder = 0
  83.       end
  84.     end
  85.     object BtnHelp: TButton
  86.       Left = 382
  87.       Top = 8
  88.       Width = 72
  89.       Height = 22
  90.       TabOrder = 4
  91.       OnClick = BtnHelpClick
  92.     end
  93.   end
  94.   object HelpButton: THelpButton
  95.     Left = 245
  96.     Top = 312
  97.   end
  98. end
  99.