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

📄 main.~dfm

📁 一个酒店房间图片介绍的小软件
💻 ~DFM
字号:
object Form1: TForm1
  Left = 212
  Top = 184
  Width = 770
  Height = 530
  Caption = #37202#24215#25151#38388#39044#35272
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  WindowState = wsMaximized
  OnActivate = Onactivate
  OnClose = onclose
  OnCreate = OnCreat
  OnDestroy = Ondestroy
  OnMouseMove = onmousemove
  OnResize = Onresize
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 185
    Height = 496
    Align = alLeft
    Caption = 'Panel1'
    TabOrder = 0
    OnMouseMove = onmousemove
    object Label1: TLabel
      Left = 0
      Top = 168
      Width = 180
      Height = 19
      Caption = #28857#20987#23567#22270#29255#25918#22823#35266#30475
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -19
      Font.Name = #23435#20307
      Font.Style = [fsBold]
      ParentFont = False
    end
    object Label3: TLabel
      Left = 144
      Top = 0
      Width = 21
      Height = 21
      Caption = #20934
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -21
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      OnDblClick = Button1Click
    end
    object Label4: TLabel
      Left = 16
      Top = 0
      Width = 126
      Height = 21
      Caption = #35831#28857#20987#25151#38388#26631
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -21
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
    end
    object ListBox1: TListBox
      Left = 0
      Top = 24
      Width = 185
      Height = 137
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -16
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
      ItemHeight = 20
      ParentFont = False
      TabOrder = 0
      OnClick = ListBox1Click
      OnMouseMove = onmousemove
    end
    object ScrollBox2: TScrollBox
      Left = 1
      Top = -55
      Width = 183
      Height = 550
      Align = alBottom
      Anchors = [akLeft, akTop, akRight, akBottom]
      TabOrder = 1
    end
  end
  object ScrollBox1: TScrollBox
    Left = 185
    Top = 0
    Width = 577
    Height = 496
    HorzScrollBar.Visible = False
    Align = alClient
    Anchors = [akLeft, akTop, akBottom]
    Color = clBtnFace
    ParentColor = False
    TabOrder = 1
    OnMouseMove = onmousemove
    object Image1: TImage
      Left = 32
      Top = 32
      Width = 41
      Height = 49
      Stretch = True
      OnMouseMove = onmousemove
    end
    object Label2: TLabel
      Left = 128
      Top = 64
      Width = 36
      Height = 11
      Caption = 'Label2'
      Color = clNone
      DragMode = dmAutomatic
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentColor = False
      ParentFont = False
      Transparent = True
    end
  end
  object Timer1: TTimer
    Enabled = False
    Interval = 500
    OnTimer = Timer1Timer
    Left = 225
    Top = 376
  end
  object Timer2: TTimer
    OnTimer = Timer2Timer
    Left = 305
    Top = 392
  end
end

⌨️ 快捷键说明

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