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

📄 xsselprice.~dfm

📁 企业商品管理系统
💻 ~DFM
字号:
object Frm_XSSelPrice: TFrm_XSSelPrice
  Left = 267
  Top = 191
  BorderStyle = bsDialog
  Caption = #26597#25214#35746#21333
  ClientHeight = 298
  ClientWidth = 569
  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 = 11
    Top = 6
    Width = 545
    Height = 43
    TabOrder = 0
    object SpeedButton1: TSpeedButton
      Left = 365
      Top = 11
      Width = 51
      Height = 22
      Caption = #26597#25214
      OnClick = SpeedButton1Click
    end
    object WareAll: TSpeedButton
      Left = 427
      Top = 11
      Width = 49
      Height = 22
      Caption = #20840#37096
      OnClick = WareAllClick
    end
    object WareClose: TSpeedButton
      Left = 488
      Top = 11
      Width = 49
      Height = 22
      Caption = #36864#20986
      OnClick = WareCloseClick
    end
    object ComboBox1: TComboBox
      Left = 14
      Top = 11
      Width = 81
      Height = 21
      ItemHeight = 13
      ItemIndex = 0
      TabOrder = 0
      Text = #26085#26399
      OnChange = ComboBox1Change
      Items.Strings = (
        #26085#26399
        #35746#21333#32534#21495)
    end
    object Notebook1: TNotebook
      Left = 97
      Top = 11
      Width = 267
      Height = 21
      TabOrder = 1
      object TPage
        Left = 0
        Top = 0
        Caption = 'Edit'
        object Label1: TLabel
          Left = 127
          Top = 3
          Width = 33
          Height = 13
          Caption = #33267'       '
        end
        object DateTimePicker1: TDateTimePicker
          Left = 0
          Top = 0
          Width = 121
          Height = 21
          Date = 38863.656016342590000000
          Time = 38863.656016342590000000
          TabOrder = 0
        end
        object DateTimePicker2: TDateTimePicker
          Left = 146
          Top = 0
          Width = 121
          Height = 21
          Date = 38863.656016342590000000
          Time = 38863.656016342590000000
          TabOrder = 1
        end
      end
      object TPage
        Left = 0
        Top = 0
        Caption = 'Date'
        object Edit1: TEdit
          Left = 1
          Top = 0
          Width = 121
          Height = 21
          TabOrder = 0
        end
      end
    end
  end
  object WareGrid: TDBGrid
    Left = 10
    Top = 54
    Width = 545
    Height = 240
    DataSource = DSPrice
    Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
    TabOrder = 1
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    OnDblClick = WareGridDblClick
    Columns = <
      item
        Expanded = False
        FieldName = 'MR_OrderID'
        Title.Caption = #35746#21333#32534#21495
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'MR_OrderDate'
        Title.Caption = #35746#21333#26085#26399
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'MR_Name'
        Title.Caption = #23458#25143#21517#31216
        Width = 110
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'MR_PutDate'
        Title.Caption = #20132#36135#26085#26399
        Visible = True
      end>
  end
  object ADOPrice: TADODataSet
    Connection = FDM.ADOCon
    CommandText = 'select * from MR_XDPrice_Tab'
    Parameters = <>
    Left = 112
    Top = 190
  end
  object DSPrice: TDataSource
    DataSet = ADOPrice
    Left = 144
    Top = 190
  end
end

⌨️ 快捷键说明

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