initial commit from lost SVN repo
This commit is contained in:
139
spackgui/frmreposettings.lfm
Normal file
139
spackgui/frmreposettings.lfm
Normal file
@@ -0,0 +1,139 @@
|
||||
object fRepoSettings: TfRepoSettings
|
||||
Left = 4349
|
||||
Height = 304
|
||||
Top = 724
|
||||
Width = 722
|
||||
BorderIcons = [biSystemMenu, biMaximize]
|
||||
Caption = 'Repositories configuration'
|
||||
ClientHeight = 304
|
||||
ClientWidth = 722
|
||||
Constraints.MinHeight = 259
|
||||
Constraints.MinWidth = 434
|
||||
DesignTimePPI = 108
|
||||
OnClose = FormClose
|
||||
OnCloseQuery = FormCloseQuery
|
||||
OnCreate = FormCreate
|
||||
OnShow = FormShow
|
||||
Position = poMainFormCenter
|
||||
LCLVersion = '1.9.0.0'
|
||||
object btnCancel: TBitBtn
|
||||
Tag = 23
|
||||
Left = 587
|
||||
Height = 34
|
||||
Top = 259
|
||||
Width = 120
|
||||
Anchors = [akRight, akBottom]
|
||||
Cancel = True
|
||||
Caption = 'Cancel'
|
||||
ModalResult = 2
|
||||
ParentFont = False
|
||||
TabOrder = 0
|
||||
end
|
||||
object btnOk: TBitBtn
|
||||
Tag = 22
|
||||
Left = 454
|
||||
Height = 34
|
||||
Top = 259
|
||||
Width = 120
|
||||
Anchors = [akRight, akBottom]
|
||||
Caption = 'OK'
|
||||
Default = True
|
||||
ModalResult = 1
|
||||
OnClick = btnOkClick
|
||||
ParentFont = False
|
||||
TabOrder = 1
|
||||
end
|
||||
object lvRepoList: TListView
|
||||
Left = 9
|
||||
Height = 175
|
||||
Top = 32
|
||||
Width = 565
|
||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||
Columns = <
|
||||
item
|
||||
Caption = 'Name'
|
||||
Width = 112
|
||||
end
|
||||
item
|
||||
AutoSize = True
|
||||
Caption = 'Address'
|
||||
Width = 112
|
||||
end
|
||||
item
|
||||
Caption = 'Description'
|
||||
Width = 374
|
||||
end>
|
||||
ParentFont = False
|
||||
TabOrder = 2
|
||||
ViewStyle = vsReport
|
||||
OnClick = lvRepoListClick
|
||||
end
|
||||
object lbList: TLabel
|
||||
Left = 9
|
||||
Height = 20
|
||||
Top = 9
|
||||
Width = 177
|
||||
Caption = '&List configured repositories:'
|
||||
ParentColor = False
|
||||
ParentFont = False
|
||||
end
|
||||
object btnAdd: TBitBtn
|
||||
Tag = -1
|
||||
Left = 587
|
||||
Height = 34
|
||||
Top = 32
|
||||
Width = 120
|
||||
Anchors = [akTop, akRight]
|
||||
Caption = '&New...'
|
||||
OnClick = btnAddClick
|
||||
ParentFont = False
|
||||
TabOrder = 3
|
||||
end
|
||||
object btnChange: TBitBtn
|
||||
Tag = -1
|
||||
Left = 587
|
||||
Height = 34
|
||||
Top = 77
|
||||
Width = 120
|
||||
Anchors = [akTop, akRight]
|
||||
Caption = '&Change...'
|
||||
OnClick = btnChangeClick
|
||||
ParentFont = False
|
||||
TabOrder = 4
|
||||
end
|
||||
object btnDelete: TBitBtn
|
||||
Tag = -1
|
||||
Left = 587
|
||||
Height = 34
|
||||
Top = 122
|
||||
Width = 120
|
||||
Anchors = [akTop, akRight]
|
||||
Caption = '&Remove'
|
||||
OnClick = btnDeleteClick
|
||||
ParentFont = False
|
||||
TabOrder = 5
|
||||
end
|
||||
object lbDefaultRepo: TLabel
|
||||
Left = 18
|
||||
Height = 20
|
||||
Top = 223
|
||||
Width = 117
|
||||
Anchors = [akLeft, akBottom]
|
||||
Caption = '&Default repository:'
|
||||
FocusControl = cbDefaultRepo
|
||||
ParentColor = False
|
||||
ParentFont = False
|
||||
end
|
||||
object cbDefaultRepo: TComboBox
|
||||
Left = 162
|
||||
Height = 34
|
||||
Top = 216
|
||||
Width = 412
|
||||
Anchors = [akLeft, akRight, akBottom]
|
||||
ItemHeight = 20
|
||||
OnChange = cbDefaultRepoChange
|
||||
ParentFont = False
|
||||
Style = csDropDownList
|
||||
TabOrder = 6
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user