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

📄 clientinfo.dfm

📁 这也是师兄的毕业设计,具体的功能我也不清楚,因为我才大一,请见谅!!!!!!!不过是可以用来答辩的,完整的毕业设计,有源代码,可爱执行文件,文档资料.
💻 DFM
字号:
inherited f_clientinfo: Tf_clientinfo
  Left = -85
  Top = 92
  Width = 808
  Height = 608
  ActiveControl = DBEdit1
  Caption = #23458#25143#20449#24687#31649#29702
  FormStyle = fsMDIChild
  KeyPreview = True
  OldCreateOrder = True
  Position = poScreenCenter
  Visible = True
  PixelsPerInch = 96
  TextHeight = 13
  inherited palDown: TPanel
    Top = 572
    Width = 800
    inherited imgRightDown: TImage
      Left = 790
    end
    inherited imgDownMin: TImage
      Width = 780
    end
  end
  inherited palLeft: TPanel
    Height = 507
    inherited imgLeft: TImage
      Height = 507
    end
  end
  inherited palRight: TPanel
    Left = 785
    Height = 507
    inherited imgRight: TImage
      Height = 507
    end
  end
  inherited palToolbar: TPanel
    Width = 800
    inherited tiLocate: TTradeImg
      OnClick = tiLocateClick
    end
    inherited tiLast: TTradeImg
      OnClick = tiLastClick
    end
    inherited tiNext: TTradeImg
      OnClick = tiNextClick
    end
    inherited tiPrior: TTradeImg
      OnClick = tiPriorClick
    end
    inherited tiFirst: TTradeImg
      OnClick = tiFirstClick
    end
  end
  object Panel1: TPanel
    Left = 10
    Top = 65
    Width = 775
    Height = 507
    Align = alClient
    BevelOuter = bvNone
    Color = 13619151
    TabOrder = 4
    object GroupBox1: TGroupBox
      Left = 0
      Top = 0
      Width = 775
      Height = 241
      Align = alTop
      Caption = #23458#25143#36164#26009
      Color = 13619151
      ParentColor = False
      TabOrder = 0
      object Label1: TLabel
        Left = 16
        Top = 24
        Width = 60
        Height = 13
        Caption = #23458#25143#32534#21495#65306
        FocusControl = DBEdit1
        Transparent = True
      end
      object Label2: TLabel
        Left = 400
        Top = 16
        Width = 36
        Height = 13
        Caption = #21517#31216#65306
        FocusControl = DBEdit2
        Transparent = True
      end
      object Label3: TLabel
        Left = 16
        Top = 64
        Width = 60
        Height = 13
        Caption = #20844#21496#22320#22336#65306
        FocusControl = DBEdit3
        Transparent = True
      end
      object Label4: TLabel
        Left = 400
        Top = 64
        Width = 56
        Height = 13
        AutoSize = False
        Caption = #37038#25919#32534#30721
        FocusControl = DBEdit4
        Transparent = True
      end
      object Label5: TLabel
        Left = 16
        Top = 112
        Width = 36
        Height = 13
        Caption = #30005#35805#65306
        FocusControl = DBEdit5
        Transparent = True
      end
      object Label6: TLabel
        Left = 400
        Top = 112
        Width = 36
        Height = 13
        Caption = #20256#30495#65306
        FocusControl = DBEdit6
        Transparent = True
      end
      object Label7: TLabel
        Left = 16
        Top = 152
        Width = 36
        Height = 13
        Caption = #32593#22336#65306
        FocusControl = DBEdit7
        Transparent = True
      end
      object Label8: TLabel
        Left = 400
        Top = 160
        Width = 37
        Height = 13
        Caption = 'Email'#65306
        FocusControl = DBEdit8
        Transparent = True
      end
      object Label9: TLabel
        Left = 16
        Top = 192
        Width = 48
        Height = 13
        Caption = #32852#31995#20154#65306
        FocusControl = DBEdit9
        Transparent = True
      end
      object Label10: TLabel
        Left = 192
        Top = 192
        Width = 60
        Height = 13
        Caption = #36816#36865#22320#22336#65306
        FocusControl = DBEdit10
        Transparent = True
      end
      object Label11: TLabel
        Left = 144
        Top = 24
        Width = 60
        Height = 13
        Caption = #35760#24405#24207#21495#65306
        FocusControl = DBEdit11
      end
      object DBEdit1: TDBEdit
        Left = 16
        Top = 40
        Width = 108
        Height = 21
        Color = clSilver
        DataField = 'Client_ID'
        DataSource = dm.d_clientinfo
        ReadOnly = True
        TabOrder = 0
      end
      object DBEdit2: TDBEdit
        Left = 400
        Top = 32
        Width = 129
        Height = 21
        Color = clSilver
        DataField = 'Client_Name'
        DataSource = dm.d_clientinfo
        ReadOnly = True
        TabOrder = 1
      end
      object DBEdit3: TDBEdit
        Left = 16
        Top = 80
        Width = 233
        Height = 21
        Color = clSilver
        DataField = 'Client_Address'
        DataSource = dm.d_clientinfo
        ReadOnly = True
        TabOrder = 2
      end
      object DBEdit4: TDBEdit
        Left = 400
        Top = 80
        Width = 134
        Height = 21
        Color = clSilver
        DataField = 'Client_Postalcode'
        DataSource = dm.d_clientinfo
        ReadOnly = True
        TabOrder = 3
      end
      object DBEdit5: TDBEdit
        Left = 16
        Top = 128
        Width = 134
        Height = 21
        Color = clSilver
        DataField = 'Client_Tel'
        DataSource = dm.d_clientinfo
        ReadOnly = True
        TabOrder = 4
      end
      object DBEdit6: TDBEdit
        Left = 400
        Top = 128
        Width = 134
        Height = 21
        Color = clSilver
        DataField = 'Client_Fax'
        DataSource = dm.d_clientinfo
        ReadOnly = True
        TabOrder = 5
      end
      object DBEdit7: TDBEdit
        Left = 16
        Top = 168
        Width = 233
        Height = 21
        Color = clSilver
        DataField = 'Client_NetAddress'
        DataSource = dm.d_clientinfo
        ReadOnly = True
        TabOrder = 6
      end
      object DBEdit8: TDBEdit
        Left = 400
        Top = 176
        Width = 212
        Height = 21
        Color = clSilver
        DataField = 'Client_Email'
        DataSource = dm.d_clientinfo
        ReadOnly = True
        TabOrder = 7
      end
      object DBEdit9: TDBEdit
        Left = 24
        Top = 208
        Width = 134
        Height = 21
        Color = clSilver
        DataField = 'Client_Linkman'
        DataSource = dm.d_clientinfo
        ReadOnly = True
        TabOrder = 8
      end
      object DBEdit10: TDBEdit
        Left = 192
        Top = 208
        Width = 449
        Height = 21
        Color = clSilver
        DataField = 'Client_TranAddress'
        DataSource = dm.d_clientinfo
        ReadOnly = True
        TabOrder = 9
      end
      object DBEdit11: TDBEdit
        Left = 144
        Top = 40
        Width = 105
        Height = 21
        Color = clSilver
        DataField = 'Note_Code'
        DataSource = dm.d_clientinfo
        ReadOnly = True
        TabOrder = 10
      end
    end
    object GroupBox2: TGroupBox
      Left = 0
      Top = 241
      Width = 775
      Height = 266
      Align = alClient
      TabOrder = 1
      object DBGrid1: TDBGrid
        Left = 2
        Top = 15
        Width = 771
        Height = 249
        Align = alClient
        DataSource = dm.d_clientinfo
        ReadOnly = True
        TabOrder = 0
        TitleFont.Charset = DEFAULT_CHARSET
        TitleFont.Color = clWindowText
        TitleFont.Height = -11
        TitleFont.Name = 'MS Sans Serif'
        TitleFont.Style = []
        Columns = <
          item
            Expanded = False
            FieldName = 'Client_ID'
            Title.Caption = #23458#25143#32534#21495
            Visible = True
          end
          item
            Expanded = False
            FieldName = 'Client_Name'
            Title.Caption = #21517#31216
            Visible = True
          end
          item
            Expanded = False
            FieldName = 'Client_Address'
            Title.Caption = #20844#21496#22320#22336
            Visible = True
          end
          item
            Expanded = False
            FieldName = 'Client_Postalcode'
            Title.Caption = #37038#25919#32534#30721
            Visible = True
          end
          item
            Expanded = False
            FieldName = 'Client_Tel'
            Title.Caption = #30005#35805
            Visible = True
          end
          item
            Expanded = False
            FieldName = 'Client_Fax'
            Title.Caption = #20256#30495
            Visible = True
          end
          item
            Expanded = False
            FieldName = 'Client_NetAddress'
            Title.Caption = #32593#22336
            Visible = True
          end
          item
            Expanded = False
            FieldName = 'Client_Email'
            Title.Caption = 'Email'
            Visible = True
          end
          item
            Expanded = False
            FieldName = 'Client_Linkman'
            Title.Caption = #32852#31995#20154
            Visible = True
          end
          item
            Expanded = False
            FieldName = 'Client_TranAddress'
            Title.Caption = #36816#36865#22320#22336
            Visible = True
          end>
      end
    end
  end
end

⌨️ 快捷键说明

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