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

📄 providerfm.dfm

📁 库房管理系统
💻 DFM
字号:
object Provider: TProvider
  Left = 192
  Top = 107
  Width = 696
  Height = 480
  Caption = #20379#24212#21830'('#23458#20154')'#36164#26009
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object grp1: TGroupBox
    Left = 0
    Top = 0
    Width = 688
    Height = 453
    Align = alClient
    Caption = #20379#24212#21830'('#23458#20154')'#36164#26009#31649#29702
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    DesignSize = (
      688
      453)
    object grp2: TGroupBox
      Left = 9
      Top = 216
      Width = 632
      Height = 209
      Align = alCustom
      TabOrder = 0
      object dbgrd1: TDBGrid
        Left = 2
        Top = 14
        Width = 628
        Height = 193
        Align = alClient
        DataSource = DS_Provider
        TabOrder = 0
        TitleFont.Charset = ANSI_CHARSET
        TitleFont.Color = clWindowText
        TitleFont.Height = -12
        TitleFont.Name = #23435#20307
        TitleFont.Style = []
        Columns = <
          item
            Expanded = False
            FieldName = 'fID'
            Width = 30
            Visible = True
          end
          item
            Expanded = False
            FieldName = 'fCode'
            Width = 80
            Visible = True
          end
          item
            Expanded = False
            FieldName = 'fName'
            Width = 80
            Visible = True
          end
          item
            Expanded = False
            FieldName = 'fFullName'
            Width = 88
            Visible = True
          end
          item
            Expanded = False
            FieldName = 'fAreaID'
            Visible = True
          end
          item
            Expanded = False
            FieldName = 'fAreaCode'
            Width = 66
            Visible = True
          end
          item
            Expanded = False
            FieldName = 'fTypeID'
            Visible = True
          end
          item
            Expanded = False
            FieldName = 'fAddress'
            Width = 80
            Visible = True
          end
          item
            Expanded = False
            FieldName = 'fPostCode'
            Width = 80
            Visible = True
          end
          item
            Expanded = False
            FieldName = 'fTel'
            Width = 80
            Visible = True
          end
          item
            Expanded = False
            FieldName = 'fFax'
            Width = 30
            Visible = True
          end
          item
            Expanded = False
            FieldName = 'fRelation'
            Width = 30
            Visible = True
          end
          item
            Expanded = False
            FieldName = 'fMobilePhone'
            Width = 30
            Visible = True
          end
          item
            Expanded = False
            FieldName = 'fPosition'
            Width = 30
            Visible = True
          end
          item
            Expanded = False
            FieldName = 'fEmail'
            Width = 30
            Visible = True
          end
          item
            Expanded = False
            FieldName = 'fTaxAccount'
            Width = 30
            Visible = True
          end
          item
            Expanded = False
            FieldName = 'fBank'
            Width = 30
            Visible = True
          end
          item
            Expanded = False
            FieldName = 'fBankAccount'
            Width = 30
            Visible = True
          end
          item
            Expanded = False
            FieldName = 'fNotes'
            Width = 30
            Visible = True
          end>
      end
    end
    object grp3: TGroupBox
      Left = 9
      Top = 17
      Width = 629
      Height = 45
      Anchors = [akLeft, akTop, akRight]
      Caption = #25805#20316#23548#33322
      TabOrder = 1
      object DBNavigator1: TDBNavigator
        Left = 48
        Top = 16
        Width = 500
        Height = 25
        DataSource = DS_Provider
        TabOrder = 0
      end
    end
    object grp4: TGroupBox
      Left = 9
      Top = 73
      Width = 629
      Height = 144
      Anchors = [akLeft, akTop, akRight]
      Caption = #20449#24687#24405#20837
      TabOrder = 2
      object Label1: TLabel
        Left = 256
        Top = 56
        Width = 42
        Height = 12
        Caption = #32852#31995#20154':'
      end
      object Label2: TLabel
        Left = 256
        Top = 88
        Width = 24
        Height = 12
        Caption = #32844#20301
      end
      object Label3: TLabel
        Left = 15
        Top = 115
        Width = 36
        Height = 12
        Caption = #22791#27880': '
      end
      object Label4: TLabel
        Left = 256
        Top = 24
        Width = 42
        Height = 12
        Caption = #23458#21830'TEL'
      end
      object Label5: TLabel
        Left = 16
        Top = 88
        Width = 54
        Height = 12
        Caption = #23458#21830#22320#22336':'
      end
      object Label6: TLabel
        Left = 16
        Top = 56
        Width = 54
        Height = 12
        Caption = #23458#21830#21517#31216':'
      end
      object Label7: TLabel
        Left = 16
        Top = 24
        Width = 54
        Height = 12
        Caption = #23458#21830#32534#21495':'
      end
      object DBEdit1: TDBEdit
        Left = 104
        Top = 24
        Width = 121
        Height = 20
        DataField = 'fCode'
        DataSource = DS_Provider
        TabOrder = 0
      end
      object DBEdit2: TDBEdit
        Left = 104
        Top = 48
        Width = 121
        Height = 20
        DataField = 'fName'
        DataSource = DS_Provider
        TabOrder = 1
      end
      object DBEdit3: TDBEdit
        Left = 104
        Top = 84
        Width = 121
        Height = 20
        DataField = 'fAddress'
        DataSource = DS_Provider
        TabOrder = 2
      end
      object DBEdit4: TDBEdit
        Left = 320
        Top = 24
        Width = 121
        Height = 20
        DataField = 'fTel'
        DataSource = DS_Provider
        TabOrder = 3
      end
      object DBEdit5: TDBEdit
        Left = 320
        Top = 56
        Width = 121
        Height = 20
        DataField = 'fRelation'
        DataSource = DS_Provider
        TabOrder = 4
      end
      object DBEdit6: TDBEdit
        Left = 320
        Top = 88
        Width = 121
        Height = 20
        DataField = 'fPosition'
        DataSource = DS_Provider
        TabOrder = 5
      end
      object DBEdit7: TDBEdit
        Left = 104
        Top = 113
        Width = 337
        Height = 20
        DataField = 'fNotes'
        DataSource = DS_Provider
        TabOrder = 6
      end
    end
  end
  object Ado_Provider: TADOQuery
    Active = True
    ConnectionString = 'file name=stockdb.udl'
    CursorType = ctStatic
    Parameters = <>
    SQL.Strings = (
      'select * from tProvider'
      '')
    Left = 177
    Top = 235
  end
  object DS_Provider: TDataSource
    DataSet = Ado_Provider
    Left = 209
    Top = 235
  end
end

⌨️ 快捷键说明

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