unitdlsw.dfm.~7~

来自「初中成绩录入系统网络版(firebird) firebird下的网络编程」· ~7~ 代码 · 共 63 行

~7~
63
字号
object fmDLSW: TfmDLSW
  Left = 0
  Top = 0
  Width = 347
  Height = 240
  Caption = #35745#31639#22320#29702#19982#29983#29289#25104#32489
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 24
    Top = 48
    Width = 33
    Height = 13
    Caption = #27604#20363':'
  end
  object Label2: TLabel
    Left = 88
    Top = 24
    Width = 112
    Height = 13
    Caption = 'A    B    C    D'
  end
  object Edit1: TEdit
    Left = 80
    Top = 48
    Width = 25
    Height = 21
    TabOrder = 0
    Text = 'Edit1'
  end
  object Edit2: TEdit
    Left = 115
    Top = 48
    Width = 25
    Height = 21
    TabOrder = 1
    Text = 'Edit2'
  end
  object Edit3: TEdit
    Left = 152
    Top = 48
    Width = 25
    Height = 21
    TabOrder = 2
    Text = 'Edit3'
  end
  object Edit4: TEdit
    Left = 186
    Top = 48
    Width = 25
    Height = 21
    TabOrder = 3
    Text = 'Edit4'
  end
end

⌨️ 快捷键说明

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