u_form_datacheck4.dfm

来自「这是一个啤酒行业的软件」· DFM 代码 · 共 132 行

DFM
132
字号
object Form_DataCheck_4: TForm_DataCheck_4
  Left = 9
  Top = 6
  Width = 1004
  Height = 698
  HorzScrollBar.Visible = False
  VertScrollBar.Visible = False
  Caption = #37202#24211#30340#20184#20986#37202#31080#19982#21253#35013#29289#31080#25454#26680#23545
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  Visible = True
  OnCloseQuery = FormCloseQuery
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 7
    Top = 1
    Width = 983
    Height = 658
    TabOrder = 0
    object PageControl1: TPageControl
      Left = 4
      Top = 13
      Width = 972
      Height = 637
      ActivePage = TabSheet1
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -16
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      TabOrder = 0
      object TabSheet1: TTabSheet
        Caption = #37202#24211#38144#21806#37202#31080#25968#25454
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -16
        Font.Name = #23435#20307
        Font.Style = []
        ParentFont = False
        object GroupBox3: TGroupBox
          Left = 3
          Top = -2
          Width = 958
          Height = 597
          TabOrder = 0
          object Grid1: TEasyGrid
            Left = 9
            Top = 13
            Width = 945
            Height = 573
            CellAlignMode = taCenter
            CellFontSize = 11
            ColCount = 8
            Ctl3D = False
            Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goColSizing]
            ParentCtl3D = False
            GridCanCopyMove = False
            GridCanFill = False
            TabOrder = 0
            ShowColTitle = False
            ShowRowTitle = False
          end
        end
      end
      object TabSheet2: TTabSheet
        Caption = #37202#24211#21253#35013#31080#25454#25968#25454
        ImageIndex = 1
        object GroupBox2: TGroupBox
          Left = 3
          Top = -2
          Width = 958
          Height = 597
          TabOrder = 0
          object Grid2: TEasyGrid
            Left = 7
            Top = 17
            Width = 946
            Height = 571
            CellAlignMode = taCenter
            CellFontSize = 11
            ColCount = 15
            Ctl3D = False
            Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goColSizing]
            ParentCtl3D = False
            GridCanCopyMove = False
            GridCanFill = False
            TabOrder = 0
            ShowColTitle = False
            ShowRowTitle = False
          end
        end
      end
      object TabSheet3: TTabSheet
        Caption = #37202#24211#25276#37329#31080#25968#25454
        ImageIndex = 2
        object GroupBox4: TGroupBox
          Left = 3
          Top = -2
          Width = 958
          Height = 597
          TabOrder = 0
          object Grid3: TEasyGrid
            Left = 7
            Top = 17
            Width = 946
            Height = 571
            CellAlignMode = taCenter
            CellFontSize = 11
            ColCount = 15
            Ctl3D = False
            Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goColSizing]
            ParentCtl3D = False
            GridCanCopyMove = False
            GridCanFill = False
            TabOrder = 0
            ShowColTitle = False
            ShowRowTitle = False
          end
        end
      end
    end
  end
end

⌨️ 快捷键说明

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