unit1.dfm

来自「通讯录程序」· DFM 代码 · 共 72 行

DFM
72
字号
object Formjob: TFormjob
  Left = 149
  Top = 110
  Width = 327
  Height = 331
  Caption = #32844#19994#27979#35797
  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 LabelName: TLabel
    Left = 56
    Top = 72
    Width = 24
    Height = 13
    Caption = #22995#21517
  end
  object LabelWork: TLabel
    Left = 56
    Top = 136
    Width = 24
    Height = 13
    Caption = #32844#19994
  end
  object LabelResult: TLabel
    Left = 56
    Top = 192
    Width = 24
    Height = 13
    Caption = #26174#31034
  end
  object EditName: TEdit
    Left = 112
    Top = 64
    Width = 121
    Height = 21
    TabOrder = 0
    Text = #23567#32418
  end
  object ButtonCalc: TButton
    Left = 48
    Top = 248
    Width = 75
    Height = 25
    Caption = #21028#26029
    TabOrder = 1
    OnClick = ButtonCalcClick
  end
  object EditWork: TEdit
    Left = 112
    Top = 128
    Width = 121
    Height = 21
    TabOrder = 2
    Text = #23398#29983
  end
  object ButtonExit: TButton
    Left = 160
    Top = 248
    Width = 75
    Height = 25
    Caption = #36864#20986
    TabOrder = 3
    OnClick = ButtonExitClick
  end
end

⌨️ 快捷键说明

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