www.pudn.com > oicqspysrc.zip > robot.dfm


object BotCfgDlg: TBotCfgDlg 
  Left = 286 
  Top = 197 
  BorderStyle = bsDialog 
  Caption = 'bot设置' 
  ClientHeight = 287 
  ClientWidth = 518 
  Color = clBtnFace 
  Font.Charset = ANSI_CHARSET 
  Font.Color = clWindowText 
  Font.Height = -12 
  Font.Name = '宋体' 
  Font.Style = [] 
  OldCreateOrder = False 
  PixelsPerInch = 96 
  TextHeight = 12 
  object DBGrid1: TDBGrid 
    Left = 0 
    Top = 117 
    Width = 518 
    Height = 170 
    Align = alClient 
    DataSource = AutoUserDS 
    TabOrder = 0 
    TitleFont.Charset = ANSI_CHARSET 
    TitleFont.Color = clWindowText 
    TitleFont.Height = -12 
    TitleFont.Name = '宋体' 
    TitleFont.Style = [] 
  end 
  object Panel1: TPanel 
    Left = 0 
    Top = 0 
    Width = 518 
    Height = 117 
    Align = alTop 
    TabOrder = 1 
    object Label1: TLabel 
      Left = 20 
      Top = 12 
      Width = 36 
      Height = 12 
      Caption = 'OICQID' 
    end 
    object Label2: TLabel 
      Left = 8 
      Top = 40 
      Width = 48 
      Height = 12 
      Caption = '见面问候' 
    end 
    object Label3: TLabel 
      Left = 8 
      Top = 68 
      Width = 48 
      Height = 12 
      Caption = '再见道别' 
    end 
    object Label4: TLabel 
      Left = 192 
      Top = 12 
      Width = 60 
      Height = 12 
      Caption = '0 代表全部' 
    end 
    object DBEdit1: TDBEdit 
      Left = 60 
      Top = 8 
      Width = 121 
      Height = 20 
      DataField = 'USERID' 
      DataSource = AutoUserDS 
      TabOrder = 0 
    end 
    object DBEdit2: TDBEdit 
      Left = 60 
      Top = 36 
      Width = 433 
      Height = 20 
      DataField = 'GREETMSG' 
      DataSource = AutoUserDS 
      TabOrder = 1 
    end 
    object DBEdit3: TDBEdit 
      Left = 60 
      Top = 64 
      Width = 433 
      Height = 20 
      DataField = 'BYEMSG' 
      DataSource = AutoUserDS 
      TabOrder = 2 
    end 
    object DBNavigator1: TDBNavigator 
      Left = 1 
      Top = 91 
      Width = 516 
      Height = 25 
      DataSource = AutoUserDS 
      Align = alBottom 
      Flat = True 
      TabOrder = 3 
    end 
  end 
  object AutoUserTable: TDBF 
    TableName = 'E:\Unitop\udp\AUTOUSER.DBF' 
    Active = True 
    Left = 144 
    Top = 172 
    object AutoUserTableUSERID: TFloatField 
      DisplayLabel = 'OICQ ID' 
      DisplayWidth = 10 
      FieldName = 'USERID' 
    end 
    object AutoUserTableGREETMSG: TStringField 
      DisplayLabel = '见面问候' 
      DisplayWidth = 34 
      FieldName = 'GREETMSG' 
      Size = 60 
    end 
    object AutoUserTableBYEMSG: TStringField 
      DisplayLabel = '再见道别' 
      DisplayWidth = 34 
      FieldName = 'BYEMSG' 
      Size = 60 
    end 
  end 
  object AutoUserDS: TDataSource 
    AutoEdit = False 
    DataSet = AutoUserTable 
    Left = 172 
    Top = 172 
  end 
end