unit1.~dfm

来自「一个功能完整的超市管理系统」· ~DFM 代码 · 共 96 行

~DFM
96
字号
object Form1: TForm1
  Left = 498
  Top = 186
  Width = 356
  Height = 302
  Caption = 'Form1'
  Color = clBtnFace
  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 = 40
    Top = 32
    Width = 305
    Height = 37
    AutoSize = False
    Caption = #27426#36814#20351#29992#26412#31995#32479
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -32
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 48
    Top = 104
    Width = 36
    Height = 13
    Caption = #24080#21495#65306
  end
  object Label3: TLabel
    Left = 48
    Top = 152
    Width = 36
    Height = 13
    Caption = #23494#30721#65306
  end
  object Label4: TLabel
    Left = 72
    Top = 208
    Width = 225
    Height = 13
    AutoSize = False
    Caption = #21021#22987#24080#21495':admin                  '#21021#22987#23494#30721':123'
  end
  object Edit1: TEdit
    Left = 104
    Top = 96
    Width = 121
    Height = 21
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 104
    Top = 144
    Width = 121
    Height = 21
    PasswordChar = '*'
    TabOrder = 1
  end
  object Button1: TButton
    Left = 256
    Top = 96
    Width = 75
    Height = 25
    Caption = #36827#20837
    TabOrder = 2
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 256
    Top = 144
    Width = 75
    Height = 25
    Caption = #36864#20986
    TabOrder = 3
    OnClick = Button2Click
  end
  object Query1: TQuery
    DatabaseName = 'user1'
    Left = 304
    Top = 56
  end
  object Query2: TQuery
    DatabaseName = 'user1'
    Left = 56
    Top = 72
  end
end

⌨️ 快捷键说明

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