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

📄 modiform.dfm

📁 delphi开发
💻 DFM
字号:
object modifrm: Tmodifrm
  Left = 260
  Top = 178
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = #20462#25913#31383#21475
  ClientHeight = 229
  ClientWidth = 412
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  OnActivate = FormActivate
  OnMouseMove = FormMouseMove
  PixelsPerInch = 96
  TextHeight = 12
  object Shape6: TShape
    Left = 321
    Top = 23
    Width = 71
    Height = 27
    Brush.Style = bsClear
    Pen.Color = clBlue
  end
  object Shape1: TShape
    Left = 322
    Top = 66
    Width = 71
    Height = 27
    Brush.Style = bsClear
    Pen.Color = clBlue
  end
  object SpeedButton1: TSpeedButton
    Left = 322
    Top = 24
    Width = 69
    Height = 25
    Caption = #30830#23450
    Flat = True
    OnClick = SpeedButton1Click
  end
  object SpeedButton2: TSpeedButton
    Left = 323
    Top = 67
    Width = 69
    Height = 25
    Caption = #21462#28040
    Flat = True
    OnClick = SpeedButton2Click
  end
  object Shape2: TShape
    Left = 321
    Top = 65
    Width = 73
    Height = 29
    Brush.Style = bsClear
    Pen.Color = clBtnText
    OnMouseMove = Shape2MouseMove
  end
  object Shape3: TShape
    Left = 320
    Top = 22
    Width = 73
    Height = 29
    Brush.Style = bsClear
    Pen.Color = clBtnText
    OnMouseMove = Shape3MouseMove
  end
  object GroupBox1: TGroupBox
    Left = 8
    Top = 8
    Width = 289
    Height = 217
    Caption = #26379#21451#36164#26009
    Ctl3D = False
    ParentCtl3D = False
    TabOrder = 0
    object Label1: TLabel
      Left = 33
      Top = 56
      Width = 36
      Height = 12
      Caption = #24615#21035#65306
    end
    object Label2: TLabel
      Left = 33
      Top = 112
      Width = 36
      Height = 12
      Caption = #22791#27880#65306
    end
    object edtname: TLabeledEdit
      Left = 72
      Top = 24
      Width = 185
      Height = 18
      EditLabel.Width = 36
      EditLabel.Height = 12
      EditLabel.Caption = #22995#21517#65306
      LabelPosition = lpLeft
      LabelSpacing = 3
      TabOrder = 0
    end
    object edtphone: TLabeledEdit
      Left = 72
      Top = 80
      Width = 185
      Height = 18
      EditLabel.Width = 36
      EditLabel.Height = 12
      EditLabel.Caption = #25163#26426#65306
      LabelPosition = lpLeft
      LabelSpacing = 3
      TabOrder = 1
    end
    object rb1: TRadioButton
      Left = 80
      Top = 56
      Width = 49
      Height = 17
      Caption = #30007
      Checked = True
      TabOrder = 2
      TabStop = True
    end
    object rb2: TRadioButton
      Left = 136
      Top = 56
      Width = 49
      Height = 17
      Caption = #22899
      TabOrder = 3
    end
    object Memo1: TMemo
      Left = 32
      Top = 128
      Width = 225
      Height = 81
      ScrollBars = ssVertical
      TabOrder = 4
    end
  end
end

⌨️ 快捷键说明

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