home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 February / Chip_2000-02_cd.bin / sharewar / Power / _SETUP.1 / PS.exe / 0 / RCDATA / TFORM4 / TFORM4.txt
Text File  |  1999-05-20  |  3KB  |  149 lines

  1. object Form4: TForm4
  2.   Left = 303
  3.   Top = 214
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   BorderStyle = bsDialog
  7.   Caption = 'Enter Password'
  8.   ClientHeight = 140
  9.   ClientWidth = 326
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   Scaled = False
  17.   OnCreate = FormCreate
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Bevel2: TBevel
  22.     Left = 0
  23.     Top = 0
  24.     Width = 326
  25.     Height = 140
  26.     Align = alClient
  27.     Shape = bsFrame
  28.   end
  29.   object Label1: TLabel
  30.     Left = 4
  31.     Top = 10
  32.     Width = 318
  33.     Height = 37
  34.     Alignment = taCenter
  35.     AutoSize = False
  36.     Caption = 'PowerSettings'
  37.     Font.Charset = DEFAULT_CHARSET
  38.     Font.Color = clGray
  39.     Font.Height = -32
  40.     Font.Name = 'MS Sans Serif'
  41.     Font.Style = [fsBold]
  42.     ParentFont = False
  43.   end
  44.   object Label2: TLabel
  45.     Left = 4
  46.     Top = 8
  47.     Width = 319
  48.     Height = 37
  49.     Alignment = taCenter
  50.     AutoSize = False
  51.     Caption = 'PowerSettings'
  52.     Font.Charset = DEFAULT_CHARSET
  53.     Font.Color = clBlack
  54.     Font.Height = -32
  55.     Font.Name = 'MS Sans Serif'
  56.     Font.Style = [fsBold]
  57.     ParentFont = False
  58.     Transparent = True
  59.   end
  60.   object Bevel1: TBevel
  61.     Left = 5
  62.     Top = 83
  63.     Width = 316
  64.     Height = 52
  65.   end
  66.   object EnterButton: TSpeedButton
  67.     Left = 239
  68.     Top = 108
  69.     Width = 80
  70.     Height = 25
  71.     Caption = 'Enter'
  72.     Enabled = False
  73.     Flat = True
  74.     Font.Charset = DEFAULT_CHARSET
  75.     Font.Color = clWindowText
  76.     Font.Height = -11
  77.     Font.Name = 'MS Sans Serif'
  78.     Font.Style = []
  79.     ParentFont = False
  80.     OnClick = EnterButtonClick
  81.   end
  82.   object Label3: TLabel
  83.     Left = 4
  84.     Top = 49
  85.     Width = 319
  86.     Height = 13
  87.     Alignment = taCenter
  88.     AutoSize = False
  89.     Caption = '(C)(R) Ren∩┐╜ Vindum aka The Master / Silents Denmark'
  90.     Transparent = True
  91.   end
  92.   object SpeedButton1: TSpeedButton
  93.     Left = 158
  94.     Top = 108
  95.     Width = 81
  96.     Height = 25
  97.     Caption = 'Cancel'
  98.     Flat = True
  99.     Font.Charset = DEFAULT_CHARSET
  100.     Font.Color = clWindowText
  101.     Font.Height = -11
  102.     Font.Name = 'MS Sans Serif'
  103.     Font.Style = []
  104.     ParentFont = False
  105.     OnClick = SpeedButton1Click
  106.   end
  107.   object SpeedButton2: TSpeedButton
  108.     Left = 20
  109.     Top = 108
  110.     Width = 81
  111.     Height = 25
  112.     Caption = 'Use key file'
  113.     Flat = True
  114.     Font.Charset = DEFAULT_CHARSET
  115.     Font.Color = clWindowText
  116.     Font.Height = -11
  117.     Font.Name = 'MS Sans Serif'
  118.     Font.Style = []
  119.     ParentFont = False
  120.     OnClick = SpeedButton2Click
  121.   end
  122.   object SpeedButton3: TSpeedButton
  123.     Left = 8
  124.     Top = 108
  125.     Width = 12
  126.     Height = 25
  127.     Caption = '!'
  128.     Flat = True
  129.     Font.Charset = DEFAULT_CHARSET
  130.     Font.Color = clWindowText
  131.     Font.Height = -11
  132.     Font.Name = 'MS Sans Serif'
  133.     Font.Style = []
  134.     ParentFont = False
  135.     OnClick = SpeedButton3Click
  136.   end
  137.   object Edit1: TEdit
  138.     Left = 8
  139.     Top = 85
  140.     Width = 310
  141.     Height = 21
  142.     CharCase = ecUpperCase
  143.     PasswordChar = '*'
  144.     TabOrder = 0
  145.     OnChange = Edit1Change
  146.     OnKeyDown = Edit1KeyDown
  147.   end
  148. end
  149.