mgrquery.dfm

来自「好多上载非界面和非WEB源码」· DFM 代码 · 共 156 行

DFM
156
字号
object mgrqfrm: Tmgrqfrm
  Left = 83
  Top = 177
  Width = 794
  Height = 457
  BorderIcons = [biSystemMenu, biMinimize]
  Caption = #22270#20070#20449#24687#26597#35810
  Color = clSkyBlue
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 786
    Height = 369
    Align = alTop
    BevelInner = bvLowered
    Color = clSkyBlue
    TabOrder = 0
    object Label1: TLabel
      Left = 16
      Top = 328
      Width = 137
      Height = 25
      AutoSize = False
    end
    object Label2: TLabel
      Left = 624
      Top = 328
      Width = 145
      Height = 25
      AutoSize = False
      Caption = #21452#20987#21015#34920#26597#30475#35814#32454#20449#24687#65281
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clRed
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object Panel2: TPanel
      Left = 2
      Top = 2
      Width = 782
      Height = 71
      Align = alTop
      BevelInner = bvLowered
      Color = clSkyBlue
      TabOrder = 0
      object fspdbtn1: TSpeedButton
        Left = 16
        Top = 16
        Width = 121
        Height = 41
        AllowAllUp = True
        GroupIndex = 1
        Caption = #20511#20986#24773#20917#26597#35810
        OnClick = fspdbtn1Click
      end
      object fspdbtn2: TSpeedButton
        Left = 168
        Top = 16
        Width = 121
        Height = 41
        AllowAllUp = True
        GroupIndex = 1
        Caption = #26410#20511#20986#24773#20917#26597#35810
        OnClick = fspdbtn2Click
      end
      object fspdbtn3: TSpeedButton
        Left = 320
        Top = 16
        Width = 121
        Height = 41
        AllowAllUp = True
        GroupIndex = 1
        Caption = #36229#26102#24773#20917#26597#35810
        OnClick = fspdbtn3Click
      end
    end
    object ListView1: TListView
      Left = 16
      Top = 88
      Width = 753
      Height = 233
      Color = clInfoBk
      Columns = <
        item
          Caption = #22270#20070#32534#21495
          Width = 80
        end
        item
          Caption = #20070#21517
          Width = 150
        end
        item
          Caption = #31867#21035
          Width = 80
        end
        item
          Caption = #20316#32773
          Width = 80
        end
        item
          Caption = #20986#29256#31038
          Width = 100
        end
        item
          Caption = #20986#29256#26102#38388
          Width = 80
        end
        item
          Caption = #20837#24211#26102#38388
          Width = 80
        end
        item
          Caption = #26159#21542#20511#20986
          Width = 80
        end
        item
          Caption = #20511#20986#26102#38388
          Width = 80
        end
        item
          Caption = #25317#26377#32773
          Width = 80
        end
        item
          Caption = #26159#21542#36229#26102
          Width = 80
        end>
      GridLines = True
      RowSelect = True
      TabOrder = 1
      ViewStyle = vsReport
      OnDblClick = ListView1DblClick
    end
  end
  object BitBtn1: TBitBtn
    Left = 352
    Top = 384
    Width = 81
    Height = 33
    Caption = #20851#38381
    TabOrder = 1
    OnClick = BitBtn1Click
    Kind = bkClose
  end
end

⌨️ 快捷键说明

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