root/trunk/contrib/dbcEditer/SearchFrm.dfm @ 2

Revision 2, 1.1 kB (checked in by yumileroy, 17 years ago)

[svn] * Proper SVN structure

Original author: Neo2003
Date: 2008-10-02 16:23:55-05:00

Line 
1object FrmSearch: TFrmSearch
2  Left = 261
3  Top = 194
4  Width = 324
5  Height = 215
6  Caption = 'Seach F3 Seach Next'
7  Color = clBtnFace
8  Font.Charset = DEFAULT_CHARSET
9  Font.Color = clWindowText
10  Font.Height = -11
11  Font.Name = 'MS Sans Serif'
12  Font.Style = []
13  OldCreateOrder = False
14  PixelsPerInch = 96
15  TextHeight = 13
16  object lbseach: TLabel
17    Left = 48
18    Top = 16
19    Width = 57
20    Height = 17
21    AutoSize = False
22    Caption = 'Input:'
23  end
24  object rgSI: TRadioGroup
25    Left = 64
26    Top = 40
27    Width = 185
28    Height = 97
29    Caption = 'Seach Dir'
30    ItemIndex = 1
31    Items.Strings = (
32      'Seach up'
33      'Seach down'
34      'Seach up Current rol'
35      'Seach down Current rol')
36    TabOrder = 0
37  end
38  object edSeach: TEdit
39    Left = 120
40    Top = 16
41    Width = 121
42    Height = 21
43    TabOrder = 1
44  end
45  object btOk: TButton
46    Left = 64
47    Top = 152
48    Width = 75
49    Height = 25
50    Caption = 'Ok'
51    TabOrder = 2
52    OnClick = btOkClick
53  end
54  object btCancel: TButton
55    Left = 176
56    Top = 152
57    Width = 75
58    Height = 25
59    Caption = 'Cancel'
60    TabOrder = 3
61    OnClick = btCancelClick
62  end
63end
Note: See TracBrowser for help on using the browser.