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

📄 mrp_qry_calendar.dfm

📁 一个MRPII系统源代码版本
💻 DFM
字号:
inherited Frm_Mrp_Qry_Calendar: TFrm_Mrp_Qry_Calendar
  Left = 199
  Top = 106
  Caption = '计划控制工作日历'
  ClientHeight = 384
  ClientWidth = 639
  FormStyle = fsMDIChild
  Visible = True
  Windowstate = wsMaximized
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 12
  inherited ControlBar: TControlBar
    Width = 639
    inherited ToolBar: TToolBar
      inherited ToolButton1: TToolButton
        Visible = False
      end
    end
  end
  inherited Pnl_Title: TPanel
    Width = 639
    Caption = '计划控制工作日历'
  end
  inherited Pnl_Head: TPanel
    Width = 639
    inherited Lbl_Order: TLabel
      Width = 24
      Caption = '日期'
    end
  end
  inherited Pnl_Hint: TPanel
    Top = 358
    Width = 639
    object Lbl_IsNo: TLabel
      Left = 584
      Top = 8
      Width = 6
      Height = 12
    end
    object Label3: TLabel
      Left = 512
      Top = 8
      Width = 72
      Height = 12
      Caption = '是否工作日:'
    end
    object DBText2: TDBText
      Left = 360
      Top = 8
      Width = 42
      Height = 12
      AutoSize = True
      DataField = 'DayOfWeek'
      DataSource = DataSource
    end
    object Label2: TLabel
      Left = 320
      Top = 8
      Width = 36
      Height = 12
      Caption = '星期:'
    end
    object DBText1: TDBText
      Left = 88
      Top = 8
      Width = 42
      Height = 12
      AutoSize = True
      DataField = 'SDate'
      DataSource = DataSource
    end
    object Label1: TLabel
      Left = 40
      Top = 8
      Width = 36
      Height = 12
      Caption = '日期:'
    end
  end
  inherited Pnl_Body: TPanel
    Width = 639
    Height = 261
    inherited DBGridEh: TDBGridEh
      Width = 639
      Height = 261
      Columns = <
        Item
          FieldName = 'SDate'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '日期'
          Width = 69
          KeyList.Strings = ()
        end
        Item
          Alignment = taCenter
          FieldName = 'DayOfWeek'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '星期'
          Width = 60
          KeyList.Strings = ()
        end
        Item
          Alignment = taCenter
          FieldName = 'WorkDay'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '是否工作日'
          Width = 72
          KeyList.Strings = (
            '1'
            '0')
          Checkboxes = True
        end>
    end
  end
  inherited AdoQry_Tmp: TAdoQuery
    CurSorType = ctStatic
    Left = 349
    Top = 191
  end
  inherited ActionList: TActionList
    Left = 181
    Top = 181
    inherited Act_Delete: TAction
      Enabled = False
      Visible = False
    end
  end
  inherited AdoQry_Main: TAdoQuery
    CurSorType = ctStatic
    SQL.Strings = (
      
        'select * from Calendar where (getdate()<=sdate) and (sdate<getda' +
        'te()+360)'
      '')
    Left = 223
    Top = 182
    object AdoQry_MainSDate: TDateTimeField
      FieldName = 'SDate'
      Origin = 'Calendar'
      DisplayFormat = 'yyyy.mm.dd'
    end
    object AdoQry_MainWorkDay: TIntegerField
      FieldName = 'WorkDay'
      Origin = 'Calendar'
    end
    object AdoQry_MainDayOfWeek: TStringField
      FieldName = 'DayOfWeek'
      Origin = 'Calendar'
      Size = 6
    end
  end
  inherited DataSource: TDataSource
    OnDataChange = DataSourceDataChange
    Left = 326
    Top = 185
  end
  inherited ExtPrintReport: TExtPrintReport
    Left = 144
    Top = 189
  end
  inherited PopuPmenu: TPopuPmenu
    Left = 251
    Top = 183
  end
end

⌨️ 快捷键说明

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