-
Notifications
You must be signed in to change notification settings - Fork 2
/
UnitMain.dfm
251 lines (251 loc) · 5.58 KB
/
UnitMain.dfm
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
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
object MainForm: TMainForm
Left = 947
Top = 436
BorderIcons = [biSystemMenu]
Caption = 'Writing Tools'
ClientHeight = 300
ClientWidth = 480
Color = clBtnFace
TransparentColorValue = clBtnFace
Enabled = False
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Segoe UI'
Font.Style = []
Position = poScreenCenter
OnCreate = FormCreate
OnDestroy = FormDestroy
OnPaint = FormPaint
TextHeight = 15
object Panel2: TPanel
Left = 0
Top = 265
Width = 480
Height = 35
Align = alBottom
BevelOuter = bvNone
ShowCaption = False
TabOrder = 0
ExplicitTop = 257
ExplicitWidth = 478
object Panel1: TPanel
Left = 0
Top = 0
Width = 480
Height = 35
Align = alClient
BevelOuter = bvNone
TabOrder = 0
ExplicitWidth = 478
object LabelStatus: TLabel
AlignWithMargins = True
Left = 3
Top = 3
Width = 393
Height = 21
Align = alClient
Caption = 'LabelStatus'
Enabled = False
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Segoe UI'
Font.Style = []
ParentFont = False
ExplicitWidth = 60
ExplicitHeight = 15
end
object ActivityIndicator: TProgressBar
AlignWithMargins = True
Left = 3
Top = 30
Width = 474
Height = 2
Align = alBottom
Smooth = True
Style = pbstMarquee
TabOrder = 0
ExplicitWidth = 472
end
object ButtonClear: TButton
AlignWithMargins = True
Left = 402
Top = 3
Width = 75
Height = 21
Align = alRight
Caption = 'Clear'
TabOrder = 1
Visible = False
ExplicitLeft = 400
end
end
end
object EditCustomPrompt: TEdit
AlignWithMargins = True
Left = 3
Top = 3
Width = 474
Height = 23
Align = alTop
BevelInner = bvNone
BevelOuter = bvNone
TabOrder = 1
TextHint = '(Custom command)'
ExplicitWidth = 472
end
object CardPanel: TCardPanel
AlignWithMargins = True
Left = 3
Top = 32
Width = 474
Height = 230
Align = alClient
ActiveCard = Card3
BevelOuter = bvNone
Caption = 'CardPanel'
TabOrder = 2
ExplicitWidth = 472
ExplicitHeight = 222
object Card1: TCard
Left = 0
Top = 0
Width = 474
Height = 230
Caption = 'Card1'
CardIndex = 0
TabOrder = 0
object GridActions: TGridPanel
AlignWithMargins = True
Left = 3
Top = 3
Width = 468
Height = 224
Align = alClient
BevelOuter = bvNone
Caption = 'GridActions'
ColumnCollection = <
item
Value = 50.000000000000000000
end
item
Value = 50.000000000000000000
end>
ControlCollection = <>
Padding.Left = 15
Padding.Top = 5
Padding.Right = 15
Padding.Bottom = 5
RowCollection = <
item
Value = 50.000000000000000000
end
item
Value = 50.000000000000000000
end>
ShowCaption = False
TabOrder = 0
end
end
object Card2: TCard
Left = 0
Top = 0
Width = 474
Height = 230
Caption = 'Press Ctrl+B to abort'
CardIndex = 1
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -24
Font.Name = 'Segoe UI'
Font.Style = []
ParentFont = False
ShowCaption = True
TabOrder = 1
end
object Card3: TCard
Left = 0
Top = 0
Width = 474
Height = 230
Caption = 'Card3'
CardIndex = 2
TabOrder = 2
ExplicitWidth = 472
ExplicitHeight = 222
object BrowserForChat: TEdgeBrowser
Left = 0
Top = 0
Width = 474
Height = 230
Align = alClient
TabOrder = 0
AllowSingleSignOnUsingOSPrimaryAccount = False
TargetCompatibleBrowserVersion = '117.0.2045.28'
UserDataFolder = '%LOCALAPPDATA%\bds.exe.WebView2'
ExplicitWidth = 472
ExplicitHeight = 222
end
end
object Card4: TCard
Left = 0
Top = 0
Width = 474
Height = 230
Caption = 'Card4'
CardIndex = 3
TabOrder = 3
object BrowserForShow: TEdgeBrowser
Left = 0
Top = 0
Width = 474
Height = 230
Align = alClient
TabOrder = 0
AllowSingleSignOnUsingOSPrimaryAccount = False
TargetCompatibleBrowserVersion = '117.0.2045.28'
UserDataFolder = '%LOCALAPPDATA%\bds.exe.WebView2'
end
end
end
object TrayIcon1: TTrayIcon
PopupMenu = PopupMenu1
Visible = True
Left = 32
Top = 88
end
object PopupMenu1: TPopupMenu
Left = 32
Top = 149
object Show1: TMenuItem
Caption = 'Show'
OnClick = Show1Click
end
object About1: TMenuItem
Caption = 'About ...'
OnClick = About1Click
end
object N1: TMenuItem
Caption = '-'
end
object Exit1: TMenuItem
Caption = 'Exit'
OnClick = Exit1Click
end
end
object ActionList1: TActionList
Left = 35
Top = 40
object ActionAbortGeneration: TAction
Caption = 'ActionAbortGeneration'
ShortCut = 16450
OnExecute = ActionAbortGenerationExecute
end
object ActionHide: TAction
Caption = 'ActionHide'
ShortCut = 27
OnExecute = ActionHideExecute
end
end
end