home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2002 October
/
Chip_2002-10_cd1.bin
/
zkuste
/
delphi
/
kolekce
/
d56
/
FLEXCEL.ZIP
/
BiffEdit
/
USearchDialog.dfm
< prev
next >
Wrap
Text File
|
2002-04-27
|
4KB
|
216 lines
object SearchDialog: TSearchDialog
Left = 350
Top = 194
ActiveControl = IdName
BorderStyle = bsDialog
Caption = 'Search for:'
ClientHeight = 256
ClientWidth = 349
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 216
Top = 8
Width = 12
Height = 13
Caption = '&Id:'
FocusControl = Id
end
object Label2: TLabel
Left = 40
Top = 8
Width = 43
Height = 13
Caption = 'Id &Name:'
FocusControl = IdName
end
object Bevel2: TBevel
Left = 8
Top = 216
Width = 329
Height = 25
Shape = bsTopLine
end
object Shape1: TShape
Left = 16
Top = 27
Width = 17
Height = 17
Brush.Color = clGreen
Shape = stRoundSquare
end
object Label4: TLabel
Left = 40
Top = 56
Width = 43
Height = 13
Caption = 'Id &Name:'
FocusControl = Edit1
end
object Label5: TLabel
Left = 216
Top = 56
Width = 12
Height = 13
Caption = '&Id:'
FocusControl = Edit2
end
object Shape2: TShape
Left = 16
Top = 75
Width = 17
Height = 17
Brush.Color = clGray
Shape = stRoundSquare
end
object Shape3: TShape
Left = 16
Top = 123
Width = 17
Height = 17
Brush.Color = clTeal
Shape = stRoundSquare
end
object Label6: TLabel
Left = 40
Top = 104
Width = 43
Height = 13
Caption = 'Id &Name:'
FocusControl = Edit3
end
object Label7: TLabel
Left = 216
Top = 104
Width = 12
Height = 13
Caption = '&Id:'
FocusControl = Edit4
end
object Shape4: TShape
Left = 16
Top = 171
Width = 17
Height = 17
Brush.Color = clOlive
Shape = stRoundSquare
end
object Label8: TLabel
Left = 40
Top = 152
Width = 43
Height = 13
Caption = 'Id &Name:'
FocusControl = Edit5
end
object Label9: TLabel
Left = 216
Top = 152
Width = 12
Height = 13
Caption = '&Id:'
FocusControl = Edit6
end
object Label3: TLabel
Left = 192
Top = 32
Width = 11
Height = 13
Caption = 'Or'
end
object Label10: TLabel
Left = 192
Top = 80
Width = 11
Height = 13
Caption = 'Or'
end
object Label11: TLabel
Left = 192
Top = 128
Width = 11
Height = 13
Caption = 'Or'
end
object Label12: TLabel
Left = 192
Top = 176
Width = 11
Height = 13
Caption = 'Or'
end
object BitBtn1: TBitBtn
Left = 137
Top = 224
Width = 75
Height = 25
TabOrder = 8
Kind = bkOK
end
object Id: TEdit
Left = 216
Top = 24
Width = 121
Height = 21
TabOrder = 1
end
object IdName: TEdit
Left = 40
Top = 24
Width = 145
Height = 21
TabOrder = 0
Text = 'BOF'
end
object Edit1: TEdit
Left = 40
Top = 72
Width = 145
Height = 21
TabOrder = 2
Text = 'EOF'
end
object Edit2: TEdit
Left = 216
Top = 72
Width = 121
Height = 21
TabOrder = 3
end
object Edit3: TEdit
Left = 40
Top = 120
Width = 145
Height = 21
TabOrder = 4
end
object Edit4: TEdit
Left = 216
Top = 120
Width = 121
Height = 21
TabOrder = 5
end
object Edit5: TEdit
Left = 40
Top = 168
Width = 145
Height = 21
TabOrder = 6
end
object Edit6: TEdit
Left = 216
Top = 168
Width = 121
Height = 21
TabOrder = 7
end
end