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

📄 unit1.dfm

📁 delphi编程实效百例的随书源代码 这是其中的界面外观部分
💻 DFM
字号:
object Form1: TForm1
  Left = 192
  Top = 107
  Width = 590
  Height = 413
  Caption = 'Form1'
  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 = 40
    Top = 280
    Width = 156
    Height = 13
    Caption = #35831#36755#20837#38656#35201#20542#26012#30340#25991#23383'            '
  end
  object Label2: TLabel
    Left = 40
    Top = 312
    Width = 91
    Height = 13
    Caption = #19982'X'#36724#26041#21521#30340#22841#35282
  end
  object Label3: TLabel
    Left = 40
    Top = 344
    Width = 181
    Height = 13
    Caption = #35831#36755#20837#20542#26012#25991#23383#30340#21407#28857'X'#65306'              '
  end
  object Label4: TLabel
    Left = 280
    Top = 344
    Width = 37
    Height = 13
    Caption = 'Y          '
  end
  object Edit1: TEdit
    Left = 192
    Top = 280
    Width = 121
    Height = 21
    TabOrder = 0
    Text = 'Edit1'
  end
  object Edit2: TEdit
    Left = 192
    Top = 312
    Width = 121
    Height = 21
    TabOrder = 1
    Text = 'Edit2'
  end
  object Edit3: TEdit
    Left = 200
    Top = 344
    Width = 57
    Height = 21
    TabOrder = 2
    Text = 'Edit3'
  end
  object Edit4: TEdit
    Left = 312
    Top = 344
    Width = 57
    Height = 21
    TabOrder = 3
    Text = 'Edit4'
  end
  object Button1: TButton
    Left = 416
    Top = 336
    Width = 137
    Height = 25
    Caption = #26174#31034#20542#26012#25991#23383' '
    TabOrder = 4
    OnClick = Button1Click
  end
end

⌨️ 快捷键说明

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