-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathProjectEditorCommit.dfm
More file actions
113 lines (113 loc) · 3.48 KB
/
ProjectEditorCommit.dfm
File metadata and controls
113 lines (113 loc) · 3.48 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
object ProjectEditorCommitForm: TProjectEditorCommitForm
Left = 434
Top = 388
BorderStyle = bsDialog
ClientHeight = 300
ClientWidth = 459
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object DisplayName: TLabeledEdit
Left = 56
Top = 40
Width = 353
Height = 21
EditLabel.Width = 68
EditLabel.Height = 13
EditLabel.Caption = 'Display Name:'
TabOrder = 0
end
object Path: TLabeledEdit
Left = 56
Top = 88
Width = 321
Height = 21
EditLabel.Width = 85
EditLabel.Height = 13
EditLabel.Caption = 'Path to search in:'
TabOrder = 1
end
object BtnOK: TBitBtn
Left = 152
Top = 232
Width = 105
Height = 33
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 5
Glyph.Data = {
96010000424D9601000000000000760000002800000018000000180000000100
04000000000020010000130B0000130B00001000000000000000046604000C7C
10001EB6340041CE67001C9830002FC54F0059E3890017AC270034B24C00FC02
FC00178F24004FD977002CB2470024AA3A0038BE580024A23400999999999999
9999999999999999999999999999999999999999999999999999999999999999
9999999999999999999999999999099999999999999999999990F09999999999
99999999990D7C09999999999999999990D277D099999999999999990452277D
09999999999999904355D0C7D09999999999990ABB3C09027D09999999999906
6BE09990A7D09999999999086E099999907D0999999999903099999999077099
9999999909999999999017099999999999999999999990A09999999999999999
9999990109999999999999999999999900999999999999999999999999099999
9999999999999999999999999999999999999999999999999999999999999999
9999999999999999999999999999999999999999999999999999}
end
object BtnCancel: TBitBtn
Left = 304
Top = 232
Width = 105
Height = 33
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 6
Glyph.Data = {
96010000424D9601000000000000760000002800000018000000180000000100
04000000000020010000130B0000130B0000100000000000000004029C00FC02
FC001343FA003461F900204FFB000424EA001C42ED000733F7002C4FE4004172
FC00143AEC00052CF7001E48F7002D59F7003967FA002457FC00111111111111
1111111111111111111111111111111111111111111111111111111111111111
1001111111111001111111110270111111110BB011111110C22B01111110577B
011111102C227011110B7B7501111111064C270110B77750111111111064CCA0
0BBB75011111111111064CCA77B750111111111111106422A77B011111111111
11110C2222701111111111111111044C22A01111111111111110DF44444A0111
11111111110D3DDCCF44601111111111103E3E400CF44601111111110E9EE801
106F446011111110999980111106D44C011111109998011111106DFC01111111
09D0111111110C40111111111001111111111001111111111111111111111111
1111111111111111111111111111111111111111111111111111}
end
object FilterDefault: TCheckBox
Left = 56
Top = 120
Width = 353
Height = 17
ParentShowHint = False
ShowHint = True
TabOrder = 3
WordWrap = True
end
object Filters: TLabeledEdit
Left = 56
Top = 168
Width = 353
Height = 21
EditLabel.Width = 275
EditLabel.Height = 13
EditLabel.Caption = 'Additionnal Filters separated by "," ("*.doc,*.rtf,*.emf"):'
TabOrder = 4
end
object BtnPath: TButton
Left = 384
Top = 88
Width = 25
Height = 21
Caption = '...'
TabOrder = 2
OnClick = BtnPathClick
end
end