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

📄 ord420_01.dfm.svn-base

📁 这是一个功能齐全的,代码完整的ERP企业信息管理系统,现在上传和大家分享
💻 SVN-BASE
字号:
inherited Ord420_01Form: TOrd420_01Form
  Caption = #25253#20215#25104#20132#20998#26512
  PixelsPerInch = 96
  TextHeight = 12
  inherited Panel1: TPanel
    object sbSearch: TSpeedButton
      Left = 730
      Top = 8
      Width = 57
      Height = 22
      Anchors = [akTop, akRight]
      Caption = #26597#35810
      OnClick = sbSearchClick
    end
    object lblType: TLabel
      Left = 312
      Top = 12
      Width = 24
      Height = 12
      Anchors = [akTop, akRight]
      Caption = #31867#22411
      Transparent = True
    end
    object lblDate: TLabel
      Left = 472
      Top = 12
      Width = 24
      Height = 12
      Anchors = [akTop, akRight]
      Caption = #26085#26399
      Transparent = True
    end
    object cbType: TComboBox
      Left = 344
      Top = 8
      Width = 114
      Height = 20
      Style = csDropDownList
      Anchors = [akTop, akRight]
      ItemHeight = 12
      ItemIndex = 0
      TabOrder = 0
      Text = #25353#23458#25143
      Items.Strings = (
        #25353#23458#25143
        #25353#23458#25143#31867#21035
        #25353#20135#21697
        #25353#20135#21697#31867#21035
        #25353#38144#21806#21592
        #25353#22320#21306)
    end
    object edtFromDate: TwwDBDateTimePicker
      Left = 504
      Top = 8
      Width = 105
      Height = 20
      Anchors = [akTop, akRight]
      AutoSize = False
      CalendarAttributes.Font.Charset = DEFAULT_CHARSET
      CalendarAttributes.Font.Color = clWindowText
      CalendarAttributes.Font.Height = -11
      CalendarAttributes.Font.Name = 'MS Sans Serif'
      CalendarAttributes.Font.Style = []
      Epoch = 1950
      ShowButton = True
      TabOrder = 1
    end
    object edtToDate: TwwDBDateTimePicker
      Left = 612
      Top = 8
      Width = 105
      Height = 20
      Anchors = [akTop, akRight]
      AutoSize = False
      CalendarAttributes.Font.Charset = DEFAULT_CHARSET
      CalendarAttributes.Font.Color = clWindowText
      CalendarAttributes.Font.Height = -11
      CalendarAttributes.Font.Name = 'MS Sans Serif'
      CalendarAttributes.Font.Style = []
      Epoch = 1950
      ShowButton = True
      TabOrder = 2
    end
  end
  inherited ScrollBox2: TScrollBox
    inherited dxDBTreeList1: TdxDBTreeList
      KeyField = 'FNo'
      ParentField = 'FParent'
      PopupMenu = PopupMenu1
      object dxDBTreeList1FName: TdxDBTreeListMaskColumn
        DisableEditor = True
        HeaderAlignment = taCenter
        Width = 360
        BandIndex = 0
        RowIndex = 0
        FieldName = 'FName'
      end
      object dxDBTreeList1FQuote: TdxDBTreeListMaskColumn
        DisableEditor = True
        HeaderAlignment = taCenter
        Width = 100
        BandIndex = 0
        RowIndex = 0
        FieldName = 'FQuote'
      end
      object dxDBTreeList1FOrder: TdxDBTreeListMaskColumn
        DisableEditor = True
        HeaderAlignment = taCenter
        Width = 100
        BandIndex = 0
        RowIndex = 0
        FieldName = 'FOrder'
      end
      object dxDBTreeList1FPercent: TdxDBTreeListMaskColumn
        DisableEditor = True
        HeaderAlignment = taCenter
        Width = 100
        BandIndex = 0
        RowIndex = 0
        FieldName = 'FPercent'
      end
    end
  end
  inherited ActionList1: TActionList
    Left = 408
    Top = 8
    object ActOpen: TAction
      Caption = #26597#30475'(&N)'
      ShortCut = 16397
    end
  end
  inherited ADODataSet1: TADODataSet
    CursorType = ctStatic
    LockType = ltBatchOptimistic
    FieldDefs = <
      item
        Name = 'FNo'
        Attributes = [faFixed]
        DataType = ftInteger
      end
      item
        Name = 'FName'
        DataType = ftString
        Size = 90
      end
      item
        Name = 'FParent'
        Attributes = [faFixed]
        DataType = ftInteger
      end
      item
        Name = 'FQuote'
        Attributes = [faFixed]
        DataType = ftInteger
      end
      item
        Name = 'FOrder'
        Attributes = [faFixed]
        DataType = ftInteger
      end
      item
        Name = 'FPercent'
        Attributes = [faFixed]
        DataType = ftFloat
      end>
    StoreDefs = True
    object ADODataSet1FNo: TIntegerField
      FieldName = 'FNo'
      Visible = False
    end
    object ADODataSet1FName: TStringField
      DisplayLabel = #32534#21495#21517#31216
      FieldName = 'FName'
      Size = 90
    end
    object ADODataSet1FParent: TIntegerField
      FieldName = 'FParent'
      Visible = False
    end
    object ADODataSet1FQuote: TIntegerField
      DisplayLabel = #25253#20215#27425#25968
      FieldName = 'FQuote'
    end
    object ADODataSet1FOrder: TIntegerField
      DisplayLabel = #25104#20132#27425#25968
      FieldName = 'FOrder'
    end
    object ADODataSet1FPercent: TFloatField
      DisplayLabel = #25104#20132#27604#29575
      FieldName = 'FPercent'
    end
  end
  inherited pmPrint: TPopupMenu
    Left = 464
    Top = 8
  end
  object ADOQuery1: TADOQuery
    Connection = SYSDM.ADOC
    Parameters = <>
    Left = 128
    Top = 128
  end
  object PopupMenu1: TPopupMenu
    Left = 72
    Top = 216
    object N1: TMenuItem
      Action = ActOpen
    end
    object N2: TMenuItem
      Caption = '-'
    end
    object N4: TMenuItem
      Action = ActLocate
    end
    object N5: TMenuItem
      Action = ActSearch
    end
  end
end

⌨️ 快捷键说明

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