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

📄 frminputsellbill.~dfm

📁 这是一个商品管理系统
💻 ~DFM
字号:
object FormInputSellBill: TFormInputSellBill
  Left = 406
  Top = 217
  BorderStyle = bsDialog
  Caption = #38144#21806#21333#24405#20837
  ClientHeight = 422
  ClientWidth = 373
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label2: TLabel
    Left = 16
    Top = 16
    Width = 49
    Height = 17
    AutoSize = False
    Caption = #26102#38388
  end
  object Label3: TLabel
    Left = 16
    Top = 48
    Width = 49
    Height = 17
    AutoSize = False
    Caption = #21830#21697
  end
  object Shape1: TShape
    Left = 7
    Top = 331
    Width = 354
    Height = 2
  end
  object Label1: TLabel
    Left = 16
    Top = 80
    Width = 49
    Height = 17
    AutoSize = False
    Caption = #32463#25163#20154
  end
  object Label6: TLabel
    Left = 16
    Top = 112
    Width = 49
    Height = 17
    AutoSize = False
    Caption = #20179#24211
  end
  object Label7: TLabel
    Left = 16
    Top = 144
    Width = 49
    Height = 17
    AutoSize = False
    Caption = #23458#25143
  end
  object Label8: TLabel
    Left = 16
    Top = 176
    Width = 57
    Height = 17
    AutoSize = False
    Caption = #20184#27454#26041#24335
  end
  object Label9: TLabel
    Left = 16
    Top = 208
    Width = 49
    Height = 17
    AutoSize = False
    Caption = #22791#27880
  end
  object Shape2: TShape
    Left = 7
    Top = 379
    Width = 354
    Height = 2
  end
  object Label4: TLabel
    Left = 192
    Top = 48
    Width = 49
    Height = 17
    AutoSize = False
    Caption = #25968#37327
  end
  object EditTime: TEdit
    Left = 80
    Top = 16
    Width = 273
    Height = 21
    ReadOnly = True
    TabOrder = 0
  end
  object BtnNew: TButton
    Left = 200
    Top = 344
    Width = 121
    Height = 25
    Caption = #26032#24314
    TabOrder = 1
    OnClick = BtnNewClick
  end
  object BtnInput: TButton
    Left = 48
    Top = 344
    Width = 121
    Height = 25
    Caption = #24405#20837
    TabOrder = 2
    OnClick = BtnInputClick
  end
  object BtnOK: TButton
    Left = 277
    Top = 388
    Width = 75
    Height = 25
    Caption = #36864#20986
    ModalResult = 1
    TabOrder = 3
  end
  object EditNote: TEdit
    Left = 80
    Top = 208
    Width = 273
    Height = 113
    AutoSize = False
    TabOrder = 4
  end
  object CBCommodity: TComboBox
    Left = 80
    Top = 48
    Width = 105
    Height = 21
    ItemHeight = 13
    TabOrder = 5
  end
  object CBDepot: TComboBox
    Left = 80
    Top = 112
    Width = 273
    Height = 21
    ItemHeight = 13
    TabOrder = 6
  end
  object CBCustomer: TComboBox
    Left = 80
    Top = 144
    Width = 273
    Height = 21
    ItemHeight = 13
    TabOrder = 7
  end
  object CBPayment: TComboBox
    Left = 80
    Top = 176
    Width = 273
    Height = 21
    ItemHeight = 13
    TabOrder = 8
  end
  object EditSysUser: TEdit
    Left = 80
    Top = 80
    Width = 273
    Height = 21
    ReadOnly = True
    TabOrder = 9
  end
  object EditAmount: TEdit
    Left = 248
    Top = 48
    Width = 105
    Height = 21
    TabOrder = 10
  end
  object DataSet: TADODataSet
    ConnectionString = 
      'Provider=SQLOLEDB.1;Persist Security Info=False;User ID=sa;Initi' +
      'al Catalog=CommodityManager;Data Source=JOYSTUDIO-M'
    CursorType = ctStatic
    Parameters = <>
    Left = 96
    Top = 384
  end
  object CmdInputSellBill: TADOCommand
    ConnectionString = 
      'Provider=SQLOLEDB.1;Persist Security Info=False;User ID=sa;Initi' +
      'al Catalog=CommodityManager;Data Source=JOYSTUDIO-M'
    Parameters = <>
    Left = 136
    Top = 384
  end
end

⌨️ 快捷键说明

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