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

📄 unit1.dfm

📁 一个截取字符串的小例子
💻 DFM
字号:
object Form1: TForm1
  Left = 192
  Top = 107
  Width = 352
  Height = 193
  Caption = #27714#23376#20018
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clRed
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 17
    Top = 36
    Width = 40
    Height = 12
    Caption = #28304#20018#65306
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clRed
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label2: TLabel
    Left = 17
    Top = 68
    Width = 53
    Height = 12
    Caption = #29305#24449#20018#65306
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clRed
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label3: TLabel
    Left = 17
    Top = 100
    Width = 53
    Height = 12
    Caption = #30446#26631#20018#65306
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clRed
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label4: TLabel
    Left = 233
    Top = 68
    Width = 53
    Height = 12
    Caption = #29305#24449#20301#65306
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clRed
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Button1: TButton
    Left = 232
    Top = 136
    Width = 75
    Height = 25
    Caption = #33719#21462
    TabOrder = 0
    OnClick = Button1Click
  end
  object Edit1: TEdit
    Left = 72
    Top = 32
    Width = 241
    Height = 20
    TabOrder = 1
    Text = 'AB168cd"'#20013#21326#20154#27665#20849#21644#22269'"EFGhi'
  end
  object Edit2: TEdit
    Left = 72
    Top = 96
    Width = 241
    Height = 20
    TabOrder = 2
  end
  object Edit3: TEdit
    Left = 72
    Top = 64
    Width = 153
    Height = 20
    TabOrder = 3
    Text = '"'
  end
  object Edit4: TEdit
    Left = 288
    Top = 64
    Width = 25
    Height = 20
    TabOrder = 4
    Text = '1'
    OnKeyPress = Edit4KeyPress
  end
end

⌨️ 快捷键说明

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