-
Notifications
You must be signed in to change notification settings - Fork 4
/
uarduinoformworkspace.lfm
167 lines (167 loc) · 3.65 KB
/
uarduinoformworkspace.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
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
object ArduinoFormWorkspace: TArduinoFormWorkspace
Left = 636
Height = 265
Top = 144
Width = 538
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = 'Lamwino: Lazarus Arduino Module Wizard'
ClientHeight = 265
ClientWidth = 538
OnCloseQuery = FormCloseQuery
OnShow = FormShow
Position = poScreenCenter
LCLVersion = '1.5'
object Panel1: TPanel
Left = 428
Height = 242
Top = 0
Width = 110
Align = alRight
ClientHeight = 242
ClientWidth = 110
TabOrder = 0
object BitBtn1: TBitBtn
Left = 16
Height = 30
Top = 152
Width = 75
Default = True
DefaultCaption = True
Kind = bkOK
ModalResult = 1
TabOrder = 0
end
object BitBtn2: TBitBtn
Left = 16
Height = 30
Top = 192
Width = 75
Cancel = True
DefaultCaption = True
Kind = bkCancel
ModalResult = 2
TabOrder = 1
end
end
object StatusBar1: TStatusBar
Left = 0
Height = 23
Top = 242
Width = 538
Panels = <>
end
object Panel3: TPanel
Left = 0
Height = 242
Top = 0
Width = 428
Align = alClient
ClientHeight = 242
ClientWidth = 428
TabOrder = 2
object GroupBox1: TGroupBox
Left = 8
Height = 124
Top = 16
Width = 409
ClientHeight = 104
ClientWidth = 405
TabOrder = 0
object Label3: TLabel
Left = 11
Height = 15
Top = 2
Width = 257
Caption = 'Projects Workspace [ex. C:\Arduino\MyProjects]:'
ParentColor = False
end
object Label4: TLabel
Left = 13
Height = 15
Top = 49
Width = 75
Caption = 'Project Name:'
ParentColor = False
end
object EditBasePath: TEdit
Left = 11
Height = 23
Top = 16
Width = 325
TabOrder = 0
end
object EditProjectName: TEdit
Left = 13
Height = 23
Top = 64
Width = 349
Anchors = [akTop, akLeft, akRight]
TabOrder = 1
Text = 'LamwinoProject1'
end
object SpeedButton1: TSpeedButton
Left = 345
Height = 22
Hint = 'Select directory'
Top = 17
Width = 23
Caption = '...'
OnClick = SpeedButton1Click
end
end
object RadioGroupTarget: TRadioGroup
Left = 8
Height = 70
Top = 160
Width = 140
AutoFill = True
Caption = 'Target:'
ChildSizing.LeftRightSpacing = 6
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
ChildSizing.EnlargeVertical = crsHomogenousChildResize
ChildSizing.ShrinkHorizontal = crsScaleChilds
ChildSizing.ShrinkVertical = crsScaleChilds
ChildSizing.Layout = cclLeftToRightThenTopToBottom
ChildSizing.ControlsPerLine = 1
ClientHeight = 50
ClientWidth = 136
ItemIndex = 0
Items.Strings = (
'Avr5 [ex. Uno, ... ]'
'Avr6 [ex. Mega, ...]'
)
TabOrder = 1
end
object GroupBoxCodeTemplate: TGroupBox
Left = 160
Height = 70
Top = 160
Width = 140
Caption = 'Code Template'
ClientHeight = 50
ClientWidth = 136
TabOrder = 2
object ComboBoxCodeTemplate: TComboBox
Left = 8
Height = 23
Top = 8
Width = 120
ItemHeight = 15
ItemIndex = 1
Items.Strings = (
'Minimal'
'Blinking'
'Serial'
)
OnChange = ComboBoxCodeTemplateChange
TabOrder = 0
Text = 'Blinking'
end
end
end
object selDir: TSelectDirectoryDialog
left = 296
top = 112
end
end