unit1.dfm

来自「Del_att Management」· DFM 代码 · 共 46 行

DFM
46
字号
object AttstruDlg: TAttstruDlg
  Left = 255
  Top = 155
  BorderStyle = bsDialog
  Caption = 'AttstruDlg'
  ClientHeight = 318
  ClientWidth = 445
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  Visible = True
  PixelsPerInch = 96
  TextHeight = 13
  object AttStruEdit: TAttStruEdit
    Left = 8
    Top = 8
    Width = 425
    Height = 249
    TabOrder = 0
    ControlData = {00000100ED2B0000BC190000000000000000010000000C0000000000}
  end
  object ButtonOK: TButton
    Left = 104
    Top = 272
    Width = 75
    Height = 25
    Caption = #30830#23450
    TabOrder = 1
    OnClick = ButtonOKClick
  end
  object ButtonExit: TButton
    Left = 272
    Top = 272
    Width = 75
    Height = 25
    Caption = #21462#28040
    TabOrder = 2
    OnClick = ButtonExitClick
  end
end

⌨️ 快捷键说明

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