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

📄 u_cusaccount.dfm

📁 河南师范大学餐饮进销存软件,只要控制库存的数据。
💻 DFM
字号:
object frmCusAccount: TfrmCusAccount
  Left = 214
  Top = 212
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = #23458#25143#24080#31807
  ClientHeight = 453
  ClientWidth = 688
  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 = 688
    Height = 57
    Align = alTop
    TabOrder = 0
    object Label1: TLabel
      Left = 40
      Top = 20
      Width = 60
      Height = 12
      Caption = #23458#25143#21517#31216#65306
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
    end
    object Label2: TLabel
      Left = 352
      Top = 20
      Width = 36
      Height = 12
      Caption = #26085#26399#65306
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
    end
    object dtpDate: TDateTimePicker
      Left = 416
      Top = 16
      Width = 150
      Height = 20
      CalAlignment = dtaLeft
      Date = 38254.4664507292
      Time = 38254.4664507292
      DateFormat = dfShort
      DateMode = dmComboBox
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ImeName = #20108#31508#36755#20837#27861'2003'
      Kind = dtkDate
      ParseInput = False
      ParentFont = False
      TabOrder = 0
      OnChange = dtpDateChange
    end
    object cmbCus: TEdit
      Left = 112
      Top = 16
      Width = 129
      Height = 21
      ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
      TabOrder = 1
      OnChange = Edit1Change
    end
  end
  object DBGrid1: TDBGrid
    Left = 0
    Top = 57
    Width = 688
    Height = 396
    Align = alClient
    DataSource = DataSource1
    ImeName = #20108#31508#36755#20837#27861'2003'
    TabOrder = 1
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    Columns = <
      item
        Alignment = taCenter
        Expanded = False
        FieldName = 'CusNo'
        Title.Alignment = taCenter
        Visible = False
      end
      item
        Alignment = taCenter
        Expanded = False
        FieldName = 'CusDate'
        Title.Alignment = taCenter
        Title.Caption = #26085#26399
        Width = 60
        Visible = True
      end
      item
        Alignment = taCenter
        Expanded = False
        FieldName = 'CusSName'
        Title.Alignment = taCenter
        Title.Caption = #23458#25143
        Width = 100
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'CusSummary'
        Title.Alignment = taCenter
        Title.Caption = #25688#35201
        Width = 120
        Visible = True
      end
      item
        Alignment = taCenter
        Expanded = False
        FieldName = 'GoodsOutSum'
        Title.Alignment = taCenter
        Title.Caption = #25968#37327
        Width = 60
        Visible = True
      end
      item
        Alignment = taCenter
        Expanded = False
        FieldName = 'GoodsOutPrice'
        Title.Alignment = taCenter
        Title.Caption = #21333#20215
        Width = 60
        Visible = True
      end
      item
        Alignment = taCenter
        Expanded = False
        FieldName = 'GoodsOutTotal'
        Title.Alignment = taCenter
        Title.Caption = #21512#35745
        Width = 80
        Visible = True
      end
      item
        Alignment = taCenter
        Expanded = False
        FieldName = 'PayMent'
        Title.Alignment = taCenter
        Title.Caption = #20184#27454
        Width = -1
        Visible = False
      end
      item
        Alignment = taCenter
        Expanded = False
        FieldName = 'Balance'
        Title.Alignment = taCenter
        Title.Caption = #27424#27454
        Width = -1
        Visible = False
      end>
  end
  object CusQry: TADOQuery
    Connection = frmDataCtrl.ADOConn
    CursorType = ctStatic
    Parameters = <>
    SQL.Strings = (
      'psp_CusAccount '#39#39','#39#39)
    Left = 240
    Top = 216
  end
  object DataSource1: TDataSource
    AutoEdit = False
    DataSet = CusQry
    Left = 296
    Top = 216
  end
end

⌨️ 快捷键说明

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