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

📄 zdgl.dfm

📁 我的本科毕业代码,基本功能都出来了.不是特别好,请指教
💻 DFM
字号:
object zdgl_Form: Tzdgl_Form
  Caption = #22270#20070#35777#35746#31649#29702
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsMDIChild
  Height = 221
  Position = poMainFormCenter
  Visible = True
  Width = 554
  WindowState = wsMaximized
  Left = 8
  Top = 8
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Align = alTop
    TabOrder = 0
    Left = 0
    Top = 0
    Width = 546
    Height = 73
    object Label1: TLabel
      Caption = #24320#22987#26085#26399'   '
      Left = 88
      Top = 16
      Width = 57
      Height = 13
    end
    object Label2: TLabel
      Caption = #32467#26463#26085#26399'   '
      Left = 184
      Top = 16
      Width = 57
      Height = 13
    end
    object cmdok: TButton
      Caption = #30830'  '#23450
      TabOrder = 0
      Left = 280
      Top = 24
      Width = 57
      Height = 25
      OnClick = cmdokClick
    end
    object cmdclose: TButton
      Caption = #21462'  '#28040
      TabOrder = 1
      Left = 472
      Top = 24
      Width = 59
      Height = 25
      OnClick = cmdcloseClick
    end
    object begin_DTP: TDateTimePicker
      Date = 37922.6813135648
      Time = 37922.6813135648
      TabOrder = 2
      Left = 88
      Top = 32
      Width = 89
      Height = 21
    end
    object end_DTP: TDateTimePicker
      Date = 37922.6813135648
      Time = 37922.6813135648
      TabOrder = 3
      Left = 184
      Top = 32
      Width = 89
      Height = 21
    end
    object all_RB: TRadioButton
      Caption = #25152#26377
      Checked = True
      TabOrder = 4
      TabStop = True
      Left = 8
      Top = 10
      Width = 65
      Height = 17
    end
    object yes_RB: TRadioButton
      Caption = #24050#32463#39302#34255
      TabOrder = 5
      Left = 8
      Top = 49
      Width = 73
      Height = 17
    end
    object no_RB: TRadioButton
      Caption = #27809#26377#39302#34255
      TabOrder = 6
      Left = 7
      Top = 30
      Width = 74
      Height = 17
    end
    object cmdsh: TButton
      Caption = #23457'  '#26657
      TabOrder = 7
      Left = 344
      Top = 24
      Width = 57
      Height = 25
      OnClick = cmdshClick
    end
    object cmddy: TButton
      Caption = #25171'  '#21360
      TabOrder = 8
      Left = 408
      Top = 24
      Width = 57
      Height = 25
    end
  end
  object DBGrid1: TDBGrid
    Align = alClient
    DataSource = DataSource1
    Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgAlwaysShowSelection, dgConfirmDelete, dgCancelOnExit]
    PopupMenu = PopupMenu1
    TabOrder = 1
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    Left = 0
    Top = 73
    Width = 546
    Height = 114
    OnDrawColumnCell = DBGrid1DrawColumnCell
    Columns = <
      item
        Expanded = False
        FieldName = 'sm'
        Title.Caption = #20070#21517
        Width = 120
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'zz'
        Title.Caption = #20316#32773
        Width = 60
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'cbs'
        Title.Caption = #20986#29256#31038
        Width = 100
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'cbrq'
        Title.Caption = #20986#29256#26085#26399
        Width = 60
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'sl'
        Title.Caption = #23450#36141#25968#37327
        Width = 60
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'dgrq'
        Title.Caption = #23450#36141#26085#26399
        Width = 60
        Visible = True
      end>
  end
  object Query1: TQuery
    Left = 488
    Top = 80
  end
  object DataSource1: TDataSource
    DataSet = Query1
    Left = 488
    Top = 112
  end
  object PopupMenu1: TPopupMenu
    Left = 488
    Top = 144
    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 + -