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

📄 frmsetpc.dfm

📁 这是一个商品管理系统
💻 DFM
字号:
object FormSetPC: TFormSetPC
  Left = 163
  Top = 0
  BorderStyle = bsDialog
  Caption = #20379#24212#21830'/'#23458#25143#35774#32622
  ClientHeight = 471
  ClientWidth = 526
  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 = 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 Label4: TLabel
    Left = 280
    Top = 296
    Width = 49
    Height = 17
    AutoSize = False
    Caption = #22320#21306
  end
  object Label5: TLabel
    Left = 48
    Top = 296
    Width = 49
    Height = 17
    AutoSize = False
    Caption = #22269#23478
  end
  object Label6: TLabel
    Left = 48
    Top = 328
    Width = 49
    Height = 17
    AutoSize = False
    Caption = #32852#31995#20154
  end
  object Label7: TLabel
    Left = 280
    Top = 328
    Width = 49
    Height = 17
    AutoSize = False
    Caption = #30005#35805
  end
  object Label8: TLabel
    Left = 48
    Top = 360
    Width = 49
    Height = 17
    AutoSize = False
    Caption = #37038#20214
  end
  object EditID: TEdit
    Left = 104
    Top = 264
    Width = 121
    Height = 21
    TabOrder = 0
  end
  object EditName: TEdit
    Left = 336
    Top = 264
    Width = 121
    Height = 21
    TabOrder = 1
  end
  object BtnAdd: TButton
    Left = 64
    Top = 400
    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 = (
      #20379#24212#21830
      #23458#25143)
  end
  object DataGrid: TDBGrid
    Left = 16
    Top = 48
    Width = 497
    Height = 209
    DataSource = DataSource1
    TabOrder = 4
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object BtnModify: TButton
    Left = 200
    Top = 400
    Width = 121
    Height = 25
    Caption = #20462#25913
    TabOrder = 5
    OnClick = BtnModifyClick
  end
  object BtnRemove: TButton
    Left = 336
    Top = 400
    Width = 121
    Height = 25
    Caption = #21024#38500
    TabOrder = 6
    OnClick = BtnRemoveClick
  end
  object BtnOK: TButton
    Left = 440
    Top = 440
    Width = 75
    Height = 25
    Caption = #36864#20986
    ModalResult = 1
    TabOrder = 7
  end
  object CBNation: TComboBox
    Left = 104
    Top = 296
    Width = 121
    Height = 21
    ItemHeight = 13
    TabOrder = 8
  end
  object CBArea: TComboBox
    Left = 336
    Top = 296
    Width = 121
    Height = 21
    ItemHeight = 13
    TabOrder = 9
  end
  object EditContact: TEdit
    Left = 104
    Top = 328
    Width = 121
    Height = 21
    TabOrder = 10
  end
  object EditTel: TEdit
    Left = 336
    Top = 328
    Width = 121
    Height = 21
    TabOrder = 11
  end
  object EditMail: TEdit
    Left = 104
    Top = 360
    Width = 353
    Height = 21
    TabOrder = 12
  end
  object DataSource1: TDataSource
    DataSet = DataSetPC
    Left = 312
    Top = 8
  end
  object DataSetPC: 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 CmdSetPC: 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
  object DataSetNationArea: 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 = 248
    Top = 296
  end
end

⌨️ 快捷键说明

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