home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 March / Chip_2000-03_cd.bin / tema / EPstudio / cm311f.exe / ConMet.exe / 0 / RCDATA / TCMREGISTRATION / TCMREGISTRATION.txt
Text File  |  1999-11-29  |  2KB  |  112 lines

  1. object CMRegistration: TCMRegistration
  2.   Left = 213
  3.   Top = 198
  4.   BorderStyle = bsDialog
  5.   ClientHeight = 145
  6.   ClientWidth = 265
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = True
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Bevel1: TBevel
  19.     Left = 0
  20.     Top = 6
  21.     Width = 265
  22.     Height = 139
  23.     Shape = bsFrame
  24.   end
  25.   object Label1: TLabel
  26.     Left = 6
  27.     Top = 16
  28.     Width = 3
  29.     Height = 13
  30.   end
  31.   object Label3: TLabel
  32.     Left = 6
  33.     Top = 64
  34.     Width = 3
  35.     Height = 13
  36.   end
  37.   object Edit2: TEdit
  38.     Left = 6
  39.     Top = 32
  40.     Width = 253
  41.     Height = 21
  42.     TabOrder = 0
  43.     OnChange = Edit2Change
  44.   end
  45.   object Edit3: TEdit
  46.     Left = 6
  47.     Top = 80
  48.     Width = 253
  49.     Height = 21
  50.     TabStop = False
  51.     Color = clBtnFace
  52.     ReadOnly = True
  53.     TabOrder = 1
  54.   end
  55.   object ToolBar2: TToolBar
  56.     Left = 196
  57.     Top = 114
  58.     Width = 60
  59.     Height = 25
  60.     Align = alNone
  61.     AutoSize = True
  62.     ButtonHeight = 21
  63.     ButtonWidth = 28
  64.     Caption = 'ToolBar1'
  65.     DragKind = dkDock
  66.     EdgeBorders = [ebLeft, ebTop, ebRight, ebBottom]
  67.     Flat = True
  68.     ShowCaptions = True
  69.     TabOrder = 2
  70.     TabStop = True
  71.     Transparent = True
  72.     Wrapable = False
  73.     object Button3: TToolButton
  74.       Left = 0
  75.       Top = 0
  76.       Caption = 'xxx'
  77.       OnClick = Button3Click
  78.     end
  79.     object ToolButton1: TToolButton
  80.       Left = 28
  81.       Top = 0
  82.       Caption = '&OK'
  83.       ImageIndex = 1
  84.       OnClick = Button1Click
  85.     end
  86.   end
  87.   object MarsCaption1: TMarsCaption
  88.     ActiveBeginColor = clBlack
  89.     ActiveEndColor = clActiveCaption
  90.     ActiveFontColor = clCaptionText
  91.     InactiveBeginColor = clBlack
  92.     InactiveEndColor = clInactiveCaption
  93.     InactiveFontColor = clInactiveCaptionText
  94.     ApplicationNameFont.Charset = DEFAULT_CHARSET
  95.     ApplicationNameFont.Color = clWindowText
  96.     ApplicationNameFont.Height = -11
  97.     ApplicationNameFont.Name = 'MS Sans Serif'
  98.     ApplicationNameFont.Style = [fsBold, fsItalic]
  99.     CaptionFont.Charset = DEFAULT_CHARSET
  100.     CaptionFont.Color = clWindowText
  101.     CaptionFont.Height = -11
  102.     CaptionFont.Name = 'MS Sans Serif'
  103.     CaptionFont.Style = [fsBold]
  104.     NumColors = 64
  105.     AutoSize = False
  106.     StatusIcon = False
  107.     Sound = True
  108.     IconizeButton = False
  109.     Left = 232
  110.   end
  111. end
  112.