home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BWAVE / BW95_253.RAR / BWPROJ.EXE / 0 / RCDATA / TFINDFORM / TFINDFORM.txt
Text File  |  1997-12-29  |  6KB  |  253 lines

  1. object FindForm: TFindForm
  2.   Left = 53
  3.   Top = 113
  4.   BorderStyle = bsDialog
  5.   Caption = '∩┐╜∩┐╜∩┐╜∩┐╜'
  6.   ClientHeight = 283
  7.   ClientWidth = 495
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -12
  11.   Font.Name = '∩┐╜∩┐╜∩┐╜∩┐╜'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 12
  17.   object OK: TButton
  18.     Left = 408
  19.     Top = 8
  20.     Width = 73
  21.     Height = 25
  22.     Caption = '╚╖∩┐╜∩┐╜'
  23.     Default = True
  24.     ModalResult = 1
  25.     TabOrder = 0
  26.   end
  27.   object Cancel: TButton
  28.     Left = 408
  29.     Top = 56
  30.     Width = 73
  31.     Height = 25
  32.     Cancel = True
  33.     Caption = '╚í∩┐╜∩┐╜'
  34.     ModalResult = 2
  35.     TabOrder = 1
  36.   end
  37.   object PageControl1: TPageControl
  38.     Left = 8
  39.     Top = 8
  40.     Width = 377
  41.     Height = 265
  42.     ActivePage = TabSheet1
  43.     Font.Charset = DEFAULT_CHARSET
  44.     Font.Color = clWindowText
  45.     Font.Height = -12
  46.     Font.Name = '∩┐╜∩┐╜∩┐╜∩┐╜'
  47.     Font.Style = []
  48.     ParentFont = False
  49.     TabOrder = 2
  50.     object TabSheet1: TTabSheet
  51.       Caption = '∩┐╜∩┐╜∩┐╜∩┐╜'
  52.       Font.Charset = DEFAULT_CHARSET
  53.       Font.Color = clWindowText
  54.       Font.Height = -11
  55.       Font.Name = '∩┐╜∩┐╜∩┐╜∩┐╜'
  56.       Font.Style = []
  57.       ParentFont = False
  58.       object Label1: TLabel
  59.         Left = 112
  60.         Top = 112
  61.         Width = 66
  62.         Height = 12
  63.         Caption = '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜(&N)'
  64.         FocusControl = FindStrs
  65.         Font.Charset = DEFAULT_CHARSET
  66.         Font.Color = clWindowText
  67.         Font.Height = -12
  68.         Font.Name = '∩┐╜∩┐╜∩┐╜∩┐╜'
  69.         Font.Style = []
  70.         ParentFont = False
  71.       end
  72.       object FindStr: TEdit
  73.         Left = 104
  74.         Top = 128
  75.         Width = 257
  76.         Height = 25
  77.         Font.Charset = DEFAULT_CHARSET
  78.         Font.Color = clWindowText
  79.         Font.Height = -15
  80.         Font.Name = 'Courier New'
  81.         Font.Style = []
  82.         ParentFont = False
  83.         TabOrder = 0
  84.         Text = 'FindStr'
  85.         Visible = False
  86.       end
  87.       object GroupBox1: TGroupBox
  88.         Left = 8
  89.         Top = 8
  90.         Width = 353
  91.         Height = 97
  92.         Caption = '∩┐╜∩┐╜∩┐╜╥╖∩┐╜╬º'
  93.         Font.Charset = DEFAULT_CHARSET
  94.         Font.Color = clWindowText
  95.         Font.Height = -12
  96.         Font.Name = '∩┐╜∩┐╜∩┐╜∩┐╜'
  97.         Font.Style = []
  98.         ParentFont = False
  99.         TabOrder = 1
  100.         object FindName: TCheckBox
  101.           Left = 16
  102.           Top = 24
  103.           Width = 113
  104.           Height = 17
  105.           Caption = '&From&&To ∩┐╜∩┐╜∩┐╜∩┐╜'
  106.           State = cbChecked
  107.           TabOrder = 0
  108.         end
  109.         object FindSubj: TCheckBox
  110.           Left = 16
  111.           Top = 48
  112.           Width = 113
  113.           Height = 17
  114.           Caption = '&Subject ∩┐╜∩┐╜∩┐╜∩┐╜'
  115.           State = cbChecked
  116.           TabOrder = 1
  117.         end
  118.         object FindText: TCheckBox
  119.           Left = 16
  120.           Top = 72
  121.           Width = 113
  122.           Height = 17
  123.           Caption = '&Text    ∩┐╜∩┐╜∩┐╜∩┐╜'
  124.           TabOrder = 2
  125.         end
  126.         object FindDel: TCheckBox
  127.           Left = 168
  128.           Top = 24
  129.           Width = 145
  130.           Height = 17
  131.           Caption = '&UnDeleted ╬┤╔╛∩┐╜∩┐╜'
  132.           TabOrder = 3
  133.         end
  134.         object FindRead: TCheckBox
  135.           Left = 168
  136.           Top = 48
  137.           Width = 145
  138.           Height = 17
  139.           Caption = 'Un&Read    ╬┤∩┐╜─╢∩┐╜'
  140.           TabOrder = 4
  141.         end
  142.       end
  143.       object FindStrs: TMemo
  144.         Left = 112
  145.         Top = 128
  146.         Width = 249
  147.         Height = 97
  148.         Font.Charset = DEFAULT_CHARSET
  149.         Font.Color = clWindowText
  150.         Font.Height = -16
  151.         Font.Name = 'Courier New'
  152.         Font.Style = []
  153.         ParentFont = False
  154.         TabOrder = 2
  155.         WordWrap = False
  156.       end
  157.       object AndOr: TRadioGroup
  158.         Left = 8
  159.         Top = 128
  160.         Width = 89
  161.         Height = 73
  162.         Caption = '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜'
  163.         Font.Charset = DEFAULT_CHARSET
  164.         Font.Color = clWindowText
  165.         Font.Height = -12
  166.         Font.Name = '∩┐╜∩┐╜∩┐╜∩┐╜'
  167.         Font.Style = []
  168.         ItemIndex = 0
  169.         Items.Strings = (
  170.           '&And ∩┐╜∩┐╜'
  171.           '&Or  ∩┐╜∩┐╜')
  172.         ParentFont = False
  173.         TabOrder = 3
  174.       end
  175.     end
  176.     object TabSheet2: TTabSheet
  177.       Caption = '∩┐╜▀╝∩┐╜'
  178.       object GroupBox2: TGroupBox
  179.         Left = 8
  180.         Top = 8
  181.         Width = 353
  182.         Height = 105
  183.         Caption = '∩┐╜∩┐╜╨í'
  184.         TabOrder = 0
  185.         object Edit1: TEdit
  186.           Left = 24
  187.           Top = 24
  188.           Width = 121
  189.           Height = 20
  190.           TabOrder = 0
  191.         end
  192.         object Edit2: TEdit
  193.           Left = 24
  194.           Top = 64
  195.           Width = 121
  196.           Height = 20
  197.           TabOrder = 1
  198.         end
  199.         object ListBox1: TListBox
  200.           Left = 184
  201.           Top = 24
  202.           Width = 121
  203.           Height = 57
  204.           ItemHeight = 12
  205.           Items.Strings = (
  206.             '∩┐╜∩┐╜∩┐╜∩┐╜'
  207.             '∩┐╜∩┐╜∩┐╜∩┐╜'
  208.             '∩┐╜∩┐╜∩┐╜∩┐╜'
  209.             '╨í∩┐╜∩┐╜')
  210.           TabOrder = 2
  211.           OnClick = ListBox1Click
  212.         end
  213.       end
  214.       object GroupBox3: TGroupBox
  215.         Left = 8
  216.         Top = 120
  217.         Width = 353
  218.         Height = 105
  219.         Caption = '╩▒∩┐╜∩┐╜(∩┐╜∩┐╜/∩┐╜∩┐╜/∩┐╜∩┐╜)'
  220.         TabOrder = 1
  221.         object ListBox2: TListBox
  222.           Left = 184
  223.           Top = 24
  224.           Width = 121
  225.           Height = 57
  226.           ItemHeight = 12
  227.           Items.Strings = (
  228.             '∩┐╜∩┐╜∩┐╜∩┐╜'
  229.             '∩┐╜∩┐╜∩┐╜∩┐╜'
  230.             '∩┐╜∩┐╜∩┐╜∩┐╜'
  231.             '∩┐╜∩┐╜∩┐╜∩┐╜')
  232.           TabOrder = 0
  233.           OnClick = ListBox2Click
  234.         end
  235.         object Edit4: TEdit
  236.           Left = 24
  237.           Top = 64
  238.           Width = 121
  239.           Height = 20
  240.           TabOrder = 1
  241.         end
  242.         object Edit3: TEdit
  243.           Left = 24
  244.           Top = 24
  245.           Width = 121
  246.           Height = 20
  247.           TabOrder = 2
  248.         end
  249.       end
  250.     end
  251.   end
  252. end
  253.