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

📄 unit1.~dfm

📁 这有很多Delphi应用的例子
💻 ~DFM
字号:
object Form2: TForm2
  Left = 458
  Top = 5
  Width = 476
  Height = 325
  Caption = 'Form2'
  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 = 16
    Width = 113
    Height = 17
    AutoSize = False
    Caption = #23383#31526#20018'1'
  end
  object Label2: TLabel
    Left = 136
    Top = 16
    Width = 249
    Height = 33
    AutoSize = False
    Caption = 'Object Pascal is better than Standard Pascal.'
  end
  object Label3: TLabel
    Left = 40
    Top = 48
    Width = 113
    Height = 25
    AutoSize = False
    Caption = #23383#31526#20018'2'
  end
  object Label4: TLabel
    Left = 136
    Top = 48
    Width = 113
    Height = 25
    AutoSize = False
    Caption = 'is better than'
  end
  object Label5: TLabel
    Left = 40
    Top = 80
    Width = 113
    Height = 25
    AutoSize = False
    Caption = 'Index'#65306
  end
  object Label6: TLabel
    Left = 272
    Top = 208
    Width = 113
    Height = 25
    AutoSize = False
    Caption = #25972#25968#65306
  end
  object Label7: TLabel
    Left = 40
    Top = 168
    Width = 113
    Height = 25
    AutoSize = False
    Caption = 'Insert'
  end
  object Label8: TLabel
    Left = 40
    Top = 200
    Width = 113
    Height = 25
    AutoSize = False
    Caption = 'Str'
  end
  object Label10: TLabel
    Left = 40
    Top = 232
    Width = 113
    Height = 25
    AutoSize = False
    Caption = 'Val'
  end
  object Label11: TLabel
    Left = 40
    Top = 136
    Width = 113
    Height = 25
    AutoSize = False
    Caption = 'Delete'
  end
  object Label13: TLabel
    Left = 80
    Top = 80
    Width = 97
    Height = 25
    AutoSize = False
    Caption = '13'
  end
  object Label9: TLabel
    Left = 136
    Top = 80
    Width = 40
    Height = 13
    AutoSize = False
    Caption = 'Count'#65306
  end
  object Label12: TLabel
    Left = 272
    Top = 232
    Width = 33
    Height = 13
    AutoSize = False
    Caption = #23383#31526#20018#65306
  end
  object Label14: TLabel
    Left = 176
    Top = 80
    Width = 49
    Height = 13
    AutoSize = False
    Caption = '14'
  end
  object Label15: TLabel
    Left = 328
    Top = 208
    Width = 49
    Height = 25
    AutoSize = False
    Caption = '2000'
  end
  object Label16: TLabel
    Left = 328
    Top = 232
    Width = 65
    Height = 13
    AutoSize = False
    Caption = '1000'
  end
  object Button1: TButton
    Left = 368
    Top = 264
    Width = 75
    Height = 25
    Caption = #30830#23450
    TabOrder = 0
    OnClick = Button1Click
  end
  object Edit1: TEdit
    Left = 128
    Top = 136
    Width = 265
    Height = 21
    TabOrder = 1
  end
  object Edit2: TEdit
    Left = 128
    Top = 168
    Width = 265
    Height = 21
    TabOrder = 2
  end
  object Edit3: TEdit
    Left = 128
    Top = 200
    Width = 121
    Height = 21
    TabOrder = 3
  end
  object Edit4: TEdit
    Left = 128
    Top = 232
    Width = 121
    Height = 21
    TabOrder = 4
  end
end

⌨️ 快捷键说明

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