unit9.~dfm

来自「软件课程设计」· ~DFM 代码 · 共 99 行

~DFM
99
字号
object Form9: TForm9
  Left = 376
  Top = 255
  Width = 870
  Height = 500
  Caption = 'Form9'
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -21
  Font.Name = #40657#20307
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 21
  object Label2: TLabel
    Left = 232
    Top = 120
    Width = 66
    Height = 21
    Caption = #26087#23494#30721
  end
  object Label3: TLabel
    Left = 232
    Top = 176
    Width = 66
    Height = 21
    Caption = #26032#23494#30721
  end
  object Label4: TLabel
    Left = 232
    Top = 240
    Width = 88
    Height = 21
    Caption = #37325#26032#36755#20837
  end
  object Edit2: TEdit
    Left = 336
    Top = 112
    Width = 121
    Height = 29
    PasswordChar = '*'
    TabOrder = 0
  end
  object Edit3: TEdit
    Left = 344
    Top = 168
    Width = 121
    Height = 29
    PasswordChar = '*'
    TabOrder = 1
  end
  object Edit4: TEdit
    Left = 344
    Top = 232
    Width = 121
    Height = 29
    PasswordChar = '*'
    TabOrder = 2
  end
  object Button1: TButton
    Left = 224
    Top = 328
    Width = 89
    Height = 41
    Caption = #30830#23450
    TabOrder = 3
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 424
    Top = 328
    Width = 89
    Height = 41
    Caption = #36820#22238
    TabOrder = 4
    OnClick = Button2Click
  end
  object StatusBar1: TStatusBar
    Left = 0
    Top = 445
    Width = 854
    Height = 19
    Panels = <
      item
        Text = #31649#29702#21592
        Width = 300
      end
      item
        Text = #26085#26399
        Width = 300
      end
      item
        Text = #26102#38388
        Width = 300
      end>
  end
end

⌨️ 快捷键说明

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