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

📄 modidgts.dfm

📁 我的本科毕业代码,基本功能都出来了.不是特别好,请指教
💻 DFM
字号:
object modidgts_Form: Tmodidgts_Form
  BorderIcons = [biSystemMenu, biMinimize]
  Caption = #28155#21152'/'#20462#25913#23450#36141#22270#20070
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  Height = 213
  Position = poMainFormCenter
  Width = 297
  Left = 8
  Top = 8
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Caption = #20986#29256#26085#26399'   '
    Left = 176
    Top = 48
    Width = 57
    Height = 13
  end
  object Label2: TLabel
    Caption = #23450#36141#26085#26399'   '
    Left = 176
    Top = 88
    Width = 57
    Height = 13
  end
  object sm_LEdit: TLabeledEdit
    EditLabel.Caption = #20070#21517'   '
    EditLabel.Height = 13
    EditLabel.Width = 33
    TabOrder = 0
    Left = 16
    Top = 24
    Width = 153
    Height = 21
  end
  object zz_LEdit: TLabeledEdit
    EditLabel.Caption = #20316#32773'   '
    EditLabel.Height = 13
    EditLabel.Width = 33
    TabOrder = 1
    Left = 176
    Top = 24
    Width = 97
    Height = 21
  end
  object cbs_LEdit: TLabeledEdit
    EditLabel.Caption = #20986#29256#31038'    '
    EditLabel.Height = 13
    EditLabel.Width = 48
    TabOrder = 2
    Left = 16
    Top = 64
    Width = 153
    Height = 21
  end
  object sl_LEdit: TLabeledEdit
    EditLabel.Caption = #23450#36141#25968#37327'    '
    EditLabel.Height = 13
    EditLabel.Width = 60
    TabOrder = 3
    Left = 16
    Top = 104
    Width = 153
    Height = 21
  end
  object cbrq_DTP: TDateTimePicker
    Date = 37922.6813135648
    Time = 37922.6813135648
    TabOrder = 4
    Left = 176
    Top = 64
    Width = 97
    Height = 21
  end
  object dgrq_DTP: TDateTimePicker
    Date = 37922.6813135648
    Time = 37922.6813135648
    TabOrder = 5
    Left = 176
    Top = 104
    Width = 97
    Height = 21
  end
  object cmdok: TButton
    Caption = #30830'  '#23450
    TabOrder = 6
    Left = 66
    Top = 145
    Width = 57
    Height = 25
    OnClick = cmdokClick
  end
  object cmdclose: TButton
    Caption = #21462'  '#28040
    TabOrder = 7
    Left = 176
    Top = 144
    Width = 59
    Height = 25
    OnClick = cmdcloseClick
  end
end

⌨️ 快捷键说明

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