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

📄 bas_qry_bomlog_c.dfm

📁 一个MRPII系统源代码版本
💻 DFM
字号:
inherited Frm_Bas_Qry_BomLog_C: TFrm_Bas_Qry_BomLog_C
  Left = 264
  Top = 164
  Caption = '生产订单表头操作日志'
  ClientHeight = 222
  ClientWidth = 404
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel [0]
    Left = 16
    Top = 22
    Width = 72
    Height = 12
    Caption = '父项代码从:'
  end
  object Label2: TLabel [1]
    Left = 16
    Top = 97
    Width = 84
    Height = 12
    Caption = '操作员代码从:'
  end
  object Label3: TLabel [2]
    Left = 16
    Top = 134
    Width = 72
    Height = 12
    Caption = '操作日期从:'
  end
  object Label4: TLabel [3]
    Left = 236
    Top = 22
    Width = 24
    Height = 12
    Caption = '到:'
  end
  object Label5: TLabel [4]
    Left = 236
    Top = 97
    Width = 24
    Height = 12
    Caption = '到:'
  end
  object Label6: TLabel [5]
    Left = 236
    Top = 134
    Width = 24
    Height = 12
    Caption = '到:'
  end
  object Label7: TLabel [6]
    Left = 16
    Top = 58
    Width = 72
    Height = 12
    Caption = '子项代码从:'
  end
  object Label8: TLabel [7]
    Left = 236
    Top = 58
    Width = 24
    Height = 12
    Caption = '到:'
  end
  inherited btn_ok: TButton
    Left = 200
    Top = 192
    TabOrder = 8
  end
  inherited btn_Cancel: TButton
    Left = 301
    Top = 192
    TabOrder = 9
  end
  object MoNoState: TEdit [10]
    Left = 104
    Top = 18
    Width = 121
    Height = 20
    TabOrder = 0
    OnKeyDown = ItemHint
  end
  object MoNoend: TEdit [11]
    Left = 264
    Top = 18
    Width = 121
    Height = 20
    TabOrder = 1
    Text = 'ZZZZZ'
    OnExit = MoNoendExit
    OnKeyDown = ItemHint
  end
  object ChgEmployeeCodeState: TEdit [12]
    Left = 104
    Top = 93
    Width = 121
    Height = 20
    TabOrder = 4
    OnKeyDown = EmployeeHint
  end
  object ChgEmployeeCodeend: TEdit [13]
    Left = 264
    Top = 93
    Width = 121
    Height = 20
    TabOrder = 5
    Text = 'ZZZZZ'
    OnExit = ChgEmployeeCodeendExit
    OnKeyDown = EmployeeHint
  end
  object ChgTimeState: TMaskEdit [14]
    Left = 104
    Top = 130
    Width = 121
    Height = 20
    EditMask = '!9999/99/99;1;_'
    MaxLength = 10
    TabOrder = 6
    Text = ' .  -  -  '
    OnExit = DateCheck
  end
  object ChgTimeend: TMaskEdit [15]
    Left = 264
    Top = 130
    Width = 121
    Height = 20
    EditMask = '!9999/99/99;1;_'
    MaxLength = 10
    TabOrder = 7
    Text = ' .  -  -  '
    OnExit = DateCheck
  end
  object Edit1: TEdit [16]
    Left = 104
    Top = 54
    Width = 121
    Height = 20
    TabOrder = 2
    OnKeyDown = ItemHint
  end
  object Edit2: TEdit [17]
    Left = 264
    Top = 54
    Width = 121
    Height = 20
    TabOrder = 3
    Text = 'ZZZZZ'
    OnExit = MoNoendExit
    OnKeyDown = ItemHint
  end
  inherited AdoQry_Tmp: TAdoQuery
    Left = 344
    Top = 168
  end
end

⌨️ 快捷键说明

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