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

📄 base_t.dfm

📁 用delphi编写的数据库管理软件
💻 DFM
字号:
inherited frmMDIBase_T: TfrmMDIBase_T
  Left = 187
  Top = 117
  ActiveControl = wwDBEdit1
  Caption = 'Base Tree'
  ClientHeight = 341
  ClientWidth = 684
  Font.Name = #23435#20307
  OldCreateOrder = True
  OnCloseQuery = FormCloseQuery
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 684
    Height = 41
    Align = alTop
    BevelInner = bvRaised
    BevelOuter = bvLowered
    TabOrder = 0
    object FormTitle: TLabel
      Left = 24
      Top = 10
      Width = 6
      Height = 22
      Font.Charset = GB2312_CHARSET
      Font.Color = clMaroon
      Font.Height = -21
      Font.Name = #21326#25991#34892#26999
      Font.Style = [fsBold]
      ParentFont = False
    end
    object Panel3: TPanel
      Left = 575
      Top = 2
      Width = 107
      Height = 37
      Align = alRight
      BevelOuter = bvNone
      TabOrder = 0
      object btnExit: TButton
        Left = 18
        Top = 8
        Width = 75
        Height = 25
        Action = acexit
        TabOrder = 0
      end
    end
  end
  object Panel2: TPanel
    Left = 0
    Top = 300
    Width = 684
    Height = 41
    Align = alBottom
    BevelInner = bvRaised
    BevelOuter = bvLowered
    TabOrder = 1
    object btnedit: TButton
      Left = 6
      Top = 8
      Width = 75
      Height = 25
      Action = acmodify
      TabOrder = 0
    end
    object btndelete: TButton
      Left = 82
      Top = 8
      Width = 75
      Height = 25
      Action = acdelete
      TabOrder = 1
    end
    object Panel4: TPanel
      Left = 448
      Top = 2
      Width = 234
      Height = 37
      Align = alRight
      BevelOuter = bvNone
      TabOrder = 2
      object btnrefresh: TButton
        Left = 2
        Top = 8
        Width = 75
        Height = 25
        Action = acrefresh
        TabOrder = 0
      end
      object btnsearch: TButton
        Left = 79
        Top = 8
        Width = 75
        Height = 25
        Action = acsearch
        TabOrder = 1
      end
      object btnprint: TButton
        Left = 156
        Top = 8
        Width = 75
        Height = 25
        Caption = #25171#21360
        TabOrder = 2
        OnClick = btnprintClick
      end
    end
    object Button4: TButton
      Left = 159
      Top = 8
      Width = 75
      Height = 25
      Action = acSave
      TabOrder = 3
    end
    object Button5: TButton
      Left = 236
      Top = 8
      Width = 75
      Height = 25
      Action = acCancel
      TabOrder = 4
    end
  end
  object Panel5: TPanel
    Left = 0
    Top = 41
    Width = 684
    Height = 259
    Align = alClient
    BevelOuter = bvNone
    Caption = 'PLcenter'
    TabOrder = 2
    object dxDBTreeList1: TdxDBTreeList
      Left = 0
      Top = 0
      Width = 361
      Height = 259
      Bands = <
        item
        end>
      DefaultLayout = True
      HeaderPanelRowCount = 1
      KeyField = 'fID'
      ParentField = 'fParentID'
      Align = alClient
      TabOrder = 0
      DataSource = DSbaseinfo
      FixedBandLineColor = 12835543
      HeaderColor = 12835543
      HideSelectionColor = 12835543
      HideSelectionTextColor = clNone
      HighlightColor = 12835543
      HighlightTextColor = clDefault
      OptionsBehavior = [etoAutoDragDrop, etoAutoDragDropCopy, etoDragExpand, etoDragScroll, etoEnterShowEditor, etoImmediateEditor, etoTabThrough]
      OptionsDB = [etoAutoCalcKeyValue, etoCancelOnExit, etoCanNavigation, etoCheckHasChildren, etoLoadAllRecords]
      TreeLineColor = clGrayText
      OnChangeNode = dxDBTreeList1ChangeNode
      object dxDBTreeList1Column1: TdxDBTreeListColumn
        Caption = #32534#30721
        Width = 200
        BandIndex = 0
        RowIndex = 0
        FieldName = 'fCode'
      end
      object dxDBTreeList1Column2: TdxDBTreeListColumn
        Caption = #21517#31216
        Width = 150
        BandIndex = 0
        RowIndex = 0
        FieldName = 'fName'
      end
    end
    object PlEdit: TPanel
      Left = 361
      Top = 0
      Width = 323
      Height = 259
      Align = alRight
      BevelOuter = bvNone
      TabOrder = 1
      object Label1: TLabel
        Left = 8
        Top = 48
        Width = 52
        Height = 13
        Caption = #29238#31867#32534#30721
        Font.Charset = ANSI_CHARSET
        Font.Color = clWindowText
        Font.Height = -13
        Font.Name = #23435#20307
        Font.Style = []
        ParentFont = False
      end
      object Label2: TLabel
        Left = 8
        Top = 77
        Width = 26
        Height = 13
        Caption = #20195#30721
      end
      object Label3: TLabel
        Left = 8
        Top = 106
        Width = 26
        Height = 13
        Caption = #21517#31216
      end
      object Label4: TLabel
        Left = 8
        Top = 136
        Width = 26
        Height = 13
        Caption = #22791#27880
      end
      object Button1: TButton
        Left = 158
        Top = 2
        Width = 75
        Height = 25
        Action = addchildclass
        TabOrder = 0
      end
      object Button2: TButton
        Left = 82
        Top = 2
        Width = 75
        Height = 25
        Action = addsameclass
        TabOrder = 1
      end
      object Button3: TButton
        Left = 6
        Top = 2
        Width = 75
        Height = 25
        Action = addBaseclass
        TabOrder = 2
      end
      object DBedit1: TwwDBEdit
        Left = 72
        Top = 40
        Width = 121
        Height = 19
        BorderStyle = bsNone
        Color = clBtnFace
        DataField = 'fParentCode'
        DataSource = DSbaseinfo
        Frame.Enabled = True
        Frame.FocusBorders = []
        TabOrder = 3
        UnboundDataType = wwDefault
        WantReturns = False
        WordWrap = False
      end
      object wwDBEdit1: TwwDBEdit
        Left = 72
        Top = 69
        Width = 121
        Height = 21
        DataField = 'fCode'
        DataSource = DSbaseinfo
        TabOrder = 4
        UnboundDataType = wwDefault
        WantReturns = False
        WordWrap = False
      end
      object wwDBEdit2: TwwDBEdit
        Left = 72
        Top = 98
        Width = 153
        Height = 21
        DataField = 'fName'
        DataSource = DSbaseinfo
        TabOrder = 5
        UnboundDataType = wwDefault
        WantReturns = False
        WordWrap = False
      end
      object wwDBEdit3: TwwDBEdit
        Left = 72
        Top = 128
        Width = 241
        Height = 21
        DataField = 'fNotes'
        DataSource = DSbaseinfo
        TabOrder = 6
        UnboundDataType = wwDefault
        WantReturns = False
        WordWrap = False
      end
    end
  end
  object CDSBaseinfo: TClientDataSet
    Aggregates = <>
    Params = <>
    Left = 120
    Top = 72
  end
  object DSbaseinfo: TDataSource
    DataSet = CDSBaseinfo
    OnStateChange = DSbaseinfoStateChange
    OnDataChange = DSbaseinfoDataChange
    Left = 144
    Top = 88
  end
  object ActionList1: TActionList
    Left = 448
    Top = 256
    object Action1: TAction
      Caption = #25171#21360#38928#35261
      OnExecute = Action1Execute
    end
    object Action2: TAction
      Caption = #30452#25509#25171#21360
      OnExecute = Action2Execute
    end
    object Action3: TAction
      Caption = #25171#21360#35373#32622
      OnExecute = Action3Execute
    end
    object Action4: TAction
      Caption = #22577#34920#35373#32622
      OnExecute = Action4Execute
    end
    object Action5: TAction
      Caption = #38651#23376#34920#26684
    end
  end
  object frBaseinfo: TfrReport
    Dataset = frDBDataSet1
    InitialZoom = pzDefault
    MDIPreview = True
    ModalPreview = False
    ModifyPrepared = False
    PreviewButtons = [pbZoom, pbLoad, pbSave, pbPrint, pbFind, pbHelp, pbExit, pbPageSetup]
    RebuildPrinter = False
    OnGetValue = frBaseinfoGetValue
    Left = 256
    Top = 136
    ReportForm = {19000000}
  end
  object frDBDataSet1: TfrDBDataSet
    DataSource = DSbaseinfo
    Left = 328
    Top = 136
  end
  object ActionList2: TActionList
    Left = 40
    Top = 168
    object acmodify: TAction
      Category = 'StandardFun'
      Caption = #20462#25913
      OnExecute = acmodifyExecute
    end
    object acdelete: TAction
      Category = 'StandardFun'
      Caption = #21024#38500
      OnExecute = acdeleteExecute
    end
    object acrefresh: TAction
      Category = 'StandardFun'
      Caption = #21047#26032
      OnExecute = acrefreshExecute
    end
    object acsearch: TAction
      Category = 'StandardFun'
      Caption = #26597#25214
      OnExecute = acsearchExecute
    end
    object acexit: TAction
      Category = 'StandardFun'
      Caption = #36864#20986
      OnExecute = acexitExecute
    end
    object addBaseclass: TAction
      Category = 'TreeFun'
      Caption = #22686#21152#22522#31867
      OnExecute = addBaseclassExecute
    end
    object addsameclass: TAction
      Category = 'TreeFun'
      Caption = #22686#21152#21516#32423#31867
      OnExecute = addsameclassExecute
    end
    object addchildclass: TAction
      Category = 'TreeFun'
      Caption = #22686#21152#23376#31867
      OnExecute = addchildclassExecute
    end
    object acSave: TAction
      Category = 'StandardFun'
      Caption = #20445#23384
      OnExecute = acSaveExecute
    end
    object acCancel: TAction
      Category = 'StandardFun'
      Caption = #21462#28040
      OnExecute = acCancelExecute
    end
  end
  object MSNSaveinfo: TMSNPopUp
    Text = 'text'
    TimeOut = 1
    Width = 200
    Height = 100
    GradientColor1 = 16764057
    GradientColor2 = clWhite
    ScrollSpeed = 28
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    HoverFont.Charset = DEFAULT_CHARSET
    HoverFont.Color = clBlue
    HoverFont.Height = -11
    HoverFont.Name = 'MS Sans Serif'
    HoverFont.Style = [fsUnderline]
    Title = 'title'
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = [fsBold]
    Options = [msnCascadePopups, msnAllowScroll]
    TextAlignment = taCenter
    TextCursor = crDefault
    PopupMarge = 2
    PopupStartX = 16
    PopupStartY = 2
    DefaultMonitor = dmDesktop
    Left = 200
    Top = 232
  end
  object ppmreport: TPopupMenu
    Left = 496
    Top = 256
    object N1: TMenuItem
      Action = Action1
    end
    object N2: TMenuItem
      Caption = '-'
    end
    object N3: TMenuItem
      Action = Action2
    end
    object N4: TMenuItem
      Caption = '-'
    end
    object N5: TMenuItem
      Action = Action3
    end
    object N6: TMenuItem
      Caption = '-'
    end
    object N7: TMenuItem
      Action = Action4
    end
    object N8: TMenuItem
      Caption = '-'
    end
    object N9: TMenuItem
      Action = Action5
    end
  end
end

⌨️ 快捷键说明

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