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

📄 selxsquitymoney.dfm

📁 企业商品管理系统
💻 DFM
字号:
object Frm_SelXSQuityMoney: TFrm_SelXSQuityMoney
  Left = 242
  Top = 163
  Width = 696
  Height = 480
  Caption = #38144#21806#36864#36135#21333#26597#35810
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  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 = 169
    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 = 169
    Top = 89
    Width = 519
    Height = 345
    Align = alClient
    DataSource = DSDetail
    ImeName = #20013#25991' ('#31616#20307') - '#29579#30721#20116#31508#22411'86'#29256
    Options = [dgEditing, dgTitles, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgConfirmDelete, dgCancelOnExit]
    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'
        Width = 72
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'MR_Name'
        Width = 97
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'MR_Spce'
        Width = 65
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'MR_Unit'
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'MR_Cards'
        Width = 116
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'MR_Count'
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'MR_OutPrice'
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'MR_Agio'
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'MR_Sum'
        Visible = True
      end>
  end
  object ADOMaster: TADODataSet
    Connection = FDM.ADOCon
    CursorType = ctStatic
    LockType = ltBatchOptimistic
    CommandText = 'select * from MR_XSOutDepot_Tab'
    Parameters = <>
    Left = 583
    Top = 299
    object ADOMasterMR_QuitID: TStringField
      DisplayLabel = #36864#36135#21333#21495
      DisplayWidth = 14
      FieldName = 'MR_QuitID'
      Size = 50
    end
    object ADOMasterMR_Name: TStringField
      DisplayLabel = #23458#25143#21517#31216
      DisplayWidth = 15
      FieldName = 'MR_Name'
      Size = 50
    end
    object ADOMasterMR_QuiteDate: TDateTimeField
      DisplayLabel = #36864#36135#26085#26399
      DisplayWidth = 22
      FieldName = 'MR_QuiteDate'
      ReadOnly = True
    end
  end
  object ADODetail: TADODataSet
    Connection = FDM.ADOCon
    CursorType = ctStatic
    CommandText = 'select * from MR_XSOutDepotList_Tab Where MR_PriceID=:MR_QuitID'
    DataSource = DSMaster
    Parameters = <
      item
        Name = 'MR_QuitID'
        DataType = ftString
        NumericScale = 255
        Precision = 255
        Size = 50
        Value = Null
      end>
    Left = 620
    Top = 298
    object ADODetailMR_PriceID: TStringField
      FieldName = 'MR_PriceID'
      Visible = False
      Size = 50
    end
    object ADODetailMR_Code: TStringField
      DisplayLabel = #21830#21697#32534#21495
      FieldName = 'MR_Code'
      Size = 50
    end
    object ADODetailMR_Name: TStringField
      DisplayLabel = #21830#21697#21517#31216
      FieldName = 'MR_Name'
      Size = 50
    end
    object ADODetailMR_Spce: TStringField
      DisplayLabel = #21830#21697#35268#26684
      FieldName = 'MR_Spce'
      Size = 50
    end
    object ADODetailMR_Unit: TStringField
      DisplayLabel = #35745#37327#21333#20301
      FieldName = 'MR_Unit'
      FixedChar = True
      Size = 10
    end
    object ADODetailMR_Cards: TStringField
      DisplayLabel = #20135#22320'\'#21697#29260
      FieldName = 'MR_Cards'
      Size = 50
    end
    object ADODetailMR_Count: TIntegerField
      DisplayLabel = #21830#21697#25968#37327
      FieldName = 'MR_Count'
    end
    object ADODetailMR_OutPrice: TFloatField
      DisplayLabel = #38144#21806#21333#20215
      FieldName = 'MR_OutPrice'
    end
    object ADODetailMR_Agio: TFloatField
      DisplayLabel = #25240#25187
      FieldName = 'MR_Agio'
    end
    object ADODetailMR_Sum: TFloatField
      DisplayLabel = #23567#35745
      FieldName = 'MR_Sum'
    end
  end
  object DSMaster: TDataSource
    DataSet = ADOMaster
    Left = 586
    Top = 333
  end
  object DSDetail: TDataSource
    DataSet = ADODetail
    Left = 622
    Top = 331
  end
end

⌨️ 快捷键说明

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