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

📄 unit23.dfm

📁 分前台和后台
💻 DFM
字号:
object Fr_VIPRecord: TFr_VIPRecord
  Left = 187
  Top = 159
  BorderStyle = bsSingle
  Caption = #20250#21592#20805#20540#35760#24405
  ClientHeight = 453
  ClientWidth = 688
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 688
    Height = 453
    Align = alClient
    BevelInner = bvLowered
    BorderWidth = 1
    TabOrder = 0
    object Panel2: TPanel
      Left = 3
      Top = 3
      Width = 682
      Height = 447
      Align = alClient
      Color = 15723503
      TabOrder = 0
      object Label6: TLabel
        Left = 214
        Top = 33
        Width = 255
        Height = 29
        Caption = #20250' '#21592' '#20805' '#20540' '#35760' '#24405
        Font.Charset = GB2312_CHARSET
        Font.Color = clWindowText
        Font.Height = -29
        Font.Name = #26999#20307'_GB2312'
        Font.Style = []
        ParentFont = False
      end
      object Panel5: TPanel
        Left = 62
        Top = 374
        Width = 558
        Height = 43
        BevelInner = bvRaised
        BevelOuter = bvLowered
        Color = 15723503
        TabOrder = 0
        object Button1: TButton
          Left = 135
          Top = 9
          Width = 75
          Height = 25
          BiDiMode = bdLeftToRight
          Caption = #21047#12288#26032
          ParentBiDiMode = False
          TabOrder = 0
          OnClick = Button1Click
        end
        object Button2: TButton
          Left = 241
          Top = 9
          Width = 75
          Height = 25
          BiDiMode = bdLeftToRight
          Caption = #39044#12288#35272
          Enabled = False
          ParentBiDiMode = False
          TabOrder = 1
          Visible = False
        end
        object Button3: TButton
          Left = 348
          Top = 9
          Width = 75
          Height = 25
          BiDiMode = bdLeftToRight
          Caption = #36820#12288#22238
          ParentBiDiMode = False
          TabOrder = 2
          OnClick = Button3Click
        end
      end
      object Panel3: TPanel
        Left = 62
        Top = 77
        Width = 558
        Height = 297
        BevelInner = bvRaised
        BevelOuter = bvLowered
        Color = 15723503
        TabOrder = 1
        object DBGrid1: TDBGrid
          Left = 2
          Top = 2
          Width = 554
          Height = 293
          Align = alClient
          BorderStyle = bsNone
          Color = 15723503
          Ctl3D = False
          DataSource = DataSource1
          FixedColor = 15723503
          Font.Charset = GB2312_CHARSET
          Font.Color = clWindowText
          Font.Height = -12
          Font.Name = #23435#20307
          Font.Style = []
          ImeName = #20013#25991' ('#31616#20307') - '#20840#25340
          Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
          ParentCtl3D = False
          ParentFont = False
          TabOrder = 0
          TitleFont.Charset = GB2312_CHARSET
          TitleFont.Color = clWindowText
          TitleFont.Height = -12
          TitleFont.Name = #23435#20307
          TitleFont.Style = []
          Columns = <
            item
              Alignment = taCenter
              Expanded = False
              FieldName = 'Vip_3.VipID'
              Title.Alignment = taCenter
              Title.Caption = #20250#21592#21345#21495
              Width = 96
              Visible = True
            end
            item
              Alignment = taCenter
              Expanded = False
              FieldName = 'Name'
              Title.Alignment = taCenter
              Title.Caption = #20250#21592#22995#21517
              Width = 55
              Visible = True
            end
            item
              Expanded = False
              FieldName = 'Address'
              Title.Alignment = taCenter
              Title.Caption = #20250#21592#22320#22336
              Width = 130
              Visible = True
            end
            item
              Expanded = False
              FieldName = 'Vip_3.Money'
              Title.Alignment = taCenter
              Title.Caption = #20805#20540#37329#39069
              Width = 60
              Visible = True
            end
            item
              Expanded = False
              FieldName = 'Vip_1.Money'
              Title.Alignment = taCenter
              Title.Caption = #20805#20540#37329#39069
              Width = 60
              Visible = True
            end
            item
              Expanded = False
              FieldName = 'Date'
              Title.Alignment = taCenter
              Title.Caption = #20805#20540#26085#26399
              Width = 65
              Visible = True
            end
            item
              Alignment = taCenter
              Expanded = False
              FieldName = 'Vip_3.UserName'
              Title.Alignment = taCenter
              Title.Caption = #25805#20316#21592
              Width = 50
              Visible = True
            end
            item
              Alignment = taCenter
              Expanded = False
              FieldName = 'Tel'
              Title.Alignment = taCenter
              Title.Caption = #32852#31995#30005#35805
              Visible = True
            end
            item
              Alignment = taCenter
              Expanded = False
              FieldName = 'Remark'
              Title.Alignment = taCenter
              Title.Caption = #22791#27880
              Visible = True
            end
            item
              Alignment = taCenter
              Expanded = False
              FieldName = 'State'
              Title.Alignment = taCenter
              Title.Caption = #29366#24577
              Visible = True
            end
            item
              Alignment = taCenter
              Expanded = False
              FieldName = 'Vip_1.UserName'
              Title.Alignment = taCenter
              Title.Caption = #21150#21345#21592
              Visible = True
            end>
        end
      end
    end
  end
  object ADOQuery1: TADOQuery
    Active = True
    Connection = Fr_Pass.ADOConnection1
    CursorType = ctStatic
    Parameters = <>
    SQL.Strings = (
      'Select * from Vip_3,Vip_1 Where Vip_3.VipID=VIP_1.VipID')
    Left = 11
    Top = 11
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 43
    Top = 11
  end
end

⌨️ 快捷键说明

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