inv_closebook.dfm

来自「一个MRPII系统源代码版本」· DFM 代码 · 共 74 行

DFM
74
字号
inherited Frm_Inv_CloseBook: TFrm_Inv_CloseBook
  Left = 242
  Top = 132
  BOrderIcons = []
  Caption = '月末结帐'
  ClientHeight = 177
  ClientWidth = 378
  FormStyle = fsMDIChild
  Visible = True
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel [0]
    Left = 96
    Top = 24
    Width = 60
    Height = 12
    Caption = '结帐月份:'
  end
  object Lbl_Month: TLabel [1]
    Left = 160
    Top = 24
    Width = 54
    Height = 12
    Caption = 'Lbl_Month'
  end
  object Lbl_State: TLabel [2]
    Left = 0
    Top = 64
    Width = 377
    Height = 12
    Alignment = taCenter
    AutoSize = False
    Caption = 'Lbl_State'
  end
  object Label2: TLabel [3]
    Left = 48
    Top = 88
    Width = 6
    Height = 12
  end
  inherited btn_ok: TButton
    Left = 179
    Top = 141
  end
  inherited btn_Cancel: TButton
    Left = 264
    Top = 141
    OnClick = btn_CancelClick
  end
  object AdoQry_Temp: TAdoQuery
    ConnectionString = 
      'Provider=SQLOLEDB.1;Password=mdrcmrm;Persist Security Info=True;' +
      'User ID=mdrcmrm;Initial Catalog=mdrcmrm;Data Source=192.168.0.8;' +
      'Use procedure for Prepare=1;Auto Translate=True;Packet Size=4096' +
      ';Workstation ID=XYB'
    LockType = ltBatchOptimistic
    Parameters = <>
    Left = 88
    Top = 145
  end
  object AdoQuery: TAdoQuery
    Parameters = <>
    Left = 128
    Top = 144
  end
  object AdOCommand1: TAdOCommand
    CommandTimeout = 0
    Parameters = <>
    Left = 64
    Top = 80
  end
end

⌨️ 快捷键说明

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