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

📄 unit1.dfm

📁 Delphi实效编程百例的随书源代码 这是其中的操作系统部分
💻 DFM
字号:
object Form1: TForm1
  Left = 471
  Top = 324
  Width = 263
  Height = 193
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 8
    Top = 8
    Width = 233
    Height = 145
    Caption = '屏幕分辨率(&S)'
    TabOrder = 0
    object Label1: TLabel
      Left = 8
      Top = 40
      Width = 12
      Height = 13
      Caption = '小'
    end
    object Label2: TLabel
      Left = 200
      Top = 40
      Width = 12
      Height = 13
      Caption = '大'
    end
    object Label3: TLabel
      Left = 40
      Top = 88
      Width = 48
      Height = 13
      Caption = '分辨率:'
    end
    object TrackBar1: TTrackBar
      Left = 32
      Top = 40
      Width = 150
      Height = 45
      LineSize = 2
      Max = 4
      Orientation = trHorizontal
      ParentShowHint = False
      Frequency = 1
      Position = 1
      SelEnd = 0
      SelStart = 0
      ShowHint = True
      TabOrder = 0
      TickMarks = tmBottomRight
      TickStyle = tsAuto
      OnChange = TrackBar1Change
    end
    object Button1: TButton
      Left = 32
      Top = 112
      Width = 75
      Height = 25
      Caption = '确定'
      TabOrder = 1
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 136
      Top = 112
      Width = 75
      Height = 25
      Caption = '取消'
      TabOrder = 2
      OnClick = Button2Click
    end
  end
end

⌨️ 快捷键说明

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