unit10.dfm

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

DFM
62
字号
object frm_lixiao: Tfrm_lixiao
  Left = 351
  Top = 296
  Width = 361
  Height = 138
  Caption = #23398#29983#31163#26657#22788#29702
  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 Label1: TLabel
    Left = 48
    Top = 24
    Width = 60
    Height = 13
    Caption = #23398#12288#12288#21495#65306
  end
  object Label2: TLabel
    Left = 48
    Top = 64
    Width = 60
    Height = 13
    Caption = #22995#12288#12288#21517#65306
  end
  object Edit1: TEdit
    Left = 120
    Top = 16
    Width = 121
    Height = 21
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 120
    Top = 56
    Width = 121
    Height = 21
    TabOrder = 1
  end
  object Button1: TButton
    Left = 264
    Top = 16
    Width = 75
    Height = 25
    Caption = #27880#38144
    TabOrder = 2
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 264
    Top = 56
    Width = 75
    Height = 25
    Caption = #20851#38381
    TabOrder = 3
  end
end

⌨️ 快捷键说明

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