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

📄 custselect.dfm

📁 群星医药系统源码
💻 DFM
字号:
object FmCustSelect: TFmCustSelect
  Left = 226
  Top = 106
  Width = 543
  Height = 385
  Caption = #23458#25143#36873#25321
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 535
    Height = 358
    Align = alClient
    BevelInner = bvLowered
    TabOrder = 0
    object xDBGridEh1: TxDBGridEh
      Left = 2
      Top = 2
      Width = 531
      Height = 354
      Align = alClient
      DataSource = Ds_Cust
      Flat = True
      FooterColor = clWindow
      FooterFont.Charset = DEFAULT_CHARSET
      FooterFont.Color = clWindowText
      FooterFont.Height = -11
      FooterFont.Name = 'MS Sans Serif'
      FooterFont.Style = []
      ImeName = #19975#33021#20116#31508'2000a+'
      TabOrder = 0
      TitleFont.Charset = DEFAULT_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -11
      TitleFont.Name = 'MS Sans Serif'
      TitleFont.Style = []
      OnDblClick = xDBGridEh1DblClick
    end
  end
  object Client_Cust: TClientDataSet
    Aggregates = <>
    Params = <>
    ProviderName = 'dspCustomers'
    RemoteServer = CommCnn
    Left = 66
    Top = 135
    object Client_CustCustNo: TStringField
      DisplayLabel = #23458#25143#32534#21495
      FieldName = 'CustNo'
      Size = 8
    end
    object Client_CustCustName: TStringField
      DisplayLabel = #31616#31216
      FieldName = 'CustName'
    end
    object Client_CustFullName: TStringField
      DisplayLabel = #20840#31216
      FieldName = 'FullName'
      Size = 50
    end
  end
  object CommCnn: TDCOMConnection
    ServerGUID = '{5C4442FE-EC8F-4504-92D4-CEA2DD55FA19}'
    ServerName = 'ckCustomers.Customers'
    Left = 66
    Top = 198
  end
  object Ds_Cust: TDataSource
    DataSet = Client_Cust
    Left = 156
    Top = 135
  end
end

⌨️ 快捷键说明

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