ar_enter_startusear.dfm

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

DFM
62
字号
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 + =
减小字号Ctrl + -
显示快捷键?