frm_client.dfm

来自「这是我的一个Delphi测试的一个链接access的一点代码」· DFM 代码 · 共 499 行

DFM
499
字号
object Form1: TForm1
  Left = 172
  Top = 322
  Width = 920
  Height = 692
  Caption = 'Frm_client'
  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 = 912
    Height = 639
    Align = alClient
    Anchors = [akLeft, akTop, akRight]
    BevelOuter = bvNone
    BorderWidth = 10
    TabOrder = 0
    DesignSize = (
      912
      639)
    object DBGrid1: TDBGrid
      Left = 10
      Top = 10
      Width = 892
      Height = 619
      Align = alClient
      DataSource = DataModule1.DataSoure_client
      TabOrder = 0
      TitleFont.Charset = DEFAULT_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -11
      TitleFont.Name = 'MS Sans Serif'
      TitleFont.Style = []
      Columns = <
        item
          Expanded = False
          FieldName = 'CLIENTNAME'
          Title.Caption = #23458#25143#21517#31216
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'NIDTEACHER'
          Title.Caption = #32534#21495
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'CCITY'
          Title.Caption = #31821#36143
          Width = 100
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'CHOMEPOSTCODE'
          Title.Caption = #37038#32534
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'CADDRESS'
          Title.Caption = #35814#32454#22320#22336
          Width = 100
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'CMOVEPHONE'
          Title.Caption = #23458#25143#30005#35805
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'CFAX'
          Title.Caption = #20256#30495
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'CONURL'
          Title.Caption = #32593#22336
          Width = 100
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'CEMAIL'
          Title.Caption = #30005#23376#37038#20214
          Width = 100
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'CRECE_YEAR'
          Title.Caption = #24180#25910#20837
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'CEMP_NUMBER'
          Title.Caption = #21592#24037#20154#25968
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'CWAY'
          Title.Caption = #34892#19994
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'CCLIENT_TYPE'
          Title.Caption = #23458#25143#31867#22411
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'C_STEP'
          Title.Caption = #23458#25143#32423#21035
          Visible = True
        end>
    end
    object Panel2: TPanel
      Left = 8
      Top = 352
      Width = 897
      Height = 279
      Anchors = [akLeft, akTop, akRight, akBottom]
      TabOrder = 1
      object Label1: TLabel
        Left = 8
        Top = 64
        Width = 60
        Height = 13
        Caption = #23458#25143#21517#31216#65306
      end
      object Label2: TLabel
        Left = 296
        Top = 64
        Width = 36
        Height = 13
        Caption = #31821#36143#65306
      end
      object Label3: TLabel
        Left = 592
        Top = 64
        Width = 36
        Height = 13
        Caption = #37038#32534#65306
      end
      object Label4: TLabel
        Left = 8
        Top = 104
        Width = 60
        Height = 13
        Caption = #35814#32454#22320#22336#65306
      end
      object Label5: TLabel
        Left = 280
        Top = 104
        Width = 60
        Height = 13
        Caption = #23458#25143#30005#35805#65306
      end
      object Label6: TLabel
        Left = 592
        Top = 96
        Width = 36
        Height = 13
        Caption = #20256#30495#65306
      end
      object Label7: TLabel
        Left = 32
        Top = 136
        Width = 36
        Height = 13
        Caption = #32593#22336#65306
      end
      object Label8: TLabel
        Left = 280
        Top = 136
        Width = 60
        Height = 13
        Caption = #30005#23376#37038#20214#65306
      end
      object Label9: TLabel
        Left = 584
        Top = 136
        Width = 48
        Height = 13
        Caption = #24180#25910#20837#65306
      end
      object Label10: TLabel
        Left = 8
        Top = 176
        Width = 60
        Height = 13
        Caption = #21592#24037#20154#25968#65306
      end
      object Label11: TLabel
        Left = 304
        Top = 176
        Width = 36
        Height = 13
        Caption = #34892#19994#65306
      end
      object Label12: TLabel
        Left = 576
        Top = 176
        Width = 60
        Height = 13
        Caption = #23458#25143#31867#22411#65306
      end
      object Label13: TLabel
        Left = 8
        Top = 216
        Width = 60
        Height = 13
        Caption = #23458#25143#32423#21035#65306
      end
      object Label14: TLabel
        Left = 288
        Top = 216
        Width = 60
        Height = 13
        Caption = #23458#25143#26469#28304#65306
      end
      object Label15: TLabel
        Left = 576
        Top = 216
        Width = 60
        Height = 13
        Caption = #23458#25143#29366#24577#65306
      end
      object DBEdit1: TDBEdit
        Left = 72
        Top = 64
        Width = 160
        Height = 21
        DataField = 'CLIENTNAME'
        DataSource = DataModule1.DataSoure_client
        TabOrder = 0
      end
      object DBEdit2: TDBEdit
        Left = 360
        Top = 64
        Width = 160
        Height = 21
        DataField = 'CCITY'
        DataSource = DataModule1.DataSoure_client
        TabOrder = 1
      end
      object DBEdit3: TDBEdit
        Left = 656
        Top = 64
        Width = 160
        Height = 21
        DataField = 'CHOMEPOSTCODE'
        DataSource = DataModule1.DataSoure_client
        TabOrder = 2
      end
      object DBEdit4: TDBEdit
        Left = 72
        Top = 104
        Width = 160
        Height = 21
        DataField = 'CADDRESS'
        DataSource = DataModule1.DataSoure_client
        TabOrder = 3
      end
      object DBEdit5: TDBEdit
        Left = 360
        Top = 96
        Width = 160
        Height = 21
        DataField = 'CMOVEPHONE'
        DataSource = DataModule1.DataSoure_client
        TabOrder = 4
      end
      object DBEdit6: TDBEdit
        Left = 656
        Top = 96
        Width = 160
        Height = 21
        DataField = 'CFAX'
        DataSource = DataModule1.DataSoure_client
        TabOrder = 5
      end
      object DBEdit7: TDBEdit
        Left = 72
        Top = 136
        Width = 160
        Height = 21
        DataField = 'CONURL'
        DataSource = DataModule1.DataSoure_client
        TabOrder = 6
      end
      object DBEdit8: TDBEdit
        Left = 360
        Top = 128
        Width = 160
        Height = 21
        DataField = 'CEMAIL'
        DataSource = DataModule1.DataSoure_client
        TabOrder = 7
      end
      object DBEdit9: TDBEdit
        Left = 656
        Top = 136
        Width = 160
        Height = 21
        DataField = 'CRECE_YEAR'
        DataSource = DataModule1.DataSoure_client
        TabOrder = 8
      end
      object DBEdit10: TDBEdit
        Left = 72
        Top = 176
        Width = 160
        Height = 21
        DataField = 'CEMP_NUMBER'
        DataSource = DataModule1.DataSoure_client
        TabOrder = 9
      end
      object DBEdit11: TDBEdit
        Left = 360
        Top = 168
        Width = 160
        Height = 21
        DataField = 'CWAY'
        DataSource = DataModule1.DataSoure_client
        TabOrder = 10
      end
      object DBEdit12: TDBEdit
        Left = 656
        Top = 176
        Width = 160
        Height = 21
        DataField = 'CCLIENT_TYPE'
        DataSource = DataModule1.DataSoure_client
        TabOrder = 11
      end
      object DBEdit13: TDBEdit
        Left = 72
        Top = 216
        Width = 160
        Height = 21
        DataField = 'C_STEP'
        DataSource = DataModule1.DataSoure_client
        TabOrder = 12
      end
      object DBEdit14: TDBEdit
        Left = 360
        Top = 208
        Width = 160
        Height = 21
        DataField = 'C_SOURCE'
        DataSource = DataModule1.DataSoure_client
        TabOrder = 13
      end
      object DBEdit15: TDBEdit
        Left = 656
        Top = 216
        Width = 160
        Height = 21
        DataField = 'CCLI_STATE'
        DataSource = DataModule1.DataSoure_client
        TabOrder = 14
      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'(C)'
      Category = 0
      Hint = #20851#38381'(C)'
      Visible = ivAlways
      ImageIndex = 200
      PaintStyle = psCaptionGlyph
      OnClick = dxBarButton6Click
    end
  end
end

⌨️ 快捷键说明

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