-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathboardtestunit.lfm
83 lines (83 loc) · 1.99 KB
/
boardtestunit.lfm
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
object BoardTestForm: TBoardTestForm
Left = 757
Height = 393
Top = 577
Width = 823
Caption = 'Schaltung testen'
ClientHeight = 373
ClientWidth = 823
Menu = MainMenu1
OnCreate = FormCreate
OnShow = FormShow
Position = poOwnerFormCenter
LCLVersion = '2.2.2.0'
inline TestCreationFrame1: TTestCreationFrame
Height = 373
Width = 823
Align = alClient
ClientHeight = 373
ClientWidth = 823
inherited TestInputsPanel: TPanel
Height = 365
Width = 815
ClientHeight = 365
ClientWidth = 815
inherited TestCasesStringGrid: TStringGrid
Height = 313
Width = 634
end
inherited generateTestCasesShape: TShape
Left = 705
end
inherited generateTestCasesLabel: TLabel
Left = 723
end
inherited generateTestCasesShape1: TShape
Left = 601
end
inherited generateTestCasesLabel1: TLabel
Left = 613
end
inherited Splitter1: TSplitter
Left = 648
Height = 313
end
inherited TimingGrid: TStringGrid
Left = 653
Height = 289
Width = 151
end
inherited ProgressShape: TShape
Left = 653
Top = 331
end
inherited ProgressLabel: TLabel
Left = 726
Top = 336
end
end
end
object MainMenu1: TMainMenu
Left = 254
Top = 188
object miExport: TMenuItem
Caption = '&Exportieren'
object miExportToCsv: TMenuItem
Caption = '&Datei (csv)...'
OnClick = miExportToCsvClick
end
object miExportToClipboard: TMenuItem
Caption = '&Zwischenablage'
OnClick = miExportToClipboardClick
end
end
end
object SaveDialog1: TSaveDialog
DefaultExt = '.csv'
Filter = 'CSV|*.csv'
FilterIndex = 0
Options = [ofOverwritePrompt, ofPathMustExist, ofEnableSizing, ofViewDetail]
Left = 203
Top = 94
end
end