unit3.dfm

来自「DELPHI7.0+SQL2005环境下开发 2008年8月假期所写」· DFM 代码 · 共 125 行

DFM
125
字号
object frm_lfdj: Tfrm_lfdj
  Left = 351
  Top = 113
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = #27004#25151#30331#35760
  ClientHeight = 184
  ClientWidth = 462
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 24
    Top = 32
    Width = 56
    Height = 13
    Caption = #27004#25151#21495#65306
  end
  object Label2: TLabel
    Left = 240
    Top = 32
    Width = 56
    Height = 13
    Caption = #27004#23618#25968#65306
  end
  object Label3: TLabel
    Left = 24
    Top = 72
    Width = 70
    Height = 13
    Caption = #24320#22987#25151#38388#65306
  end
  object Label4: TLabel
    Left = 240
    Top = 72
    Width = 70
    Height = 13
    Caption = #32467#26463#25151#38388#65306
  end
  object Label5: TLabel
    Left = 24
    Top = 112
    Width = 70
    Height = 13
    Caption = #25151#38388#20215#26684#65306
  end
  object Label6: TLabel
    Left = 240
    Top = 112
    Width = 70
    Height = 13
    Caption = #27599#33293#20154#25968#65306
  end
  object Edit1: TEdit
    Left = 96
    Top = 24
    Width = 121
    Height = 21
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 304
    Top = 24
    Width = 121
    Height = 21
    TabOrder = 1
    OnKeyPress = Edit2KeyPress
  end
  object Edit3: TEdit
    Left = 96
    Top = 64
    Width = 121
    Height = 21
    TabOrder = 2
  end
  object Edit4: TEdit
    Left = 304
    Top = 64
    Width = 121
    Height = 21
    TabOrder = 3
  end
  object Edit5: TEdit
    Left = 96
    Top = 104
    Width = 121
    Height = 21
    TabOrder = 4
    OnKeyPress = Edit5KeyPress
  end
  object Edit6: TEdit
    Left = 304
    Top = 104
    Width = 121
    Height = 21
    TabOrder = 5
    OnKeyPress = Edit6KeyPress
  end
  object Button1: TButton
    Left = 128
    Top = 144
    Width = 75
    Height = 25
    Caption = #28155#21152
    TabOrder = 6
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 256
    Top = 144
    Width = 75
    Height = 25
    Caption = #21462#28040
    TabOrder = 7
    OnClick = Button2Click
  end
end

⌨️ 快捷键说明

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