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

📄 frmsetcommodity.dfm

📁 这是一个商品管理系统
💻 DFM
字号:
object FormSetCommodity: TFormSetCommodity
  Left = 133
  Top = 135
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsDialog
  Caption = #21830#21697#24405#20837
  ClientHeight = 498
  ClientWidth = 805
  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 = 40
    Top = 312
    Width = 49
    Height = 17
    AutoSize = False
    Caption = #32534#30721
  end
  object Label3: TLabel
    Left = 272
    Top = 312
    Width = 49
    Height = 17
    AutoSize = False
    Caption = #21517#31216
  end
  object Label11: TLabel
    Left = 272
    Top = 352
    Width = 49
    Height = 17
    AutoSize = False
    Caption = #34892#19994
  end
  object Label5: TLabel
    Left = 40
    Top = 352
    Width = 49
    Height = 17
    AutoSize = False
    Caption = #31867#21035
  end
  object Label4: TLabel
    Left = 40
    Top = 392
    Width = 49
    Height = 17
    AutoSize = False
    Caption = #22270#29255
  end
  object Label1: TLabel
    Left = 16
    Top = 16
    Width = 73
    Height = 13
    AutoSize = False
    Caption = #21830#21697#21015#34920#65306
  end
  object Label6: TLabel
    Left = 16
    Top = 288
    Width = 73
    Height = 13
    AutoSize = False
    Caption = #21830#21697#23646#24615#65306
  end
  object Label7: TLabel
    Left = 480
    Top = 16
    Width = 73
    Height = 13
    AutoSize = False
    Caption = #22270#29255#31034#20363#65306
  end
  object Shape1: TShape
    Left = 8
    Top = 456
    Width = 793
    Height = 2
  end
  object Shape2: TShape
    Left = 480
    Top = 32
    Width = 313
    Height = 417
    Brush.Color = clGray
    Pen.Style = psClear
  end
  object ImageCommodity: TImage
    Left = 488
    Top = 40
    Width = 297
    Height = 401
    Center = True
  end
  object EditID: TEdit
    Left = 96
    Top = 312
    Width = 121
    Height = 21
    TabOrder = 0
  end
  object EditName: TEdit
    Left = 328
    Top = 312
    Width = 121
    Height = 21
    TabOrder = 1
  end
  object BtnAdd: TButton
    Left = 48
    Top = 424
    Width = 121
    Height = 25
    Caption = #28155#21152
    TabOrder = 2
    OnClick = BtnAddClick
  end
  object BtnModify: TButton
    Left = 184
    Top = 424
    Width = 121
    Height = 25
    Caption = #20462#25913
    TabOrder = 3
    OnClick = BtnModifyClick
  end
  object BtnRemove: TButton
    Left = 320
    Top = 424
    Width = 121
    Height = 25
    Caption = #21024#38500
    TabOrder = 4
    OnClick = BtnRemoveClick
  end
  object BtnOK: TButton
    Left = 712
    Top = 464
    Width = 75
    Height = 25
    Caption = #36864#20986
    ModalResult = 1
    TabOrder = 5
  end
  object CBSort: TComboBox
    Left = 96
    Top = 352
    Width = 121
    Height = 21
    ItemHeight = 13
    TabOrder = 6
  end
  object CBTrade: TComboBox
    Left = 328
    Top = 352
    Width = 121
    Height = 21
    ItemHeight = 13
    TabOrder = 7
  end
  object EditImagePath: TEdit
    Left = 96
    Top = 392
    Width = 273
    Height = 21
    TabOrder = 8
  end
  object BtnBrowse: TButton
    Left = 376
    Top = 392
    Width = 75
    Height = 25
    Caption = #27983#35272
    TabOrder = 9
    OnClick = BtnBrowseClick
  end
  object DataGrid: TDBGrid
    Left = 12
    Top = 32
    Width = 453
    Height = 249
    DataSource = DataSourceCommodity
    Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgAlwaysShowSelection, dgConfirmDelete, dgCancelOnExit]
    ReadOnly = True
    TabOrder = 10
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    OnDblClick = DataGridDblClick
  end
  object DataSourceCommodity: TDataSource
    DataSet = DataSetCommodity
    Left = 160
    Top = 464
  end
  object DataSetCommodity: TADODataSet
    Active = True
    ConnectionString = 
      'Provider=SQLOLEDB.1;Persist Security Info=False;User ID=sa;Initi' +
      'al Catalog=CommodityManager;Data Source=127.0.0.1'
    CursorType = ctStatic
    CommandText = 'select *  from Commodity'
    Parameters = <>
    Left = 120
    Top = 464
  end
  object CmdSetCommodity: TADOCommand
    ConnectionString = 
      'Provider=SQLOLEDB.1;Persist Security Info=False;User ID=sa;Initi' +
      'al Catalog=CommodityManager;Data Source=127.0.0.1'
    Parameters = <>
    Left = 200
    Top = 464
  end
  object DataSetSortTrade: TADODataSet
    ConnectionString = 
      'Provider=SQLOLEDB.1;Persist Security Info=False;User ID=sa;Initi' +
      'al Catalog=CommodityManager;Data Source=127.0.0.1'
    CursorType = ctStatic
    Parameters = <>
    Left = 232
    Top = 352
  end
end

⌨️ 快捷键说明

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