6 ActiveControl = TogBtn_Listdrive
7 Caption = 'WineLauncher'
10 Constraints.MinHeight = 600
11 Constraints.MinWidth = 600
14 OnDestroy = FormDestroy
16 LCLVersion = '0.9.28.3'
17 WindowState = wsMaximized
18 object Label_WinePreFix: TLabel
19 AnchorSideTop.Control = Owner
25 Caption = 'Wine Prefix''s'
28 object Label_ProgramsList: TLabel
29 AnchorSideTop.Control = ComboBox_PreFix
30 AnchorSideTop.Side = asrBottom
36 Caption = 'Pick a Program'
39 object Label_ProgramPath: TLabel
40 AnchorSideTop.Control = ComboBox_ProgramsList
41 AnchorSideTop.Side = asrBottom
47 Caption = 'Program Path'
50 object Label_Flags: TLabel
51 AnchorSideTop.Control = EditBox_ProgramPath
52 AnchorSideTop.Side = asrBottom
58 Caption = 'Set Programs Flags:'
61 object Label_WineVersion: TLabel
62 AnchorSideTop.Control = Owner
68 Caption = 'Wine version'
71 object CheckListBox_Flags: TCheckListBox
72 AnchorSideLeft.Control = ComboBox_TerminalName
73 AnchorSideLeft.Side = asrBottom
74 AnchorSideTop.Control = Label_Flags
75 AnchorSideTop.Side = asrBottom
76 AnchorSideRight.Control = Button_Winecfg
81 Anchors = [akTop, akLeft, akRight]
82 BorderSpacing.Left = 13
87 object Btn_Run: TButton
88 AnchorSideLeft.Control = Owner
89 AnchorSideTop.Control = Btn_Settings
90 AnchorSideTop.Side = asrBottom
95 BorderSpacing.Left = 9
98 OnClick = Btn_RunClick
101 object Check_Terminal: TCheckBox
102 AnchorSideTop.Control = EditBox_ProgramPath
103 AnchorSideTop.Side = asrBottom
108 BorderSpacing.Top = 4
109 Caption = 'Run in Terminal'
112 object ComboBox_SoundWrapper: TComboBox
113 AnchorSideLeft.Control = ComboBox_TerminalName
114 AnchorSideTop.Control = CheckBox_UseSoundWrapper
115 AnchorSideTop.Side = asrBottom
126 Text = 'ComboBox_SoundWrapper'
128 object CheckBox_UseSoundWrapper: TCheckBox
129 AnchorSideTop.Control = ComboBox_TerminalName
130 AnchorSideTop.Side = asrBottom
135 BorderSpacing.Top = 3
136 Caption = 'Use Sound Wrapper'
139 object Btn_Settings: TButton
140 AnchorSideLeft.Control = Owner
141 AnchorSideTop.Control = ComboBox_SoundWrapper
142 AnchorSideTop.Side = asrBottom
147 BorderSpacing.Left = 9
148 BorderSpacing.Top = 5
150 OnClick = Btn_SettingsClick
153 object ComboBox_TerminalName: TComboBox
154 AnchorSideLeft.Control = Check_Terminal
155 AnchorSideTop.Control = Check_Terminal
156 AnchorSideTop.Side = asrBottom
161 BorderSpacing.Left = 18
165 '/usr/bin/gnome-terminal'
169 Style = csDropDownList
171 Text = '/usr/bin/gnome-terminal'
173 object ComboBox_PreFix: TComboBox
174 AnchorSideTop.Control = Label_WinePreFix
175 AnchorSideTop.Side = asrBottom
176 AnchorSideRight.Control = TogBtn_Listdrive
181 Anchors = [akTop, akLeft, akRight]
185 OnChange = ComboBox_PreFixChange
186 Style = csDropDownList
189 object ComboBox_ProgramsList: TComboBox
190 AnchorSideTop.Control = Label_ProgramsList
191 AnchorSideTop.Side = asrBottom
192 AnchorSideRight.Control = Owner
193 AnchorSideRight.Side = asrBottom
198 Anchors = [akTop, akLeft, akRight]
199 BorderSpacing.Right = 3
202 OnChange = ComboBox_ProgramsListChange
203 Style = csDropDownList
206 object EditBox_ProgramPath: TEdit
207 AnchorSideTop.Control = Label_ProgramPath
208 AnchorSideTop.Side = asrBottom
209 AnchorSideRight.Control = Owner
210 AnchorSideRight.Side = asrBottom
215 Anchors = [akTop, akLeft, akRight]
216 BorderSpacing.Right = 3
217 OnChange = EditBox_ProgramPathChange
220 Text = 'EditBox_ProgramPath'
222 object Button_Winecfg: TButton
223 AnchorSideLeft.Control = CheckListBox_Flags
224 AnchorSideLeft.Side = asrBottom
225 AnchorSideTop.Control = CheckListBox_Flags
226 AnchorSideRight.Control = Owner
227 AnchorSideRight.Side = asrBottom
232 Anchors = [akTop, akRight]
233 BorderSpacing.Left = 3
234 BorderSpacing.Right = 3
236 OnClick = Button_WinecfgClick
239 object Button_Regedit: TButton
240 AnchorSideLeft.Control = Button_Winecfg
241 AnchorSideTop.Control = Button_Winecfg
242 AnchorSideTop.Side = asrBottom
247 BorderSpacing.Top = 3
249 OnClick = Button_RegeditClick
252 object TogBtn_Listdrive: TToggleBox
253 AnchorSideTop.Control = Label_WinePreFix
254 AnchorSideTop.Side = asrBottom
255 AnchorSideRight.Control = Owner
256 AnchorSideRight.Side = asrBottom
257 AnchorSideBottom.Control = ComboBox_PreFix
258 AnchorSideBottom.Side = asrBottom
263 Anchors = [akTop, akRight, akBottom]
264 BorderSpacing.Left = 3
265 BorderSpacing.Right = 3
266 Caption = 'List programs on drive D'
267 OnChange = TogBtn_ListdriveChange
270 object ComboBox_WineVersion: TComboBox
271 AnchorSideTop.Control = Label_WineVersion
272 AnchorSideTop.Side = asrBottom
277 BorderSpacing.Top = 1
279 Style = csDropDownList
282 object PageControl1: TPageControl
283 AnchorSideLeft.Control = Owner
284 AnchorSideTop.Control = Btn_Run
285 AnchorSideTop.Side = asrBottom
286 AnchorSideRight.Control = Owner
287 AnchorSideRight.Side = asrBottom
288 AnchorSideBottom.Control = Owner
289 AnchorSideBottom.Side = asrBottom
295 Anchors = [akTop, akLeft, akRight, akBottom]
296 BorderSpacing.Top = 5
299 object Tab_Log: TTabSheet
303 object Memo_LogOutPut: TMemo
304 AnchorSideTop.Side = asrBottom
311 BorderSpacing.Top = 5
316 object Btn_StopScan: TButton
317 AnchorSideLeft.Control = Btn_Settings
318 AnchorSideLeft.Side = asrBottom
319 AnchorSideTop.Control = Btn_Settings
320 AnchorSideRight.Control = CheckListBox_Flags
321 AnchorSideBottom.Control = Btn_Run
322 AnchorSideBottom.Side = asrBottom
327 Anchors = [akTop, akLeft, akRight, akBottom]
328 Caption = 'Stop Scan'
331 OnClick = Btn_StopScanClick