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

📄 providerinfo.dfm

📁 1、系统环境要求:WindowsXP/2000 2、DELPHI7.0企业版 3、如果数据库为SQL Server数据库
💻 DFM
字号:
inherited f_provider: Tf_provider
  Left = 193
  Top = 215
  Caption = #20379#24212#21830#20449#24687#31649#29702
  ClientHeight = 397
  ClientWidth = 730
  OldCreateOrder = True
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 263
    Top = 10
    Width = 184
    Height = 23
    AutoSize = False
    Caption = #20379#24212#21830#20449#24687#31649#29702
    Font.Charset = GB2312_CHARSET
    Font.Color = clRed
    Font.Height = -24
    Font.Name = #26999#20307'_GB2312'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Panel1: TPanel
    Left = 0
    Top = 55
    Width = 730
    Height = 78
    Align = alBottom
    BevelInner = bvRaised
    BevelOuter = bvLowered
    TabOrder = 0
    object Label2: TLabel
      Left = 12
      Top = 17
      Width = 80
      Height = 13
      Alignment = taRightJustify
      AutoSize = False
      BiDiMode = bdRightToLeft
      Caption = #20379#24212#21830#21517#31216
      ParentBiDiMode = False
    end
    object Label3: TLabel
      Left = 282
      Top = 18
      Width = 51
      Height = 13
      Alignment = taRightJustify
      AutoSize = False
      BiDiMode = bdRightToLeft
      Caption = #36127#36131#20154
      ParentBiDiMode = False
    end
    object Label4: TLabel
      Left = 523
      Top = 17
      Width = 36
      Height = 13
      Alignment = taRightJustify
      AutoSize = False
      BiDiMode = bdRightToLeft
      Caption = #22320#22336
      ParentBiDiMode = False
    end
    object Label5: TLabel
      Left = 11
      Top = 49
      Width = 80
      Height = 13
      Alignment = taRightJustify
      AutoSize = False
      BiDiMode = bdRightToLeft
      Caption = #20379#24212#21830#31616#31216
      ParentBiDiMode = False
    end
    object Label9: TLabel
      Left = 514
      Top = 49
      Width = 45
      Height = 13
      Alignment = taRightJustify
      AutoSize = False
      BiDiMode = bdRightToLeft
      Caption = #32593#22336
      ParentBiDiMode = False
    end
    object Label12: TLabel
      Left = 269
      Top = 50
      Width = 65
      Height = 13
      Alignment = taRightJustify
      AutoSize = False
      BiDiMode = bdRightToLeft
      Caption = #32852#31995#30005#35805
      ParentBiDiMode = False
    end
    object Providername: TEdit
      Left = 101
      Top = 13
      Width = 132
      Height = 21
      TabOrder = 0
      OnKeyDown = ProvidernameKeyDown
    end
    object principal: TEdit
      Left = 343
      Top = 13
      Width = 132
      Height = 21
      TabOrder = 2
      OnKeyDown = ProvidernameKeyDown
    end
    object Addr: TEdit
      Left = 572
      Top = 12
      Width = 132
      Height = 21
      TabOrder = 4
      OnKeyDown = ProvidernameKeyDown
    end
    object Shortname: TEdit
      Left = 101
      Top = 45
      Width = 132
      Height = 21
      MaxLength = 10
      TabOrder = 1
      OnKeyDown = ProvidernameKeyDown
    end
    object Web: TEdit
      Left = 572
      Top = 44
      Width = 132
      Height = 21
      TabOrder = 5
      OnKeyDown = ProvidernameKeyDown
    end
    object Phone: TEdit
      Left = 343
      Top = 45
      Width = 132
      Height = 21
      TabOrder = 3
      OnKeyDown = ProvidernameKeyDown
    end
  end
  object Panel3: TPanel
    Left = 0
    Top = 133
    Width = 730
    Height = 41
    Align = alBottom
    BevelInner = bvRaised
    BevelOuter = bvLowered
    TabOrder = 1
    object Label6: TLabel
      Left = 9
      Top = 14
      Width = 64
      Height = 13
      Alignment = taRightJustify
      AutoSize = False
      BiDiMode = bdRightToLeft
      Caption = #26597#35810#26465#20214
      ParentBiDiMode = False
    end
    object Label7: TLabel
      Left = 194
      Top = 13
      Width = 6
      Height = 13
      Caption = '='
    end
    object Add: TButton
      Left = 411
      Top = 9
      Width = 64
      Height = 22
      Caption = #28155#21152
      TabOrder = 0
      OnClick = AddClick
    end
    object Update: TButton
      Left = 488
      Top = 9
      Width = 64
      Height = 22
      Caption = #20462#25913
      TabOrder = 1
      OnClick = UpdateClick
    end
    object Delete: TButton
      Left = 564
      Top = 9
      Width = 64
      Height = 22
      Caption = #21024#38500
      TabOrder = 2
      OnClick = DeleteClick
    end
    object Cancel: TButton
      Left = 641
      Top = 9
      Width = 64
      Height = 22
      Caption = #21462#28040
      TabOrder = 3
      OnClick = CancelClick
    end
    object Field: TComboBox
      Left = 79
      Top = 9
      Width = 110
      Height = 22
      Style = csOwnerDrawFixed
      ItemHeight = 16
      TabOrder = 4
      Items.Strings = (
        #20379#24212#21830#21517#31216
        #31616#31216)
    end
    object Value: TEdit
      Left = 208
      Top = 9
      Width = 110
      Height = 21
      TabOrder = 5
    end
    object Query: TButton
      Left = 335
      Top = 9
      Width = 64
      Height = 22
      Caption = #26597#35810
      TabOrder = 6
      OnClick = QueryClick
    end
  end
  object Grid1: TDBGrid
    Left = 0
    Top = 174
    Width = 730
    Height = 223
    Align = alBottom
    DataSource = Source1
    Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
    ReadOnly = True
    TabOrder = 2
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    OnCellClick = Grid1CellClick
    Columns = <
      item
        Expanded = False
        FieldName = 'providername'
        Title.Caption = #20379#24212#21830#21517#31216
        Width = 173
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'shortname'
        Title.Caption = #31616#31216
        Width = 101
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'principal'
        Title.Caption = #36127#36131#20154
        Width = 108
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'phone'
        Title.Caption = #32852#31995#30005#35805
        Width = 89
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'Address'
        Title.Caption = #22320#22336
        Width = 77
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'Web'
        Title.Caption = #32593#22336
        Width = 136
        Visible = True
      end>
  end
  object Source1: TDataSource
    Left = 112
    Top = 280
  end
end

⌨️ 快捷键说明

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