unit9.dfm

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

DFM
124
字号
object gaoyuan07: Tgaoyuan07
  Left = 416
  Top = 136
  Width = 362
  Height = 356
  Caption = #21830#21697#20449#24687#20462#25913
  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 = 32
    Top = 32
    Width = 60
    Height = 13
    Caption = #21830#21697#32534#21495#65306
  end
  object Label2: TLabel
    Left = 32
    Top = 72
    Width = 60
    Height = 13
    Caption = #21830#21697#21517#31216#65306
  end
  object Label3: TLabel
    Left = 32
    Top = 112
    Width = 60
    Height = 13
    Caption = #36141#20154#21333#20215#65306
  end
  object Label4: TLabel
    Left = 32
    Top = 152
    Width = 60
    Height = 13
    Caption = #38144#21806#21333#20215#65306
  end
  object Label5: TLabel
    Left = 32
    Top = 192
    Width = 36
    Height = 13
    Caption = #25968#37327#65306
  end
  object Edit1: TEdit
    Left = 104
    Top = 24
    Width = 121
    Height = 21
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 104
    Top = 64
    Width = 121
    Height = 21
    TabOrder = 1
  end
  object Edit3: TEdit
    Left = 104
    Top = 104
    Width = 121
    Height = 21
    TabOrder = 2
  end
  object Edit4: TEdit
    Left = 104
    Top = 152
    Width = 121
    Height = 21
    TabOrder = 3
  end
  object Button1: TButton
    Left = 32
    Top = 232
    Width = 75
    Height = 25
    Caption = #20462#25913
    TabOrder = 4
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 128
    Top = 232
    Width = 75
    Height = 25
    Caption = #21024#38500
    TabOrder = 5
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 224
    Top = 232
    Width = 75
    Height = 25
    Caption = #36864#20986
    TabOrder = 6
    OnClick = Button3Click
  end
  object Edit5: TEdit
    Left = 104
    Top = 184
    Width = 121
    Height = 21
    TabOrder = 7
  end
  object Query1: TQuery
    DatabaseName = 'user1'
    Left = 40
    Top = 264
  end
  object Query2: TQuery
    DatabaseName = 'user1'
    Left = 160
    Top = 272
  end
end

⌨️ 快捷键说明

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