home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 March / Chip_1998-03_cd.bin / zkuste / delphi / Ahmkolekce / D397SELF.ZIP / VEnhanced97 / Bin / AHMTSerialNumber.dfm / AHMTSerialNumber.txt
Text File  |  1997-05-13  |  2KB  |  106 lines

  1. object SFORM: TSFORM
  2.   Left = 298
  3.   Top = 189
  4.   BorderIcons = []
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'Please enter your Details'
  7.   ClientHeight = 131
  8.   ClientWidth = 292
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Panel2: TPanel
  21.     Left = 0
  22.     Top = 0
  23.     Width = 292
  24.     Height = 131
  25.     Align = alClient
  26.     BevelWidth = 2
  27.     BorderWidth = 1
  28.     Caption = 'Panel2'
  29.     TabOrder = 0
  30.     object Panel1: TPanel
  31.       Left = 3
  32.       Top = 3
  33.       Width = 286
  34.       Height = 125
  35.       Align = alClient
  36.       BevelInner = bvLowered
  37.       TabOrder = 0
  38.       OnMouseDown = Panel1MouseDown
  39.       OnMouseMove = Panel1MouseMove
  40.       OnMouseUp = Panel1MouseUp
  41.       object Label1: TLabel
  42.         Left = 16
  43.         Top = 8
  44.         Width = 111
  45.         Height = 13
  46.         Caption = 'Please enter your name'
  47.       end
  48.       object Label2: TLabel
  49.         Left = 16
  50.         Top = 56
  51.         Width = 151
  52.         Height = 13
  53.         Caption = 'Please enter your Serial Number'
  54.       end
  55.       object Edit1: TEdit
  56.         Left = 16
  57.         Top = 24
  58.         Width = 257
  59.         Height = 21
  60.         Font.Charset = DEFAULT_CHARSET
  61.         Font.Color = clWindowText
  62.         Font.Height = -11
  63.         Font.Name = 'MS Sans Serif'
  64.         Font.Style = [fsBold]
  65.         MaxLength = 50
  66.         ParentFont = False
  67.         TabOrder = 0
  68.         OnChange = Edit1Change
  69.       end
  70.       object Edit2: TEdit
  71.         Left = 16
  72.         Top = 72
  73.         Width = 257
  74.         Height = 21
  75.         Color = clAqua
  76.         Font.Charset = DEFAULT_CHARSET
  77.         Font.Color = clBlack
  78.         Font.Height = -11
  79.         Font.Name = 'MS Sans Serif'
  80.         Font.Style = [fsBold]
  81.         ParentFont = False
  82.         TabOrder = 1
  83.       end
  84.       object BitBtn1: TBitBtn
  85.         Left = 16
  86.         Top = 96
  87.         Width = 75
  88.         Height = 25
  89.         Caption = 'Ok'
  90.         Default = True
  91.         TabOrder = 2
  92.         OnClick = BitBtn1Click
  93.       end
  94.       object BitBtn2: TBitBtn
  95.         Left = 96
  96.         Top = 96
  97.         Width = 75
  98.         Height = 25
  99.         Caption = 'Cancel'
  100.         TabOrder = 3
  101.         OnClick = BitBtn2Click
  102.       end
  103.     end
  104.   end
  105. end
  106.