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

📄 fmyunits.dfm

📁 系统目标:通过库存管理系统
💻 DFM
字号:
object F_myunits: TF_myunits
  Left = 191
  Top = 94
  BorderStyle = bsDialog
  Caption = #26412#21333#20301#20449#24687
  ClientHeight = 329
  ClientWidth = 314
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  KeyPreview = True
  OldCreateOrder = False
  Position = poScreenCenter
  OnKeyPress = FormKeyPress
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 51
    Top = 16
    Width = 61
    Height = 13
    AutoSize = False
    Caption = #21333#20301#32534#21495#65306
  end
  object Label2: TLabel
    Left = 51
    Top = 45
    Width = 70
    Height = 13
    AutoSize = False
    Caption = #21333#20301#20840#31216#65306
  end
  object Label3: TLabel
    Left = 51
    Top = 74
    Width = 60
    Height = 13
    Caption = #21333#20301#31616#31216#65306
  end
  object Label4: TLabel
    Left = 77
    Top = 102
    Width = 33
    Height = 13
    AutoSize = False
    Caption = #31246#21495#65306
  end
  object Label5: TLabel
    Left = 48
    Top = 133
    Width = 65
    Height = 13
    AutoSize = False
    Caption = #21333#20301#30005#35805#65306
  end
  object Label6: TLabel
    Left = 61
    Top = 160
    Width = 49
    Height = 13
    AutoSize = False
    Caption = #32852#31995#20154#65306
  end
  object Label7: TLabel
    Left = 119
    Top = 186
    Width = 60
    Height = 13
    Caption = #21333#20301#22320#22336#65306
  end
  object Label8: TLabel
    Left = 103
    Top = 229
    Width = 98
    Height = 13
    AutoSize = False
    Caption = #24320#25143#34892#21450#36134#21495#65306
  end
  object DBEdit1: TDBEdit
    Left = 112
    Top = 12
    Width = 121
    Height = 19
    Ctl3D = False
    DataField = 'number'
    DataSource = DataSource1
    ParentCtl3D = False
    TabOrder = 0
    OnKeyPress = FormKeyPress
  end
  object DBEdit2: TDBEdit
    Left = 112
    Top = 41
    Width = 121
    Height = 19
    Ctl3D = False
    DataField = 'name'
    DataSource = DataSource1
    ParentCtl3D = False
    TabOrder = 1
    OnKeyPress = FormKeyPress
  end
  object DBEdit3: TDBEdit
    Left = 112
    Top = 70
    Width = 121
    Height = 19
    Ctl3D = False
    DataField = 'simplename'
    DataSource = DataSource1
    ParentCtl3D = False
    TabOrder = 2
    OnKeyPress = FormKeyPress
  end
  object DBEdit4: TDBEdit
    Left = 112
    Top = 100
    Width = 121
    Height = 19
    Ctl3D = False
    DataField = 'tax'
    DataSource = DataSource1
    ParentCtl3D = False
    TabOrder = 3
    OnKeyPress = FormKeyPress
  end
  object DBEdit5: TDBEdit
    Left = 112
    Top = 129
    Width = 121
    Height = 19
    Ctl3D = False
    DataField = 'tel'
    DataSource = DataSource1
    ParentCtl3D = False
    TabOrder = 4
    OnKeyPress = FormKeyPress
  end
  object DBEdit6: TDBEdit
    Left = 112
    Top = 158
    Width = 121
    Height = 19
    Ctl3D = False
    DataField = 'linkman'
    DataSource = DataSource1
    ParentCtl3D = False
    TabOrder = 5
    OnKeyPress = FormKeyPress
  end
  object DBEdit7: TDBEdit
    Left = 9
    Top = 204
    Width = 288
    Height = 19
    Ctl3D = False
    DataField = 'address'
    DataSource = DataSource1
    ParentCtl3D = False
    TabOrder = 6
    OnKeyPress = FormKeyPress
  end
  object DBEdit8: TDBEdit
    Left = 9
    Top = 249
    Width = 288
    Height = 19
    Ctl3D = False
    DataField = 'accounts'
    DataSource = DataSource1
    ParentCtl3D = False
    TabOrder = 7
    OnKeyPress = FormKeyPress
  end
  object Button1: TButton
    Left = 50
    Top = 287
    Width = 75
    Height = 25
    Caption = #20445#23384
    TabOrder = 8
    OnClick = Button1Click
    OnKeyPress = FormKeyPress
  end
  object Button2: TButton
    Left = 186
    Top = 286
    Width = 75
    Height = 25
    Caption = #36864#20986
    TabOrder = 9
    OnClick = Button2Click
    OnKeyPress = FormKeyPress
  end
  object ADOQuery1: TADOQuery
    Connection = F_dm.ADOConnection1
    Parameters = <>
    Left = 256
    Top = 69
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 256
    Top = 101
  end
end

⌨️ 快捷键说明

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