unit3.dfm

来自「delphi开发的数据库系统,支持用户注册.管理员登陆,可以进行插入,修改,删除」· DFM 代码 · 共 93 行

DFM
93
字号
object Form3: TForm3
  Left = 168
  Top = 114
  Width = 695
  Height = 353
  BorderIcons = [biSystemMenu, biMinimize]
  Caption = #27880#20876
  Color = clGradientInactiveCaption
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 248
    Top = 32
    Width = 203
    Height = 24
    Caption = #35831' '#22635' '#20889' '#27880' '#20876' '#20449' '#24687
    Font.Charset = GB2312_CHARSET
    Font.Color = clFuchsia
    Font.Height = -21
    Font.Name = #23435#20307'-'#26041#27491#36229#22823#23383#31526#38598
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label2: TLabel
    Left = 216
    Top = 88
    Width = 54
    Height = 13
    Caption = #29992' '#25143' '#21517#65306
  end
  object Label3: TLabel
    Left = 224
    Top = 144
    Width = 45
    Height = 13
    Caption = #23494'   '#30721#65306
  end
  object Label4: TLabel
    Left = 208
    Top = 200
    Width = 60
    Height = 13
    Caption = #30830#35748#23494#30721#65306
  end
  object BitBtn1: TBitBtn
    Left = 176
    Top = 248
    Width = 75
    Height = 25
    Caption = #30830#35748
    TabOrder = 0
    OnClick = BitBtn1Click
  end
  object BitBtn2: TBitBtn
    Left = 448
    Top = 248
    Width = 75
    Height = 25
    Caption = #36820#22238
    TabOrder = 1
    OnClick = BitBtn2Click
  end
  object Edit1: TEdit
    Left = 296
    Top = 88
    Width = 121
    Height = 21
    TabOrder = 2
  end
  object Edit2: TEdit
    Left = 296
    Top = 144
    Width = 121
    Height = 21
    PasswordChar = '*'
    TabOrder = 3
  end
  object Edit3: TEdit
    Left = 296
    Top = 200
    Width = 121
    Height = 21
    PasswordChar = '*'
    TabOrder = 4
  end
end

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?