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

📄 frmplan.~dfm

📁 这是我的一个Delphi测试的一个链接access的一点代码
💻 ~DFM
字号:
object frm_plan: Tfrm_plan
  Left = 238
  Top = 129
  Width = 788
  Height = 572
  Caption = 'frm_plan'
  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 = 780
    Height = 519
    Align = alClient
    Anchors = [akLeft, akTop, akRight]
    BevelOuter = bvNone
    BorderWidth = 10
    TabOrder = 0
    DesignSize = (
      780
      519)
    object DBGrid1: TDBGrid
      Left = 10
      Top = 10
      Width = 760
      Height = 450
      Align = alTop
      DataSource = DataModule1.DataSoure_plan
      Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgConfirmDelete, dgCancelOnExit]
      TabOrder = 0
      TitleFont.Charset = DEFAULT_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -11
      TitleFont.Name = 'MS Sans Serif'
      TitleFont.Style = []
      Columns = <
        item
          Expanded = False
          FieldName = 'PTITLE'
          Title.Caption = #27963#21160#20027#39064
          Width = 150
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'TYPE'
          Title.Caption = #27963#21160#31867#22411
          Width = 50
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'PL_INTECLIENT'
          Title.Caption = #30456#20851#23458#25143
          Width = 150
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'PL_INTEPEPOLE'
          Title.Caption = #30456#20851#32852#31995#20154
          Width = 50
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'PL_INTECHANCE'
          Title.Caption = #30456#20851#26426#20250
          Width = 100
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'INTE_TIME'
          Title.Caption = #39044#35745#36215#22987#26102#38388
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'IFCLEW'
          Title.Caption = #26159#21542#25552#37266
          Width = 50
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'CONTENT'
          Title.Caption = #27963#21160#25551#36848
          Width = 150
          Visible = True
        end>
    end
    object Panel2: TPanel
      Left = 8
      Top = 336
      Width = 753
      Height = 177
      Anchors = [akLeft, akRight, akBottom]
      TabOrder = 1
      object Label1: TLabel
        Left = 24
        Top = 16
        Width = 60
        Height = 13
        Caption = #27963#21160#20027#39064#65306
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -11
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ParentFont = False
      end
      object Label2: TLabel
        Left = 376
        Top = 16
        Width = 60
        Height = 13
        Caption = #27963#21160#31867#22411#65306
      end
      object Label3: TLabel
        Left = 24
        Top = 48
        Width = 60
        Height = 13
        Caption = #30456#20851#23458#25143#65306
      end
      object Label4: TLabel
        Left = 376
        Top = 120
        Width = 60
        Height = 13
        Caption = #27963#21160#25551#36848#65306
      end
      object Label5: TLabel
        Left = 8
        Top = 88
        Width = 72
        Height = 13
        Caption = #30456#20851#32852#31995#20154#65306
      end
      object Label6: TLabel
        Left = 368
        Top = 48
        Width = 60
        Height = 13
        Caption = #30456#20851#26426#20250#65306
      end
      object Label7: TLabel
        Left = 344
        Top = 80
        Width = 84
        Height = 13
        Caption = #39044#35745#36215#22987#26102#38388#65306
      end
      object Label8: TLabel
        Left = 24
        Top = 120
        Width = 60
        Height = 13
        Caption = #26159#21542#25552#37266#65306
      end
      object DBEdit1: TDBEdit
        Left = 120
        Top = 16
        Width = 200
        Height = 21
        DataField = 'PTITLE'
        DataSource = DataModule1.DataSoure_plan
        TabOrder = 0
      end
      object DBEdit2: TDBEdit
        Left = 472
        Top = 16
        Width = 200
        Height = 21
        DataField = 'TYPE'
        DataSource = DataModule1.DataSoure_plan
        TabOrder = 1
      end
      object DBEdit3: TDBEdit
        Left = 120
        Top = 48
        Width = 200
        Height = 21
        DataField = 'PL_INTECLIENT'
        DataSource = DataModule1.DataSoure_plan
        TabOrder = 2
      end
      object DBEdit4: TDBEdit
        Left = 472
        Top = 112
        Width = 200
        Height = 21
        DataField = 'CONTENT'
        DataSource = DataModule1.DataSoure_plan
        TabOrder = 3
      end
      object DBEdit5: TDBEdit
        Left = 120
        Top = 88
        Width = 200
        Height = 21
        DataField = 'PL_INTEPEPOLE'
        DataSource = DataModule1.DataSoure_plan
        TabOrder = 4
      end
      object DBEdit6: TDBEdit
        Left = 472
        Top = 48
        Width = 200
        Height = 21
        DataField = 'PL_INTECHANCE'
        DataSource = DataModule1.DataSoure_plan
        TabOrder = 5
      end
      object DBEdit7: TDBEdit
        Left = 472
        Top = 80
        Width = 200
        Height = 21
        DataField = 'INTE_TIME'
        DataSource = DataModule1.DataSoure_plan
        TabOrder = 6
      end
      object DBEdit8: TDBEdit
        Left = 120
        Top = 120
        Width = 200
        Height = 21
        DataField = 'IFCLEW'
        DataSource = DataModule1.DataSoure_plan
        TabOrder = 7
      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 = 79
      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 + -