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

📄 selwairins.dfm

📁 企业商品管理系统
💻 DFM
字号:
object Frm_SelWairIns: TFrm_SelWairIns
  Left = 225
  Top = 180
  Width = 696
  Height = 480
  Caption = #20837#24211#21333#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 = #20837#24211#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_WairIn_Tab'
    Parameters = <>
    Left = 323
    Top = 177
    object ADOMasterWairInID: TStringField
      DisplayLabel = #20837#24211#21333#21495
      DisplayWidth = 17
      FieldName = 'WairInID'
    end
    object ADOMasterWairDate: TDateTimeField
      DisplayLabel = #20837#24211#26085#26399
      DisplayWidth = 22
      FieldName = 'WairDate'
      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_WairInList_Tab where MR_WairInID=:WairInID'
    DataSource = DSMaster
    MasterFields = 'WairInID'
    Parameters = <
      item
        Name = 'WairInID'
        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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -