seldepotmoves.dfm

来自「企业商品管理系统」· DFM 代码 · 共 242 行

DFM
242
字号
object Frm_SelDepotMoves: TFrm_SelDepotMoves
  Left = 263
  Top = 194
  Width = 696
  Height = 480
  Caption = #35843#25320#26597#35810
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 0
    Top = 0
    Width = 688
    Height = 89
    Align = alTop
    Caption = #26597#35810
    TabOrder = 0
    object Label1: TLabel
      Left = 245
      Top = 60
      Width = 30
      Height = 13
      Caption = '   '#33267'   '
    end
    object SpeedButton1: TSpeedButton
      Left = 447
      Top = 48
      Width = 69
      Height = 29
      Caption = #26597#35810
      OnClick = SpeedButton1Click
    end
    object SpeedButton2: TSpeedButton
      Left = 600
      Top = 48
      Width = 69
      Height = 29
      Caption = #36864#20986
      OnClick = SpeedButton2Click
    end
    object SpeedButton3: TSpeedButton
      Left = 524
      Top = 48
      Width = 69
      Height = 29
      Caption = #20840#37096
      OnClick = SpeedButton3Click
    end
    object RadioButton1: TRadioButton
      Left = 32
      Top = 26
      Width = 113
      Height = 17
      Caption = #35746#21333#32534#21495
      TabOrder = 0
    end
    object RadioButton2: TRadioButton
      Left = 32
      Top = 58
      Width = 113
      Height = 17
      Caption = #35746#21333#26085#26399
      TabOrder = 1
    end
    object Edit1: TEdit
      Left = 120
      Top = 24
      Width = 121
      Height = 21
      TabOrder = 2
    end
    object DateTimePicker1: TDateTimePicker
      Left = 120
      Top = 56
      Width = 121
      Height = 21
      Date = 38877.413336400470000000
      Time = 38877.413336400470000000
      TabOrder = 3
    end
    object DateTimePicker2: TDateTimePicker
      Left = 280
      Top = 56
      Width = 121
      Height = 21
      Date = 38877.413336400470000000
      Time = 38877.413336400470000000
      TabOrder = 4
    end
  end
  object DBGrid1: TDBGrid
    Left = 0
    Top = 89
    Width = 177
    Height = 345
    Align = alLeft
    DataSource = DSMaster
    TabOrder = 1
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object StatusBar1: TStatusBar
    Left = 0
    Top = 434
    Width = 688
    Height = 19
    Panels = <>
  end
  object DBGrid2: TDBGrid
    Left = 177
    Top = 89
    Width = 511
    Height = 345
    Align = alClient
    DataSource = DSDetail
    TabOrder = 3
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    Columns = <
      item
        Expanded = False
        FieldName = 'MR_Code'
        Title.Caption = #20135#21697#32534#21495
        Width = 56
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'MR_Name'
        Title.Caption = #20135#21697#21517#31216
        Width = 82
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'MR_Spce'
        Title.Caption = #35268#26684
        Width = 78
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'MR_Unit'
        Title.Caption = #35745#37327#21333#20301
        Width = 60
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'MR_Cards'
        Title.Caption = #20135#22320'/'#21697#29260
        Width = 80
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'MR_Count'
        Title.Caption = #25968#37327
        Width = 44
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'MR_OutPrice'
        Title.Caption = #24211#23384#20215
        Width = 58
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'MR_Sum'
        Title.Caption = #23567#35745
        Width = 66
        Visible = True
      end>
  end
  object ADOMaster: TADODataSet
    Connection = FDM.ADOCon
    CursorType = ctStatic
    LockType = ltBatchOptimistic
    CommandText = 'select * from MR_DepotMove_Tab'
    Parameters = <>
    Left = 323
    Top = 177
    object ADOMasterDepotMoveID: TStringField
      DisplayLabel = #35843#25320#21333#21495
      DisplayWidth = 15
      FieldName = 'DepotMoveID'
    end
    object ADOMasterDeptMoveDate: TDateTimeField
      DisplayLabel = #35843#25320#26085#26399
      DisplayWidth = 22
      FieldName = 'DeptMoveDate'
      ReadOnly = True
    end
  end
  object DSMaster: TDataSource
    DataSet = ADOMaster
    Left = 352
    Top = 178
  end
  object ADODetail: TADODataSet
    Connection = FDM.ADOCon
    CursorType = ctStatic
    LockType = ltBatchOptimistic
    CommandText = 
      'select * from MR_DepotMoveList_Tab where DepotMoveID=:DepotMoveI' +
      'D'
    DataSource = DSMaster
    Parameters = <
      item
        Name = 'DepotMoveID'
        DataType = ftString
        NumericScale = 255
        Precision = 255
        Size = 50
        Value = Null
      end>
    Left = 382
    Top = 179
  end
  object DSDetail: TDataSource
    DataSet = ADODetail
    Left = 412
    Top = 179
  end
end

⌨️ 快捷键说明

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