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

📄 frm_prope.dfm

📁 这是我的一个Delphi测试的一个链接access的一点代码
💻 DFM
字号:
object Form2: TForm2
  Left = 275
  Top = 139
  Width = 696
  Height = 480
  Caption = 'frm_prope'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 26
    Width = 688
    Height = 427
    Align = alClient
    AutoSize = True
    BevelOuter = bvNone
    BorderWidth = 10
    TabOrder = 0
    object DBGrid1: TDBGrid
      Left = 10
      Top = 10
      Width = 668
      Height = 407
      Align = alClient
      DataSource = DataModule1.DataSoure_prope
      TabOrder = 0
      TitleFont.Charset = DEFAULT_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -11
      TitleFont.Name = 'MS Sans Serif'
      TitleFont.Style = []
      OnColEnter = FormCreate
      Columns = <
        item
          Expanded = False
          FieldName = 'ID'
          Title.Caption = #32534#21495
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'CBANK'
          Title.Caption = #24320#25143#38134#34892
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'BANKMARK'
          Title.Caption = #38134#34892#24080#21495
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'CTAX_BANK_ADD'
          Title.Caption = #22686#20540#31246#24320#31080#21495
          Visible = True
        end>
    end
  end
  object dxBarManager1: TdxBarManager
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    Bars = <
      item
        Caption = 'tool'
        DockedDockingStyle = dsTop
        DockedLeft = 0
        DockedTop = 0
        DockingStyle = dsTop
        FloatLeft = 424
        FloatTop = 152
        FloatClientWidth = 51
        FloatClientHeight = 66
        IsMainMenu = True
        ItemLinks = <
          item
            Item = dxBarButton2
            Visible = True
          end
          item
            Item = dxBarButton3
            Visible = True
          end
          item
            Item = dxBarButton4
            Visible = True
          end
          item
            Item = dxBarButton5
            Visible = True
          end
          item
            Item = dxBarButton6
            Visible = True
          end>
        MultiLine = True
        Name = 'tool'
        OneOnRow = True
        Row = 0
        ShowMark = False
        UseOwnFont = False
        Visible = True
        WholeRow = True
      end>
    Categories.Strings = (
      'Toolbar')
    Categories.ItemsVisibles = (
      2)
    Categories.Visibles = (
      True)
    Images = Frm_main.Imglistone
    PopupMenuLinks = <>
    Style = bmsFlat
    UseSystemFont = True
    Left = 512
    DockControlHeights = (
      0
      0
      26
      0)
    object dxBarButton1: TdxBarButton
      Caption = #25171#24320
      Category = 0
      Hint = #25171#24320
      Visible = ivAlways
    end
    object dxBarButton2: TdxBarButton
      Caption = #28155#21152
      Category = 0
      Hint = #28155#21152
      Visible = ivAlways
      ImageIndex = 78
      PaintStyle = psCaptionGlyph
      OnClick = dxBarButton2Click
    end
    object dxBarButton3: TdxBarButton
      Caption = #20445#23384'(&S)'
      Category = 0
      Hint = #20445#23384'(S)'
      Visible = ivAlways
      ImageIndex = 36
      PaintStyle = psCaptionGlyph
      OnClick = dxBarButton3Click
    end
    object dxBarButton4: TdxBarButton
      Caption = #20462#25913'(&E)'
      Category = 0
      Hint = #20462#25913'(E)'
      Visible = ivAlways
      ImageIndex = 27
      PaintStyle = psCaptionGlyph
      OnClick = dxBarButton4Click
    end
    object dxBarButton5: TdxBarButton
      Caption = #21024#38500'(&D)'
      Category = 0
      Hint = #21024#38500'(D)'
      Visible = ivAlways
      ImageIndex = 79
      PaintStyle = psCaptionGlyph
      OnClick = dxBarButton5Click
    end
    object dxBarButton6: TdxBarButton
      Caption = #20851#38381
      Category = 0
      Hint = #20851#38381
      Visible = ivAlways
      ImageIndex = 200
      PaintStyle = psCaptionGlyph
      OnClick = dxBarButton6Click
    end
  end
end

⌨️ 快捷键说明

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