adddepot.dfm

来自「完整的delphi书籍源代码,大家有空的时候自己慢慢看看」· DFM 代码 · 共 96 行

DFM
96
字号
object AddDepotFrm: TAddDepotFrm
  Left = 208
  Top = 152
  Width = 400
  Height = 205
  Caption = #28155#21152#20179#24211#20449#24687
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 24
    Top = 16
    Width = 353
    Height = 137
    Caption = #22635#20889#20179#24211#20449#24687
    TabOrder = 0
    object Label1: TLabel
      Left = 32
      Top = 32
      Width = 57
      Height = 13
      Caption = #20179' '#24211' '#21517' '#31216
    end
    object Label2: TLabel
      Left = 32
      Top = 96
      Width = 60
      Height = 13
      Caption = #20179#24211#36127#36131#20154
    end
    object Label3: TLabel
      Left = 32
      Top = 64
      Width = 57
      Height = 13
      Caption = #20179' '#24211' '#20301' '#32622
    end
    object Edit1: TEdit
      Left = 104
      Top = 32
      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 = 96
      Width = 121
      Height = 21
      TabOrder = 2
    end
    object Button1: TButton
      Left = 256
      Top = 32
      Width = 75
      Height = 25
      Caption = #20445#23384
      TabOrder = 3
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 256
      Top = 64
      Width = 75
      Height = 25
      Caption = #32487#32493#28155#21152
      TabOrder = 4
      OnClick = Button2Click
    end
    object Button3: TButton
      Left = 256
      Top = 96
      Width = 75
      Height = 25
      Caption = #36820#22238
      TabOrder = 5
      OnClick = Button3Click
    end
  end
end

⌨️ 快捷键说明

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