uvmadgstockoutorderapproving.dfm

来自「一整套的源代码」· DFM 代码 · 共 96 行

DFM
96
字号
inherited VMADGStockOutOrderApproving: TVMADGStockOutOrderApproving
  Width = 407
  Height = 301
  inherited RzPanel1: TRzPanel
    Width = 407
    Height = 301
    inherited RzBackground1: TRzBackground
      Width = 407
      Height = 301
    end
    inherited RzPanel2: TRzPanel
      Width = 407
      Height = 301
      inherited Grid: TcxGrid
        Width = 407
        Height = 225
        Align = alTop
        OnClick = GridClick
        inherited GridDBTableView: TcxGridDBTableView
          DataController.Filter.Criteria = {FFFFFFFF0000000000}
        end
      end
      object cxSplitter1: TcxSplitter
        Left = 0
        Top = 225
        Width = 407
        Height = 8
        HotZoneClassName = 'TcxXPTaskBarStyle'
        AlignSplitter = salTop
        Control = Grid
      end
      inline PagesView: TAdapterDataPagesView
        Left = 0
        Top = 233
        Width = 407
        Height = 68
        Align = alClient
        Font.Charset = ANSI_CHARSET
        Font.Color = clWindowText
        Font.Height = -11
        Font.Name = 'Tahoma'
        Font.Style = []
        ParentFont = False
        TabOrder = 2
        inherited RzPanel1: TRzPanel
          Width = 407
          Height = 68
          inherited RzBackground1: TRzBackground
            Width = 407
            Height = 68
          end
          inherited RzPanel2: TRzPanel
            Width = 407
            Height = 68
            inherited Pages: TRzPageControl
              Top = 25
              Width = 405
              Height = 42
              FixedDimension = 0
            end
            inherited RzPanel3: TRzPanel
              Width = 405
              Height = 24
              inherited BtnCloseView: TRzBitBtn
                Visible = False
              end
              inherited BtnAppendRecord: TRzBitBtn
                Left = 584
                Visible = False
              end
              inherited BtnDeleteRecord: TRzBitBtn
                Visible = False
              end
              inherited BtnCancelRecord: TRzBitBtn
                Left = 8
              end
              inherited BtnSaveRecord: TRzBitBtn
                Left = 37
              end
              inherited BtnSaveToFile: TRzBitBtn
                Left = 77
              end
            end
          end
        end
      end
    end
  end
  inherited ComponentPrinter: TdxComponentPrinter
    PreviewOptions.PreviewBoundsRect = {000000000000000000040000E0020000}
  end
  inherited DataSource: TDataSource
    DataSet = MADStockOutOrder.ClientDataSet
  end
end

⌨️ 快捷键说明

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