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

📄 unit17.dfm

📁 以学习为目的,使用DIPH开发而成,功能强大,是我们的老师提供的!
💻 DFM
字号:
object Form17: TForm17
  Left = 221
  Top = 158
  Width = 627
  Height = 481
  Caption = '销售管理'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsMDIChild
  OldCreateOrder = False
  Position = poDefault
  Visible = True
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 249
    Height = 454
    Align = alLeft
    TabOrder = 0
    object Panel3: TPanel
      Left = 1
      Top = 1
      Width = 247
      Height = 184
      Align = alTop
      TabOrder = 0
      object Label1: TLabel
        Left = 12
        Top = 18
        Width = 72
        Height = 12
        Caption = '餐厅折率调整'
        Font.Charset = ANSI_CHARSET
        Font.Color = clWindowText
        Font.Height = -12
        Font.Name = '宋体'
        Font.Style = []
        ParentFont = False
      end
      object Label2: TLabel
        Left = 12
        Top = 42
        Width = 84
        Height = 12
        Caption = '游泳馆折率调整'
        Font.Charset = ANSI_CHARSET
        Font.Color = clWindowText
        Font.Height = -12
        Font.Name = '宋体'
        Font.Style = []
        ParentFont = False
      end
      object GroupBox1: TGroupBox
        Left = 12
        Top = 74
        Width = 225
        Height = 105
        Caption = '游泳馆门票调整'
        Font.Charset = ANSI_CHARSET
        Font.Color = clWindowText
        Font.Height = -12
        Font.Name = '宋体'
        Font.Style = []
        ParentFont = False
        TabOrder = 0
        object Label3: TLabel
          Left = 16
          Top = 24
          Width = 48
          Height = 12
          Caption = '早场门票'
        end
        object Label4: TLabel
          Left = 16
          Top = 48
          Width = 48
          Height = 12
          Caption = '午场门票'
        end
        object Label5: TLabel
          Left = 16
          Top = 72
          Width = 48
          Height = 12
          Caption = '晚场门票'
        end
        object Edit3: TEdit
          Left = 96
          Top = 20
          Width = 121
          Height = 20
          TabOrder = 0
          OnChange = Edit3Change
        end
        object Edit4: TEdit
          Left = 96
          Top = 44
          Width = 121
          Height = 20
          TabOrder = 1
          OnChange = Edit3Change
        end
        object Edit5: TEdit
          Left = 96
          Top = 69
          Width = 121
          Height = 20
          TabOrder = 2
          OnChange = Edit3Change
        end
      end
      object DBEdit1: TDBEdit
        Left = 107
        Top = 16
        Width = 121
        Height = 21
        DataField = 'Jc'
        DataSource = DataSource1
        TabOrder = 1
      end
      object DBEdit2: TDBEdit
        Left = 107
        Top = 40
        Width = 121
        Height = 21
        DataField = 'Zf'
        DataSource = DataSource1
        TabOrder = 2
      end
    end
    object Panel4: TPanel
      Left = 1
      Top = 185
      Width = 247
      Height = 268
      Align = alClient
      TabOrder = 1
      object Button1: TButton
        Left = 8
        Top = 232
        Width = 70
        Height = 23
        Caption = '确  定'
        Font.Charset = ANSI_CHARSET
        Font.Color = clWindowText
        Font.Height = -12
        Font.Name = '宋体'
        Font.Style = []
        ParentFont = False
        TabOrder = 0
        OnClick = Button1Click
      end
      object Button2: TButton
        Left = 80
        Top = 232
        Width = 70
        Height = 23
        Caption = '应  用'
        Font.Charset = ANSI_CHARSET
        Font.Color = clWindowText
        Font.Height = -12
        Font.Name = '宋体'
        Font.Style = []
        ParentFont = False
        TabOrder = 1
        OnClick = Button2Click
      end
      object Button3: TButton
        Left = 168
        Top = 232
        Width = 70
        Height = 23
        Caption = '取  消'
        Font.Charset = ANSI_CHARSET
        Font.Color = clWindowText
        Font.Height = -12
        Font.Name = '宋体'
        Font.Style = []
        ParentFont = False
        TabOrder = 2
        OnClick = Button3Click
      end
      object Button4: TButton
        Left = 8
        Top = 24
        Width = 70
        Height = 23
        Caption = '游泳馆报表'
        Font.Charset = ANSI_CHARSET
        Font.Color = clWindowText
        Font.Height = -12
        Font.Name = '宋体'
        Font.Style = []
        ParentFont = False
        TabOrder = 3
        OnClick = Button4Click
      end
      object Button5: TButton
        Left = 86
        Top = 24
        Width = 70
        Height = 23
        Caption = '售卡报表'
        Font.Charset = ANSI_CHARSET
        Font.Color = clWindowText
        Font.Height = -12
        Font.Name = '宋体'
        Font.Style = []
        ParentFont = False
        TabOrder = 4
        OnClick = Button5Click
      end
      object Button6: TButton
        Left = 164
        Top = 24
        Width = 70
        Height = 23
        Caption = '餐厅报表'
        Font.Charset = ANSI_CHARSET
        Font.Color = clWindowText
        Font.Height = -12
        Font.Name = '宋体'
        Font.Style = []
        ParentFont = False
        TabOrder = 5
        OnClick = Button6Click
      end
      object Button7: TButton
        Left = 8
        Top = 54
        Width = 70
        Height = 23
        Caption = '客房报表'
        Font.Charset = ANSI_CHARSET
        Font.Color = clWindowText
        Font.Height = -12
        Font.Name = '宋体'
        Font.Style = []
        ParentFont = False
        TabOrder = 6
        OnClick = Button7Click
      end
      object Button8: TButton
        Left = 86
        Top = 54
        Width = 70
        Height = 23
        Caption = '定票报表'
        Font.Charset = ANSI_CHARSET
        Font.Color = clWindowText
        Font.Height = -12
        Font.Name = '宋体'
        Font.Style = []
        ParentFont = False
        TabOrder = 7
        OnClick = Button8Click
      end
      object Button9: TButton
        Left = 164
        Top = 54
        Width = 70
        Height = 23
        Caption = '打  印'
        Font.Charset = ANSI_CHARSET
        Font.Color = clWindowText
        Font.Height = -12
        Font.Name = '宋体'
        Font.Style = []
        ParentFont = False
        TabOrder = 8
        OnClick = Button9Click
      end
      object Button10: TButton
        Left = 8
        Top = 84
        Width = 70
        Height = 23
        Caption = '图  示'
        TabOrder = 9
        OnClick = Button10Click
      end
    end
  end
  object Panel2: TPanel
    Left = 249
    Top = 0
    Width = 370
    Height = 454
    Align = alClient
    TabOrder = 1
    object DBGrid1: TDBGrid
      Left = 1
      Top = 1
      Width = 368
      Height = 452
      Align = alClient
      DataSource = DataSource2
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
      TabOrder = 0
      TitleFont.Charset = DEFAULT_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -11
      TitleFont.Name = 'MS Sans Serif'
      TitleFont.Style = []
      Columns = <
        item
          Expanded = False
          FieldName = 'Lb'
          Title.Alignment = taCenter
          Title.Caption = '类别'
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'Rq'
          Title.Alignment = taCenter
          Title.Caption = '日期'
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'Sr'
          Title.Alignment = taCenter
          Title.Caption = '收入'
          Visible = True
        end>
    end
  end
  object Table1: TTable
    Active = True
    DatabaseName = '.\data'
    TableName = '折率表.db'
    Left = 9
    Top = 369
  end
  object DataSource1: TDataSource
    DataSet = Table1
    Left = 41
    Top = 369
  end
  object Table2: TTable
    Active = True
    DatabaseName = '.\data'
    TableName = '游泳牌.DB'
    Left = 81
    Top = 369
  end
  object DataSource2: TDataSource
    DataSet = Query1
    Left = 265
    Top = 152
  end
  object Query1: TQuery
    DatabaseName = '.\data'
    Left = 297
    Top = 152
  end
end

⌨️ 快捷键说明

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