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

📄 jzmfunit.dfm

📁 集成酒店桑拿食管管理的完整程序
💻 DFM
字号:
object jzmfForm: TjzmfForm
  Left = 115
  Top = 102
  Width = 629
  Height = 409
  Caption = '本班免收查询'
  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 DBGrid1: TDBGrid
    Left = 0
    Top = 57
    Width = 621
    Height = 325
    Align = alClient
    DataSource = DataSource1
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    TitleFont.Charset = GB2312_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -12
    TitleFont.Name = '宋体'
    TitleFont.Style = []
  end
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 621
    Height = 57
    Align = alTop
    BevelOuter = bvNone
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    TabOrder = 1
    object Label1: TLabel
      Left = 71
      Top = 18
      Width = 72
      Height = 12
      Caption = '结帐开始时间'
    end
    object Label3: TLabel
      Left = 323
      Top = 17
      Width = 48
      Height = 12
      Caption = '结束时间'
    end
    object begdate: TDateTimePicker
      Left = 142
      Top = 15
      Width = 108
      Height = 20
      CalAlignment = dtaLeft
      Date = 37039.6012255787
      Time = 37039.6012255787
      DateFormat = dfLong
      DateMode = dmComboBox
      Kind = dtkDate
      ParseInput = False
      TabOrder = 0
    end
    object begtime: TDateTimePicker
      Left = 248
      Top = 14
      Width = 72
      Height = 20
      CalAlignment = dtaLeft
      Date = 37039.6017131944
      Time = 37039.6017131944
      DateFormat = dfShort
      DateMode = dmComboBox
      Kind = dtkTime
      ParseInput = False
      TabOrder = 1
    end
    object enddate: TDateTimePicker
      Left = 372
      Top = 14
      Width = 107
      Height = 20
      CalAlignment = dtaLeft
      Date = 37039.6012255787
      Time = 37039.6012255787
      DateFormat = dfLong
      DateMode = dmComboBox
      Kind = dtkDate
      ParseInput = False
      TabOrder = 2
    end
    object endtime: TDateTimePicker
      Left = 478
      Top = 14
      Width = 73
      Height = 20
      CalAlignment = dtaLeft
      Date = 37039.6017131944
      Time = 37039.6017131944
      DateFormat = dfShort
      DateMode = dmComboBox
      Kind = dtkTime
      ParseInput = False
      TabOrder = 3
    end
    object BitBtn1: TBitBtn
      Left = 558
      Top = 12
      Width = 59
      Height = 25
      Caption = '查询'
      TabOrder = 4
      OnClick = BitBtn1Click
    end
    object jme: TCheckBox
      Left = 14
      Top = 16
      Width = 48
      Height = 17
      Caption = '减免'
      TabOrder = 5
    end
  end
  object DataSource1: TDataSource
    DataSet = Query4
    Left = 232
    Top = 120
  end
  object Query4: TQuery
    DatabaseName = 'sanadm'
    Left = 232
    Top = 160
  end
end

⌨️ 快捷键说明

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