⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 unit4.dfm

📁 本人生产实习的内容
💻 DFM
字号:
object Form4: TForm4
  Left = 466
  Top = 256
  Width = 400
  Height = 300
  Caption = #29992#25143#23494#30721#20462#25913
  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 = 56
    Top = 16
    Width = 52
    Height = 13
    AutoSize = False
    Caption = #21407#23494#30721
  end
  object Label2: TLabel
    Left = 48
    Top = 80
    Width = 135
    Height = 13
    Caption = #26032#23494#30721'(3-20'#20010#23383#31526#25110#25968#23383')'
  end
  object Label3: TLabel
    Left = 48
    Top = 144
    Width = 147
    Height = 13
    Caption = #30830#35748#23494#30721'(3-20'#20010#23383#31526#25110#25968#23383')'
  end
  object old_Edit: TEdit
    Left = 56
    Top = 40
    Width = 289
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    PasswordChar = '*'
    TabOrder = 0
    Text = 'old_Edit'
  end
  object new_Edit1: TEdit
    Left = 56
    Top = 104
    Width = 289
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    PasswordChar = '*'
    TabOrder = 1
    Text = 'new_Edit1'
  end
  object new_Edit2: TEdit
    Left = 56
    Top = 168
    Width = 289
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    PasswordChar = '*'
    TabOrder = 2
    Text = 'new_Edit2'
  end
  object Button1: TButton
    Left = 96
    Top = 208
    Width = 73
    Height = 41
    Caption = #30830#23450
    TabOrder = 3
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 208
    Top = 208
    Width = 73
    Height = 41
    Caption = #21462#28040
    TabOrder = 4
    OnClick = Button2Click
  end
end

⌨️ 快捷键说明

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