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

📄 ar_enter_startusear.dfm

📁 一个MRPII系统源代码版本
💻 DFM
字号:
inherited Frm_Ar_Enter_StartUseAr: TFrm_Ar_Enter_StartUseAr
  Left = 259
  Top = 261
  BOrderIcons = [biSystemMenu]
  Caption = '帐套启用'
  ClientHeight = 139
  ClientWidth = 334
  Visible = True
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel [0]
    Left = 72
    Top = 56
    Width = 72
    Height = 12
    Caption = '帐套启用否:'
  end
  object Label2: TLabel [1]
    Left = 83
    Top = 24
    Width = 60
    Height = 12
    Caption = '启用月份:'
  end
  inherited btn_ok: TButton
    Left = 80
    Top = 93
    Caption = '启用(&O)'
  end
  inherited btn_Cancel: TButton
    Left = 169
    Top = 93
    OnClick = btn_CancelClick
  end
  object cmb_CashCtrl: TComboBox [4]
    Left = 144
    Top = 48
    Width = 84
    Height = 20
    Style = csDropDownList
    Enabled = False
    ItemHeight = 12
    TabOrder = 2
    Items.Strings = (
      '0 未启用'
      '1 已启用')
  end
  object edt_Month: TEdit [5]
    Left = 144
    Top = 19
    Width = 84
    Height = 20
    Enabled = False
    TabOrder = 3
  end
  inherited AdoQry_Tmp: TAdoQuery
    Left = 644
    Top = 8
  end
end

⌨️ 快捷键说明

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