home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 August - Disc 3 / chip_20018103_hu.iso / honosito / internet / cm450f.exe / CONMET.EXE / 0 / RCDATA / TCMREGISTRATION / TCMREGISTRATION.txt
Encoding:
Text File  |  2001-06-06  |  2.7 KB  |  131 lines

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