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

📄 dzgl.dfm

📁 我的本科毕业代码,基本功能都出来了.不是特别好,请指教
💻 DFM
字号:
object dzgl_Form: Tdzgl_Form
  Caption = #35835#32773#31649#29702
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsMDIChild
  Height = 236
  Position = poDefault
  Visible = True
  Width = 416
  Left = 8
  Top = 8
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Align = alTop
    TabOrder = 0
    Left = 0
    Top = 0
    Width = 408
    Height = 57
    object xm_LEdit: TLabeledEdit
      EditLabel.Caption = #22995#21517'  '
      EditLabel.Height = 13
      EditLabel.Width = 30
      TabOrder = 0
      Left = 16
      Top = 24
      Width = 121
      Height = 21
    end
  end
  object cmdok: TButton
    Caption = #30830'  '#23450
    TabOrder = 1
    Left = 160
    Top = 24
    Width = 57
    Height = 25
    OnClick = cmdokClick
  end
  object cmdclose: TButton
    Caption = #21462'  '#28040
    TabOrder = 2
    Left = 232
    Top = 24
    Width = 59
    Height = 25
  end
  object DBGrid1: TDBGrid
    Align = alClient
    DataSource = DataSource1
    Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgAlwaysShowSelection, dgConfirmDelete, dgCancelOnExit]
    PopupMenu = PopupMenu1
    TabOrder = 3
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    Left = 0
    Top = 57
    Width = 408
    Height = 145
    Columns = <
      item
        Expanded = False
        FieldName = 'zh'
        Title.Caption = #35777#21495' '
        Width = 101
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'xm'
        Title.Caption = #22995#21517
        Width = 60
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'lx'
        Title.Caption = #31867#22411
        Width = 91
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'bm'
        Title.Caption = #37096#38376
        Width = 60
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'rq'
        Title.Caption = #26085#26399
        Width = 60
        Visible = True
      end>
  end
  object PopupMenu1: TPopupMenu
    Left = 360
    Top = 24
    object N1: TMenuItem
      Caption = #28155#21152
    end
    object N2: TMenuItem
      Caption = #20462#25913
    end
    object N3: TMenuItem
      Caption = #21024#38500
    end
  end
  object DataSource1: TDataSource
    DataSet = Query1
    Left = 328
    Top = 24
  end
  object Query1: TQuery
    Left = 296
    Top = 24
  end
end

⌨️ 快捷键说明

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