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

📄 storeunit.dfm

📁 PosEasy收银系统源码,Pos机前后台管理代码
💻 DFM
字号:
object Formkucun: TFormkucun
  Left = 215
  Top = 236
  Width = 696
  Height = 480
  Caption = '库存管理'
  Color = clBtnFace
  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 SpeedButton1: TSpeedButton
    Left = 120
    Top = 344
    Width = 105
    Height = 41
    Caption = '进货'
    Flat = True
    OnClick = SpeedButton1Click
  end
  object SpeedButton2: TSpeedButton
    Left = 224
    Top = 344
    Width = 97
    Height = 41
    Flat = True
  end
  object SpeedButton3: TSpeedButton
    Left = 320
    Top = 344
    Width = 105
    Height = 41
    Flat = True
  end
  object DBGrid1: TDBGrid
    Left = 80
    Top = 24
    Width = 481
    Height = 265
    DataSource = DataSource1
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object guohua1: TDatabase
    AliasName = 'guohua'
    Connected = True
    DatabaseName = 'guohua1'
    LoginPrompt = False
    Params.Strings = (
      'usename=lee'
      'password=lee'
      'USER NAME=lee')
    SessionName = 'Default'
    Left = 48
    Top = 200
  end
  object Querystory: TQuery
    DatabaseName = 'guohua1'
    Left = 48
    Top = 248
  end
  object DataSource1: TDataSource
    DataSet = Querystory
    Left = 48
    Top = 296
  end
end

⌨️ 快捷键说明

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