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

📄 ufpublish_providermnt.dfm

📁 一个功能较全的图书进销存软件,功能还算完备
💻 DFM
字号:
object fPublish_ProviderMnt: TfPublish_ProviderMnt
  Left = 273
  Top = 112
  Width = 540
  Height = 595
  Caption = #22522#26412#36164#26009#32500#25252#65293#20379#24212#21830#32500#25252
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsMDIChild
  OldCreateOrder = False
  Position = poDefault
  Visible = True
  WindowState = wsMaximized
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 17
    Top = 286
    Width = 24
    Height = 13
    Caption = #32534#21495
    FocusControl = DBEdit1
  end
  object Label2: TLabel
    Left = 16
    Top = 312
    Width = 33
    Height = 13
    AutoSize = False
    Caption = #21517#31216
    FocusControl = DBEdit2
  end
  object Label3: TLabel
    Left = 16
    Top = 339
    Width = 33
    Height = 13
    AutoSize = False
    Caption = #31616#31216
    FocusControl = DBEdit3
  end
  object Label4: TLabel
    Left = 16
    Top = 368
    Width = 33
    Height = 13
    AutoSize = False
    Caption = #22320#22336
    FocusControl = DBEdit4
  end
  object Label5: TLabel
    Left = 16
    Top = 400
    Width = 33
    Height = 13
    AutoSize = False
    Caption = #22478#24066
    FocusControl = DBEdit5
  end
  object Label6: TLabel
    Left = 17
    Top = 429
    Width = 36
    Height = 13
    Caption = #32852#31995#20154
    FocusControl = DBEdit6
  end
  object Label7: TLabel
    Left = 16
    Top = 456
    Width = 33
    Height = 13
    AutoSize = False
    Caption = #30005#35805
    FocusControl = DBEdit7
  end
  object Label8: TLabel
    Left = 16
    Top = 488
    Width = 33
    Height = 13
    AutoSize = False
    Caption = #20256#30495
    FocusControl = DBEdit8
  end
  object Label9: TLabel
    Left = 18
    Top = 516
    Width = 31
    Height = 13
    AutoSize = False
    Caption = #37038#32534
    FocusControl = DBEdit9
  end
  object Label10: TLabel
    Left = 16
    Top = 544
    Width = 24
    Height = 13
    Caption = #29366#24577
    FocusControl = DBEdit10
  end
  object DBEdit1: TDBEdit
    Left = 55
    Top = 281
    Width = 97
    Height = 21
    DataField = 'SUPPLIER_ID'
    DataSource = DataSource1
    TabOrder = 0
  end
  object DBEdit2: TDBEdit
    Left = 56
    Top = 309
    Width = 265
    Height = 21
    DataField = 'NAME'
    DataSource = DataSource1
    TabOrder = 1
  end
  object DBEdit3: TDBEdit
    Left = 56
    Top = 336
    Width = 264
    Height = 21
    DataField = 'SHORTNAME'
    DataSource = DataSource1
    TabOrder = 2
  end
  object DBEdit4: TDBEdit
    Left = 56
    Top = 366
    Width = 265
    Height = 21
    DataField = 'ADDRESS'
    DataSource = DataSource1
    TabOrder = 3
  end
  object DBEdit5: TDBEdit
    Left = 55
    Top = 394
    Width = 264
    Height = 21
    DataField = 'CITY'
    DataSource = DataSource1
    TabOrder = 4
  end
  object DBEdit6: TDBEdit
    Left = 57
    Top = 424
    Width = 264
    Height = 21
    DataField = 'LINKMAN'
    DataSource = DataSource1
    TabOrder = 5
  end
  object DBEdit7: TDBEdit
    Left = 56
    Top = 454
    Width = 264
    Height = 21
    DataField = 'TEL'
    DataSource = DataSource1
    TabOrder = 6
  end
  object DBEdit8: TDBEdit
    Left = 56
    Top = 484
    Width = 264
    Height = 21
    DataField = 'FAX'
    DataSource = DataSource1
    TabOrder = 7
  end
  object DBEdit9: TDBEdit
    Left = 56
    Top = 512
    Width = 82
    Height = 21
    DataField = 'POST'
    DataSource = DataSource1
    TabOrder = 8
  end
  object DBEdit10: TDBEdit
    Left = 55
    Top = 541
    Width = 17
    Height = 21
    DataField = 'STATUS'
    DataSource = DataSource1
    TabOrder = 9
  end
  object DBGrid1: TDBGrid
    Left = 0
    Top = 0
    Width = 532
    Height = 241
    Align = alTop
    DataSource = DataSource1
    TabOrder = 10
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    Columns = <
      item
        Expanded = False
        FieldName = 'SUPPLIER_ID'
        Width = 60
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'NAME'
        Width = 100
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'SHORTNAME'
        Width = 60
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'ADDRESS'
        Width = 40
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'CITY'
        Width = 40
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'LINKMAN'
        Width = 40
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'TEL'
        Width = 40
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'FAX'
        Width = 40
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'POST'
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'STATUS'
        Visible = True
      end>
  end
  object DBNavigator1: TDBNavigator
    Left = 0
    Top = 241
    Width = 532
    Height = 32
    DataSource = DataSource1
    Align = alTop
    TabOrder = 11
  end
  object ExitBtn: TBitBtn
    Left = 416
    Top = 520
    Width = 100
    Height = 32
    Caption = #36864#20986'[&X]'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 12
    OnClick = ExitBtnClick
    Kind = bkClose
  end
  object DataSource1: TDataSource
    DataSet = dmpublish.adtProvider
    Left = 440
    Top = 88
  end
end

⌨️ 快捷键说明

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