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

📄 frmseekcommodity.dfm

📁 这是一个商品管理系统
💻 DFM
字号:
object FormSeekCommodity: TFormSeekCommodity
  Left = 194
  Top = 65
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsDialog
  Caption = #21830#21697#26597#35810
  ClientHeight = 488
  ClientWidth = 798
  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 Label1: TLabel
    Left = 16
    Top = 160
    Width = 73
    Height = 13
    AutoSize = False
    Caption = #21830#21697#21015#34920#65306
  end
  object Label2: TLabel
    Left = 16
    Top = 8
    Width = 73
    Height = 13
    AutoSize = False
    Caption = #26597#35810#26465#20214#65306
  end
  object Label7: TLabel
    Left = 472
    Top = 8
    Width = 73
    Height = 13
    AutoSize = False
    Caption = #22270#29255#31034#20363#65306
  end
  object Shape2: TShape
    Left = 472
    Top = 24
    Width = 313
    Height = 417
    Brush.Color = clGray
    Pen.Style = psClear
  end
  object ImageCommodity: TImage
    Left = 480
    Top = 32
    Width = 297
    Height = 401
    Center = True
  end
  object Shape1: TShape
    Left = 3
    Top = 448
    Width = 790
    Height = 2
  end
  object DataGrid: TDBGrid
    Left = 12
    Top = 176
    Width = 453
    Height = 265
    DataSource = DataSourceCommodity
    Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgAlwaysShowSelection, dgConfirmDelete, dgCancelOnExit]
    ReadOnly = True
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    OnCellClick = DataGridCellClick
  end
  object CheckByName: TCheckBox
    Left = 16
    Top = 32
    Width = 97
    Height = 17
    Caption = #25353#21517#31216
    Checked = True
    State = cbChecked
    TabOrder = 1
  end
  object EditName: TEdit
    Left = 128
    Top = 32
    Width = 145
    Height = 21
    TabOrder = 2
  end
  object CheckBySort: TCheckBox
    Left = 16
    Top = 64
    Width = 97
    Height = 17
    Caption = #25353#31181#31867
    TabOrder = 3
  end
  object CBSort: TComboBox
    Left = 128
    Top = 64
    Width = 145
    Height = 21
    Style = csDropDownList
    ItemHeight = 13
    TabOrder = 4
  end
  object CheckByTrade: TCheckBox
    Left = 16
    Top = 96
    Width = 97
    Height = 17
    Caption = #25353#34892#19994
    TabOrder = 5
  end
  object CBTrade: TComboBox
    Left = 128
    Top = 96
    Width = 145
    Height = 21
    Style = csDropDownList
    ItemHeight = 13
    TabOrder = 6
  end
  object CheckByImage: TCheckBox
    Left = 16
    Top = 128
    Width = 257
    Height = 17
    Caption = #20165#26597#25214#26377#31034#20363#22270#29255#30340#21830#21697
    TabOrder = 7
  end
  object BtnStart: TButton
    Left = 328
    Top = 40
    Width = 75
    Height = 25
    Caption = #24320#22987#26597#25214
    TabOrder = 8
    OnClick = BtnStartClick
  end
  object BtnReset: TButton
    Left = 328
    Top = 80
    Width = 75
    Height = 25
    Caption = #37325#32622#26465#20214
    TabOrder = 9
    OnClick = BtnResetClick
  end
  object BtnOK: TButton
    Left = 712
    Top = 456
    Width = 75
    Height = 25
    Caption = #36864#20986
    ModalResult = 1
    TabOrder = 10
  end
  object DataSourceCommodity: TDataSource
    DataSet = DataSetCommodity
    Left = 160
  end
  object DataSetCommodity: 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 = 120
  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
  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 = 280
    Top = 80
  end
end

⌨️ 快捷键说明

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