setstringunit.dfm

来自「三层的通用架构」· DFM 代码 · 共 76 行

DFM
76
字号
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 + =
减小字号Ctrl + -
显示快捷键?