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

📄 pfm_optrecord.dfm

📁 POS收银系统
💻 DFM
字号:
object fm_optrecord: Tfm_optrecord
  Left = 356
  Top = 157
  Width = 715
  Height = 421
  Caption = #29992#25143#25805#20316#26085#24535
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poDefault
  OnDeactivate = FormDeactivate
  OnHide = FormHide
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 0
    Top = 0
    Width = 189
    Height = 387
    Align = alLeft
    TabOrder = 0
    object Label1: TLabel
      Left = 4
      Top = 48
      Width = 182
      Height = 13
      Caption = #36873#25321#26085#26399#65292#21024#38500#35813#26085#26399#21069#30340#26085#24535
    end
    object BitBtn1: TBitBtn
      Left = 8
      Top = 144
      Width = 101
      Height = 25
      Caption = #20840#37096#28165#31354#26085#24535
      TabOrder = 0
      OnClick = BitBtn1Click
    end
    object BitBtn2: TBitBtn
      Left = 8
      Top = 108
      Width = 101
      Height = 25
      Caption = #26681#25454#26085#26399#21024#38500
      TabOrder = 1
      OnClick = BitBtn2Click
    end
    object DTPicker1: TDateTimePicker
      Left = 8
      Top = 72
      Width = 101
      Height = 21
      Date = 36733.403929039300000000
      Time = 36733.403929039300000000
      TabOrder = 2
    end
  end
  object GroupBox2: TGroupBox
    Left = 189
    Top = 0
    Width = 518
    Height = 387
    Align = alClient
    Caption = #25805#20316#26085#24535
    TabOrder = 1
    object DBGrid1: TDBGrid
      Left = 2
      Top = 15
      Width = 514
      Height = 370
      Align = alClient
      Color = clInfoBk
      DataSource = DataSource1
      Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
      TabOrder = 0
      TitleFont.Charset = ANSI_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -13
      TitleFont.Name = #23435#20307
      TitleFont.Style = []
      Columns = <
        item
          Expanded = False
          FieldName = 'musername'
          Title.Caption = #29992#25143
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'mpname'
          Title.Caption = #22995#21517
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'rq'
          Title.Caption = #26102#38388
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'maction'
          Title.Caption = #25805#20316
          Visible = True
        end>
    end
  end
  object qryRec: TQuery
    Left = 152
    Top = 160
  end
  object Query1: TQuery
    DatabaseName = 'posdb'
    SQL.Strings = (
      'select * from t_optrecord ')
    Left = 160
    Top = 116
    object Query1musername: TStringField
      FieldName = 'musername'
      Origin = 'POSDB."dbo.t_optrecord".musername'
      FixedChar = True
      Size = 10
    end
    object Query1mpname: TStringField
      FieldName = 'mpname'
      Origin = 'POSDB."dbo.t_optrecord".mpname'
      FixedChar = True
      Size = 12
    end
    object Query1rq: TDateTimeField
      FieldName = 'rq'
      Origin = 'POSDB."dbo.t_optrecord".rq'
    end
    object Query1maction: TStringField
      FieldName = 'maction'
      Origin = 'POSDB."dbo.t_optrecord".maction'
      Size = 50
    end
  end
  object DataSource1: TDataSource
    DataSet = Query1
    Left = 144
    Top = 76
  end
end

⌨️ 快捷键说明

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