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

📄 setstringunit.dfm

📁 三层的通用架构
💻 DFM
字号:
object SetStringForm: TSetStringForm
  Left = 313
  Top = 124
  BorderStyle = bsDialog
  Caption = 'SetStringForm'
  ClientHeight = 123
  ClientWidth = 314
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  OnResize = FormResize
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 30
    Top = 24
    Width = 6
    Height = 12
    FocusControl = Edit1
  end
  object Bevel1: TBevel
    Left = 15
    Top = 58
    Width = 284
    Height = 2
    Shape = bsTopLine
  end
  object Edit1: TEdit
    Left = 104
    Top = 20
    Width = 145
    Height = 20
    TabOrder = 0
    OnChange = Edit1Change
  end
  object Button1: TButton
    Left = 72
    Top = 78
    Width = 75
    Height = 25
    Caption = #30830#23450'(&O)'
    Default = True
    Enabled = False
    TabOrder = 2
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 176
    Top = 78
    Width = 75
    Height = 25
    Cancel = True
    Caption = #21462#28040'(&C)'
    TabOrder = 3
    OnClick = Button2Click
  end
  object ComboBox1: TComboBox
    Left = 136
    Top = 20
    Width = 145
    Height = 20
    ItemHeight = 12
    TabOrder = 1
    Text = 'ComboBox1'
    OnChange = ComboBox1Change
  end
end

⌨️ 快捷键说明

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