1object RepositoryDetailsFrm: TRepositoryDetailsFrm
2  Left = 389
3  Height = 315
4  Top = 243
5  Width = 398
6  Anchors = [akTop, akLeft, akBottom]
7  Caption = 'Repository details'
8  ClientHeight = 315
9  ClientWidth = 398
10  Constraints.MinHeight = 315
11  Constraints.MinWidth = 300
12  OnCreate = FormCreate
13  PopupMode = pmExplicit
14  Position = poOwnerFormCenter
15  LCLVersion = '1.9.0.0'
16  object pnButtons: TPanel
17    Left = 0
18    Height = 35
19    Top = 280
20    Width = 398
21    Align = alBottom
22    BevelOuter = bvNone
23    ClientHeight = 35
24    ClientWidth = 398
25    TabOrder = 3
26    object bOk: TButton
27      Left = 228
28      Height = 25
29      Top = 4
30      Width = 75
31      Anchors = [akTop, akRight]
32      Caption = 'Ok'
33      OnClick = bOkClick
34      ParentShowHint = False
35      ShowHint = True
36      TabOrder = 0
37    end
38    object bCancel: TButton
39      Left = 305
40      Height = 25
41      Top = 4
42      Width = 75
43      Anchors = [akTop, akRight]
44      Caption = 'Cancel'
45      ModalResult = 2
46      ParentShowHint = False
47      ShowHint = True
48      TabOrder = 1
49    end
50  end
51  object lbName: TLabel
52    Left = 19
53    Height = 21
54    Top = 13
55    Width = 108
56    Caption = 'Repository name'
57    ParentColor = False
58  end
59  object edName: TEdit
60    Left = 19
61    Height = 31
62    Top = 31
63    Width = 357
64    Anchors = [akTop, akLeft, akRight]
65    ParentShowHint = False
66    ShowHint = True
67    TabOrder = 0
68  end
69  object lbAddress: TLabel
70    Left = 19
71    Height = 21
72    Top = 69
73    Width = 125
74    Caption = 'Repository address'
75    ParentColor = False
76  end
77  object edAddress: TEdit
78    Left = 18
79    Height = 31
80    Top = 87
81    Width = 358
82    Anchors = [akTop, akLeft, akRight]
83    OnChange = edAddressChange
84    ParentShowHint = False
85    ShowHint = True
86    TabOrder = 1
87  end
88  object lbDescription: TLabel
89    Left = 19
90    Height = 21
91    Top = 130
92    Width = 146
93    Caption = 'Repository description'
94    ParentColor = False
95  end
96  object mDescription: TMemo
97    Left = 19
98    Height = 108
99    Top = 148
100    Width = 357
101    Anchors = [akTop, akLeft, akRight, akBottom]
102    ParentShowHint = False
103    ShowHint = True
104    TabOrder = 2
105  end
106  object lbOF2: TLabel
107    Left = 377
108    Height = 21
109    Top = 36
110    Width = 8
111    Anchors = [akTop, akRight]
112    Caption = '*'
113    Font.Color = clRed
114    Font.Style = [fsBold]
115    ParentColor = False
116    ParentFont = False
117  end
118  object SDRep: TSaveDialog
119    DefaultExt = '.opmrep'
120    Filter = '*.opmrep|*.opmrep'
121    Options = [ofOverwritePrompt, ofEnableSizing, ofViewDetail]
122    left = 16
123    top = 264
124  end
125end
126