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

📄 form_db.dfm

📁 这是我的一个Delphi测试的一个链接access的一点代码
💻 DFM
字号:
object Frm_db: TFrm_db
  Left = 238
  Top = 353
  Width = 696
  Height = 555
  Caption = 'Frm_db'
  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 = 502
    Align = alClient
    BevelOuter = bvNone
    BorderWidth = 10
    TabOrder = 4
    object DBGrid1: TDBGrid
      Left = 10
      Top = 10
      Width = 668
      Height = 482
      Align = alClient
      DataSource = DataModule1.DataSource1
      TabOrder = 0
      TitleFont.Charset = DEFAULT_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -11
      TitleFont.Name = 'MS Sans Serif'
      TitleFont.Style = []
      Columns = <
        item
          Expanded = False
          FieldName = 'USERID'
          Title.Caption = #30331#38470#21517
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'USERLEVEL'
          Title.Caption = #29992#25143#21517#31216
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'USERKEY'
          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
        ItemLinks = <
          item
            Item = dxBarButton2
            Visible = True
          end
          item
            Item = dxBarButton3
            Visible = True
          end
          item
            Item = dxBarButton4
            Visible = True
          end>
        Name = 'tool'
        OneOnRow = True
        Row = 0
        ShowMark = False
        UseOwnFont = False
        Visible = True
        WholeRow = True
      end>
    Categories.Strings = (
      'Toolbar')
    Categories.ItemsVisibles = (
      2)
    Categories.Visibles = (
      True)
    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
      OnClick = dxBarButton1Click
    end
    object dxBarButton2: TdxBarButton
      Caption = #28155#21152
      Category = 0
      Hint = #28155#21152
      Visible = ivAlways
      OnClick = dxBarButton2Click
    end
    object dxBarButton3: TdxBarButton
      Caption = #20445#23384'(&S)'
      Category = 0
      Hint = #20445#23384'(S)'
      Visible = ivAlways
      OnClick = dxBarButton3Click
    end
    object dxBarButton4: TdxBarButton
      Caption = #20462#25913'(&E)'
      Category = 0
      Hint = #20462#25913'(E)'
      Visible = ivAlways
      OnClick = dxBarButton4Click
    end
  end
end

⌨️ 快捷键说明

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