Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Synchronet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Main
Synchronet
Commits
40f887d4
Commit
40f887d4
authored
13 years ago
by
deuce
Browse files
Options
Downloads
Patches
Plain Diff
This is the user LIST not user EDITOR.
parent
b2d7cf7e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/sbbs3/userlist/SBBS_User_ListMain.cpp
+2
-2
2 additions, 2 deletions
src/sbbs3/userlist/SBBS_User_ListMain.cpp
src/sbbs3/userlist/wxsmith/SBBS_User_Listframe.wxs
+2
-1
2 additions, 1 deletion
src/sbbs3/userlist/wxsmith/SBBS_User_Listframe.wxs
with
4 additions
and
3 deletions
src/sbbs3/userlist/SBBS_User_ListMain.cpp
+
2
−
2
View file @
40f887d4
...
...
@@ -204,7 +204,7 @@ SBBS_User_ListFrame::SBBS_User_ListFrame(wxWindow* parent,wxWindowID id)
wxBoxSizer
*
BoxSizer1
;
wxBoxSizer
*
BoxSizer3
;
Create
(
parent
,
id
,
_
(
"SBBS User
Editor
"
),
wxDefaultPosition
,
wxDefaultSize
,
wxDEFAULT_FRAME_STYLE
,
_T
(
"id"
));
Create
(
parent
,
id
,
_
(
"SBBS User
List
"
),
wxDefaultPosition
,
wxDefaultSize
,
wxDEFAULT_FRAME_STYLE
,
_T
(
"id"
));
{
wxIcon
FrameIcon
;
FrameIcon
.
CopyFromBitmap
(
wxBitmap
(
wxImage
(
_T
(
"../../conio/syncicon64.ico"
))));
...
...
@@ -222,7 +222,7 @@ SBBS_User_ListFrame::SBBS_User_ListFrame(wxWindow* parent,wxWindowID id)
ClearButton
->
SetToolTip
(
_
(
"Clears the ARS filter"
));
BoxSizer2
->
Add
(
ClearButton
,
0
,
wxALL
|
wxALIGN_LEFT
|
wxALIGN_TOP
,
5
);
BoxSizer1
->
Add
(
BoxSizer2
,
0
,
wxALL
|
wxEXPAND
|
wxALIGN_LEFT
|
wxALIGN_TOP
,
5
);
UserList
=
new
wxListCtrl
(
Panel1
,
ID_USERLISTCTRL
,
wxDefaultPosition
,
wxD
efaultSize
,
wxLC_REPORT
|
wxLC_HRULES
,
wxDefaultValidator
,
_T
(
"ID_USERLISTCTRL"
));
UserList
=
new
wxListCtrl
(
Panel1
,
ID_USERLISTCTRL
,
wxDefaultPosition
,
wxD
LG_UNIT
(
Panel1
,
wxSize
(
-
1
,
128
))
,
wxLC_REPORT
|
wxLC_HRULES
,
wxDefaultValidator
,
_T
(
"ID_USERLISTCTRL"
));
BoxSizer1
->
Add
(
UserList
,
1
,
wxALL
|
wxEXPAND
|
wxALIGN_LEFT
|
wxALIGN_TOP
,
5
);
BoxSizer3
=
new
wxBoxSizer
(
wxHORIZONTAL
);
BoxSizer4
=
new
wxBoxSizer
(
wxHORIZONTAL
);
...
...
This diff is collapsed.
Click to expand it.
src/sbbs3/userlist/wxsmith/SBBS_User_Listframe.wxs
+
2
−
1
View file @
40f887d4
<?xml version="1.0" encoding="utf-8" ?>
<wxsmith>
<object
class=
"wxFrame"
name=
"SBBS_User_ListFrame"
>
<title>
SBBS User
Editor
</title>
<title>
SBBS User
List
</title>
<icon>
../../conio/syncicon64.ico
</icon>
<object
class=
"wxPanel"
name=
"ID_PANEL1"
variable=
"Panel1"
member=
"yes"
>
<object
class=
"wxBoxSizer"
variable=
"BoxSizer1"
member=
"no"
>
...
...
@@ -40,6 +40,7 @@
</object>
<object
class=
"sizeritem"
>
<object
class=
"wxListCtrl"
name=
"ID_USERLISTCTRL"
variable=
"UserList"
member=
"yes"
>
<size>
-1,128d
</size>
<style>
wxLC_REPORT|wxLC_HRULES
</style>
<handler
function=
"OnUserListItemSelect"
entry=
"EVT_LIST_ITEM_SELECTED"
/>
<handler
function=
"OnUserListItemSelect"
entry=
"EVT_LIST_ITEM_DESELECTED"
/>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment