Password.~dfm
上传用户:mjqmds
上传日期:2022-05-05
资源大小:2827k
文件大小:1k
源码类别:

DirextX编程

开发平台:

Delphi

  1. object PForm: TPForm
  2.   Left = 287
  3.   Top = 306
  4.   BorderStyle = bsDialog
  5.   Caption = #25773#25918#23494#30721
  6.   ClientHeight = 58
  7.   ClientWidth = 372
  8.   Color = clBtnFace
  9.   Font.Charset = GB2312_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -12
  12.   Font.Name = #23435#20307
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poDesktopCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 12
  19.   object Label1: TLabel
  20.     Left = 32
  21.     Top = 24
  22.     Width = 24
  23.     Height = 12
  24.     Caption = #23494#30721
  25.   end
  26.   object FlatEdit1: TFlatEdit
  27.     Left = 72
  28.     Top = 22
  29.     Width = 169
  30.     Height = 18
  31.     ColorFlat = clBtnFace
  32.     ParentColor = True
  33.     PasswordChar = '*'
  34.     TabOrder = 0
  35.     Text = '560D0718-0CD9-4DD9-985D-4C058608D538'
  36.   end
  37.   object FlatButton1: TFlatButton
  38.     Left = 272
  39.     Top = 19
  40.     Width = 81
  41.     Height = 25
  42.     Caption = #30830#23450
  43.     TabOrder = 1
  44.     OnClick = FlatButton1Click
  45.   end
  46. end