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

📄 lpgl.dfm

📁 这是毕业设计用delphi完成的管理系统,比较庞大,是非常有用的哦```里面代码简单易懂
💻 DFM
字号:
object lpgl_Form: Tlpgl_Form
  Left = 347
  Top = 221
  Width = 436
  Height = 275
  Caption = #27004#30424#20449#24687#31649#29702
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsMDIChild
  OldCreateOrder = False
  Position = poDefault
  Visible = True
  WindowState = wsMaximized
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object DBGrid1: TDBGrid
    Left = 0
    Top = 65
    Width = 428
    Height = 176
    Align = alClient
    DataSource = DataSource1
    ImeName = #32043#20809#25340#38899#36755#20837#27861
    Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
    PopupMenu = PopupMenu1
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    Columns = <
      item
        Expanded = False
        FieldName = 'MPH'
        Title.Caption = #38376#29260#21495
        Width = 50
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'HZ'
        Title.Caption = #25143#20027
        Width = 50
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'HX'
        Title.Caption = #25143#22411
        Width = 50
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'TDH'
        Title.Caption = #22303#22320#21495
        Width = 50
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'MJ'
        Title.Caption = #38754#31215
        Width = 50
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'CQH'
        Title.Caption = #20135#26435#21495
        Width = 50
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'CZ'
        Title.Caption = #20986#31199
        Width = 50
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'CS'
        Title.Caption = #20986#21806
        Width = 50
        Visible = True
      end>
  end
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 428
    Height = 65
    Align = alTop
    TabOrder = 1
    object MPH_LEdit: TLabeledEdit
      Left = 24
      Top = 24
      Width = 137
      Height = 21
      EditLabel.Width = 138
      EditLabel.Height = 13
      EditLabel.Caption = #36755#20837#38376#29260#21495#27169#31946#26597#35810'          '
      ImeName = #32043#20809#25340#38899#36755#20837#27861
      TabOrder = 0
    end
    object cmdok: TButton
      Left = 168
      Top = 24
      Width = 75
      Height = 25
      Caption = #30830'  '#23450
      TabOrder = 1
      OnClick = cmdokClick
    end
    object cmdclose: TButton
      Left = 248
      Top = 24
      Width = 75
      Height = 25
      Caption = #21462'  '#28040
      TabOrder = 2
      OnClick = cmdcloseClick
    end
  end
  object DataSource1: TDataSource
    DataSet = Query1
    Left = 360
    Top = 24
  end
  object Query1: TQuery
    Left = 328
    Top = 24
  end
  object PopupMenu1: TPopupMenu
    Left = 392
    Top = 24
    object N1: TMenuItem
      Caption = #28155#21152
      OnClick = N1Click
    end
    object N2: TMenuItem
      Caption = #20462#25913
      OnClick = N2Click
    end
    object N3: TMenuItem
      Caption = #21024#38500
      OnClick = N3Click
    end
  end
end

⌨️ 快捷键说明

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