Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-1.1
Commits
725c0117
Commit
725c0117
authored
Jan 26, 2003
by
Boris Dorès
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- menu checkbox outside of title/chapter groupbox
parent
3b2350b1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
20 deletions
+22
-20
modules/gui/win32/disc.cpp
modules/gui/win32/disc.cpp
+2
-0
modules/gui/win32/disc.dfm
modules/gui/win32/disc.dfm
+20
-20
No files found.
modules/gui/win32/disc.cpp
View file @
725c0117
...
...
@@ -131,6 +131,7 @@ void __fastcall TDiscDlg::DisableTitles( Boolean disable )
{
if
(
disable
)
{
GroupBoxPosition
->
Enabled
=
false
;
LabelTitle
->
Enabled
=
false
;
LabelChapter
->
Enabled
=
false
;
SpinEditTitle
->
Enabled
=
false
;
...
...
@@ -140,6 +141,7 @@ void __fastcall TDiscDlg::DisableTitles( Boolean disable )
}
else
{
GroupBoxPosition
->
Enabled
=
true
;
LabelTitle
->
Enabled
=
true
;
LabelChapter
->
Enabled
=
true
;
SpinEditTitle
->
Enabled
=
true
;
...
...
modules/gui/win32/disc.dfm
View file @
725c0117
...
...
@@ -26,18 +26,27 @@ object DiscDlg: TDiscDlg
Height = 13
Caption = 'Device &name:'
end
object CheckBoxMenus: TCheckBox
Left = 96
Top = 8
Width = 97
Height = 17
Caption = '&Menus'
TabOrder = 1
OnClick = CheckBoxMenusClick
end
object GroupBoxPosition: TGroupBox
Tag = 3
Left = 96
Top =
8
Top =
33
Width = 144
Height =
97
Height =
72
Caption = 'Starting position'
TabOrder =
1
TabOrder =
2
object LabelTitle: TLabel
Tag = 3
Left = 8
Top =
44
Top =
19
Width = 23
Height = 13
Caption = '&Title:'
...
...
@@ -45,14 +54,14 @@ object DiscDlg: TDiscDlg
object LabelChapter: TLabel
Tag = 3
Left = 8
Top =
72
Top =
47
Width = 40
Height = 13
Caption = '&Chapter:'
end
object SpinEditTitle: TCSpinEdit
Left = 56
Top =
39
Top =
14
Width = 80
Height = 22
TabStop = True
...
...
@@ -70,24 +79,15 @@ object DiscDlg: TDiscDlg
end
object SpinEditChapter: TCSpinEdit
Left = 56
Top =
67
Top =
42
Width = 80
Height = 22
TabStop = True
MaxValue = 65535
MinValue = 1
ParentColor = False
TabOrder = 2
Value = 1
end
object CheckBoxMenus: TCheckBox
Left = 8
Top = 16
Width = 97
Height = 17
Caption = '&Menus'
TabOrder = 0
OnClick = CheckBoxMenusClick
Value = 1
end
end
object RadioGroupType: TRadioGroup
...
...
@@ -113,7 +113,7 @@ object DiscDlg: TDiscDlg
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder =
3
TabOrder =
4
OnClick = ButtonOkClick
end
object ButtonCancel: TButton
...
...
@@ -125,7 +125,7 @@ object DiscDlg: TDiscDlg
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder =
4
TabOrder =
5
OnClick = ButtonCancelClick
end
object EditDevice: TEdit
...
...
@@ -134,7 +134,7 @@ object DiscDlg: TDiscDlg
Top = 113
Width = 144
Height = 21
TabOrder =
2
TabOrder =
3
Text = 'F:\'
end
end
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment