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

📄 unitshowlike.dfm

📁 PosEasy收银系统源码,Pos机前后台管理代码
💻 DFM
字号:
object frmshowlike: Tfrmshowlike
  Left = 210
  Top = 126
  Width = 696
  Height = 480
  Caption = 'frmshowlike'
  Color = 33023
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object DBGrid1: TDBGrid
    Left = 0
    Top = 0
    Width = 688
    Height = 340
    Align = alClient
    DataSource = DataSource1
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object Panel1: TPanel
    Left = 0
    Top = 340
    Width = 688
    Height = 113
    Align = alBottom
    Color = 4227327
    TabOrder = 1
    object BitBtn1: TBitBtn
      Left = 120
      Top = 36
      Width = 75
      Height = 25
      Caption = '确定'
      TabOrder = 0
      OnClick = BitBtn1Click
    end
    object BitBtn2: TBitBtn
      Left = 296
      Top = 36
      Width = 75
      Height = 25
      Caption = '放弃'
      TabOrder = 1
      OnClick = BitBtn2Click
    end
    object BitBtn3: TBitBtn
      Left = 457
      Top = 38
      Width = 75
      Height = 25
      Caption = '退出'
      TabOrder = 2
      OnClick = BitBtn3Click
    end
  end
  object Query1: TQuery
    DatabaseName = 'guohua1'
    Left = 56
    Top = 24
  end
  object DataSource1: TDataSource
    DataSet = Query1
    Left = 48
    Top = 56
  end
end

⌨️ 快捷键说明

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