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

📄 inv_closebook.dfm

📁 一个MRPII系统源代码版本
💻 DFM
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -