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

📄 stockoutform.dfm

📁 库房管理系统
💻 DFM
字号:
object stockoutfm: Tstockoutfm
  Left = 235
  Top = 186
  Width = 696
  Height = 480
  Caption = 'stockoutfm'
  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 grp1: TGroupBox
    Left = 0
    Top = 0
    Width = 688
    Height = 453
    Align = alClient
    Anchors = [akLeft, akRight, akBottom]
    Caption = #21512#21516#25968#25454#24405#20837
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    DesignSize = (
      688
      453)
    object grp2: TGroupBox
      Left = 2
      Top = 176
      Width = 684
      Height = 275
      Align = alBottom
      Anchors = [akLeft, akTop, akRight, akBottom]
      TabOrder = 0
      object dbgrd1: TDBGrid
        Left = 2
        Top = 14
        Width = 680
        Height = 259
        Align = alClient
        DataSource = constractinput_ds
        Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
        ReadOnly = True
        TabOrder = 0
        TitleFont.Charset = ANSI_CHARSET
        TitleFont.Color = clWindowText
        TitleFont.Height = -12
        TitleFont.Name = #23435#20307
        TitleFont.Style = []
      end
    end
    object grp3: TGroupBox
      Left = 8
      Top = 16
      Width = 675
      Height = 46
      Anchors = [akLeft, akTop, akRight]
      Caption = #25805#20316#23548#33322
      TabOrder = 1
    end
    object grp4: TGroupBox
      Left = 8
      Top = 64
      Width = 675
      Height = 113
      Anchors = [akLeft, akTop, akRight]
      Caption = #20449#24687#24405#20837
      Enabled = False
      TabOrder = 2
    end
  end
  object AdoconstractInput: TADOQuery
    Active = True
    ConnectionString = 'file name=stockdb.udl'
    CursorType = ctStatic
    Parameters = <>
    SQL.Strings = (
      'select * from  tContractInput')
    Left = 98
    Top = 320
  end
  object constractinput_ds: TDataSource
    DataSet = AdoconstractInput
    Left = 130
    Top = 320
  end
end

⌨️ 快捷键说明

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