select_member.dfm

来自「类似于安利公司的奖金制度下的会员层次关系、会员级别、会员奖金等」· DFM 代码 · 共 120 行

DFM
120
字号
object Form7: TForm7
  Tag = 1
  Left = 168
  Top = 121
  Width = 632
  Height = 369
  Caption = #36873#25321#19978#32423#20250#21592
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 21
    Top = 14
    Width = 91
    Height = 13
    Caption = #36873#25321#20250#21592#31867#22411#65306
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clBlue
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 224
    Top = 13
    Width = 65
    Height = 13
    Caption = #36873#25321#20250#21592#65306
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clBlue
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object DBGrid1: TDBGrid
    Left = 17
    Top = 37
    Width = 198
    Height = 252
    DataSource = DataModule1.DataSource1
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -13
    TitleFont.Name = #23435#20307
    TitleFont.Style = []
    Columns = <
      item
        Expanded = False
        FieldName = 'class'
        Title.Caption = #32423#21035
        Width = 32
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'type'
        Title.Caption = #20250#21592#31867#22411
        Width = 123
        Visible = True
      end>
  end
  object DBGrid2: TDBGrid
    Tag = 1
    Left = 218
    Top = 36
    Width = 390
    Height = 252
    DataSource = DataModule1.DataSource2b
    TabOrder = 1
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -13
    TitleFont.Name = #23435#20307
    TitleFont.Style = []
    OnDblClick = Button1Click
    Columns = <
      item
        Expanded = False
        FieldName = 'member_id'
        Title.Caption = #20250#21592#32534#21495
        Width = 70
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'name'
        Title.Caption = #20250#21592#21517#31216
        Width = 238
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'person'
        Title.Caption = #32852#31995#20154
        Width = 58
        Visible = True
      end>
  end
  object Button1: TButton
    Left = 274
    Top = 302
    Width = 75
    Height = 25
    Caption = #36873#25321#24182#36820#22238
    TabOrder = 2
    OnClick = Button1Click
  end
end

⌨️ 快捷键说明

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