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

📄 unit1.dfm

📁 这有很多Delphi应用的例子
💻 DFM
字号:
object Form1: TForm1
  Left = 290
  Top = 168
  Width = 479
  Height = 316
  Caption = #23383#31526#20018#26631#20934#20989#25968#35843#29992
  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 = 16
    Width = 57
    Height = 17
    AutoSize = False
    Caption = #23383#31526#20018'1'
  end
  object Label2: TLabel
    Left = 160
    Top = 16
    Width = 113
    Height = 17
    AutoSize = False
    Caption = 'Object Pascal'
  end
  object Label3: TLabel
    Left = 48
    Top = 48
    Width = 57
    Height = 17
    AutoSize = False
    Caption = #23383#31526#20018'2'
  end
  object Label4: TLabel
    Left = 160
    Top = 48
    Width = 105
    Height = 17
    AutoSize = False
    Caption = 'is better than'
  end
  object Label7: TLabel
    Left = 48
    Top = 112
    Width = 65
    Height = 17
    AutoSize = False
    Caption = 'Concat'
  end
  object Label8: TLabel
    Left = 48
    Top = 144
    Width = 65
    Height = 17
    AutoSize = False
    Caption = 'Copy'
  end
  object Label9: TLabel
    Left = 48
    Top = 176
    Width = 65
    Height = 17
    AutoSize = False
    Caption = 'Length'
  end
  object Label10: TLabel
    Left = 48
    Top = 208
    Width = 65
    Height = 17
    AutoSize = False
    Caption = 'Pos'
  end
  object Label5: TLabel
    Left = 48
    Top = 80
    Width = 57
    Height = 17
    AutoSize = False
    Caption = #23383#31526#20018'3'
  end
  object Label14: TLabel
    Left = 160
    Top = 80
    Width = 105
    Height = 13
    AutoSize = False
    Caption = 'Standard Pascal.'
  end
  object Label6: TLabel
    Left = 272
    Top = 32
    Width = 89
    Height = 13
    AutoSize = False
    Caption = 'Copy'#36215#22987#20301#32622
  end
  object Label11: TLabel
    Left = 272
    Top = 64
    Width = 73
    Height = 13
    AutoSize = False
    Caption = 'Copy'#30340#38271#24230
  end
  object Label12: TLabel
    Left = 256
    Top = 216
    Width = 49
    Height = 13
    AutoSize = False
    Caption = 'Pattern'
  end
  object Edit1: TEdit
    Left = 120
    Top = 112
    Width = 305
    Height = 21
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 120
    Top = 144
    Width = 305
    Height = 21
    TabOrder = 1
  end
  object Edit3: TEdit
    Left = 120
    Top = 176
    Width = 81
    Height = 21
    TabOrder = 2
  end
  object Edit4: TEdit
    Left = 120
    Top = 208
    Width = 81
    Height = 21
    TabOrder = 3
  end
  object Button1: TButton
    Left = 312
    Top = 248
    Width = 75
    Height = 25
    Caption = #30830#23450
    TabOrder = 4
    OnClick = Button1Click
  end
  object Edit5: TEdit
    Left = 368
    Top = 24
    Width = 81
    Height = 21
    TabOrder = 5
  end
  object Edit6: TEdit
    Left = 368
    Top = 64
    Width = 81
    Height = 21
    TabOrder = 6
  end
  object Edit7: TEdit
    Left = 320
    Top = 208
    Width = 81
    Height = 21
    TabOrder = 7
  end
end

⌨️ 快捷键说明

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