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

📄 setfrm.dfm

📁 一个酒店房间图片介绍的小软件
💻 DFM
字号:
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 = 216
    Top = 384
    Width = 41
    Height = 25
    OnClick = Image1Click
  end
  object Label1: TLabel
    Left = 16
    Top = 296
    Width = 112
    Height = 16
    Caption = #35774#32622#38382#20505#35821#39068#33394
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 16
    Top = 360
    Width = 112
    Height = 16
    Caption = #35774#32622#38382#20505#35821#23383#20307
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Button1: TButton
    Left = 8
    Top = 16
    Width = 129
    Height = 33
    Caption = #28155#21152#25151#38388#26631#20934
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 8
    Top = 64
    Width = 129
    Height = 33
    Caption = #21024#38500#25151#38388#26631#20934
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 1
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 8
    Top = 112
    Width = 129
    Height = 33
    Caption = #20462#25913#25151#38388#26631#20934
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    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 = 240
    Width = 113
    Height = 41
    Caption = #20462#25913#38382#20505#35821
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 7
    OnClick = Button6Click
  end
  object Button7: TButton
    Left = 8
    Top = 168
    Width = 129
    Height = 41
    Caption = #26356#25913#27426#36814#22270#29255
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 8
    OnClick = Button7Click
  end
  object ColorBox1: TColorBox
    Left = 16
    Top = 320
    Width = 105
    Height = 22
    ItemHeight = 16
    TabOrder = 9
    OnChange = ColorBox1Change
  end
  object SpinEdit1: TSpinEdit
    Left = 24
    Top = 392
    Width = 73
    Height = 26
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    MaxValue = 200
    MinValue = 20
    ParentFont = False
    TabOrder = 10
    Value = 0
    OnExit = onexit
  end
  object OpenDialog1: TOpenDialog
    Filter = 'JPEG|*.jpg'
    Left = 200
    Top = 208
  end
end

⌨️ 快捷键说明

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