datequery_baseunt.dfm

来自「煤矿行业采掘接替计划自动生成系统」· DFM 代码 · 共 98 行

DFM
98
字号
inherited DataQuery_BaseFrm: TDataQuery_BaseFrm
  Left = 196
  Top = 129
  Width = 556
  Caption = 'DataQuery_BaseFrm'
  OnCreate = nil
  PixelsPerInch = 96
  TextHeight = 13
  inherited Panel1: TPanel
    Width = 548
    inherited BitBtn1: TBitBtn
      Left = 8
      Enabled = False
    end
    inherited BitBtn2: TBitBtn
      Left = 88
      Enabled = False
    end
    inherited BitBtn4: TBitBtn
      Enabled = False
    end
    inherited BitBtn5: TBitBtn
      Left = 296
      Enabled = False
    end
    inherited BitBtn6: TBitBtn
      Left = 360
      Enabled = False
    end
    inherited BitBtn7: TBitBtn
      Enabled = False
    end
  end
  inherited Panel2: TPanel
    Width = 548
    object Label1: TLabel [0]
      Left = 16
      Top = 120
      Width = 505
      Height = 24
      AutoSize = False
      Caption = #26597#35810#32467#26524
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlue
      Font.Height = -20
      Font.Name = #38582#20070
      Font.Style = [fsBold]
      ParentFont = False
    end
    inherited DBGrid1: TDBGrid
      Top = 208
      Width = 546
      Height = 98
    end
    object Panel3: TPanel
      Left = 1
      Top = 1
      Width = 546
      Height = 104
      Align = alTop
      Caption = 'Panel3'
      TabOrder = 1
      object Label2: TLabel
        Left = 224
        Top = 0
        Width = 119
        Height = 16
        Caption = #35831#36755#20837#26597#35810#26465#20214
        Font.Charset = GB2312_CHARSET
        Font.Color = clBlue
        Font.Height = -16
        Font.Name = #23435#20307
        Font.Style = [fsBold]
        ParentFont = False
      end
      object BitBtn9: TBitBtn
        Left = 440
        Top = 72
        Width = 75
        Height = 25
        Caption = #24320#22987#26597#35810
        TabOrder = 0
        OnClick = BitBtn9Click
      end
    end
  end
  inherited Base_DataS: TDataSource
    DataSet = ADOQuery1
    Left = 448
    Top = 40
  end
  object ADOQuery1: TADOQuery
    Parameters = <>
    Left = 488
    Top = 40
  end
end

⌨️ 快捷键说明

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