uback.dfm

来自「从同学哪里拷贝来的程序,毕业设计用的,大家看看,有帮助的哦」· DFM 代码 · 共 69 行

DFM
69
字号
object back: Tback
  Left = 211
  Top = 223
  Width = 392
  Height = 133
  Caption = #36824#21407
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 8
    Top = 24
    Width = 60
    Height = 13
    Caption = #25991#20214#26469#28304#65306
  end
  object Label2: TLabel
    Left = 8
    Top = 64
    Width = 60
    Height = 13
    Caption = #25991#20214#20445#23384#65306
  end
  object Edit1: TEdit
    Left = 80
    Top = 16
    Width = 185
    Height = 21
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 80
    Top = 56
    Width = 185
    Height = 21
    Enabled = False
    TabOrder = 1
  end
  object Button1: TButton
    Left = 288
    Top = 16
    Width = 75
    Height = 25
    Caption = #25991#20214#26469#28304
    TabOrder = 2
    OnClick = Button1Click
  end
  object Button3: TButton
    Left = 288
    Top = 48
    Width = 75
    Height = 25
    Caption = #36824#21407
    TabOrder = 3
    OnClick = Button3Click
  end
  object OpenDialog1: TOpenDialog
    Left = 248
    Top = 24
  end
end

⌨️ 快捷键说明

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