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

📄 jkmk.dfm

📁 PosEasy收银系统源码,Pos机前后台管理代码
💻 DFM
字号:
object Form1: TForm1
  Left = 197
  Top = 122
  Width = 544
  Height = 419
  Caption = '营业流水收款管理模块'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 32
    Top = 264
    Width = 52
    Height = 16
    Caption = '收款标记'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 176
    Top = 264
    Width = 39
    Height = 16
    Caption = '收款人'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label3: TLabel
    Left = 320
    Top = 264
    Width = 52
    Height = 16
    Caption = '收款日期'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object DBNavigator1: TDBNavigator
    Left = 24
    Top = 8
    Width = 232
    Height = 25
    DataSource = DataSource1
    VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast, nbEdit, nbPost, nbCancel, nbRefresh]
    TabOrder = 0
  end
  object DBGrid1: TDBGrid
    Left = 8
    Top = 48
    Width = 769
    Height = 201
    DataSource = DataSource1
    TabOrder = 1
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object Button1: TButton
    Left = 56
    Top = 336
    Width = 99
    Height = 25
    Caption = '写入销售流水表'
    TabOrder = 2
  end
  object Button2: TButton
    Left = 176
    Top = 336
    Width = 75
    Height = 25
    Caption = '退出'
    TabOrder = 3
  end
  object DBEdit1: TDBEdit
    Left = 32
    Top = 288
    Width = 121
    Height = 21
    DataField = 'Ipmark'
    DataSource = DataSource1
    TabOrder = 4
  end
  object DBEdit2: TDBEdit
    Left = 176
    Top = 288
    Width = 121
    Height = 21
    DataField = 'Crname'
    DataSource = DataSource1
    TabOrder = 5
  end
  object DBEdit3: TDBEdit
    Left = 320
    Top = 288
    Width = 121
    Height = 21
    DataField = 'Drtime'
    DataSource = DataSource1
    TabOrder = 6
  end
  object DataSource1: TDataSource
    DataSet = Table1
    Left = 448
    Top = 200
  end
  object Table1: TTable
    Active = True
    DatabaseName = 'guohua'
    TableName = 'jkdtab'
    Left = 408
    Top = 200
  end
  object PrintDialog1: TPrintDialog
    Left = 296
    Top = 8
  end
end

⌨️ 快捷键说明

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