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

📄 uvadidatoperation.dfm

📁 Software Requirements1. Delphi 6 SP22. Oracle 8i R33. Raize 3.0.94. ExpressQuantumGrid 4.505. Expres
💻 DFM
字号:
inherited VADIDATOperation: TVADIDATOperation
  Width = 500
  Height = 130
  inherited RzPanel1: TRzPanel
    Width = 500
    Height = 130
    inherited RzBackground1: TRzBackground
      Width = 500
      Height = 130
    end
    inherited RzPanel2: TRzPanel
      Width = 500
      Height = 130
      object RzLabel1: TRzLabel [0]
        Left = 40
        Top = 28
        Width = 24
        Height = 13
        Caption = #25968#37327
        Transparent = True
      end
      object RzLabel2: TRzLabel [1]
        Left = 16
        Top = 68
        Width = 48
        Height = 13
        Caption = #25163#26415#26085#26399
        Transparent = True
      end
      object RzLabel8: TRzLabel [2]
        Left = 216
        Top = 28
        Width = 108
        Height = 13
        Caption = #25163#26415#39033#30446#21450#25910#36153#26631#20934
        Transparent = True
      end
      object RzLabel9: TRzLabel [3]
        Left = 276
        Top = 68
        Width = 48
        Height = 13
        Caption = #21307#22065#27169#26495
        Transparent = True
      end
      inherited RzPanel3: TRzPanel
        Top = 89
        Width = 500
        inherited RzPanel4: TRzPanel
          Left = 323
        end
      end
      object RzDBEdit1: TRzDBEdit
        Left = 88
        Top = 24
        Width = 120
        Height = 21
        DataSource = DataSource
        DataField = 'DATOPERATIONID'
        Alignment = taRightJustify
        FrameController = FrameController
        TabOrder = 1
      end
      object RzDBLookupComboBox1: TRzDBLookupComboBox
        Left = 336
        Top = 24
        Width = 120
        Height = 21
        Ctl3D = False
        DataField = 'OPERATIONID'
        DataSource = DataSource
        KeyField = 'OPERATIONID'
        ListField = 'CAPTION'
        ListSource = OperationId
        ParentCtl3D = False
        TabOrder = 2
        FrameController = FrameController
      end
      object RzDBLookupComboBox2: TRzDBLookupComboBox
        Left = 336
        Top = 64
        Width = 120
        Height = 21
        Ctl3D = False
        DataField = 'DATEMPLATEID'
        DataSource = DataSource
        KeyField = 'DATEMPLATEID'
        ListField = 'CAPTION'
        ListSource = DATemplateId
        ParentCtl3D = False
        TabOrder = 3
        FrameController = FrameController
      end
      object RzDBDateTimeEdit3: TRzDBDateTimeEdit
        Left = 88
        Top = 64
        Width = 121
        Height = 21
        DataSource = DataSource
        DataField = 'OPDATE'
        FrameController = FrameController
        TabOrder = 4
        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 = 37839
        EditType = etDate
      end
    end
  end
  inherited FrameController: TRzFrameController
    Left = 8
    Top = 0
  end
  inherited ComponentPrinter: TdxComponentPrinter
    Left = 48
    Top = 0
  end
  inherited DataSource: TDataSource
    DataSet = MADDATOperation.ClientDataSet
    Left = 88
    Top = 0
  end
  object OperationId: TDataSource
    DataSet = MADOperation.ClientDataSet
    Left = 168
  end
  object DATemplateId: TDataSource
    DataSet = MADDATemplate.ClientDataSet
    Left = 224
  end
end

⌨️ 快捷键说明

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