regmain.dfm

来自「1.简繁相互转换 2.文件批量处理 3.可直接转换数据库字段」· DFM 代码 · 共 63 行

DFM
63
字号
object Form1: TForm1
  Left = 223
  Top = 164
  Width = 696
  Height = 480
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -16
  Font.Name = #26032#23435#20307
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 16
  object Label1: TLabel
    Left = 48
    Top = 24
    Width = 64
    Height = 16
    Caption = #26426#22120#30721#65306
  end
  object Label2: TLabel
    Left = 48
    Top = 88
    Width = 48
    Height = 16
    Caption = #27880#20876#30721
  end
  object Edit1: TEdit
    Left = 120
    Top = 24
    Width = 385
    Height = 24
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 120
    Top = 88
    Width = 393
    Height = 24
    TabOrder = 1
  end
  object Button1: TButton
    Left = 128
    Top = 152
    Width = 75
    Height = 25
    Caption = 'Get'
    TabOrder = 2
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 280
    Top = 152
    Width = 75
    Height = 25
    Caption = 'Close'
    TabOrder = 3
    OnClick = Button2Click
  end
end

⌨️ 快捷键说明

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