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

📄 uvadistockinorder.dfm

📁 Software Requirements1. Delphi 6 SP22. Oracle 8i R33. Raize 3.0.94. ExpressQuantumGrid 4.505. Expres
💻 DFM
字号:
inherited VADIStockInOrder: TVADIStockInOrder
  Width = 449
  Height = 400
  inherited RzPanel1: TRzPanel
    Width = 449
    Height = 400
    inherited RzBackground1: TRzBackground
      Width = 449
      Height = 400
    end
    inherited RzPanel2: TRzPanel
      Width = 449
      Height = 400
      object RzLabel1: TRzLabel [0]
        Left = 18
        Top = 13
        Width = 24
        Height = 13
        Caption = #32534#21495
        Transparent = True
      end
      object RzLabel2: TRzLabel [1]
        Left = 218
        Top = 13
        Width = 48
        Height = 13
        Caption = #20837#24211#26102#38388
        Transparent = True
      end
      object RzLabel3: TRzLabel [2]
        Left = 18
        Top = 37
        Width = 24
        Height = 13
        Caption = #21512#35745
        Transparent = True
      end
      object RzLabel4: TRzLabel [3]
        Left = 18
        Top = 64
        Width = 24
        Height = 13
        Caption = #22791#27880
        Transparent = True
      end
      object RzLabel12: TRzLabel [4]
        Left = 218
        Top = 39
        Width = 48
        Height = 13
        Caption = #20837#24211#26041#24335
        Transparent = True
      end
      inherited RzPanel3: TRzPanel
        Top = 368
        Width = 449
        Height = 32
        inherited RzPanel4: TRzPanel
          Left = 272
          Height = 32
        end
      end
      object RzDBEdit1: TRzDBEdit
        Left = 58
        Top = 9
        Width = 121
        Height = 21
        DataSource = DataSource
        DataField = 'STOCKINORDERID'
        Alignment = taRightJustify
        FrameController = FrameController
        TabOrder = 1
      end
      object RzDBEdit3: TRzDBEdit
        Left = 58
        Top = 33
        Width = 121
        Height = 21
        DataSource = DataSource
        DataField = 'TOTAL'
        Alignment = taRightJustify
        FrameController = FrameController
        TabOrder = 2
      end
      object RzDBEdit4: TRzDBEdit
        Left = 58
        Top = 60
        Width = 348
        Height = 21
        DataSource = DataSource
        DataField = 'MEMO'
        FrameController = FrameController
        TabOrder = 3
      end
      object RzDBLookupComboBox2: TRzDBLookupComboBox
        Left = 282
        Top = 35
        Width = 121
        Height = 21
        Ctl3D = False
        DataField = 'CHECKINMETHODID'
        DataSource = DataSource
        KeyField = 'CHECKINMETHODID'
        ListField = 'CAPTION'
        ListSource = CheckInMethodID
        ParentCtl3D = False
        TabOrder = 4
        FrameController = FrameController
      end
      object RzDBDateTimeEdit1: TRzDBDateTimeEdit
        Left = 284
        Top = 9
        Width = 121
        Height = 21
        DataSource = DataSource
        DataField = 'CHECKINDATE'
        FrameController = FrameController
        TabOrder = 5
        CalendarColors.Days = clWindowText
        CalendarColors.FillDays = clBtnShadow
        CalendarColors.DaysOfWeek = clWindowText
        CalendarColors.Lines = clBtnShadow
        CalendarColors.SelectedDateBack = clHighlight
        CalendarColors.SelectedDateFore = clHighlightText
        CalendarColors.TodaysDateFrame = clMaroon
        ClockFaceColors.Face = clBtnFace
        ClockFaceColors.Hands = clWindowText
        ClockFaceColors.Numbers = clWindowText
        ClockFaceColors.HourTicks = clBtnShadow
        ClockFaceColors.MinuteTicks = clWindowText
        Date = 37840.000000000000000000
        EditType = etDate
      end
      inline PagesView: TAdapterDataPagesView
        Left = 0
        Top = 104
        Width = 449
        Height = 264
        Align = alBottom
        Font.Charset = ANSI_CHARSET
        Font.Color = clWindowText
        Font.Height = -11
        Font.Name = 'Tahoma'
        Font.Style = []
        ParentFont = False
        TabOrder = 6
        inherited RzPanel1: TRzPanel
          Width = 449
          Height = 264
          inherited RzBackground1: TRzBackground
            Width = 449
            Height = 264
          end
          inherited RzPanel2: TRzPanel
            Width = 449
            Height = 264
            inherited Pages: TRzPageControl
              Width = 447
              Height = 223
              FixedDimension = 0
            end
            inherited RzPanel3: TRzPanel
              Width = 447
            end
          end
        end
      end
    end
  end
  inherited FrameController: TRzFrameController
    Left = 400
    Top = 80
  end
  inherited ComponentPrinter: TdxComponentPrinter
    Left = 360
    Top = 80
  end
  inherited DataSource: TDataSource
    DataSet = MADStockInOrder.ClientDataSet
    Left = 328
    Top = 80
  end
  object CheckInMethodID: TDataSource
    DataSet = MADCheckInMethod.ClientDataSet
    Left = 304
    Top = 80
  end
end

⌨️ 快捷键说明

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