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

📄 xdselclient.~dfm

📁 企业商品管理系统
💻 ~DFM
字号:
object Frm_XDSelClient: TFrm_XDSelClient
  Left = 295
  Top = 200
  BorderStyle = bsDialog
  Caption = #26597#25214#23458#25143
  ClientHeight = 269
  ClientWidth = 423
  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 = 402
    Height = 43
    TabOrder = 0
    object SpeedButton1: TSpeedButton
      Left = 220
      Top = 11
      Width = 51
      Height = 22
      Caption = #26597#25214
      OnClick = SpeedButton1Click
    end
    object SpeedButton2: TSpeedButton
      Left = 282
      Top = 11
      Width = 49
      Height = 22
      Caption = #20840#37096
      OnClick = SpeedButton2Click
    end
    object SpeedButton3: TSpeedButton
      Left = 343
      Top = 11
      Width = 49
      Height = 22
      Caption = #36864#20986
      OnClick = SpeedButton3Click
    end
    object ComboBox1: TComboBox
      Left = 14
      Top = 11
      Width = 81
      Height = 21
      ItemHeight = 13
      ItemIndex = 0
      TabOrder = 0
      Text = #32534#21495
      Items.Strings = (
        #32534#21495
        #21517#31216)
    end
    object Edit1: TEdit
      Left = 99
      Top = 11
      Width = 121
      Height = 21
      TabOrder = 1
    end
  end
  object DBGrid1: TDBGrid
    Left = 10
    Top = 56
    Width = 403
    Height = 207
    DataSource = DSClient
    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 = DBGrid1DblClick
    Columns = <
      item
        Expanded = False
        FieldName = 'MR_Code'
        Title.Caption = #23458#25143#32534#30721
        Width = 80
        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_Type'
        Title.Caption = #23458#25143#31867#21035
        Width = 97
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'MR_AreaType'
        Title.Caption = #22320#21306
        Width = 95
        Visible = True
      end>
  end
  object ADOClient: TADODataSet
    Connection = FDM.ADOCon
    CursorType = ctStatic
    CommandText = 'select * from MR_SCInfo_Tab Where MR_Type<>'#39#20379#24212#21830#39
    Parameters = <>
    Left = 37
    Top = 194
  end
  object DSClient: TDataSource
    DataSet = ADOClient
    Left = 69
    Top = 194
  end
end

⌨️ 快捷键说明

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