unitinstocklist.~dfm

来自「仓储系统」· ~DFM 代码 · 共 58 行

~DFM
58
字号
object frmInStockList: TfrmInStockList
  Left = 201
  Top = 135
  Width = 670
  Height = 460
  BorderIcons = [biMaximize]
  Caption = #37319#36141#20837#24211#26126#32454#36164#26009
  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
  WindowState = wsMaximized
  OnClose = FormClose
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 662
    Height = 65
    Align = alTop
    Color = 15263976
    TabOrder = 0
  end
  object DBGrid1: TDBGrid
    Left = 0
    Top = 65
    Width = 662
    Height = 368
    Align = alClient
    DataSource = ds_CgRk
    TabOrder = 1
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object ds_CgRk: TDataSource
    DataSet = ADOQuery_sql
    Left = 40
    Top = 128
  end
  object ADOQuery_sql: TADOQuery
    Connection = DM.ADO_C
    Parameters = <>
    Left = 80
    Top = 128
  end
end

⌨️ 快捷键说明

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