unit7.~dfm

来自「机房管理系统源代码2006-7-8制作的非常实用」· ~DFM 代码 · 共 130 行

~DFM
130
字号
object frmedop: Tfrmedop
  Left = 246
  Top = 228
  BorderStyle = bsDialog
  Caption = #29992#25143#31649#29702
  ClientHeight = 240
  ClientWidth = 283
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 10
    Top = 10
    Width = 39
    Height = 13
    Caption = #24080#21495#65306
  end
  object Label2: TLabel
    Left = 10
    Top = 42
    Width = 39
    Height = 13
    Caption = #22995#21517#65306
  end
  object Label3: TLabel
    Left = 10
    Top = 74
    Width = 39
    Height = 13
    Caption = #23398#21495#65306
  end
  object Label4: TLabel
    Left = 10
    Top = 106
    Width = 39
    Height = 13
    Caption = #24615#21035#65306
  end
  object Label5: TLabel
    Left = 10
    Top = 138
    Width = 26
    Height = 13
    Caption = #31995#65306
  end
  object Label6: TLabel
    Left = 10
    Top = 170
    Width = 39
    Height = 13
    Caption = #24180#32423#65306
  end
  object Label7: TLabel
    Left = 11
    Top = 198
    Width = 39
    Height = 13
    Caption = #37329#39069#65306
  end
  object Edit1: TEdit
    Left = 50
    Top = 10
    Width = 121
    Height = 21
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 50
    Top = 42
    Width = 121
    Height = 21
    TabOrder = 1
  end
  object Edit3: TEdit
    Left = 50
    Top = 74
    Width = 121
    Height = 21
    TabOrder = 2
  end
  object Edit4: TEdit
    Left = 50
    Top = 106
    Width = 121
    Height = 21
    TabOrder = 3
  end
  object Edit5: TEdit
    Left = 50
    Top = 138
    Width = 121
    Height = 21
    TabOrder = 4
  end
  object Edit6: TEdit
    Left = 50
    Top = 170
    Width = 121
    Height = 21
    TabOrder = 5
  end
  object BitBtn1: TBitBtn
    Left = 184
    Top = 16
    Width = 75
    Height = 25
    Caption = #30830#35748
    TabOrder = 6
    OnClick = BitBtn1Click
    Kind = bkOK
  end
  object Edit7: TEdit
    Left = 51
    Top = 198
    Width = 80
    Height = 21
    TabOrder = 7
    Text = '0'
    OnKeyPress = Edit7KeyPress
  end
end

⌨️ 快捷键说明

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