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

📄 frmbasicinfoset.dfm

📁 这是一个商品管理系统
💻 DFM
字号:
object FormBasicInfoSet: TFormBasicInfoSet
  Left = 393
  Top = 173
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsDialog
  Caption = #22522#26412#20449#24687#35774#32622
  ClientHeight = 378
  ClientWidth = 521
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poDefault
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label2: TLabel
    Left = 48
    Top = 264
    Width = 49
    Height = 17
    AutoSize = False
    Caption = #32534#30721
  end
  object Label3: TLabel
    Left = 280
    Top = 264
    Width = 49
    Height = 17
    AutoSize = False
    Caption = #21517#31216
  end
  object Label1: TLabel
    Left = 16
    Top = 16
    Width = 73
    Height = 17
    AutoSize = False
    Caption = #35774#32622#23545#35937
  end
  object EditID: TEdit
    Left = 104
    Top = 264
    Width = 121
    Height = 21
    MaxLength = 2
    TabOrder = 0
  end
  object EditName: TEdit
    Left = 336
    Top = 264
    Width = 121
    Height = 21
    TabOrder = 1
  end
  object BtnAdd: TButton
    Left = 56
    Top = 296
    Width = 121
    Height = 25
    Caption = #28155#21152
    TabOrder = 2
    OnClick = BtnAddClick
  end
  object CBObject: TComboBox
    Left = 112
    Top = 16
    Width = 145
    Height = 21
    ItemHeight = 13
    TabOrder = 3
    OnChange = CBObjectChange
    Items.Strings = (
      #22269#23478
      #22320#21306
      #20179#24211
      #31867#21035
      #34892#19994
      #20184#27454#26041#24335
      #36865#36135#26041#24335)
  end
  object DataGrid: TDBGrid
    Left = 16
    Top = 48
    Width = 497
    Height = 209
    DataSource = DataSrcBasicInfo
    TabOrder = 4
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    OnCellClick = DataGridCellClick
  end
  object BtnModify: TButton
    Left = 192
    Top = 296
    Width = 121
    Height = 25
    Caption = #20462#25913
    TabOrder = 5
    OnClick = BtnModifyClick
  end
  object BtnRemove: TButton
    Left = 328
    Top = 296
    Width = 121
    Height = 25
    Caption = #21024#38500
    TabOrder = 6
    OnClick = BtnRemoveClick
  end
  object BtnOK: TButton
    Left = 432
    Top = 344
    Width = 75
    Height = 25
    Caption = #36864#20986
    ModalResult = 1
    TabOrder = 7
  end
  object DataSrcBasicInfo: TDataSource
    DataSet = DataSetBasicInfo
    Left = 312
    Top = 8
  end
  object DataSetBasicInfo: TADODataSet
    ConnectionString = 
      'Provider=SQLOLEDB.1;Persist Security Info=False;User ID=sa;Initi' +
      'al Catalog=CommodityManager;Data Source=127.0.0.1'
    Parameters = <>
    Left = 272
    Top = 8
  end
  object CmdSetBasicInfo: TADOCommand
    ConnectionString = 
      'Provider=SQLOLEDB.1;Persist Security Info=False;User ID=sa;Initi' +
      'al Catalog=CommodityManager;Data Source=127.0.0.1'
    Parameters = <>
    Left = 352
    Top = 8
  end
end

⌨️ 快捷键说明

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