home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 A / CHIP_HITWARE6_A.iso / edukacja / Adastra / _SETUP.1 / Adastra.exe / 0 / RCDATA / TORDERSDOCFORM / TORDERSDOCFORM.txt
Text File  |  1998-12-16  |  2KB  |  114 lines

  1. object OrdersDocForm: TOrdersDocForm
  2.   Left = 339
  3.   Top = 113
  4.   Width = 634
  5.   Height = 542
  6.   Caption = 'Stella 2000 Ordering Info'
  7.   Font.Color = clBlack
  8.   Font.Height = -12
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   FormStyle = fsStayOnTop
  12.   Scaled = False
  13.   OnClose = FormClose
  14.   OnCreate = FormCreate
  15.   OnResize = FormResize
  16.   PixelsPerInch = 125
  17.   TextHeight = 16
  18.   object BackPanel: TPanel
  19.     Left = 10
  20.     Top = 17
  21.     Width = 609
  22.     Height = 434
  23.     Caption = 'BackPanel'
  24.     Color = clWhite
  25.     Font.Color = clBlack
  26.     Font.Height = -16
  27.     Font.Name = 'Times New Roman'
  28.     Font.Style = []
  29.     ParentFont = False
  30.     TabOrder = 0
  31.     object Memo1: TRichEdit
  32.       Left = 14
  33.       Top = 8
  34.       Width = 592
  35.       Height = 419
  36.       BorderStyle = bsNone
  37.       Lines.Strings = (
  38.         'y'
  39.         'y'
  40.         'y'
  41.         'y'
  42.         'y'
  43.         'y'
  44.         'y'
  45.         'y'
  46.         'y'
  47.         'y'
  48.         'y'
  49.         'y'
  50.         'y'
  51.         'y'
  52.         'y'
  53.         'y'
  54.         'y'
  55.         'y'
  56.         'y'
  57.         'y'
  58.         'y'
  59.         'y'
  60.         'y'
  61.         'y')
  62.       ParentColor = True
  63.       ReadOnly = True
  64.       ScrollBars = ssVertical
  65.       TabOrder = 0
  66.     end
  67.   end
  68.   object ButtonPanel1: TPanel
  69.     Left = 8
  70.     Top = 464
  71.     Width = 612
  72.     Height = 40
  73.     TabOrder = 1
  74.     object CloseButton: TButton
  75.       Left = 512
  76.       Top = 8
  77.       Width = 75
  78.       Height = 25
  79.       Caption = 'Close'
  80.       TabOrder = 0
  81.       OnClick = CloseButtonClick
  82.     end
  83.     object StatusNotes: TPanel
  84.       Left = 8
  85.       Top = 6
  86.       Width = 185
  87.       Height = 29
  88.       BevelOuter = bvLowered
  89.       Caption = 'StatusNotes'
  90.       Font.Color = clGray
  91.       Font.Height = -12
  92.       Font.Name = 'MS Sans Serif'
  93.       Font.Style = []
  94.       ParentFont = False
  95.       TabOrder = 1
  96.     end
  97.   end
  98.   object FontDialog1: TFontDialog
  99.     Font.Color = clWindowText
  100.     Font.Height = -14
  101.     Font.Name = 'MS Sans Serif'
  102.     Font.Style = []
  103.     MinFontSize = 0
  104.     MaxFontSize = 0
  105.     Left = 64
  106.     Top = 81
  107.   end
  108.   object ColorDialog1: TColorDialog
  109.     Ctl3D = True
  110.     Left = 94
  111.     Top = 81
  112.   end
  113. end
  114.