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

📄 sysparaunit.dfm

📁 三层的通用架构
💻 DFM
字号:
object SysParaForm: TSysParaForm
  Left = 242
  Top = 123
  BorderIcons = [biSystemMenu, biMinimize, biHelp]
  BorderStyle = bsDialog
  Caption = #36873#39033
  ClientHeight = 350
  ClientWidth = 362
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 12
  object Button1: TButton
    Left = 143
    Top = 307
    Width = 75
    Height = 25
    Caption = #30830#23450'(&O)'
    Default = True
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 255
    Top = 307
    Width = 75
    Height = 25
    Cancel = True
    Caption = #21462#28040'(&C)'
    TabOrder = 2
    OnClick = Button2Click
  end
  object GroupBox1: TGroupBox
    Left = 16
    Top = 12
    Width = 330
    Height = 277
    TabOrder = 0
    object Label1: TLabel
      Left = 18
      Top = 28
      Width = 72
      Height = 12
      Caption = #31995#32479#26631#39064'(&T):'
      FocusControl = Edit1
    end
    object Label2: TLabel
      Left = 18
      Top = 64
      Width = 72
      Height = 12
      Caption = #35828#26126#20449#24687'(&I):'
      FocusControl = Edit2
    end
    object Label3: TLabel
      Left = 18
      Top = 100
      Width = 72
      Height = 12
      Caption = #22270#26631#25991#20214'(&F):'
      FocusControl = Edit3
    end
    object Label4: TLabel
      Left = 18
      Top = 136
      Width = 72
      Height = 12
      Caption = #24110#21161#25991#20214'(&H):'
      FocusControl = Edit4
    end
    object Label5: TLabel
      Left = 18
      Top = 172
      Width = 72
      Height = 12
      Caption = #38142#25509#32593#22336'(&U):'
      FocusControl = Edit5
    end
    object Label6: TLabel
      Left = 18
      Top = 208
      Width = 72
      Height = 12
      Caption = #37038#20214#22320#22336'(&E):'
      FocusControl = Edit6
    end
    object Label7: TLabel
      Left = 18
      Top = 242
      Width = 72
      Height = 12
      Caption = #40664#35748#39033#30446'(&D):'
      FocusControl = ComboBoxEx1
    end
    object Edit1: TEdit
      Left = 98
      Top = 24
      Width = 214
      Height = 20
      TabOrder = 0
    end
    object Edit2: TEdit
      Left = 98
      Top = 60
      Width = 214
      Height = 20
      TabOrder = 1
    end
    object Edit3: TEdit
      Left = 98
      Top = 96
      Width = 190
      Height = 20
      TabOrder = 2
    end
    object Edit4: TEdit
      Left = 98
      Top = 132
      Width = 190
      Height = 20
      TabOrder = 4
    end
    object Edit5: TEdit
      Left = 98
      Top = 168
      Width = 214
      Height = 20
      TabOrder = 6
    end
    object Edit6: TEdit
      Left = 98
      Top = 204
      Width = 214
      Height = 20
      TabOrder = 7
    end
    object ComboBoxEx1: TComboBoxEx
      Left = 98
      Top = 238
      Width = 214
      Height = 22
      ItemsEx.CaseSensitive = False
      ItemsEx.SortType = stNone
      ItemsEx = <>
      Style = csExDropDownList
      StyleEx = []
      ItemHeight = 16
      TabOrder = 8
      Images = TheMainForm.ImageList1
      DropDownCount = 8
    end
    object Button3: TButton
      Left = 289
      Top = 95
      Width = 23
      Height = 22
      Caption = '...'
      TabOrder = 3
      TabStop = False
      OnClick = Button3Click
    end
    object Button4: TButton
      Left = 289
      Top = 131
      Width = 23
      Height = 22
      Caption = '...'
      TabOrder = 5
      TabStop = False
      OnClick = Button4Click
    end
  end
  object OpenPictureDialog1: TOpenPictureDialog
    Filter = #22270#26631#25991#20214' (*.ico)|*.ico|'#25152#26377#25991#20214' (*.*)|*.*'
    Left = 240
    Top = 104
  end
  object OpenDialog1: TOpenDialog
    Filter = 
      #25152#26377#24110#21161#25991#20214' (*.hlp;*.chm)|*.hlp;*.chm|'#24110#21161#25991#20214' (*.hlp)|*.hlp|'#24050#32534#35793#30340'HTML'#24110#21161#25991#20214 +
      ' (*.chm)|*.chm|'#25152#26377#25991#20214' (*.*)|*.*'
    Left = 240
    Top = 136
  end
end

⌨️ 快捷键说明

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