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

📄 unit1.dfm

📁 delphi课程设计的内容,包括源代码,文本的设计,菜单的设计等.
💻 DFM
字号:
object Form1: TForm1
  Left = 192
  Top = 107
  BorderStyle = bsDialog
  Caption = 'Form1'
  ClientHeight = 348
  ClientWidth = 536
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clRed
  Font.Height = -19
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 24
  object Label1: TLabel
    Left = 32
    Top = 16
    Width = 90
    Height = 24
    Caption = '设置前景色'
  end
  object Label2: TLabel
    Left = 32
    Top = 176
    Width = 90
    Height = 24
    Caption = '设置背景色'
  end
  object Button1: TButton
    Left = 32
    Top = 128
    Width = 97
    Height = 33
    Caption = '改变前景色'
    Enabled = False
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 32
    Top = 288
    Width = 105
    Height = 33
    Caption = '改变背景色'
    Enabled = False
    TabOrder = 1
    OnClick = Button2Click
  end
  object MaskEdit1: TMaskEdit
    Left = 32
    Top = 72
    Width = 113
    Height = 32
    EditMask = '000-000-000;1;_'
    MaxLength = 11
    TabOrder = 2
    Text = '000-000-000'
    OnChange = MaskEdit1Change
  end
  object MaskEdit2: TMaskEdit
    Left = 32
    Top = 216
    Width = 113
    Height = 32
    EditMask = '000-000-000;1;_'
    MaxLength = 11
    TabOrder = 3
    Text = '255-255-255'
    OnChange = MaskEdit2Change
  end
  object Memo1: TMemo
    Left = 256
    Top = 32
    Width = 161
    Height = 297
    Lines.Strings = (
      'Memo1')
    TabOrder = 4
  end
  object Button3: TButton
    Left = 440
    Top = 104
    Width = 89
    Height = 33
    Caption = '打开'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clRed
    Font.Height = -24
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 5
    OnClick = Button3Click
  end
  object OpenDialog1: TOpenDialog
    Left = 464
    Top = 184
  end
end

⌨️ 快捷键说明

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