home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 February
/
Chip_2003-02_cd1.bin
/
zkuste
/
delphi
/
kompon
/
d34567
/
KADAO77.ZIP
/
MasterDetailFormUnit.dfm
/
MasterDetailFormUnit.txt
Wrap
Text File
|
2000-06-04
|
3KB
|
131 lines
object MasterDetailForm: TMasterDetailForm
Left = 462
Top = 275
ActiveControl = ListBox1
BorderStyle = bsDialog
Caption = 'Field Link Designer'
ClientHeight = 337
ClientWidth = 412
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object GroupBox1: TGroupBox
Left = 8
Top = 1
Width = 395
Height = 297
TabOrder = 0
object Label1: TLabel
Left = 9
Top = 14
Width = 57
Height = 13
Caption = 'D&etail Fields'
FocusControl = ListBox1
end
object Label2: TLabel
Left = 233
Top = 14
Width = 62
Height = 13
Caption = '&Master Fields'
FocusControl = ListBox2
end
object Label3: TLabel
Left = 9
Top = 192
Width = 61
Height = 13
Caption = '&Joined Fields'
FocusControl = ListBox3
end
object ListBox1: TListBox
Left = 9
Top = 30
Width = 153
Height = 147
IntegralHeight = True
ItemHeight = 13
Sorted = True
TabOrder = 0
OnClick = ListBox1Click
end
object Button1: TButton
Left = 168
Top = 30
Width = 58
Height = 25
Caption = '&Add'
Enabled = False
TabOrder = 1
OnClick = Button1Click
end
object ListBox2: TListBox
Left = 233
Top = 30
Width = 153
Height = 147
IntegralHeight = True
ItemHeight = 13
Sorted = True
TabOrder = 2
OnClick = ListBox2Click
end
object ListBox3: TListBox
Left = 9
Top = 208
Width = 297
Height = 82
IntegralHeight = True
ItemHeight = 13
TabOrder = 3
OnClick = ListBox3Click
end
object Button2: TButton
Left = 311
Top = 208
Width = 75
Height = 25
Caption = '&Delete'
Enabled = False
TabOrder = 4
OnClick = Button2Click
end
object Button3: TButton
Left = 311
Top = 238
Width = 75
Height = 25
Caption = '&Clear'
TabOrder = 5
OnClick = Button3Click
end
end
object Button4: TButton
Left = 328
Top = 304
Width = 75
Height = 25
Caption = 'Ok'
Default = True
Enabled = False
TabOrder = 1
OnClick = Button4Click
end
object Button5: TButton
Left = 249
Top = 304
Width = 75
Height = 25
Cancel = True
Caption = 'Cancel'
TabOrder = 2
OnClick = Button5Click
end
end