unit2.dfm

来自「Green brightness grasps the bag implemen」· DFM 代码 · 共 112 行

DFM
112
字号
object Form2: TForm2
  Left = 192
  Top = 107
  BorderStyle = bsDialog
  Caption = 'halflifezy'
  ClientHeight = 348
  ClientWidth = 472
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 13
  object Button1: TButton
    Left = 344
    Top = 104
    Width = 75
    Height = 25
    Caption = '释放本窗口'
    TabOrder = 0
    OnClick = Button1Click
  end
  object Memo1: TMemo
    Left = 8
    Top = 8
    Width = 313
    Height = 329
    ScrollBars = ssBoth
    TabOrder = 1
  end
  object Edit1: TEdit
    Left = 344
    Top = 32
    Width = 121
    Height = 21
    TabOrder = 2
  end
  object Button2: TButton
    Left = 344
    Top = 64
    Width = 75
    Height = 25
    Caption = '保存'
    TabOrder = 3
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 344
    Top = 144
    Width = 75
    Height = 25
    Caption = '关闭'
    TabOrder = 4
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 344
    Top = 184
    Width = 75
    Height = 25
    Caption = '开始'
    TabOrder = 5
    OnClick = Button4Click
  end
  object Button5: TButton
    Left = 344
    Top = 224
    Width = 75
    Height = 25
    Caption = '停止'
    TabOrder = 6
    OnClick = Button5Click
  end
  object Button6: TButton
    Left = 344
    Top = 264
    Width = 75
    Height = 25
    Caption = '清除'
    TabOrder = 7
    OnClick = Button6Click
  end
  object StaticText1: TStaticText
    Left = 344
    Top = 8
    Width = 52
    Height = 17
    Caption = '保存到:'
    TabOrder = 8
  end
  object StaticText2: TStaticText
    Left = 344
    Top = 296
    Width = 80
    Height = 17
    Caption = '作者:halflifezy'
    TabOrder = 9
  end
  object StaticText3: TStaticText
    Left = 344
    Top = 320
    Width = 85
    Height = 17
    Caption = 'MyQQ:15978396'
    TabOrder = 10
  end
end

⌨️ 快捷键说明

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