home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 24 / PC Gamer IT CD 24 2-2.iso / VARIE / smartadd / INSTALL.EXE / SMARTADR.EXE / 0 / RCDATA / TFINDDLG / TFINDDLG.txt
Encoding:
Text File  |  1997-04-15  |  5.6 KB  |  188 lines

  1. object FindDlg: TFindDlg
  2.   Left = 10
  3.   Top = 121
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Find Entry with Text'
  7.   ClientHeight = 128
  8.   ClientWidth = 471
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PixelsPerInch = 120
  14.   Scaled = False
  15.   TextHeight = 16
  16.   object Panel1: TPanel
  17.     Left = 0
  18.     Top = 0
  19.     Width = 471
  20.     Height = 128
  21.     Align = alClient
  22.     BevelOuter = bvNone
  23.     TabOrder = 0
  24.     object Label1: TLabel
  25.       Left = 8
  26.       Top = 16
  27.       Width = 80
  28.       Height = 16
  29.       AutoSize = False
  30.       Caption = 'Fi&nd what:'
  31.       FocusControl = Edit1
  32.       Font.Color = clBlack
  33.       Font.Height = -13
  34.       Font.Name = 'MS Sans Serif'
  35.       Font.Style = []
  36.       ParentFont = False
  37.     end
  38.     object ODSHelp: TSpeedButton
  39.       Left = 360
  40.       Top = 87
  41.       Width = 105
  42.       Height = 30
  43.       Caption = 'Help'
  44.       Glyph.Data = {
  45.         06020000424D0602000000000000760000002800000028000000140000000100
  46.         0400000000009001000000000000000000000000000010000000000000000000
  47.         80000080000000808000800000008000800080800000C0C0C000808080000000
  48.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  49.         7777777777777777777777777777777777777777777777777777777777777777
  50.         777777777778887777777777777777777777777777777777778AA87777777777
  51.         777777788777777777777777778AA87777777777777777788777777777777777
  52.         78AA87774447777777777788777788877777778878AA87774447777777877788
  53.         777788877777778A8AA877777777777777887887777777777777778AAAA87777
  54.         4487777777888887777788777777778AAAAAA877448777777788888888778877
  55.         7777778AAAAA87777447777777888888877778877777778AAAA8777777448777
  56.         77888888777777887777778AAA8778447784487777888887778877788777778A
  57.         A87774487774447777888877788777788877778A877774487774447777888777
  58.         7887777888777788777777447784487777887777778877788777778777777774
  59.         4444877777877777777888887777777777777777777777777777777777777777
  60.         7777777777777777777777777777777777777777777777777777777777777777
  61.         77777777777777777777}
  62.       NumGlyphs = 2
  63.       OnClick = ODSHelpClick
  64.     end
  65.     object Match: TCheckBox
  66.       Left = 8
  67.       Top = 87
  68.       Width = 193
  69.       Height = 17
  70.       Caption = 'Match &case'
  71.       TabOrder = 1
  72.     end
  73.     object Whole: TCheckBox
  74.       Left = 8
  75.       Top = 60
  76.       Width = 193
  77.       Height = 17
  78.       Caption = 'Match &whole word only'
  79.       TabOrder = 2
  80.     end
  81.     object Edit1: TEdit
  82.       Left = 91
  83.       Top = 12
  84.       Width = 250
  85.       Height = 24
  86.       TabOrder = 0
  87.       Text = 'Edit1'
  88.     end
  89.     object Direction: TGroupBox
  90.       Left = 208
  91.       Top = 54
  92.       Width = 137
  93.       Height = 57
  94.       Caption = 'Direction'
  95.       TabOrder = 3
  96.       object D_Up: TRadioButton
  97.         Left = 8
  98.         Top = 24
  99.         Width = 57
  100.         Height = 17
  101.         Caption = '&Up'
  102.         TabOrder = 0
  103.       end
  104.       object D_Down: TRadioButton
  105.         Left = 69
  106.         Top = 24
  107.         Width = 62
  108.         Height = 17
  109.         Caption = '&Down'
  110.         Checked = True
  111.         TabOrder = 1
  112.         TabStop = True
  113.       end
  114.     end
  115.     object CancelBtn: TButton
  116.       Left = 360
  117.       Top = 47
  118.       Width = 105
  119.       Height = 30
  120.       Cancel = True
  121.       Caption = 'Cancel'
  122.       ModalResult = 2
  123.       TabOrder = 5
  124.     end
  125.     object OKBtn: TButton
  126.       Left = 359
  127.       Top = 7
  128.       Width = 106
  129.       Height = 30
  130.       Caption = '&Find Next'
  131.       Default = True
  132.       ModalResult = 1
  133.       TabOrder = 4
  134.       OnClick = OKBtnClick
  135.     end
  136.   end
  137.   object ODSHelp1: TODSHelp
  138.     HelpText.Strings = (
  139.       'CancelBtn'
  140.       'D_Down'
  141.       'D_Up'
  142.       'Direction'
  143.       'Edit1'
  144.       'Label1'
  145.       'Match'
  146.       'ODSHelp'
  147.       'ODSHelp1'
  148.       'OKBtn'
  149.       'Panel1'
  150.       'Whole')
  151.     HelpText.HelpData = {
  152.       0C00010000000001000000000100000000010000000001000000000100000000
  153.       0100000000010000000001000000000100000000010000000001000000000100
  154.       0000000100000000010000000001000000000100000000010000000001000000
  155.       000100000000010000710254686973206469616C6F67756520616C6C6F777320
  156.       74686520656E74726965732077697468696E207468652063757272656E742049
  157.       6E646578204C69737420746F20626520736561726368656420666F7220612073
  158.       7065636966696564207465787420737472696E672E0D0A0D0A446570656E6469
  159.       6E67206F6E2074686520646972656374696F6E2063686F73656E2C20536D6172
  160.       7420416464726573732077696C6C2073656172636820616C6C20656E74726965
  161.       732C2066726F6D207468652063757272656E746C7920646973706C6179656420
  162.       656E7472792C20756E74696C2069742066696E6473206F6E6520746861742063
  163.       6F6E7461696E732074686520737065636966696564207465787420696E20616E
  164.       79206F662069749273206669656C64732E200D0A0D0A4F6E636520666F756E64
  165.       2C20536D61727420416464726573732077696C6C2073656C6563742074686174
  166.       20656E74727920616E6420646973706C61792069742E204966206E6F20656E74
  167.       7269657320636F6E7461696E207468652073706563696669656420746578742C
  168.       207468656E20616E206572726F72206D6573736167652077696C6C2062652064
  169.       6973706C6179656420696E6469636174696E6720746869732E0D0A0D0A546869
  170.       73206469616C6F677565206F6E6C792070726F766964657320612073696D706C
  171.       652066696E6420666163696C6974792C2069662061206D6F726520636F6D706C
  172.       6578206F7220636F6D706C657465207365617263682069732072657175697265
  173.       642C207468656E207468652053656172636820636F6D6D616E64206F66207468
  174.       652056696577204D656E752073686F756C6420626520757365642E0001120000
  175.       0001000000000100000000}
  176.     Color = 15269887
  177.     Font.Color = clWindowText
  178.     Font.Height = -11
  179.     Font.Name = 'MS Sans Serif'
  180.     Font.Style = []
  181.     ParentFont = True
  182.     MaxWidth = 300
  183.     MoreText = 'More Information...'
  184.     Left = 440
  185.     Top = 88
  186.   end
  187. end
  188.