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

📄 u_classmain.~dfm

📁 河南师范大学餐饮进销存软件,只要控制库存的数据。
💻 ~DFM
字号:
object frmClassMain: TfrmClassMain
  Left = 212
  Top = 206
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = #21830#21697#31867#21035
  ClientHeight = 358
  ClientWidth = 271
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsMDIChild
  OldCreateOrder = False
  Position = poDesktopCenter
  Visible = True
  OnClose = FormClose
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 271
    Height = 358
    Align = alClient
    BevelOuter = bvLowered
    TabOrder = 0
    object DBGrid1: TDBGrid
      Left = 1
      Top = 1
      Width = 269
      Height = 272
      Align = alTop
      DataSource = DataSource1
      ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
      Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
      ReadOnly = True
      TabOrder = 0
      TitleFont.Charset = DEFAULT_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -11
      TitleFont.Name = 'MS Sans Serif'
      TitleFont.Style = []
      OnDblClick = DBGrid1DblClick
      Columns = <
        item
          Alignment = taCenter
          Expanded = False
          FieldName = 'ClassName'
          Title.Alignment = taCenter
          Title.Caption = #21830#21697#31867#21035
          Width = 250
          Visible = True
        end>
    end
    object btnOK: TBitBtn
      Left = 32
      Top = 282
      Width = 75
      Height = 25
      Caption = #22686'    '#21152
      TabOrder = 1
      OnClick = btnOKClick
    end
    object btnEdit: TBitBtn
      Left = 152
      Top = 282
      Width = 75
      Height = 25
      Caption = #20462'    '#25913
      TabOrder = 2
      OnClick = btnEditClick
    end
    object btnDelete: TBitBtn
      Left = 32
      Top = 324
      Width = 75
      Height = 25
      Caption = #21024'    '#38500
      TabOrder = 3
      OnClick = btnDeleteClick
    end
    object btnClose: TBitBtn
      Left = 152
      Top = 324
      Width = 75
      Height = 25
      Caption = #36864'    '#20986
      TabOrder = 4
      OnClick = btnCloseClick
    end
  end
  object qry: TADOQuery
    Connection = frmDataCtrl.ADOConn
    CursorType = ctStatic
    Parameters = <>
    SQL.Strings = (
      'select * from tb_GoodsClass')
    Left = 72
    Top = 96
  end
  object DataSource1: TDataSource
    DataSet = qry
    Left = 128
    Top = 96
  end
end

⌨️ 快捷键说明

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