setfrm.~dfm

来自「一个酒店房间图片介绍的小软件」· ~DFM 代码 · 共 112 行

~DFM
112
字号
object Form2: TForm2
  Left = 279
  Top = 134
  Width = 561
  Height = 480
  BorderIcons = [biSystemMenu]
  Caption = #36873#39033
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnActivate = onactive
  OnClose = onclose
  OnCreate = oncreate
  PixelsPerInch = 96
  TextHeight = 13
  object Image1: TImage
    Left = 128
    Top = 328
    Width = 41
    Height = 25
    OnClick = Image1Click
  end
  object Button1: TButton
    Left = 8
    Top = 16
    Width = 113
    Height = 33
    Caption = #28155#21152#25151#38388#26631#20934
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 8
    Top = 64
    Width = 113
    Height = 33
    Caption = #21024#38500#25151#38388#26631#20934
    TabOrder = 1
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 8
    Top = 112
    Width = 113
    Height = 33
    Caption = #20462#25913#25151#38388#26631#20934
    TabOrder = 2
    OnClick = Button3Click
  end
  object ListBox1: TListBox
    Left = 144
    Top = 8
    Width = 129
    Height = 177
    ItemHeight = 13
    TabOrder = 3
    OnClick = ListBox1Click
  end
  object ScrollBox1: TScrollBox
    Left = 296
    Top = 8
    Width = 241
    Height = 425
    TabOrder = 4
  end
  object Button4: TButton
    Left = 176
    Top = 256
    Width = 89
    Height = 33
    Caption = #28155#21152#22270#29255
    TabOrder = 5
    OnClick = Button4Click
  end
  object Button5: TButton
    Left = 176
    Top = 320
    Width = 89
    Height = 33
    Caption = #21024#38500#22270#29255
    TabOrder = 6
    OnClick = Button5Click
  end
  object Button6: TButton
    Left = 8
    Top = 168
    Width = 113
    Height = 41
    Caption = #20462#25913#38382#20505#35821
    TabOrder = 7
    OnClick = Button6Click
  end
  object Button7: TButton
    Left = 8
    Top = 232
    Width = 113
    Height = 41
    Caption = #26356#25913#27426#36814#22270#29255
    TabOrder = 8
    OnClick = Button7Click
  end
  object OpenDialog1: TOpenDialog
    Filter = 'JPEG|*.jpg'
    Left = 136
    Top = 272
  end
end

⌨️ 快捷键说明

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