robot.dfm
上传用户:hbtcygglw
上传日期:2007-01-07
资源大小:281k
文件大小:3k
源码类别:

其他

开发平台:

Delphi

  1. object BotCfgDlg: TBotCfgDlg
  2.   Left = 286
  3.   Top = 197
  4.   BorderStyle = bsDialog
  5.   Caption = 'bot设置'
  6.   ClientHeight = 287
  7.   ClientWidth = 518
  8.   Color = clBtnFace
  9.   Font.Charset = ANSI_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -12
  12.   Font.Name = '宋体'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   PixelsPerInch = 96
  16.   TextHeight = 12
  17.   object DBGrid1: TDBGrid
  18.     Left = 0
  19.     Top = 117
  20.     Width = 518
  21.     Height = 170
  22.     Align = alClient
  23.     DataSource = AutoUserDS
  24.     TabOrder = 0
  25.     TitleFont.Charset = ANSI_CHARSET
  26.     TitleFont.Color = clWindowText
  27.     TitleFont.Height = -12
  28.     TitleFont.Name = '宋体'
  29.     TitleFont.Style = []
  30.   end
  31.   object Panel1: TPanel
  32.     Left = 0
  33.     Top = 0
  34.     Width = 518
  35.     Height = 117
  36.     Align = alTop
  37.     TabOrder = 1
  38.     object Label1: TLabel
  39.       Left = 20
  40.       Top = 12
  41.       Width = 36
  42.       Height = 12
  43.       Caption = 'OICQID'
  44.     end
  45.     object Label2: TLabel
  46.       Left = 8
  47.       Top = 40
  48.       Width = 48
  49.       Height = 12
  50.       Caption = '见面问候'
  51.     end
  52.     object Label3: TLabel
  53.       Left = 8
  54.       Top = 68
  55.       Width = 48
  56.       Height = 12
  57.       Caption = '再见道别'
  58.     end
  59.     object Label4: TLabel
  60.       Left = 192
  61.       Top = 12
  62.       Width = 60
  63.       Height = 12
  64.       Caption = '0 代表全部'
  65.     end
  66.     object DBEdit1: TDBEdit
  67.       Left = 60
  68.       Top = 8
  69.       Width = 121
  70.       Height = 20
  71.       DataField = 'USERID'
  72.       DataSource = AutoUserDS
  73.       TabOrder = 0
  74.     end
  75.     object DBEdit2: TDBEdit
  76.       Left = 60
  77.       Top = 36
  78.       Width = 433
  79.       Height = 20
  80.       DataField = 'GREETMSG'
  81.       DataSource = AutoUserDS
  82.       TabOrder = 1
  83.     end
  84.     object DBEdit3: TDBEdit
  85.       Left = 60
  86.       Top = 64
  87.       Width = 433
  88.       Height = 20
  89.       DataField = 'BYEMSG'
  90.       DataSource = AutoUserDS
  91.       TabOrder = 2
  92.     end
  93.     object DBNavigator1: TDBNavigator
  94.       Left = 1
  95.       Top = 91
  96.       Width = 516
  97.       Height = 25
  98.       DataSource = AutoUserDS
  99.       Align = alBottom
  100.       Flat = True
  101.       TabOrder = 3
  102.     end
  103.   end
  104.   object AutoUserTable: TDBF
  105.     TableName = 'E:UnitopudpAUTOUSER.DBF'
  106.     Active = True
  107.     Left = 144
  108.     Top = 172
  109.     object AutoUserTableUSERID: TFloatField
  110.       DisplayLabel = 'OICQ ID'
  111.       DisplayWidth = 10
  112.       FieldName = 'USERID'
  113.     end
  114.     object AutoUserTableGREETMSG: TStringField
  115.       DisplayLabel = '见面问候'
  116.       DisplayWidth = 34
  117.       FieldName = 'GREETMSG'
  118.       Size = 60
  119.     end
  120.     object AutoUserTableBYEMSG: TStringField
  121.       DisplayLabel = '再见道别'
  122.       DisplayWidth = 34
  123.       FieldName = 'BYEMSG'
  124.       Size = 60
  125.     end
  126.   end
  127.   object AutoUserDS: TDataSource
  128.     AutoEdit = False
  129.     DataSet = AutoUserTable
  130.     Left = 172
  131.     Top = 172
  132.   end
  133. end