unitprodoutincard.~dfm

来自「此代码为企业原料管理代码」· ~DFM 代码 · 共 59 行

~DFM
59
字号
object frmProdOutInCard: TfrmProdOutInCard
  Left = 171
  Top = 302
  ActiveControl = DBGrid1
  BorderStyle = bsDialog
  Caption = '宁波巨龙橡塑有限公司 成品仓库管理系统'
  ClientHeight = 74
  ClientWidth = 486
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 12
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 487
    Height = 75
    BevelInner = bvRaised
    BevelOuter = bvNone
    BevelWidth = 2
    Caption = 'Panel1'
    TabOrder = 0
    object DBGrid1: TDBGrid
      Left = 2
      Top = 2
      Width = 483
      Height = 71
      Align = alClient
      DataSource = DM.dsProdStock
      Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
      TabOrder = 0
      TitleFont.Charset = GB2312_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -12
      TitleFont.Name = '宋体'
      TitleFont.Style = []
      OnKeyPress = DBGrid1KeyPress
    end
    object Button1: TButton
      Left = 360
      Top = 24
      Width = 75
      Height = 25
      Cancel = True
      Caption = 'Button1'
      TabOrder = 1
      OnClick = Button1Click
    end
  end
end

⌨️ 快捷键说明

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