-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathForm1.frm.tbform
More file actions
151 lines (151 loc) · 4.13 KB
/
Form1.frm.tbform
File metadata and controls
151 lines (151 loc) · 4.13 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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
[
{
"StartUpPosition": 2,
"ScaleWidth": 559,
"ScaleMode": 3,
"ScaleHeight": 363,
"LinkTopic": "Form1",
"FontStrikethru": 0,
"FontItalic": 0,
"FontUnderline": 0,
"FontBold":false,
"FontCharset": 0,
"FontSize": 8.25,
"FontName": "Segoe UI",
"ClientWidth": 8385,
"ClientTop": 450,
"ClientLeft": 120,
"ClientHeight": 5445,
"Caption": "IExplorerBrowser Custom Folder",
"_clsid": "{33AD4F38-6699-11CF-B70C-00AA0060D393}",
"FormDesignerId": "{6BA3CD84-3010-49A6-89FF-666F59A3862F}",
"Width":559,
"Height":363,
"Name":"Form1",
"_children": [ {
"Width":245,
"Top":9,
"TabIndex": 0,
"Left":5,
"Height":13,
"Caption": "First, set up a search to gather a custom file set:",
"BackStyle": 0,
"AutoSize": -1,
"FontName": "Segoe UI",
"FontSize": 8.25,
"FontBold":false,
"FontUnderline": 0,
"FontItalic": 0,
"FontStrikethru": 0,
"_clsid": "{33AD4ED8-6699-11CF-B70C-00AA0060D393}",
"_className": "Label",
"Name":"Label1"
},
{
"Width":10,
"Top":27,
"TabIndex": 3,
"Left":111,
"Height":13,
"Caption": "in",
"BackStyle": 0,
"AutoSize": -1,
"FontName": "Segoe UI",
"FontSize": 8.25,
"FontBold":false,
"FontUnderline": 0,
"FontItalic": 0,
"FontStrikethru": 0,
"_clsid": "{33AD4ED8-6699-11CF-B70C-00AA0060D393}",
"_className": "Label",
"Name":"Label2"
},
{
"Width":383,
"Top":47,
"TabIndex": 5,
"Left":2,
"Height":13,
"Caption": "When ready, click 'Run' and the results will be displayed as a single folder.",
"BackStyle": 0,
"AutoSize": -1,
"FontName": "Segoe UI",
"FontSize": 8.25,
"FontBold":false,
"FontUnderline": 0,
"FontItalic": 0,
"FontStrikethru": 0,
"_clsid": "{33AD4ED8-6699-11CF-B70C-00AA0060D393}",
"_className": "Label",
"Name":"Label3"
},
{
"Width":186,
"Top":27,
"TabIndex": 1,
"Left":130,
"Height":19,
"FontName": "Segoe UI",
"FontSize": 8.25,
"FontBold":false,
"FontUnderline": 0,
"FontItalic": 0,
"FontStrikethru": 0,
"_clsid": "{33AD4EE0-6699-11CF-B70C-00AA0060D393}",
"_className": "TextBox",
"Name":"Text1"
},
{
"Width":104,
"Top":27,
"Text": "*.docx;*.pdf;*.jpg",
"TabIndex": 2,
"Left":4,
"Height":19,
"FontName": "Segoe UI",
"FontSize": 8.25,
"FontBold":false,
"FontUnderline": 0,
"FontItalic": 0,
"FontStrikethru": 0,
"_clsid": "{33AD4EE0-6699-11CF-B70C-00AA0060D393}",
"_className": "TextBox",
"Name":"Text2"
},
{
"Width":66,
"Top":65,
"TabIndex": 4,
"Left":3,
"Height":24,
"Caption": "Run",
"FontName": "Segoe UI",
"FontSize": 8.25,
"FontBold":false,
"FontUnderline": 0,
"FontItalic": 0,
"FontStrikethru": 0,
"_clsid": "{33AD4EF0-6699-11CF-B70C-00AA0060D393}",
"_className": "CommandButton",
"Name":"Command1"
},
{
"Width":551,
"Top":91,
"TabIndex": 6,
"Left":5,
"Height":264,
"Caption": "Results",
"FontName": "Segoe UI",
"FontSize": 8.25,
"FontBold":false,
"FontUnderline": 0,
"FontItalic": 0,
"FontStrikethru": 0,
"_clsid": "{33AD4EE8-6699-11CF-B70C-00AA0060D393}",
"_className": "Frame",
"Name":"Frame1"
}
]
}
]