Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
D
DataEditorX
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
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
nanahira
DataEditorX
Commits
2f77bfae
Commit
2f77bfae
authored
Feb 18, 2019
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
resize by JoyJ
parent
cdd6fe6e
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
593 additions
and
568 deletions
+593
-568
DataEditorX/CodeEditForm.cs
DataEditorX/CodeEditForm.cs
+1
-1
DataEditorX/DataEditForm.Designer.cs
DataEditorX/DataEditForm.Designer.cs
+278
-251
DataEditorX/MainForm.Designer.cs
DataEditorX/MainForm.Designer.cs
+314
-313
DataEditorX/MainForm.resx
DataEditorX/MainForm.resx
+0
-3
No files found.
DataEditorX/CodeEditForm.cs
View file @
2f77bfae
...
@@ -326,7 +326,7 @@ void AboutToolStripMenuItemClick(object sender, EventArgs e)
...
@@ -326,7 +326,7 @@ void AboutToolStripMenuItemClick(object sender, EventArgs e)
MyMsg
.
Show
(
MyMsg
.
Show
(
LanguageHelper
.
GetMsg
(
LMSG
.
About
)
+
"\t"
+
Application
.
ProductName
+
"\n"
LanguageHelper
.
GetMsg
(
LMSG
.
About
)
+
"\t"
+
Application
.
ProductName
+
"\n"
+
LanguageHelper
.
GetMsg
(
LMSG
.
Version
)
+
"\t1.1.0.0\n"
+
LanguageHelper
.
GetMsg
(
LMSG
.
Version
)
+
"\t1.1.0.0\n"
+
LanguageHelper
.
GetMsg
(
LMSG
.
Author
)
+
"\t
Nanahira
"
);
+
LanguageHelper
.
GetMsg
(
LMSG
.
Author
)
+
"\t
菜菜
"
);
}
}
void
Menuitem_openClick
(
object
sender
,
EventArgs
e
)
void
Menuitem_openClick
(
object
sender
,
EventArgs
e
)
...
...
DataEditorX/DataEditForm.Designer.cs
View file @
2f77bfae
...
@@ -127,20 +127,24 @@ private void InitializeComponent()
...
@@ -127,20 +127,24 @@ private void InitializeComponent()
this
.
tb_setcode3
=
new
System
.
Windows
.
Forms
.
TextBox
();
this
.
tb_setcode3
=
new
System
.
Windows
.
Forms
.
TextBox
();
this
.
tb_setcode4
=
new
System
.
Windows
.
Forms
.
TextBox
();
this
.
tb_setcode4
=
new
System
.
Windows
.
Forms
.
TextBox
();
this
.
lb_cardcode
=
new
System
.
Windows
.
Forms
.
Label
();
this
.
lb_cardcode
=
new
System
.
Windows
.
Forms
.
Label
();
this
.
pl_category
=
new
DataEditorX
.
DFlowLayoutPanel
();
this
.
pl_cardtype
=
new
DataEditorX
.
DFlowLayoutPanel
();
this
.
lb_scripttext
=
new
DataEditorX
.
DListBox
();
this
.
lv_cardlist
=
new
DataEditorX
.
DListView
();
this
.
ch_cardcode
=
((
System
.
Windows
.
Forms
.
ColumnHeader
)(
new
System
.
Windows
.
Forms
.
ColumnHeader
()));
this
.
ch_cardname
=
((
System
.
Windows
.
Forms
.
ColumnHeader
)(
new
System
.
Windows
.
Forms
.
ColumnHeader
()));
this
.
lb_markers
=
new
System
.
Windows
.
Forms
.
Label
();
this
.
lb_markers
=
new
System
.
Windows
.
Forms
.
Label
();
this
.
pl_markers
=
new
DataEditorX
.
DFlowLayoutPanel
();
this
.
tb_link
=
new
System
.
Windows
.
Forms
.
TextBox
();
this
.
tb_link
=
new
System
.
Windows
.
Forms
.
TextBox
();
this
.
pl_bottom
=
new
System
.
Windows
.
Forms
.
Panel
();
this
.
pl_bottom
=
new
System
.
Windows
.
Forms
.
Panel
();
this
.
pl_main
=
new
System
.
Windows
.
Forms
.
Panel
();
this
.
pl_main
=
new
System
.
Windows
.
Forms
.
Panel
();
this
.
splitContainer
=
new
System
.
Windows
.
Forms
.
SplitContainer
();
this
.
lv_cardlist
=
new
DataEditorX
.
DListView
();
this
.
ch_cardcode
=
((
System
.
Windows
.
Forms
.
ColumnHeader
)(
new
System
.
Windows
.
Forms
.
ColumnHeader
()));
this
.
ch_cardname
=
((
System
.
Windows
.
Forms
.
ColumnHeader
)(
new
System
.
Windows
.
Forms
.
ColumnHeader
()));
this
.
pl_cardtype
=
new
DataEditorX
.
DFlowLayoutPanel
();
this
.
pl_category
=
new
DataEditorX
.
DFlowLayoutPanel
();
this
.
lb_scripttext
=
new
DataEditorX
.
DListBox
();
this
.
pl_markers
=
new
DataEditorX
.
DFlowLayoutPanel
();
this
.
mainMenu
.
SuspendLayout
();
this
.
mainMenu
.
SuspendLayout
();
this
.
pl_bottom
.
SuspendLayout
();
this
.
pl_bottom
.
SuspendLayout
();
this
.
pl_main
.
SuspendLayout
();
this
.
pl_main
.
SuspendLayout
();
this
.
splitContainer
.
Panel1
.
SuspendLayout
();
this
.
splitContainer
.
Panel2
.
SuspendLayout
();
this
.
splitContainer
.
SuspendLayout
();
this
.
SuspendLayout
();
this
.
SuspendLayout
();
//
//
// mainMenu
// mainMenu
...
@@ -152,7 +156,7 @@ private void InitializeComponent()
...
@@ -152,7 +156,7 @@ private void InitializeComponent()
this
.
menuitem_help
});
this
.
menuitem_help
});
this
.
mainMenu
.
Location
=
new
System
.
Drawing
.
Point
(
0
,
0
);
this
.
mainMenu
.
Location
=
new
System
.
Drawing
.
Point
(
0
,
0
);
this
.
mainMenu
.
Name
=
"mainMenu"
;
this
.
mainMenu
.
Name
=
"mainMenu"
;
this
.
mainMenu
.
Size
=
new
System
.
Drawing
.
Size
(
864
,
25
);
this
.
mainMenu
.
Size
=
new
System
.
Drawing
.
Size
(
991
,
25
);
this
.
mainMenu
.
TabIndex
=
0
;
this
.
mainMenu
.
TabIndex
=
0
;
this
.
mainMenu
.
Text
=
"mainMenu"
;
this
.
mainMenu
.
Text
=
"mainMenu"
;
//
//
...
@@ -320,8 +324,7 @@ private void InitializeComponent()
...
@@ -320,8 +324,7 @@ private void InitializeComponent()
this
.
tsep1
,
this
.
tsep1
,
this
.
menuitem_cancelTask
,
this
.
menuitem_cancelTask
,
this
.
menuitem_autoreturn
,
this
.
menuitem_autoreturn
,
this
.
menuitem_replace
this
.
menuitem_replace
});
});
this
.
menu_data
.
Name
=
"menu_data"
;
this
.
menu_data
.
Name
=
"menu_data"
;
this
.
menu_data
.
Size
=
new
System
.
Drawing
.
Size
(
62
,
21
);
this
.
menu_data
.
Size
=
new
System
.
Drawing
.
Size
(
62
,
21
);
this
.
menu_data
.
Text
=
"Data(&T)"
;
this
.
menu_data
.
Text
=
"Data(&T)"
;
...
@@ -329,17 +332,17 @@ private void InitializeComponent()
...
@@ -329,17 +332,17 @@ private void InitializeComponent()
// menuitem_operacardsfile
// menuitem_operacardsfile
//
//
this
.
menuitem_operacardsfile
.
Name
=
"menuitem_operacardsfile"
;
this
.
menuitem_operacardsfile
.
Name
=
"menuitem_operacardsfile"
;
this
.
menuitem_operacardsfile
.
Size
=
new
System
.
Drawing
.
Size
(
2
2
8
,
22
);
this
.
menuitem_operacardsfile
.
Size
=
new
System
.
Drawing
.
Size
(
2
3
8
,
22
);
this
.
menuitem_operacardsfile
.
Text
=
"Opera Card\'s Files"
;
this
.
menuitem_operacardsfile
.
Text
=
"Opera Card\'s Files"
;
this
.
menuitem_operacardsfile
.
Click
+=
new
System
.
EventHandler
(
this
.
menuitem_deletecardsfile_Click
);
this
.
menuitem_operacardsfile
.
Click
+=
new
System
.
EventHandler
(
this
.
menuitem_deletecardsfile_Click
);
//
//
// menuitem_openfileinthis
// menuitem_openfileinthis
//
//
this
.
menuitem_openfileinthis
.
Name
=
"menuitem_openfileinthis"
;
this
.
menuitem_openfileinthis
.
Name
=
"menuitem_openfileinthis"
;
this
.
menuitem_openfileinthis
.
Size
=
new
System
.
Drawing
.
Size
(
2
2
8
,
22
);
this
.
menuitem_openfileinthis
.
Size
=
new
System
.
Drawing
.
Size
(
2
3
8
,
22
);
this
.
menuitem_openfileinthis
.
Text
=
"Open File in This"
;
this
.
menuitem_openfileinthis
.
Text
=
"Open File in This"
;
this
.
menuitem_openfileinthis
.
Click
+=
new
System
.
EventHandler
(
this
.
menuitem_openfileinthis_Click
);
this
.
menuitem_openfileinthis
.
Click
+=
new
System
.
EventHandler
(
this
.
menuitem_openfileinthis_Click
);
//
//
// menuitem_addrequire
// menuitem_addrequire
//
//
this
.
menuitem_addrequire
.
Name
=
"menuitem_addrequire"
;
this
.
menuitem_addrequire
.
Name
=
"menuitem_addrequire"
;
...
@@ -350,104 +353,104 @@ private void InitializeComponent()
...
@@ -350,104 +353,104 @@ private void InitializeComponent()
// tsep2
// tsep2
//
//
this
.
tsep2
.
Name
=
"tsep2"
;
this
.
tsep2
.
Name
=
"tsep2"
;
this
.
tsep2
.
Size
=
new
System
.
Drawing
.
Size
(
2
2
5
,
6
);
this
.
tsep2
.
Size
=
new
System
.
Drawing
.
Size
(
2
3
5
,
6
);
//
//
// menuitem_readydk
// menuitem_readydk
//
//
this
.
menuitem_readydk
.
Name
=
"menuitem_readydk"
;
this
.
menuitem_readydk
.
Name
=
"menuitem_readydk"
;
this
.
menuitem_readydk
.
Size
=
new
System
.
Drawing
.
Size
(
2
2
8
,
22
);
this
.
menuitem_readydk
.
Size
=
new
System
.
Drawing
.
Size
(
2
3
8
,
22
);
this
.
menuitem_readydk
.
Text
=
"Cards Form ydk file(&Y)"
;
this
.
menuitem_readydk
.
Text
=
"Cards Form ydk file(&Y)"
;
this
.
menuitem_readydk
.
Click
+=
new
System
.
EventHandler
(
this
.
Menuitem_readydkClick
);
this
.
menuitem_readydk
.
Click
+=
new
System
.
EventHandler
(
this
.
Menuitem_readydkClick
);
//
//
// menuitem_readimages
// menuitem_readimages
//
//
this
.
menuitem_readimages
.
Name
=
"menuitem_readimages"
;
this
.
menuitem_readimages
.
Name
=
"menuitem_readimages"
;
this
.
menuitem_readimages
.
Size
=
new
System
.
Drawing
.
Size
(
2
2
8
,
22
);
this
.
menuitem_readimages
.
Size
=
new
System
.
Drawing
.
Size
(
2
3
8
,
22
);
this
.
menuitem_readimages
.
Text
=
"Cards From Images(&I)"
;
this
.
menuitem_readimages
.
Text
=
"Cards From Images(&I)"
;
this
.
menuitem_readimages
.
Click
+=
new
System
.
EventHandler
(
this
.
Menuitem_readimagesClick
);
this
.
menuitem_readimages
.
Click
+=
new
System
.
EventHandler
(
this
.
Menuitem_readimagesClick
);
//
//
// tsep6
// tsep6
//
//
this
.
tsep6
.
Name
=
"tsep6"
;
this
.
tsep6
.
Name
=
"tsep6"
;
this
.
tsep6
.
Size
=
new
System
.
Drawing
.
Size
(
2
2
5
,
6
);
this
.
tsep6
.
Size
=
new
System
.
Drawing
.
Size
(
2
3
5
,
6
);
//
//
// menuitem_compdb
// menuitem_compdb
//
//
this
.
menuitem_compdb
.
Name
=
"menuitem_compdb"
;
this
.
menuitem_compdb
.
Name
=
"menuitem_compdb"
;
this
.
menuitem_compdb
.
Size
=
new
System
.
Drawing
.
Size
(
2
2
8
,
22
);
this
.
menuitem_compdb
.
Size
=
new
System
.
Drawing
.
Size
(
2
3
8
,
22
);
this
.
menuitem_compdb
.
Text
=
"Compression DataBase"
;
this
.
menuitem_compdb
.
Text
=
"Compression DataBase"
;
this
.
menuitem_compdb
.
Click
+=
new
System
.
EventHandler
(
this
.
menuitem_compdb_Click
);
this
.
menuitem_compdb
.
Click
+=
new
System
.
EventHandler
(
this
.
menuitem_compdb_Click
);
//
//
// menuitem_export_select_sql
// menuitem_export_select_sql
//
//
this
.
menuitem_export_select_sql
.
Name
=
"menuitem_export_select_sql"
;
this
.
menuitem_export_select_sql
.
Name
=
"menuitem_export_select_sql"
;
this
.
menuitem_export_select_sql
.
Size
=
new
System
.
Drawing
.
Size
(
2
2
8
,
22
);
this
.
menuitem_export_select_sql
.
Size
=
new
System
.
Drawing
.
Size
(
2
3
8
,
22
);
this
.
menuitem_export_select_sql
.
Text
=
"Export select to Sql"
;
this
.
menuitem_export_select_sql
.
Text
=
"Export select to Sql"
;
this
.
menuitem_export_select_sql
.
Click
+=
new
System
.
EventHandler
(
this
.
Menuitem_export_select_sqlClick
);
this
.
menuitem_export_select_sql
.
Click
+=
new
System
.
EventHandler
(
this
.
Menuitem_export_select_sqlClick
);
//
//
// menuitem_export_all_sql
// menuitem_export_all_sql
//
//
this
.
menuitem_export_all_sql
.
Name
=
"menuitem_export_all_sql"
;
this
.
menuitem_export_all_sql
.
Name
=
"menuitem_export_all_sql"
;
this
.
menuitem_export_all_sql
.
Size
=
new
System
.
Drawing
.
Size
(
2
2
8
,
22
);
this
.
menuitem_export_all_sql
.
Size
=
new
System
.
Drawing
.
Size
(
2
3
8
,
22
);
this
.
menuitem_export_all_sql
.
Text
=
"Export all to Sql"
;
this
.
menuitem_export_all_sql
.
Text
=
"Export all to Sql"
;
this
.
menuitem_export_all_sql
.
Click
+=
new
System
.
EventHandler
(
this
.
Menuitem_export_all_sqlClick
);
this
.
menuitem_export_all_sql
.
Click
+=
new
System
.
EventHandler
(
this
.
Menuitem_export_all_sqlClick
);
//
//
// menuitem_findluafunc
// menuitem_findluafunc
//
//
this
.
menuitem_findluafunc
.
Name
=
"menuitem_findluafunc"
;
this
.
menuitem_findluafunc
.
Name
=
"menuitem_findluafunc"
;
this
.
menuitem_findluafunc
.
Size
=
new
System
.
Drawing
.
Size
(
2
2
8
,
22
);
this
.
menuitem_findluafunc
.
Size
=
new
System
.
Drawing
.
Size
(
2
3
8
,
22
);
this
.
menuitem_findluafunc
.
Text
=
"Find Lua Function"
;
this
.
menuitem_findluafunc
.
Text
=
"Find Lua Function"
;
this
.
menuitem_findluafunc
.
Click
+=
new
System
.
EventHandler
(
this
.
menuitem_findluafunc_Click
);
this
.
menuitem_findluafunc
.
Click
+=
new
System
.
EventHandler
(
this
.
menuitem_findluafunc_Click
);
//
//
// menuitem_exportdata
// menuitem_exportdata
//
//
this
.
menuitem_exportdata
.
Name
=
"menuitem_exportdata"
;
this
.
menuitem_exportdata
.
Name
=
"menuitem_exportdata"
;
this
.
menuitem_exportdata
.
Size
=
new
System
.
Drawing
.
Size
(
2
2
8
,
22
);
this
.
menuitem_exportdata
.
Size
=
new
System
.
Drawing
.
Size
(
2
3
8
,
22
);
this
.
menuitem_exportdata
.
Text
=
"Export Data"
;
this
.
menuitem_exportdata
.
Text
=
"Export Data"
;
this
.
menuitem_exportdata
.
Click
+=
new
System
.
EventHandler
(
this
.
Menuitem_exportdataClick
);
this
.
menuitem_exportdata
.
Click
+=
new
System
.
EventHandler
(
this
.
Menuitem_exportdataClick
);
//
//
// tsep5
// tsep5
//
//
this
.
tsep5
.
Name
=
"tsep5"
;
this
.
tsep5
.
Name
=
"tsep5"
;
this
.
tsep5
.
Size
=
new
System
.
Drawing
.
Size
(
2
2
5
,
6
);
this
.
tsep5
.
Size
=
new
System
.
Drawing
.
Size
(
2
3
5
,
6
);
//
//
// menuitem_cutimages
// menuitem_cutimages
//
//
this
.
menuitem_cutimages
.
Name
=
"menuitem_cutimages"
;
this
.
menuitem_cutimages
.
Name
=
"menuitem_cutimages"
;
this
.
menuitem_cutimages
.
Size
=
new
System
.
Drawing
.
Size
(
2
2
8
,
22
);
this
.
menuitem_cutimages
.
Size
=
new
System
.
Drawing
.
Size
(
2
3
8
,
22
);
this
.
menuitem_cutimages
.
Text
=
"Cut Images"
;
this
.
menuitem_cutimages
.
Text
=
"Cut Images"
;
this
.
menuitem_cutimages
.
Click
+=
new
System
.
EventHandler
(
this
.
Menuitem_cutimagesClick
);
this
.
menuitem_cutimages
.
Click
+=
new
System
.
EventHandler
(
this
.
Menuitem_cutimagesClick
);
//
//
// menuitem_convertimage
// menuitem_convertimage
//
//
this
.
menuitem_convertimage
.
Name
=
"menuitem_convertimage"
;
this
.
menuitem_convertimage
.
Name
=
"menuitem_convertimage"
;
this
.
menuitem_convertimage
.
Size
=
new
System
.
Drawing
.
Size
(
2
2
8
,
22
);
this
.
menuitem_convertimage
.
Size
=
new
System
.
Drawing
.
Size
(
2
3
8
,
22
);
this
.
menuitem_convertimage
.
Text
=
"Import Images"
;
this
.
menuitem_convertimage
.
Text
=
"Import Images"
;
this
.
menuitem_convertimage
.
Click
+=
new
System
.
EventHandler
(
this
.
Menuitem_convertimageClick
);
this
.
menuitem_convertimage
.
Click
+=
new
System
.
EventHandler
(
this
.
Menuitem_convertimageClick
);
//
//
// tsep1
// tsep1
//
//
this
.
tsep1
.
Name
=
"tsep1"
;
this
.
tsep1
.
Name
=
"tsep1"
;
this
.
tsep1
.
Size
=
new
System
.
Drawing
.
Size
(
2
2
5
,
6
);
this
.
tsep1
.
Size
=
new
System
.
Drawing
.
Size
(
2
3
5
,
6
);
//
//
// menuitem_cancelTask
// menuitem_cancelTask
//
//
this
.
menuitem_cancelTask
.
Name
=
"menuitem_cancelTask"
;
this
.
menuitem_cancelTask
.
Name
=
"menuitem_cancelTask"
;
this
.
menuitem_cancelTask
.
Size
=
new
System
.
Drawing
.
Size
(
2
2
8
,
22
);
this
.
menuitem_cancelTask
.
Size
=
new
System
.
Drawing
.
Size
(
2
3
8
,
22
);
this
.
menuitem_cancelTask
.
Text
=
"Cancel Task"
;
this
.
menuitem_cancelTask
.
Text
=
"Cancel Task"
;
this
.
menuitem_cancelTask
.
Click
+=
new
System
.
EventHandler
(
this
.
Menuitem_cancelTaskClick
);
this
.
menuitem_cancelTask
.
Click
+=
new
System
.
EventHandler
(
this
.
Menuitem_cancelTaskClick
);
//
//
// menuitem_autoreturn
// menuitem_autoreturn
//
//
this
.
menuitem_autoreturn
.
Name
=
"menuitem_autoreturn"
;
this
.
menuitem_autoreturn
.
Name
=
"menuitem_autoreturn"
;
this
.
menuitem_autoreturn
.
Size
=
new
System
.
Drawing
.
Size
(
2
2
8
,
22
);
this
.
menuitem_autoreturn
.
Size
=
new
System
.
Drawing
.
Size
(
2
3
8
,
22
);
this
.
menuitem_autoreturn
.
Text
=
"*Auto return"
;
this
.
menuitem_autoreturn
.
Text
=
"*Auto return"
;
this
.
menuitem_autoreturn
.
Click
+=
new
System
.
EventHandler
(
this
.
Menuitem_autoreturnClick
);
this
.
menuitem_autoreturn
.
Click
+=
new
System
.
EventHandler
(
this
.
Menuitem_autoreturnClick
);
//
//
// menuitem_replace
// menuitem_replace
//
//
this
.
menuitem_replace
.
Name
=
"menuitem_replace"
;
this
.
menuitem_replace
.
Name
=
"menuitem_replace"
;
this
.
menuitem_replace
.
Size
=
new
System
.
Drawing
.
Size
(
2
2
8
,
22
);
this
.
menuitem_replace
.
Size
=
new
System
.
Drawing
.
Size
(
2
3
8
,
22
);
this
.
menuitem_replace
.
Text
=
"*Auto replace"
;
this
.
menuitem_replace
.
Text
=
"*Auto replace"
;
this
.
menuitem_replace
.
Click
+=
new
System
.
EventHandler
(
this
.
Menuitem_replaceClick
);
this
.
menuitem_replace
.
Click
+=
new
System
.
EventHandler
(
this
.
Menuitem_replaceClick
);
//
//
...
@@ -500,62 +503,68 @@ private void InitializeComponent()
...
@@ -500,62 +503,68 @@ private void InitializeComponent()
//
//
// cb_cardattribute
// cb_cardattribute
//
//
this
.
cb_cardattribute
.
Anchor
=
((
System
.
Windows
.
Forms
.
AnchorStyles
)((
System
.
Windows
.
Forms
.
AnchorStyles
.
Top
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Bottom
)));
this
.
cb_cardattribute
.
Anchor
=
((
System
.
Windows
.
Forms
.
AnchorStyles
)(((
System
.
Windows
.
Forms
.
AnchorStyles
.
Top
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Left
)
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Right
)));
this
.
cb_cardattribute
.
DropDownStyle
=
System
.
Windows
.
Forms
.
ComboBoxStyle
.
DropDownList
;
this
.
cb_cardattribute
.
DropDownStyle
=
System
.
Windows
.
Forms
.
ComboBoxStyle
.
DropDownList
;
this
.
cb_cardattribute
.
Font
=
new
System
.
Drawing
.
Font
(
"宋体"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
cb_cardattribute
.
Font
=
new
System
.
Drawing
.
Font
(
"宋体"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
cb_cardattribute
.
FormattingEnabled
=
true
;
this
.
cb_cardattribute
.
FormattingEnabled
=
true
;
this
.
cb_cardattribute
.
Location
=
new
System
.
Drawing
.
Point
(
412
,
56
);
this
.
cb_cardattribute
.
Location
=
new
System
.
Drawing
.
Point
(
194
,
56
);
this
.
cb_cardattribute
.
Name
=
"cb_cardattribute"
;
this
.
cb_cardattribute
.
Name
=
"cb_cardattribute"
;
this
.
cb_cardattribute
.
Size
=
new
System
.
Drawing
.
Size
(
1
4
0
,
20
);
this
.
cb_cardattribute
.
Size
=
new
System
.
Drawing
.
Size
(
1
5
0
,
20
);
this
.
cb_cardattribute
.
TabIndex
=
2
;
this
.
cb_cardattribute
.
TabIndex
=
2
;
//
//
// tb_cardname
// tb_cardname
//
//
this
.
tb_cardname
.
Anchor
=
((
System
.
Windows
.
Forms
.
AnchorStyles
)((
System
.
Windows
.
Forms
.
AnchorStyles
.
Top
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Bottom
)));
this
.
tb_cardname
.
Anchor
=
((
System
.
Windows
.
Forms
.
AnchorStyles
)(((
System
.
Windows
.
Forms
.
AnchorStyles
.
Top
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Left
)
this
.
tb_cardname
.
Location
=
new
System
.
Drawing
.
Point
(
223
,
3
);
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Right
)));
this
.
tb_cardname
.
Location
=
new
System
.
Drawing
.
Point
(
5
,
3
);
this
.
tb_cardname
.
Name
=
"tb_cardname"
;
this
.
tb_cardname
.
Name
=
"tb_cardname"
;
this
.
tb_cardname
.
Size
=
new
System
.
Drawing
.
Size
(
3
25
,
21
);
this
.
tb_cardname
.
Size
=
new
System
.
Drawing
.
Size
(
3
39
,
21
);
this
.
tb_cardname
.
TabIndex
=
4
;
this
.
tb_cardname
.
TabIndex
=
4
;
this
.
tb_cardname
.
TextAlign
=
System
.
Windows
.
Forms
.
HorizontalAlignment
.
Center
;
this
.
tb_cardname
.
TextAlign
=
System
.
Windows
.
Forms
.
HorizontalAlignment
.
Center
;
this
.
tb_cardname
.
KeyDown
+=
new
System
.
Windows
.
Forms
.
KeyEventHandler
(
this
.
Tb_cardnameKeyDown
);
this
.
tb_cardname
.
KeyDown
+=
new
System
.
Windows
.
Forms
.
KeyEventHandler
(
this
.
Tb_cardnameKeyDown
);
//
//
// cb_cardrule
// cb_cardrule
//
//
this
.
cb_cardrule
.
Anchor
=
((
System
.
Windows
.
Forms
.
AnchorStyles
)((
System
.
Windows
.
Forms
.
AnchorStyles
.
Top
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Bottom
)));
this
.
cb_cardrule
.
Anchor
=
((
System
.
Windows
.
Forms
.
AnchorStyles
)(((
System
.
Windows
.
Forms
.
AnchorStyles
.
Top
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Left
)
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Right
)));
this
.
cb_cardrule
.
DropDownStyle
=
System
.
Windows
.
Forms
.
ComboBoxStyle
.
DropDownList
;
this
.
cb_cardrule
.
DropDownStyle
=
System
.
Windows
.
Forms
.
ComboBoxStyle
.
DropDownList
;
this
.
cb_cardrule
.
Font
=
new
System
.
Drawing
.
Font
(
"宋体"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
cb_cardrule
.
Font
=
new
System
.
Drawing
.
Font
(
"宋体"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
cb_cardrule
.
FormattingEnabled
=
true
;
this
.
cb_cardrule
.
FormattingEnabled
=
true
;
this
.
cb_cardrule
.
Location
=
new
System
.
Drawing
.
Point
(
412
,
30
);
this
.
cb_cardrule
.
Location
=
new
System
.
Drawing
.
Point
(
194
,
30
);
this
.
cb_cardrule
.
Name
=
"cb_cardrule"
;
this
.
cb_cardrule
.
Name
=
"cb_cardrule"
;
this
.
cb_cardrule
.
Size
=
new
System
.
Drawing
.
Size
(
1
4
0
,
20
);
this
.
cb_cardrule
.
Size
=
new
System
.
Drawing
.
Size
(
1
5
0
,
20
);
this
.
cb_cardrule
.
TabIndex
=
2
;
this
.
cb_cardrule
.
TabIndex
=
2
;
//
//
// cb_cardlevel
// cb_cardlevel
//
//
this
.
cb_cardlevel
.
Anchor
=
((
System
.
Windows
.
Forms
.
AnchorStyles
)((
System
.
Windows
.
Forms
.
AnchorStyles
.
Top
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Bottom
)));
this
.
cb_cardlevel
.
Anchor
=
((
System
.
Windows
.
Forms
.
AnchorStyles
)(((
System
.
Windows
.
Forms
.
AnchorStyles
.
Top
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Left
)
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Right
)));
this
.
cb_cardlevel
.
DropDownStyle
=
System
.
Windows
.
Forms
.
ComboBoxStyle
.
DropDownList
;
this
.
cb_cardlevel
.
DropDownStyle
=
System
.
Windows
.
Forms
.
ComboBoxStyle
.
DropDownList
;
this
.
cb_cardlevel
.
Font
=
new
System
.
Drawing
.
Font
(
"宋体"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
cb_cardlevel
.
Font
=
new
System
.
Drawing
.
Font
(
"宋体"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
cb_cardlevel
.
FormattingEnabled
=
true
;
this
.
cb_cardlevel
.
FormattingEnabled
=
true
;
this
.
cb_cardlevel
.
Location
=
new
System
.
Drawing
.
Point
(
412
,
83
);
this
.
cb_cardlevel
.
Location
=
new
System
.
Drawing
.
Point
(
194
,
83
);
this
.
cb_cardlevel
.
Name
=
"cb_cardlevel"
;
this
.
cb_cardlevel
.
Name
=
"cb_cardlevel"
;
this
.
cb_cardlevel
.
Size
=
new
System
.
Drawing
.
Size
(
1
4
0
,
20
);
this
.
cb_cardlevel
.
Size
=
new
System
.
Drawing
.
Size
(
1
5
0
,
20
);
this
.
cb_cardlevel
.
TabIndex
=
2
;
this
.
cb_cardlevel
.
TabIndex
=
2
;
//
//
// cb_cardrace
// cb_cardrace
//
//
this
.
cb_cardrace
.
Anchor
=
((
System
.
Windows
.
Forms
.
AnchorStyles
)((
System
.
Windows
.
Forms
.
AnchorStyles
.
Top
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Bottom
)));
this
.
cb_cardrace
.
Anchor
=
((
System
.
Windows
.
Forms
.
AnchorStyles
)(((
System
.
Windows
.
Forms
.
AnchorStyles
.
Top
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Left
)
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Right
)));
this
.
cb_cardrace
.
DropDownStyle
=
System
.
Windows
.
Forms
.
ComboBoxStyle
.
DropDownList
;
this
.
cb_cardrace
.
DropDownStyle
=
System
.
Windows
.
Forms
.
ComboBoxStyle
.
DropDownList
;
this
.
cb_cardrace
.
DropDownWidth
=
107
;
this
.
cb_cardrace
.
DropDownWidth
=
107
;
this
.
cb_cardrace
.
Font
=
new
System
.
Drawing
.
Font
(
"宋体"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
cb_cardrace
.
Font
=
new
System
.
Drawing
.
Font
(
"宋体"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
cb_cardrace
.
FormattingEnabled
=
true
;
this
.
cb_cardrace
.
FormattingEnabled
=
true
;
this
.
cb_cardrace
.
Location
=
new
System
.
Drawing
.
Point
(
412
,
108
);
this
.
cb_cardrace
.
Location
=
new
System
.
Drawing
.
Point
(
194
,
108
);
this
.
cb_cardrace
.
Name
=
"cb_cardrace"
;
this
.
cb_cardrace
.
Name
=
"cb_cardrace"
;
this
.
cb_cardrace
.
Size
=
new
System
.
Drawing
.
Size
(
1
4
0
,
20
);
this
.
cb_cardrace
.
Size
=
new
System
.
Drawing
.
Size
(
1
5
0
,
20
);
this
.
cb_cardrace
.
TabIndex
=
2
;
this
.
cb_cardrace
.
TabIndex
=
2
;
//
//
// cb_setname2
// cb_setname2
//
//
this
.
cb_setname2
.
Anchor
=
System
.
Windows
.
Forms
.
AnchorStyles
.
Top
;
this
.
cb_setname2
.
Anchor
=
((
System
.
Windows
.
Forms
.
AnchorStyles
)(((
System
.
Windows
.
Forms
.
AnchorStyles
.
Top
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Left
)
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Right
)));
this
.
cb_setname2
.
DropDownHeight
=
320
;
this
.
cb_setname2
.
DropDownHeight
=
320
;
this
.
cb_setname2
.
DropDownStyle
=
System
.
Windows
.
Forms
.
ComboBoxStyle
.
DropDownList
;
this
.
cb_setname2
.
DropDownStyle
=
System
.
Windows
.
Forms
.
ComboBoxStyle
.
DropDownList
;
this
.
cb_setname2
.
DropDownWidth
=
140
;
this
.
cb_setname2
.
DropDownWidth
=
140
;
...
@@ -563,15 +572,16 @@ private void InitializeComponent()
...
@@ -563,15 +572,16 @@ private void InitializeComponent()
this
.
cb_setname2
.
FormattingEnabled
=
true
;
this
.
cb_setname2
.
FormattingEnabled
=
true
;
this
.
cb_setname2
.
IntegralHeight
=
false
;
this
.
cb_setname2
.
IntegralHeight
=
false
;
this
.
cb_setname2
.
ItemHeight
=
12
;
this
.
cb_setname2
.
ItemHeight
=
12
;
this
.
cb_setname2
.
Location
=
new
System
.
Drawing
.
Point
(
413
,
160
);
this
.
cb_setname2
.
Location
=
new
System
.
Drawing
.
Point
(
195
,
160
);
this
.
cb_setname2
.
Name
=
"cb_setname2"
;
this
.
cb_setname2
.
Name
=
"cb_setname2"
;
this
.
cb_setname2
.
Size
=
new
System
.
Drawing
.
Size
(
1
06
,
20
);
this
.
cb_setname2
.
Size
=
new
System
.
Drawing
.
Size
(
1
13
,
20
);
this
.
cb_setname2
.
TabIndex
=
2
;
this
.
cb_setname2
.
TabIndex
=
2
;
this
.
cb_setname2
.
SelectedIndexChanged
+=
new
System
.
EventHandler
(
this
.
cb_setname2_SelectedIndexChanged
);
this
.
cb_setname2
.
SelectedIndexChanged
+=
new
System
.
EventHandler
(
this
.
cb_setname2_SelectedIndexChanged
);
//
//
// cb_setname1
// cb_setname1
//
//
this
.
cb_setname1
.
Anchor
=
System
.
Windows
.
Forms
.
AnchorStyles
.
Top
;
this
.
cb_setname1
.
Anchor
=
((
System
.
Windows
.
Forms
.
AnchorStyles
)(((
System
.
Windows
.
Forms
.
AnchorStyles
.
Top
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Left
)
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Right
)));
this
.
cb_setname1
.
DropDownHeight
=
320
;
this
.
cb_setname1
.
DropDownHeight
=
320
;
this
.
cb_setname1
.
DropDownStyle
=
System
.
Windows
.
Forms
.
ComboBoxStyle
.
DropDownList
;
this
.
cb_setname1
.
DropDownStyle
=
System
.
Windows
.
Forms
.
ComboBoxStyle
.
DropDownList
;
this
.
cb_setname1
.
DropDownWidth
=
140
;
this
.
cb_setname1
.
DropDownWidth
=
140
;
...
@@ -579,15 +589,16 @@ private void InitializeComponent()
...
@@ -579,15 +589,16 @@ private void InitializeComponent()
this
.
cb_setname1
.
FormattingEnabled
=
true
;
this
.
cb_setname1
.
FormattingEnabled
=
true
;
this
.
cb_setname1
.
IntegralHeight
=
false
;
this
.
cb_setname1
.
IntegralHeight
=
false
;
this
.
cb_setname1
.
ItemHeight
=
12
;
this
.
cb_setname1
.
ItemHeight
=
12
;
this
.
cb_setname1
.
Location
=
new
System
.
Drawing
.
Point
(
413
,
134
);
this
.
cb_setname1
.
Location
=
new
System
.
Drawing
.
Point
(
195
,
134
);
this
.
cb_setname1
.
Name
=
"cb_setname1"
;
this
.
cb_setname1
.
Name
=
"cb_setname1"
;
this
.
cb_setname1
.
Size
=
new
System
.
Drawing
.
Size
(
1
06
,
20
);
this
.
cb_setname1
.
Size
=
new
System
.
Drawing
.
Size
(
1
13
,
20
);
this
.
cb_setname1
.
TabIndex
=
2
;
this
.
cb_setname1
.
TabIndex
=
2
;
this
.
cb_setname1
.
SelectedIndexChanged
+=
new
System
.
EventHandler
(
this
.
cb_setname1_SelectedIndexChanged
);
this
.
cb_setname1
.
SelectedIndexChanged
+=
new
System
.
EventHandler
(
this
.
cb_setname1_SelectedIndexChanged
);
//
//
// cb_setname4
// cb_setname4
//
//
this
.
cb_setname4
.
Anchor
=
System
.
Windows
.
Forms
.
AnchorStyles
.
Top
;
this
.
cb_setname4
.
Anchor
=
((
System
.
Windows
.
Forms
.
AnchorStyles
)(((
System
.
Windows
.
Forms
.
AnchorStyles
.
Top
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Left
)
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Right
)));
this
.
cb_setname4
.
DropDownHeight
=
320
;
this
.
cb_setname4
.
DropDownHeight
=
320
;
this
.
cb_setname4
.
DropDownStyle
=
System
.
Windows
.
Forms
.
ComboBoxStyle
.
DropDownList
;
this
.
cb_setname4
.
DropDownStyle
=
System
.
Windows
.
Forms
.
ComboBoxStyle
.
DropDownList
;
this
.
cb_setname4
.
DropDownWidth
=
140
;
this
.
cb_setname4
.
DropDownWidth
=
140
;
...
@@ -595,15 +606,16 @@ private void InitializeComponent()
...
@@ -595,15 +606,16 @@ private void InitializeComponent()
this
.
cb_setname4
.
FormattingEnabled
=
true
;
this
.
cb_setname4
.
FormattingEnabled
=
true
;
this
.
cb_setname4
.
IntegralHeight
=
false
;
this
.
cb_setname4
.
IntegralHeight
=
false
;
this
.
cb_setname4
.
ItemHeight
=
12
;
this
.
cb_setname4
.
ItemHeight
=
12
;
this
.
cb_setname4
.
Location
=
new
System
.
Drawing
.
Point
(
413
,
212
);
this
.
cb_setname4
.
Location
=
new
System
.
Drawing
.
Point
(
195
,
212
);
this
.
cb_setname4
.
Name
=
"cb_setname4"
;
this
.
cb_setname4
.
Name
=
"cb_setname4"
;
this
.
cb_setname4
.
Size
=
new
System
.
Drawing
.
Size
(
1
06
,
20
);
this
.
cb_setname4
.
Size
=
new
System
.
Drawing
.
Size
(
1
13
,
20
);
this
.
cb_setname4
.
TabIndex
=
2
;
this
.
cb_setname4
.
TabIndex
=
2
;
this
.
cb_setname4
.
SelectedIndexChanged
+=
new
System
.
EventHandler
(
this
.
cb_setname4_SelectedIndexChanged
);
this
.
cb_setname4
.
SelectedIndexChanged
+=
new
System
.
EventHandler
(
this
.
cb_setname4_SelectedIndexChanged
);
//
//
// cb_setname3
// cb_setname3
//
//
this
.
cb_setname3
.
Anchor
=
System
.
Windows
.
Forms
.
AnchorStyles
.
Top
;
this
.
cb_setname3
.
Anchor
=
((
System
.
Windows
.
Forms
.
AnchorStyles
)(((
System
.
Windows
.
Forms
.
AnchorStyles
.
Top
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Left
)
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Right
)));
this
.
cb_setname3
.
DropDownHeight
=
320
;
this
.
cb_setname3
.
DropDownHeight
=
320
;
this
.
cb_setname3
.
DropDownStyle
=
System
.
Windows
.
Forms
.
ComboBoxStyle
.
DropDownList
;
this
.
cb_setname3
.
DropDownStyle
=
System
.
Windows
.
Forms
.
ComboBoxStyle
.
DropDownList
;
this
.
cb_setname3
.
DropDownWidth
=
140
;
this
.
cb_setname3
.
DropDownWidth
=
140
;
...
@@ -611,9 +623,9 @@ private void InitializeComponent()
...
@@ -611,9 +623,9 @@ private void InitializeComponent()
this
.
cb_setname3
.
FormattingEnabled
=
true
;
this
.
cb_setname3
.
FormattingEnabled
=
true
;
this
.
cb_setname3
.
IntegralHeight
=
false
;
this
.
cb_setname3
.
IntegralHeight
=
false
;
this
.
cb_setname3
.
ItemHeight
=
12
;
this
.
cb_setname3
.
ItemHeight
=
12
;
this
.
cb_setname3
.
Location
=
new
System
.
Drawing
.
Point
(
413
,
186
);
this
.
cb_setname3
.
Location
=
new
System
.
Drawing
.
Point
(
195
,
186
);
this
.
cb_setname3
.
Name
=
"cb_setname3"
;
this
.
cb_setname3
.
Name
=
"cb_setname3"
;
this
.
cb_setname3
.
Size
=
new
System
.
Drawing
.
Size
(
1
06
,
20
);
this
.
cb_setname3
.
Size
=
new
System
.
Drawing
.
Size
(
1
13
,
20
);
this
.
cb_setname3
.
TabIndex
=
2
;
this
.
cb_setname3
.
TabIndex
=
2
;
this
.
cb_setname3
.
SelectedIndexChanged
+=
new
System
.
EventHandler
(
this
.
cb_setname3_SelectedIndexChanged
);
this
.
cb_setname3
.
SelectedIndexChanged
+=
new
System
.
EventHandler
(
this
.
cb_setname3_SelectedIndexChanged
);
//
//
...
@@ -621,36 +633,37 @@ private void InitializeComponent()
...
@@ -621,36 +633,37 @@ private void InitializeComponent()
//
//
this
.
tb_cardtext
.
AcceptsReturn
=
true
;
this
.
tb_cardtext
.
AcceptsReturn
=
true
;
this
.
tb_cardtext
.
AcceptsTab
=
true
;
this
.
tb_cardtext
.
AcceptsTab
=
true
;
this
.
tb_cardtext
.
Anchor
=
((
System
.
Windows
.
Forms
.
AnchorStyles
)((
System
.
Windows
.
Forms
.
AnchorStyles
.
Top
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Bottom
)));
this
.
tb_cardtext
.
Anchor
=
((
System
.
Windows
.
Forms
.
AnchorStyles
)((((
System
.
Windows
.
Forms
.
AnchorStyles
.
Top
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Bottom
)
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Left
)
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Right
)));
this
.
tb_cardtext
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
10.5F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
tb_cardtext
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
10.5F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
tb_cardtext
.
Location
=
new
System
.
Drawing
.
Point
(
222
,
349
);
this
.
tb_cardtext
.
Location
=
new
System
.
Drawing
.
Point
(
4
,
349
);
this
.
tb_cardtext
.
MaxLength
=
5000
;
this
.
tb_cardtext
.
MaxLength
=
5000
;
this
.
tb_cardtext
.
Multiline
=
true
;
this
.
tb_cardtext
.
Multiline
=
true
;
this
.
tb_cardtext
.
Name
=
"tb_cardtext"
;
this
.
tb_cardtext
.
Name
=
"tb_cardtext"
;
this
.
tb_cardtext
.
ScrollBars
=
System
.
Windows
.
Forms
.
ScrollBars
.
Vertical
;
this
.
tb_cardtext
.
ScrollBars
=
System
.
Windows
.
Forms
.
ScrollBars
.
Vertical
;
this
.
tb_cardtext
.
Size
=
new
System
.
Drawing
.
Size
(
3
26
,
205
);
this
.
tb_cardtext
.
Size
=
new
System
.
Drawing
.
Size
(
3
40
,
200
);
this
.
tb_cardtext
.
TabIndex
=
4
;
this
.
tb_cardtext
.
TabIndex
=
4
;
//
//
// tb_edittext
// tb_edittext
//
//
this
.
tb_edittext
.
Anchor
=
System
.
Windows
.
Forms
.
AnchorStyles
.
Bottom
;
this
.
tb_edittext
.
Anchor
=
((
System
.
Windows
.
Forms
.
AnchorStyles
)((
System
.
Windows
.
Forms
.
AnchorStyles
.
Bottom
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Right
)))
;
this
.
tb_edittext
.
HideSelection
=
false
;
this
.
tb_edittext
.
HideSelection
=
false
;
this
.
tb_edittext
.
Location
=
new
System
.
Drawing
.
Point
(
552
,
511
);
this
.
tb_edittext
.
Location
=
new
System
.
Drawing
.
Point
(
348
,
492
);
this
.
tb_edittext
.
MaxLength
=
2000
;
this
.
tb_edittext
.
MaxLength
=
2000
;
this
.
tb_edittext
.
Multiline
=
true
;
this
.
tb_edittext
.
Multiline
=
true
;
this
.
tb_edittext
.
Name
=
"tb_edittext"
;
this
.
tb_edittext
.
Name
=
"tb_edittext"
;
this
.
tb_edittext
.
ScrollBars
=
System
.
Windows
.
Forms
.
ScrollBars
.
Vertical
;
this
.
tb_edittext
.
ScrollBars
=
System
.
Windows
.
Forms
.
ScrollBars
.
Vertical
;
this
.
tb_edittext
.
Size
=
new
System
.
Drawing
.
Size
(
3
10
,
44
);
this
.
tb_edittext
.
Size
=
new
System
.
Drawing
.
Size
(
3
01
,
57
);
this
.
tb_edittext
.
TabIndex
=
4
;
this
.
tb_edittext
.
TabIndex
=
4
;
this
.
tb_edittext
.
WordWrap
=
false
;
this
.
tb_edittext
.
WordWrap
=
false
;
this
.
tb_edittext
.
TextChanged
+=
new
System
.
EventHandler
(
this
.
Tb_edittextTextChanged
);
this
.
tb_edittext
.
TextChanged
+=
new
System
.
EventHandler
(
this
.
Tb_edittextTextChanged
);
//
//
// lb_pleft_right
// lb_pleft_right
//
//
this
.
lb_pleft_right
.
Anchor
=
System
.
Windows
.
Forms
.
AnchorStyles
.
Top
;
this
.
lb_pleft_right
.
AutoSize
=
true
;
this
.
lb_pleft_right
.
AutoSize
=
true
;
this
.
lb_pleft_right
.
BackColor
=
System
.
Drawing
.
SystemColors
.
Control
;
this
.
lb_pleft_right
.
BackColor
=
System
.
Drawing
.
SystemColors
.
Control
;
this
.
lb_pleft_right
.
Location
=
new
System
.
Drawing
.
Point
(
226
,
304
);
this
.
lb_pleft_right
.
Location
=
new
System
.
Drawing
.
Point
(
10
,
301
);
this
.
lb_pleft_right
.
Name
=
"lb_pleft_right"
;
this
.
lb_pleft_right
.
Name
=
"lb_pleft_right"
;
this
.
lb_pleft_right
.
Size
=
new
System
.
Drawing
.
Size
(
41
,
12
);
this
.
lb_pleft_right
.
Size
=
new
System
.
Drawing
.
Size
(
41
,
12
);
this
.
lb_pleft_right
.
TabIndex
=
7
;
this
.
lb_pleft_right
.
TabIndex
=
7
;
...
@@ -658,8 +671,7 @@ private void InitializeComponent()
...
@@ -658,8 +671,7 @@ private void InitializeComponent()
//
//
// tb_pleft
// tb_pleft
//
//
this
.
tb_pleft
.
Anchor
=
System
.
Windows
.
Forms
.
AnchorStyles
.
Top
;
this
.
tb_pleft
.
Location
=
new
System
.
Drawing
.
Point
(
63
,
298
);
this
.
tb_pleft
.
Location
=
new
System
.
Drawing
.
Point
(
298
,
301
);
this
.
tb_pleft
.
MaxLength
=
12
;
this
.
tb_pleft
.
MaxLength
=
12
;
this
.
tb_pleft
.
Name
=
"tb_pleft"
;
this
.
tb_pleft
.
Name
=
"tb_pleft"
;
this
.
tb_pleft
.
Size
=
new
System
.
Drawing
.
Size
(
40
,
21
);
this
.
tb_pleft
.
Size
=
new
System
.
Drawing
.
Size
(
40
,
21
);
...
@@ -669,8 +681,7 @@ private void InitializeComponent()
...
@@ -669,8 +681,7 @@ private void InitializeComponent()
//
//
// tb_pright
// tb_pright
//
//
this
.
tb_pright
.
Anchor
=
System
.
Windows
.
Forms
.
AnchorStyles
.
Top
;
this
.
tb_pright
.
Location
=
new
System
.
Drawing
.
Point
(
119
,
298
);
this
.
tb_pright
.
Location
=
new
System
.
Drawing
.
Point
(
354
,
301
);
this
.
tb_pright
.
MaxLength
=
12
;
this
.
tb_pright
.
MaxLength
=
12
;
this
.
tb_pright
.
Name
=
"tb_pright"
;
this
.
tb_pright
.
Name
=
"tb_pright"
;
this
.
tb_pright
.
Size
=
new
System
.
Drawing
.
Size
(
40
,
21
);
this
.
tb_pright
.
Size
=
new
System
.
Drawing
.
Size
(
40
,
21
);
...
@@ -680,9 +691,8 @@ private void InitializeComponent()
...
@@ -680,9 +691,8 @@ private void InitializeComponent()
//
//
// lb_atkdef
// lb_atkdef
//
//
this
.
lb_atkdef
.
Anchor
=
System
.
Windows
.
Forms
.
AnchorStyles
.
Top
;
this
.
lb_atkdef
.
AutoSize
=
true
;
this
.
lb_atkdef
.
AutoSize
=
true
;
this
.
lb_atkdef
.
Location
=
new
System
.
Drawing
.
Point
(
226
,
328
);
this
.
lb_atkdef
.
Location
=
new
System
.
Drawing
.
Point
(
10
,
325
);
this
.
lb_atkdef
.
Name
=
"lb_atkdef"
;
this
.
lb_atkdef
.
Name
=
"lb_atkdef"
;
this
.
lb_atkdef
.
Size
=
new
System
.
Drawing
.
Size
(
47
,
12
);
this
.
lb_atkdef
.
Size
=
new
System
.
Drawing
.
Size
(
47
,
12
);
this
.
lb_atkdef
.
TabIndex
=
7
;
this
.
lb_atkdef
.
TabIndex
=
7
;
...
@@ -692,7 +702,7 @@ private void InitializeComponent()
...
@@ -692,7 +702,7 @@ private void InitializeComponent()
//
//
this
.
lb4
.
Anchor
=
System
.
Windows
.
Forms
.
AnchorStyles
.
Top
;
this
.
lb4
.
Anchor
=
System
.
Windows
.
Forms
.
AnchorStyles
.
Top
;
this
.
lb4
.
AutoSize
=
true
;
this
.
lb4
.
AutoSize
=
true
;
this
.
lb4
.
Location
=
new
System
.
Drawing
.
Point
(
1
00
,
11
);
this
.
lb4
.
Location
=
new
System
.
Drawing
.
Point
(
1
63
,
11
);
this
.
lb4
.
Name
=
"lb4"
;
this
.
lb4
.
Name
=
"lb4"
;
this
.
lb4
.
Size
=
new
System
.
Drawing
.
Size
(
11
,
12
);
this
.
lb4
.
Size
=
new
System
.
Drawing
.
Size
(
11
,
12
);
this
.
lb4
.
TabIndex
=
7
;
this
.
lb4
.
TabIndex
=
7
;
...
@@ -701,7 +711,7 @@ private void InitializeComponent()
...
@@ -701,7 +711,7 @@ private void InitializeComponent()
// tb_page
// tb_page
//
//
this
.
tb_page
.
Anchor
=
System
.
Windows
.
Forms
.
AnchorStyles
.
Top
;
this
.
tb_page
.
Anchor
=
System
.
Windows
.
Forms
.
AnchorStyles
.
Top
;
this
.
tb_page
.
Location
=
new
System
.
Drawing
.
Point
(
65
,
7
);
this
.
tb_page
.
Location
=
new
System
.
Drawing
.
Point
(
128
,
7
);
this
.
tb_page
.
MaxLength
=
12
;
this
.
tb_page
.
MaxLength
=
12
;
this
.
tb_page
.
Name
=
"tb_page"
;
this
.
tb_page
.
Name
=
"tb_page"
;
this
.
tb_page
.
Size
=
new
System
.
Drawing
.
Size
(
34
,
21
);
this
.
tb_page
.
Size
=
new
System
.
Drawing
.
Size
(
34
,
21
);
...
@@ -713,7 +723,7 @@ private void InitializeComponent()
...
@@ -713,7 +723,7 @@ private void InitializeComponent()
// tb_pagenum
// tb_pagenum
//
//
this
.
tb_pagenum
.
Anchor
=
System
.
Windows
.
Forms
.
AnchorStyles
.
Top
;
this
.
tb_pagenum
.
Anchor
=
System
.
Windows
.
Forms
.
AnchorStyles
.
Top
;
this
.
tb_pagenum
.
Location
=
new
System
.
Drawing
.
Point
(
1
15
,
7
);
this
.
tb_pagenum
.
Location
=
new
System
.
Drawing
.
Point
(
1
78
,
7
);
this
.
tb_pagenum
.
MaxLength
=
12
;
this
.
tb_pagenum
.
MaxLength
=
12
;
this
.
tb_pagenum
.
Name
=
"tb_pagenum"
;
this
.
tb_pagenum
.
Name
=
"tb_pagenum"
;
this
.
tb_pagenum
.
ReadOnly
=
true
;
this
.
tb_pagenum
.
ReadOnly
=
true
;
...
@@ -725,7 +735,7 @@ private void InitializeComponent()
...
@@ -725,7 +735,7 @@ private void InitializeComponent()
// btn_PageUp
// btn_PageUp
//
//
this
.
btn_PageUp
.
Anchor
=
System
.
Windows
.
Forms
.
AnchorStyles
.
Top
;
this
.
btn_PageUp
.
Anchor
=
System
.
Windows
.
Forms
.
AnchorStyles
.
Top
;
this
.
btn_PageUp
.
Location
=
new
System
.
Drawing
.
Point
(
0
,
3
);
this
.
btn_PageUp
.
Location
=
new
System
.
Drawing
.
Point
(
63
,
3
);
this
.
btn_PageUp
.
Name
=
"btn_PageUp"
;
this
.
btn_PageUp
.
Name
=
"btn_PageUp"
;
this
.
btn_PageUp
.
Size
=
new
System
.
Drawing
.
Size
(
64
,
28
);
this
.
btn_PageUp
.
Size
=
new
System
.
Drawing
.
Size
(
64
,
28
);
this
.
btn_PageUp
.
TabIndex
=
5
;
this
.
btn_PageUp
.
TabIndex
=
5
;
...
@@ -736,7 +746,7 @@ private void InitializeComponent()
...
@@ -736,7 +746,7 @@ private void InitializeComponent()
// btn_PageDown
// btn_PageDown
//
//
this
.
btn_PageDown
.
Anchor
=
System
.
Windows
.
Forms
.
AnchorStyles
.
Top
;
this
.
btn_PageDown
.
Anchor
=
System
.
Windows
.
Forms
.
AnchorStyles
.
Top
;
this
.
btn_PageDown
.
Location
=
new
System
.
Drawing
.
Point
(
151
,
3
);
this
.
btn_PageDown
.
Location
=
new
System
.
Drawing
.
Point
(
214
,
3
);
this
.
btn_PageDown
.
Name
=
"btn_PageDown"
;
this
.
btn_PageDown
.
Name
=
"btn_PageDown"
;
this
.
btn_PageDown
.
Size
=
new
System
.
Drawing
.
Size
(
64
,
28
);
this
.
btn_PageDown
.
Size
=
new
System
.
Drawing
.
Size
(
64
,
28
);
this
.
btn_PageDown
.
TabIndex
=
5
;
this
.
btn_PageDown
.
TabIndex
=
5
;
...
@@ -747,7 +757,7 @@ private void InitializeComponent()
...
@@ -747,7 +757,7 @@ private void InitializeComponent()
// btn_add
// btn_add
//
//
this
.
btn_add
.
Anchor
=
System
.
Windows
.
Forms
.
AnchorStyles
.
Top
;
this
.
btn_add
.
Anchor
=
System
.
Windows
.
Forms
.
AnchorStyles
.
Top
;
this
.
btn_add
.
Location
=
new
System
.
Drawing
.
Point
(
549
,
3
);
this
.
btn_add
.
Location
=
new
System
.
Drawing
.
Point
(
612
,
3
);
this
.
btn_add
.
Name
=
"btn_add"
;
this
.
btn_add
.
Name
=
"btn_add"
;
this
.
btn_add
.
Size
=
new
System
.
Drawing
.
Size
(
75
,
28
);
this
.
btn_add
.
Size
=
new
System
.
Drawing
.
Size
(
75
,
28
);
this
.
btn_add
.
TabIndex
=
5
;
this
.
btn_add
.
TabIndex
=
5
;
...
@@ -757,9 +767,8 @@ private void InitializeComponent()
...
@@ -757,9 +767,8 @@ private void InitializeComponent()
//
//
// lb5
// lb5
//
//
this
.
lb5
.
Anchor
=
System
.
Windows
.
Forms
.
AnchorStyles
.
Top
;
this
.
lb5
.
AutoSize
=
true
;
this
.
lb5
.
AutoSize
=
true
;
this
.
lb5
.
Location
=
new
System
.
Drawing
.
Point
(
340
,
328
);
this
.
lb5
.
Location
=
new
System
.
Drawing
.
Point
(
105
,
325
);
this
.
lb5
.
Name
=
"lb5"
;
this
.
lb5
.
Name
=
"lb5"
;
this
.
lb5
.
Size
=
new
System
.
Drawing
.
Size
(
11
,
12
);
this
.
lb5
.
Size
=
new
System
.
Drawing
.
Size
(
11
,
12
);
this
.
lb5
.
TabIndex
=
7
;
this
.
lb5
.
TabIndex
=
7
;
...
@@ -767,8 +776,7 @@ private void InitializeComponent()
...
@@ -767,8 +776,7 @@ private void InitializeComponent()
//
//
// tb_atk
// tb_atk
//
//
this
.
tb_atk
.
Anchor
=
System
.
Windows
.
Forms
.
AnchorStyles
.
Top
;
this
.
tb_atk
.
Location
=
new
System
.
Drawing
.
Point
(
63
,
322
);
this
.
tb_atk
.
Location
=
new
System
.
Drawing
.
Point
(
298
,
325
);
this
.
tb_atk
.
MaxLength
=
12
;
this
.
tb_atk
.
MaxLength
=
12
;
this
.
tb_atk
.
Name
=
"tb_atk"
;
this
.
tb_atk
.
Name
=
"tb_atk"
;
this
.
tb_atk
.
Size
=
new
System
.
Drawing
.
Size
(
40
,
21
);
this
.
tb_atk
.
Size
=
new
System
.
Drawing
.
Size
(
40
,
21
);
...
@@ -778,8 +786,7 @@ private void InitializeComponent()
...
@@ -778,8 +786,7 @@ private void InitializeComponent()
//
//
// tb_def
// tb_def
//
//
this
.
tb_def
.
Anchor
=
System
.
Windows
.
Forms
.
AnchorStyles
.
Top
;
this
.
tb_def
.
Location
=
new
System
.
Drawing
.
Point
(
119
,
322
);
this
.
tb_def
.
Location
=
new
System
.
Drawing
.
Point
(
354
,
325
);
this
.
tb_def
.
MaxLength
=
12
;
this
.
tb_def
.
MaxLength
=
12
;
this
.
tb_def
.
Name
=
"tb_def"
;
this
.
tb_def
.
Name
=
"tb_def"
;
this
.
tb_def
.
Size
=
new
System
.
Drawing
.
Size
(
40
,
21
);
this
.
tb_def
.
Size
=
new
System
.
Drawing
.
Size
(
40
,
21
);
...
@@ -789,8 +796,8 @@ private void InitializeComponent()
...
@@ -789,8 +796,8 @@ private void InitializeComponent()
//
//
// tb_cardcode
// tb_cardcode
//
//
this
.
tb_cardcode
.
Anchor
=
System
.
Windows
.
Forms
.
AnchorStyles
.
Top
;
this
.
tb_cardcode
.
Anchor
=
((
System
.
Windows
.
Forms
.
AnchorStyles
)((
System
.
Windows
.
Forms
.
AnchorStyles
.
Top
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Right
)))
;
this
.
tb_cardcode
.
Location
=
new
System
.
Drawing
.
Point
(
484
,
325
);
this
.
tb_cardcode
.
Location
=
new
System
.
Drawing
.
Point
(
277
,
322
);
this
.
tb_cardcode
.
MaxLength
=
12
;
this
.
tb_cardcode
.
MaxLength
=
12
;
this
.
tb_cardcode
.
Name
=
"tb_cardcode"
;
this
.
tb_cardcode
.
Name
=
"tb_cardcode"
;
this
.
tb_cardcode
.
Size
=
new
System
.
Drawing
.
Size
(
67
,
21
);
this
.
tb_cardcode
.
Size
=
new
System
.
Drawing
.
Size
(
67
,
21
);
...
@@ -801,9 +808,9 @@ private void InitializeComponent()
...
@@ -801,9 +808,9 @@ private void InitializeComponent()
//
//
// lb_cardalias
// lb_cardalias
//
//
this
.
lb_cardalias
.
Anchor
=
System
.
Windows
.
Forms
.
AnchorStyles
.
Top
;
this
.
lb_cardalias
.
Anchor
=
((
System
.
Windows
.
Forms
.
AnchorStyles
)((
System
.
Windows
.
Forms
.
AnchorStyles
.
Top
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Right
)))
;
this
.
lb_cardalias
.
AutoSize
=
true
;
this
.
lb_cardalias
.
AutoSize
=
true
;
this
.
lb_cardalias
.
Location
=
new
System
.
Drawing
.
Point
(
413
,
304
);
this
.
lb_cardalias
.
Location
=
new
System
.
Drawing
.
Point
(
206
,
301
);
this
.
lb_cardalias
.
Name
=
"lb_cardalias"
;
this
.
lb_cardalias
.
Name
=
"lb_cardalias"
;
this
.
lb_cardalias
.
Size
=
new
System
.
Drawing
.
Size
(
65
,
12
);
this
.
lb_cardalias
.
Size
=
new
System
.
Drawing
.
Size
(
65
,
12
);
this
.
lb_cardalias
.
TabIndex
=
7
;
this
.
lb_cardalias
.
TabIndex
=
7
;
...
@@ -811,8 +818,8 @@ private void InitializeComponent()
...
@@ -811,8 +818,8 @@ private void InitializeComponent()
//
//
// tb_cardalias
// tb_cardalias
//
//
this
.
tb_cardalias
.
Anchor
=
System
.
Windows
.
Forms
.
AnchorStyles
.
Top
;
this
.
tb_cardalias
.
Anchor
=
((
System
.
Windows
.
Forms
.
AnchorStyles
)((
System
.
Windows
.
Forms
.
AnchorStyles
.
Top
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Right
)))
;
this
.
tb_cardalias
.
Location
=
new
System
.
Drawing
.
Point
(
484
,
301
);
this
.
tb_cardalias
.
Location
=
new
System
.
Drawing
.
Point
(
277
,
298
);
this
.
tb_cardalias
.
MaxLength
=
12
;
this
.
tb_cardalias
.
MaxLength
=
12
;
this
.
tb_cardalias
.
Name
=
"tb_cardalias"
;
this
.
tb_cardalias
.
Name
=
"tb_cardalias"
;
this
.
tb_cardalias
.
Size
=
new
System
.
Drawing
.
Size
(
67
,
21
);
this
.
tb_cardalias
.
Size
=
new
System
.
Drawing
.
Size
(
67
,
21
);
...
@@ -823,7 +830,7 @@ private void InitializeComponent()
...
@@ -823,7 +830,7 @@ private void InitializeComponent()
// btn_mod
// btn_mod
//
//
this
.
btn_mod
.
Anchor
=
System
.
Windows
.
Forms
.
AnchorStyles
.
Top
;
this
.
btn_mod
.
Anchor
=
System
.
Windows
.
Forms
.
AnchorStyles
.
Top
;
this
.
btn_mod
.
Location
=
new
System
.
Drawing
.
Point
(
6
28
,
3
);
this
.
btn_mod
.
Location
=
new
System
.
Drawing
.
Point
(
6
91
,
3
);
this
.
btn_mod
.
Name
=
"btn_mod"
;
this
.
btn_mod
.
Name
=
"btn_mod"
;
this
.
btn_mod
.
Size
=
new
System
.
Drawing
.
Size
(
75
,
28
);
this
.
btn_mod
.
Size
=
new
System
.
Drawing
.
Size
(
75
,
28
);
this
.
btn_mod
.
TabIndex
=
5
;
this
.
btn_mod
.
TabIndex
=
5
;
...
@@ -835,7 +842,7 @@ private void InitializeComponent()
...
@@ -835,7 +842,7 @@ private void InitializeComponent()
//
//
this
.
btn_del
.
Anchor
=
System
.
Windows
.
Forms
.
AnchorStyles
.
Top
;
this
.
btn_del
.
Anchor
=
System
.
Windows
.
Forms
.
AnchorStyles
.
Top
;
this
.
btn_del
.
ForeColor
=
System
.
Drawing
.
Color
.
DarkRed
;
this
.
btn_del
.
ForeColor
=
System
.
Drawing
.
Color
.
DarkRed
;
this
.
btn_del
.
Location
=
new
System
.
Drawing
.
Point
(
784
,
3
);
this
.
btn_del
.
Location
=
new
System
.
Drawing
.
Point
(
847
,
3
);
this
.
btn_del
.
Name
=
"btn_del"
;
this
.
btn_del
.
Name
=
"btn_del"
;
this
.
btn_del
.
Size
=
new
System
.
Drawing
.
Size
(
75
,
28
);
this
.
btn_del
.
Size
=
new
System
.
Drawing
.
Size
(
75
,
28
);
this
.
btn_del
.
TabIndex
=
5
;
this
.
btn_del
.
TabIndex
=
5
;
...
@@ -847,7 +854,7 @@ private void InitializeComponent()
...
@@ -847,7 +854,7 @@ private void InitializeComponent()
//
//
this
.
btn_lua
.
Anchor
=
System
.
Windows
.
Forms
.
AnchorStyles
.
Top
;
this
.
btn_lua
.
Anchor
=
System
.
Windows
.
Forms
.
AnchorStyles
.
Top
;
this
.
btn_lua
.
ForeColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
0
)))),
((
int
)(((
byte
)(
64
)))),
((
int
)(((
byte
)(
0
)))));
this
.
btn_lua
.
ForeColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
0
)))),
((
int
)(((
byte
)(
64
)))),
((
int
)(((
byte
)(
0
)))));
this
.
btn_lua
.
Location
=
new
System
.
Drawing
.
Point
(
465
,
3
);
this
.
btn_lua
.
Location
=
new
System
.
Drawing
.
Point
(
528
,
3
);
this
.
btn_lua
.
Name
=
"btn_lua"
;
this
.
btn_lua
.
Name
=
"btn_lua"
;
this
.
btn_lua
.
Size
=
new
System
.
Drawing
.
Size
(
80
,
28
);
this
.
btn_lua
.
Size
=
new
System
.
Drawing
.
Size
(
80
,
28
);
this
.
btn_lua
.
TabIndex
=
5
;
this
.
btn_lua
.
TabIndex
=
5
;
...
@@ -858,7 +865,7 @@ private void InitializeComponent()
...
@@ -858,7 +865,7 @@ private void InitializeComponent()
// btn_reset
// btn_reset
//
//
this
.
btn_reset
.
Anchor
=
System
.
Windows
.
Forms
.
AnchorStyles
.
Top
;
this
.
btn_reset
.
Anchor
=
System
.
Windows
.
Forms
.
AnchorStyles
.
Top
;
this
.
btn_reset
.
Location
=
new
System
.
Drawing
.
Point
(
3
00
,
3
);
this
.
btn_reset
.
Location
=
new
System
.
Drawing
.
Point
(
3
63
,
3
);
this
.
btn_reset
.
Name
=
"btn_reset"
;
this
.
btn_reset
.
Name
=
"btn_reset"
;
this
.
btn_reset
.
Size
=
new
System
.
Drawing
.
Size
(
80
,
28
);
this
.
btn_reset
.
Size
=
new
System
.
Drawing
.
Size
(
80
,
28
);
this
.
btn_reset
.
TabIndex
=
5
;
this
.
btn_reset
.
TabIndex
=
5
;
...
@@ -869,7 +876,7 @@ private void InitializeComponent()
...
@@ -869,7 +876,7 @@ private void InitializeComponent()
// btn_serach
// btn_serach
//
//
this
.
btn_serach
.
Anchor
=
System
.
Windows
.
Forms
.
AnchorStyles
.
Top
;
this
.
btn_serach
.
Anchor
=
System
.
Windows
.
Forms
.
AnchorStyles
.
Top
;
this
.
btn_serach
.
Location
=
new
System
.
Drawing
.
Point
(
2
18
,
3
);
this
.
btn_serach
.
Location
=
new
System
.
Drawing
.
Point
(
2
81
,
3
);
this
.
btn_serach
.
Name
=
"btn_serach"
;
this
.
btn_serach
.
Name
=
"btn_serach"
;
this
.
btn_serach
.
Size
=
new
System
.
Drawing
.
Size
(
80
,
28
);
this
.
btn_serach
.
Size
=
new
System
.
Drawing
.
Size
(
80
,
28
);
this
.
btn_serach
.
TabIndex
=
0
;
this
.
btn_serach
.
TabIndex
=
0
;
...
@@ -879,22 +886,21 @@ private void InitializeComponent()
...
@@ -879,22 +886,21 @@ private void InitializeComponent()
//
//
// lb_categorys
// lb_categorys
//
//
this
.
lb_categorys
.
Anchor
=
System
.
Windows
.
Forms
.
AnchorStyles
.
Top
;
this
.
lb_categorys
.
Anchor
=
((
System
.
Windows
.
Forms
.
AnchorStyles
)((
System
.
Windows
.
Forms
.
AnchorStyles
.
Top
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Right
)))
;
this
.
lb_categorys
.
BackColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
192
)))),
((
int
)(((
byte
)(
192
)))),
((
int
)(((
byte
)(
255
)))));
this
.
lb_categorys
.
BackColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
192
)))),
((
int
)(((
byte
)(
192
)))),
((
int
)(((
byte
)(
255
)))));
this
.
lb_categorys
.
Location
=
new
System
.
Drawing
.
Point
(
554
,
148
);
this
.
lb_categorys
.
Location
=
new
System
.
Drawing
.
Point
(
348
,
148
);
this
.
lb_categorys
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
3
,
3
,
3
,
0
);
this
.
lb_categorys
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
3
,
3
,
3
,
0
);
this
.
lb_categorys
.
Name
=
"lb_categorys"
;
this
.
lb_categorys
.
Name
=
"lb_categorys"
;
this
.
lb_categorys
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
4
,
0
,
0
,
0
);
this
.
lb_categorys
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
4
,
0
,
0
,
0
);
this
.
lb_categorys
.
Size
=
new
System
.
Drawing
.
Size
(
3
10
,
20
);
this
.
lb_categorys
.
Size
=
new
System
.
Drawing
.
Size
(
3
03
,
20
);
this
.
lb_categorys
.
TabIndex
=
11
;
this
.
lb_categorys
.
TabIndex
=
11
;
this
.
lb_categorys
.
Text
=
"Card Categorys"
;
this
.
lb_categorys
.
Text
=
"Card Categorys"
;
this
.
lb_categorys
.
TextAlign
=
System
.
Drawing
.
ContentAlignment
.
MiddleLeft
;
this
.
lb_categorys
.
TextAlign
=
System
.
Drawing
.
ContentAlignment
.
MiddleLeft
;
//
//
// lb2
// lb2
//
//
this
.
lb2
.
Anchor
=
System
.
Windows
.
Forms
.
AnchorStyles
.
Top
;
this
.
lb2
.
AutoSize
=
true
;
this
.
lb2
.
AutoSize
=
true
;
this
.
lb2
.
Location
=
new
System
.
Drawing
.
Point
(
340
,
304
);
this
.
lb2
.
Location
=
new
System
.
Drawing
.
Point
(
105
,
301
);
this
.
lb2
.
Name
=
"lb2"
;
this
.
lb2
.
Name
=
"lb2"
;
this
.
lb2
.
Size
=
new
System
.
Drawing
.
Size
(
11
,
12
);
this
.
lb2
.
Size
=
new
System
.
Drawing
.
Size
(
11
,
12
);
this
.
lb2
.
TabIndex
=
7
;
this
.
lb2
.
TabIndex
=
7
;
...
@@ -903,11 +909,10 @@ private void InitializeComponent()
...
@@ -903,11 +909,10 @@ private void InitializeComponent()
// pl_image
// pl_image
//
//
this
.
pl_image
.
AllowDrop
=
true
;
this
.
pl_image
.
AllowDrop
=
true
;
this
.
pl_image
.
Anchor
=
System
.
Windows
.
Forms
.
AnchorStyles
.
Top
;
this
.
pl_image
.
BackColor
=
System
.
Drawing
.
SystemColors
.
ButtonHighlight
;
this
.
pl_image
.
BackColor
=
System
.
Drawing
.
SystemColors
.
ButtonHighlight
;
this
.
pl_image
.
BackgroundImageLayout
=
System
.
Windows
.
Forms
.
ImageLayout
.
Zoom
;
this
.
pl_image
.
BackgroundImageLayout
=
System
.
Windows
.
Forms
.
ImageLayout
.
Zoom
;
this
.
pl_image
.
BorderStyle
=
System
.
Windows
.
Forms
.
BorderStyle
.
FixedSingle
;
this
.
pl_image
.
BorderStyle
=
System
.
Windows
.
Forms
.
BorderStyle
.
FixedSingle
;
this
.
pl_image
.
Location
=
new
System
.
Drawing
.
Point
(
223
,
27
);
this
.
pl_image
.
Location
=
new
System
.
Drawing
.
Point
(
5
,
27
);
this
.
pl_image
.
Name
=
"pl_image"
;
this
.
pl_image
.
Name
=
"pl_image"
;
this
.
pl_image
.
Size
=
new
System
.
Drawing
.
Size
(
184
,
266
);
this
.
pl_image
.
Size
=
new
System
.
Drawing
.
Size
(
184
,
266
);
this
.
pl_image
.
TabIndex
=
14
;
this
.
pl_image
.
TabIndex
=
14
;
...
@@ -917,26 +922,26 @@ private void InitializeComponent()
...
@@ -917,26 +922,26 @@ private void InitializeComponent()
//
//
// lb_types
// lb_types
//
//
this
.
lb_types
.
Anchor
=
System
.
Windows
.
Forms
.
AnchorStyles
.
Top
;
this
.
lb_types
.
Anchor
=
((
System
.
Windows
.
Forms
.
AnchorStyles
)((
System
.
Windows
.
Forms
.
AnchorStyles
.
Top
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Right
)))
;
this
.
lb_types
.
BackColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
192
)))),
((
int
)(((
byte
)(
192
)))),
((
int
)(((
byte
)(
255
)))));
this
.
lb_types
.
BackColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
192
)))),
((
int
)(((
byte
)(
192
)))),
((
int
)(((
byte
)(
255
)))));
this
.
lb_types
.
Location
=
new
System
.
Drawing
.
Point
(
552
,
3
);
this
.
lb_types
.
Location
=
new
System
.
Drawing
.
Point
(
348
,
3
);
this
.
lb_types
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
3
,
3
,
3
,
0
);
this
.
lb_types
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
3
,
3
,
3
,
0
);
this
.
lb_types
.
Name
=
"lb_types"
;
this
.
lb_types
.
Name
=
"lb_types"
;
this
.
lb_types
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
4
,
0
,
0
,
0
);
this
.
lb_types
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
4
,
0
,
0
,
0
);
this
.
lb_types
.
Size
=
new
System
.
Drawing
.
Size
(
3
10
,
20
);
this
.
lb_types
.
Size
=
new
System
.
Drawing
.
Size
(
3
05
,
20
);
this
.
lb_types
.
TabIndex
=
11
;
this
.
lb_types
.
TabIndex
=
11
;
this
.
lb_types
.
Text
=
"Card Types"
;
this
.
lb_types
.
Text
=
"Card Types"
;
this
.
lb_types
.
TextAlign
=
System
.
Drawing
.
ContentAlignment
.
MiddleLeft
;
this
.
lb_types
.
TextAlign
=
System
.
Drawing
.
ContentAlignment
.
MiddleLeft
;
//
//
// lb_tiptexts
// lb_tiptexts
//
//
this
.
lb_tiptexts
.
Anchor
=
System
.
Windows
.
Forms
.
AnchorStyles
.
Top
;
this
.
lb_tiptexts
.
Anchor
=
((
System
.
Windows
.
Forms
.
AnchorStyles
)((
System
.
Windows
.
Forms
.
AnchorStyles
.
Top
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Right
)))
;
this
.
lb_tiptexts
.
BackColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
192
)))),
((
int
)(((
byte
)(
192
)))),
((
int
)(((
byte
)(
255
)))));
this
.
lb_tiptexts
.
BackColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
192
)))),
((
int
)(((
byte
)(
192
)))),
((
int
)(((
byte
)(
255
)))));
this
.
lb_tiptexts
.
Location
=
new
System
.
Drawing
.
Point
(
552
,
347
);
this
.
lb_tiptexts
.
Location
=
new
System
.
Drawing
.
Point
(
348
,
347
);
this
.
lb_tiptexts
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
3
,
3
,
3
,
0
);
this
.
lb_tiptexts
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
3
,
3
,
3
,
0
);
this
.
lb_tiptexts
.
Name
=
"lb_tiptexts"
;
this
.
lb_tiptexts
.
Name
=
"lb_tiptexts"
;
this
.
lb_tiptexts
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
4
,
0
,
0
,
0
);
this
.
lb_tiptexts
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
4
,
0
,
0
,
0
);
this
.
lb_tiptexts
.
Size
=
new
System
.
Drawing
.
Size
(
3
10
,
20
);
this
.
lb_tiptexts
.
Size
=
new
System
.
Drawing
.
Size
(
3
01
,
20
);
this
.
lb_tiptexts
.
TabIndex
=
11
;
this
.
lb_tiptexts
.
TabIndex
=
11
;
this
.
lb_tiptexts
.
Text
=
"Tips Texts"
;
this
.
lb_tiptexts
.
Text
=
"Tips Texts"
;
this
.
lb_tiptexts
.
TextAlign
=
System
.
Drawing
.
ContentAlignment
.
MiddleLeft
;
this
.
lb_tiptexts
.
TextAlign
=
System
.
Drawing
.
ContentAlignment
.
MiddleLeft
;
...
@@ -953,7 +958,7 @@ private void InitializeComponent()
...
@@ -953,7 +958,7 @@ private void InitializeComponent()
//
//
this
.
btn_undo
.
Anchor
=
System
.
Windows
.
Forms
.
AnchorStyles
.
Top
;
this
.
btn_undo
.
Anchor
=
System
.
Windows
.
Forms
.
AnchorStyles
.
Top
;
this
.
btn_undo
.
Enabled
=
false
;
this
.
btn_undo
.
Enabled
=
false
;
this
.
btn_undo
.
Location
=
new
System
.
Drawing
.
Point
(
7
06
,
3
);
this
.
btn_undo
.
Location
=
new
System
.
Drawing
.
Point
(
7
69
,
3
);
this
.
btn_undo
.
Name
=
"btn_undo"
;
this
.
btn_undo
.
Name
=
"btn_undo"
;
this
.
btn_undo
.
Size
=
new
System
.
Drawing
.
Size
(
75
,
28
);
this
.
btn_undo
.
Size
=
new
System
.
Drawing
.
Size
(
75
,
28
);
this
.
btn_undo
.
TabIndex
=
5
;
this
.
btn_undo
.
TabIndex
=
5
;
...
@@ -964,7 +969,7 @@ private void InitializeComponent()
...
@@ -964,7 +969,7 @@ private void InitializeComponent()
// btn_img
// btn_img
//
//
this
.
btn_img
.
Anchor
=
System
.
Windows
.
Forms
.
AnchorStyles
.
Top
;
this
.
btn_img
.
Anchor
=
System
.
Windows
.
Forms
.
AnchorStyles
.
Top
;
this
.
btn_img
.
Location
=
new
System
.
Drawing
.
Point
(
383
,
3
);
this
.
btn_img
.
Location
=
new
System
.
Drawing
.
Point
(
446
,
3
);
this
.
btn_img
.
Name
=
"btn_img"
;
this
.
btn_img
.
Name
=
"btn_img"
;
this
.
btn_img
.
Size
=
new
System
.
Drawing
.
Size
(
80
,
28
);
this
.
btn_img
.
Size
=
new
System
.
Drawing
.
Size
(
80
,
28
);
this
.
btn_img
.
TabIndex
=
17
;
this
.
btn_img
.
TabIndex
=
17
;
...
@@ -974,8 +979,8 @@ private void InitializeComponent()
...
@@ -974,8 +979,8 @@ private void InitializeComponent()
//
//
// tb_setcode1
// tb_setcode1
//
//
this
.
tb_setcode1
.
Anchor
=
System
.
Windows
.
Forms
.
AnchorStyles
.
Top
;
this
.
tb_setcode1
.
Anchor
=
((
System
.
Windows
.
Forms
.
AnchorStyles
)((
System
.
Windows
.
Forms
.
AnchorStyles
.
Top
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Right
)))
;
this
.
tb_setcode1
.
Location
=
new
System
.
Drawing
.
Point
(
522
,
133
);
this
.
tb_setcode1
.
Location
=
new
System
.
Drawing
.
Point
(
314
,
133
);
this
.
tb_setcode1
.
MaxLength
=
4
;
this
.
tb_setcode1
.
MaxLength
=
4
;
this
.
tb_setcode1
.
Name
=
"tb_setcode1"
;
this
.
tb_setcode1
.
Name
=
"tb_setcode1"
;
this
.
tb_setcode1
.
Size
=
new
System
.
Drawing
.
Size
(
30
,
21
);
this
.
tb_setcode1
.
Size
=
new
System
.
Drawing
.
Size
(
30
,
21
);
...
@@ -986,8 +991,8 @@ private void InitializeComponent()
...
@@ -986,8 +991,8 @@ private void InitializeComponent()
//
//
// tb_setcode2
// tb_setcode2
//
//
this
.
tb_setcode2
.
Anchor
=
System
.
Windows
.
Forms
.
AnchorStyles
.
Top
;
this
.
tb_setcode2
.
Anchor
=
((
System
.
Windows
.
Forms
.
AnchorStyles
)((
System
.
Windows
.
Forms
.
AnchorStyles
.
Top
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Right
)))
;
this
.
tb_setcode2
.
Location
=
new
System
.
Drawing
.
Point
(
522
,
159
);
this
.
tb_setcode2
.
Location
=
new
System
.
Drawing
.
Point
(
314
,
159
);
this
.
tb_setcode2
.
MaxLength
=
4
;
this
.
tb_setcode2
.
MaxLength
=
4
;
this
.
tb_setcode2
.
Name
=
"tb_setcode2"
;
this
.
tb_setcode2
.
Name
=
"tb_setcode2"
;
this
.
tb_setcode2
.
Size
=
new
System
.
Drawing
.
Size
(
30
,
21
);
this
.
tb_setcode2
.
Size
=
new
System
.
Drawing
.
Size
(
30
,
21
);
...
@@ -998,8 +1003,8 @@ private void InitializeComponent()
...
@@ -998,8 +1003,8 @@ private void InitializeComponent()
//
//
// tb_setcode3
// tb_setcode3
//
//
this
.
tb_setcode3
.
Anchor
=
System
.
Windows
.
Forms
.
AnchorStyles
.
Top
;
this
.
tb_setcode3
.
Anchor
=
((
System
.
Windows
.
Forms
.
AnchorStyles
)((
System
.
Windows
.
Forms
.
AnchorStyles
.
Top
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Right
)))
;
this
.
tb_setcode3
.
Location
=
new
System
.
Drawing
.
Point
(
522
,
185
);
this
.
tb_setcode3
.
Location
=
new
System
.
Drawing
.
Point
(
314
,
185
);
this
.
tb_setcode3
.
MaxLength
=
4
;
this
.
tb_setcode3
.
MaxLength
=
4
;
this
.
tb_setcode3
.
Name
=
"tb_setcode3"
;
this
.
tb_setcode3
.
Name
=
"tb_setcode3"
;
this
.
tb_setcode3
.
Size
=
new
System
.
Drawing
.
Size
(
30
,
21
);
this
.
tb_setcode3
.
Size
=
new
System
.
Drawing
.
Size
(
30
,
21
);
...
@@ -1010,8 +1015,8 @@ private void InitializeComponent()
...
@@ -1010,8 +1015,8 @@ private void InitializeComponent()
//
//
// tb_setcode4
// tb_setcode4
//
//
this
.
tb_setcode4
.
Anchor
=
System
.
Windows
.
Forms
.
AnchorStyles
.
Top
;
this
.
tb_setcode4
.
Anchor
=
((
System
.
Windows
.
Forms
.
AnchorStyles
)((
System
.
Windows
.
Forms
.
AnchorStyles
.
Top
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Right
)))
;
this
.
tb_setcode4
.
Location
=
new
System
.
Drawing
.
Point
(
522
,
211
);
this
.
tb_setcode4
.
Location
=
new
System
.
Drawing
.
Point
(
314
,
211
);
this
.
tb_setcode4
.
MaxLength
=
4
;
this
.
tb_setcode4
.
MaxLength
=
4
;
this
.
tb_setcode4
.
Name
=
"tb_setcode4"
;
this
.
tb_setcode4
.
Name
=
"tb_setcode4"
;
this
.
tb_setcode4
.
Size
=
new
System
.
Drawing
.
Size
(
30
,
21
);
this
.
tb_setcode4
.
Size
=
new
System
.
Drawing
.
Size
(
30
,
21
);
...
@@ -1022,92 +1027,18 @@ private void InitializeComponent()
...
@@ -1022,92 +1027,18 @@ private void InitializeComponent()
//
//
// lb_cardcode
// lb_cardcode
//
//
this
.
lb_cardcode
.
Anchor
=
System
.
Windows
.
Forms
.
AnchorStyles
.
Top
;
this
.
lb_cardcode
.
Anchor
=
((
System
.
Windows
.
Forms
.
AnchorStyles
)((
System
.
Windows
.
Forms
.
AnchorStyles
.
Top
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Right
)))
;
this
.
lb_cardcode
.
AutoSize
=
true
;
this
.
lb_cardcode
.
AutoSize
=
true
;
this
.
lb_cardcode
.
Location
=
new
System
.
Drawing
.
Point
(
413
,
328
);
this
.
lb_cardcode
.
Location
=
new
System
.
Drawing
.
Point
(
206
,
325
);
this
.
lb_cardcode
.
Name
=
"lb_cardcode"
;
this
.
lb_cardcode
.
Name
=
"lb_cardcode"
;
this
.
lb_cardcode
.
Size
=
new
System
.
Drawing
.
Size
(
59
,
12
);
this
.
lb_cardcode
.
Size
=
new
System
.
Drawing
.
Size
(
59
,
12
);
this
.
lb_cardcode
.
TabIndex
=
7
;
this
.
lb_cardcode
.
TabIndex
=
7
;
this
.
lb_cardcode
.
Text
=
"Card Code"
;
this
.
lb_cardcode
.
Text
=
"Card Code"
;
//
//
// pl_category
//
this
.
pl_category
.
Anchor
=
System
.
Windows
.
Forms
.
AnchorStyles
.
Top
;
this
.
pl_category
.
AutoScroll
=
true
;
this
.
pl_category
.
Font
=
new
System
.
Drawing
.
Font
(
"宋体"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
pl_category
.
Location
=
new
System
.
Drawing
.
Point
(
554
,
170
);
this
.
pl_category
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
1
,
2
,
1
,
2
);
this
.
pl_category
.
MaximumSize
=
new
System
.
Drawing
.
Size
(
360
,
175
);
this
.
pl_category
.
Name
=
"pl_category"
;
this
.
pl_category
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
2
);
this
.
pl_category
.
Size
=
new
System
.
Drawing
.
Size
(
310
,
175
);
this
.
pl_category
.
TabIndex
=
13
;
//
// pl_cardtype
//
this
.
pl_cardtype
.
Anchor
=
System
.
Windows
.
Forms
.
AnchorStyles
.
Top
;
this
.
pl_cardtype
.
AutoScroll
=
true
;
this
.
pl_cardtype
.
Font
=
new
System
.
Drawing
.
Font
(
"宋体"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
pl_cardtype
.
Location
=
new
System
.
Drawing
.
Point
(
554
,
26
);
this
.
pl_cardtype
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
1
,
2
,
1
,
2
);
this
.
pl_cardtype
.
MaximumSize
=
new
System
.
Drawing
.
Size
(
360
,
120
);
this
.
pl_cardtype
.
Name
=
"pl_cardtype"
;
this
.
pl_cardtype
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
2
);
this
.
pl_cardtype
.
Size
=
new
System
.
Drawing
.
Size
(
310
,
120
);
this
.
pl_cardtype
.
TabIndex
=
12
;
//
// lb_scripttext
//
this
.
lb_scripttext
.
Anchor
=
((
System
.
Windows
.
Forms
.
AnchorStyles
)((
System
.
Windows
.
Forms
.
AnchorStyles
.
Top
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Bottom
)));
this
.
lb_scripttext
.
BorderStyle
=
System
.
Windows
.
Forms
.
BorderStyle
.
None
;
this
.
lb_scripttext
.
Font
=
new
System
.
Drawing
.
Font
(
"宋体"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
lb_scripttext
.
FormattingEnabled
=
true
;
this
.
lb_scripttext
.
IntegralHeight
=
false
;
this
.
lb_scripttext
.
ItemHeight
=
12
;
this
.
lb_scripttext
.
Location
=
new
System
.
Drawing
.
Point
(
554
,
371
);
this
.
lb_scripttext
.
Name
=
"lb_scripttext"
;
this
.
lb_scripttext
.
ScrollAlwaysVisible
=
true
;
this
.
lb_scripttext
.
Size
=
new
System
.
Drawing
.
Size
(
310
,
136
);
this
.
lb_scripttext
.
TabIndex
=
6
;
this
.
lb_scripttext
.
SelectedIndexChanged
+=
new
System
.
EventHandler
(
this
.
Lb_scripttextSelectedIndexChanged
);
//
// lv_cardlist
//
this
.
lv_cardlist
.
Anchor
=
((
System
.
Windows
.
Forms
.
AnchorStyles
)((
System
.
Windows
.
Forms
.
AnchorStyles
.
Top
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Bottom
)));
this
.
lv_cardlist
.
BorderStyle
=
System
.
Windows
.
Forms
.
BorderStyle
.
FixedSingle
;
this
.
lv_cardlist
.
Columns
.
AddRange
(
new
System
.
Windows
.
Forms
.
ColumnHeader
[]
{
this
.
ch_cardcode
,
this
.
ch_cardname
});
this
.
lv_cardlist
.
FullRowSelect
=
true
;
this
.
lv_cardlist
.
GridLines
=
true
;
this
.
lv_cardlist
.
HideSelection
=
false
;
this
.
lv_cardlist
.
LabelWrap
=
false
;
this
.
lv_cardlist
.
Location
=
new
System
.
Drawing
.
Point
(
3
,
3
);
this
.
lv_cardlist
.
Name
=
"lv_cardlist"
;
this
.
lv_cardlist
.
Scrollable
=
false
;
this
.
lv_cardlist
.
ShowItemToolTips
=
true
;
this
.
lv_cardlist
.
Size
=
new
System
.
Drawing
.
Size
(
216
,
552
);
this
.
lv_cardlist
.
TabIndex
=
1
;
this
.
lv_cardlist
.
UseCompatibleStateImageBehavior
=
false
;
this
.
lv_cardlist
.
View
=
System
.
Windows
.
Forms
.
View
.
Details
;
this
.
lv_cardlist
.
SelectedIndexChanged
+=
new
System
.
EventHandler
(
this
.
Lv_cardlistSelectedIndexChanged
);
this
.
lv_cardlist
.
KeyDown
+=
new
System
.
Windows
.
Forms
.
KeyEventHandler
(
this
.
Lv_cardlistKeyDown
);
//
// ch_cardcode
//
this
.
ch_cardcode
.
Text
=
"Card Code"
;
this
.
ch_cardcode
.
Width
=
70
;
//
// ch_cardname
//
this
.
ch_cardname
.
Text
=
"Card Name"
;
this
.
ch_cardname
.
Width
=
140
;
//
// lb_markers
// lb_markers
//
//
this
.
lb_markers
.
Anchor
=
System
.
Windows
.
Forms
.
AnchorStyles
.
Top
;
this
.
lb_markers
.
BackColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
192
)))),
((
int
)(((
byte
)(
192
)))),
((
int
)(((
byte
)(
255
)))));
this
.
lb_markers
.
BackColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
192
)))),
((
int
)(((
byte
)(
192
)))),
((
int
)(((
byte
)(
255
)))));
this
.
lb_markers
.
Location
=
new
System
.
Drawing
.
Point
(
413
,
240
);
this
.
lb_markers
.
Location
=
new
System
.
Drawing
.
Point
(
195
,
236
);
this
.
lb_markers
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
3
,
3
,
3
,
0
);
this
.
lb_markers
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
3
,
3
,
3
,
0
);
this
.
lb_markers
.
Name
=
"lb_markers"
;
this
.
lb_markers
.
Name
=
"lb_markers"
;
this
.
lb_markers
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
4
,
0
,
0
,
0
);
this
.
lb_markers
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
4
,
0
,
0
,
0
);
...
@@ -1116,23 +1047,10 @@ private void InitializeComponent()
...
@@ -1116,23 +1047,10 @@ private void InitializeComponent()
this
.
lb_markers
.
Text
=
"Link Markers"
;
this
.
lb_markers
.
Text
=
"Link Markers"
;
this
.
lb_markers
.
TextAlign
=
System
.
Drawing
.
ContentAlignment
.
MiddleLeft
;
this
.
lb_markers
.
TextAlign
=
System
.
Drawing
.
ContentAlignment
.
MiddleLeft
;
//
//
// pl_markers
//
this
.
pl_markers
.
Anchor
=
System
.
Windows
.
Forms
.
AnchorStyles
.
Top
;
this
.
pl_markers
.
AutoScroll
=
true
;
this
.
pl_markers
.
Font
=
new
System
.
Drawing
.
Font
(
"宋体"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
pl_markers
.
Location
=
new
System
.
Drawing
.
Point
(
485
,
236
);
this
.
pl_markers
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
1
,
2
,
1
,
2
);
this
.
pl_markers
.
Name
=
"pl_markers"
;
this
.
pl_markers
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
2
);
this
.
pl_markers
.
Size
=
new
System
.
Drawing
.
Size
(
60
,
60
);
this
.
pl_markers
.
TabIndex
=
20
;
//
// tb_link
// tb_link
//
//
this
.
tb_link
.
Anchor
=
System
.
Windows
.
Forms
.
AnchorStyles
.
Top
;
this
.
tb_link
.
HideSelection
=
false
;
this
.
tb_link
.
HideSelection
=
false
;
this
.
tb_link
.
Location
=
new
System
.
Drawing
.
Point
(
475
,
273
);
this
.
tb_link
.
Location
=
new
System
.
Drawing
.
Point
(
265
,
270
);
this
.
tb_link
.
MaxLength
=
9
;
this
.
tb_link
.
MaxLength
=
9
;
this
.
tb_link
.
Name
=
"tb_link"
;
this
.
tb_link
.
Name
=
"tb_link"
;
this
.
tb_link
.
Size
=
new
System
.
Drawing
.
Size
(
75
,
21
);
this
.
tb_link
.
Size
=
new
System
.
Drawing
.
Size
(
75
,
21
);
...
@@ -1161,59 +1079,164 @@ private void InitializeComponent()
...
@@ -1161,59 +1079,164 @@ private void InitializeComponent()
this
.
pl_bottom
.
Dock
=
System
.
Windows
.
Forms
.
DockStyle
.
Bottom
;
this
.
pl_bottom
.
Dock
=
System
.
Windows
.
Forms
.
DockStyle
.
Bottom
;
this
.
pl_bottom
.
Location
=
new
System
.
Drawing
.
Point
(
0
,
583
);
this
.
pl_bottom
.
Location
=
new
System
.
Drawing
.
Point
(
0
,
583
);
this
.
pl_bottom
.
Name
=
"pl_bottom"
;
this
.
pl_bottom
.
Name
=
"pl_bottom"
;
this
.
pl_bottom
.
Size
=
new
System
.
Drawing
.
Size
(
864
,
34
);
this
.
pl_bottom
.
Size
=
new
System
.
Drawing
.
Size
(
991
,
34
);
this
.
pl_bottom
.
TabIndex
=
22
;
this
.
pl_bottom
.
TabIndex
=
22
;
//
//
// pl_main
// pl_main
//
//
this
.
pl_main
.
Controls
.
Add
(
this
.
lv_cardlist
);
this
.
pl_main
.
Controls
.
Add
(
this
.
splitContainer
);
this
.
pl_main
.
Controls
.
Add
(
this
.
tb_cardtext
);
this
.
pl_main
.
Controls
.
Add
(
this
.
lb_tiptexts
);
this
.
pl_main
.
Controls
.
Add
(
this
.
pl_category
);
this
.
pl_main
.
Controls
.
Add
(
this
.
tb_edittext
);
this
.
pl_main
.
Controls
.
Add
(
this
.
tb_setcode4
);
this
.
pl_main
.
Controls
.
Add
(
this
.
lb_scripttext
);
this
.
pl_main
.
Controls
.
Add
(
this
.
lb_categorys
);
this
.
pl_main
.
Controls
.
Add
(
this
.
pl_cardtype
);
this
.
pl_main
.
Controls
.
Add
(
this
.
lb_types
);
this
.
pl_main
.
Controls
.
Add
(
this
.
lb_markers
);
this
.
pl_main
.
Controls
.
Add
(
this
.
tb_setcode3
);
this
.
pl_main
.
Controls
.
Add
(
this
.
tb_cardcode
);
this
.
pl_main
.
Controls
.
Add
(
this
.
tb_setcode2
);
this
.
pl_main
.
Controls
.
Add
(
this
.
tb_setcode1
);
this
.
pl_main
.
Controls
.
Add
(
this
.
pl_markers
);
this
.
pl_main
.
Controls
.
Add
(
this
.
lb_pleft_right
);
this
.
pl_main
.
Controls
.
Add
(
this
.
lb2
);
this
.
pl_main
.
Controls
.
Add
(
this
.
lb_atkdef
);
this
.
pl_main
.
Controls
.
Add
(
this
.
lb5
);
this
.
pl_main
.
Controls
.
Add
(
this
.
tb_pleft
);
this
.
pl_main
.
Controls
.
Add
(
this
.
pl_image
);
this
.
pl_main
.
Controls
.
Add
(
this
.
lb_cardalias
);
this
.
pl_main
.
Controls
.
Add
(
this
.
lb_cardcode
);
this
.
pl_main
.
Controls
.
Add
(
this
.
tb_atk
);
this
.
pl_main
.
Controls
.
Add
(
this
.
tb_cardalias
);
this
.
pl_main
.
Controls
.
Add
(
this
.
tb_pright
);
this
.
pl_main
.
Controls
.
Add
(
this
.
tb_def
);
this
.
pl_main
.
Controls
.
Add
(
this
.
tb_link
);
this
.
pl_main
.
Controls
.
Add
(
this
.
tb_cardname
);
this
.
pl_main
.
Controls
.
Add
(
this
.
cb_cardattribute
);
this
.
pl_main
.
Controls
.
Add
(
this
.
cb_setname3
);
this
.
pl_main
.
Controls
.
Add
(
this
.
cb_cardlevel
);
this
.
pl_main
.
Controls
.
Add
(
this
.
cb_setname1
);
this
.
pl_main
.
Controls
.
Add
(
this
.
cb_setname2
);
this
.
pl_main
.
Controls
.
Add
(
this
.
cb_cardrace
);
this
.
pl_main
.
Controls
.
Add
(
this
.
cb_setname4
);
this
.
pl_main
.
Controls
.
Add
(
this
.
cb_cardrule
);
this
.
pl_main
.
Dock
=
System
.
Windows
.
Forms
.
DockStyle
.
Fill
;
this
.
pl_main
.
Dock
=
System
.
Windows
.
Forms
.
DockStyle
.
Fill
;
this
.
pl_main
.
Location
=
new
System
.
Drawing
.
Point
(
0
,
25
);
this
.
pl_main
.
Location
=
new
System
.
Drawing
.
Point
(
0
,
25
);
this
.
pl_main
.
Name
=
"pl_main"
;
this
.
pl_main
.
Name
=
"pl_main"
;
this
.
pl_main
.
Size
=
new
System
.
Drawing
.
Size
(
864
,
558
);
this
.
pl_main
.
Size
=
new
System
.
Drawing
.
Size
(
991
,
558
);
this
.
pl_main
.
TabIndex
=
0
;
this
.
pl_main
.
TabIndex
=
0
;
//
//
// splitContainer
//
this
.
splitContainer
.
Anchor
=
((
System
.
Windows
.
Forms
.
AnchorStyles
)((((
System
.
Windows
.
Forms
.
AnchorStyles
.
Top
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Bottom
)
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Left
)
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Right
)));
this
.
splitContainer
.
Location
=
new
System
.
Drawing
.
Point
(
3
,
3
);
this
.
splitContainer
.
Name
=
"splitContainer"
;
//
// splitContainer.Panel1
//
this
.
splitContainer
.
Panel1
.
Controls
.
Add
(
this
.
lv_cardlist
);
//
// splitContainer.Panel2
//
this
.
splitContainer
.
Panel2
.
Controls
.
Add
(
this
.
pl_cardtype
);
this
.
splitContainer
.
Panel2
.
Controls
.
Add
(
this
.
tb_cardtext
);
this
.
splitContainer
.
Panel2
.
Controls
.
Add
(
this
.
tb_cardname
);
this
.
splitContainer
.
Panel2
.
Controls
.
Add
(
this
.
lb_tiptexts
);
this
.
splitContainer
.
Panel2
.
Controls
.
Add
(
this
.
cb_cardrule
);
this
.
splitContainer
.
Panel2
.
Controls
.
Add
(
this
.
pl_category
);
this
.
splitContainer
.
Panel2
.
Controls
.
Add
(
this
.
cb_setname4
);
this
.
splitContainer
.
Panel2
.
Controls
.
Add
(
this
.
tb_edittext
);
this
.
splitContainer
.
Panel2
.
Controls
.
Add
(
this
.
cb_cardrace
);
this
.
splitContainer
.
Panel2
.
Controls
.
Add
(
this
.
tb_setcode4
);
this
.
splitContainer
.
Panel2
.
Controls
.
Add
(
this
.
cb_setname2
);
this
.
splitContainer
.
Panel2
.
Controls
.
Add
(
this
.
lb_scripttext
);
this
.
splitContainer
.
Panel2
.
Controls
.
Add
(
this
.
cb_setname1
);
this
.
splitContainer
.
Panel2
.
Controls
.
Add
(
this
.
lb_categorys
);
this
.
splitContainer
.
Panel2
.
Controls
.
Add
(
this
.
cb_cardlevel
);
this
.
splitContainer
.
Panel2
.
Controls
.
Add
(
this
.
cb_setname3
);
this
.
splitContainer
.
Panel2
.
Controls
.
Add
(
this
.
lb_types
);
this
.
splitContainer
.
Panel2
.
Controls
.
Add
(
this
.
cb_cardattribute
);
this
.
splitContainer
.
Panel2
.
Controls
.
Add
(
this
.
lb_markers
);
this
.
splitContainer
.
Panel2
.
Controls
.
Add
(
this
.
tb_link
);
this
.
splitContainer
.
Panel2
.
Controls
.
Add
(
this
.
tb_setcode3
);
this
.
splitContainer
.
Panel2
.
Controls
.
Add
(
this
.
tb_def
);
this
.
splitContainer
.
Panel2
.
Controls
.
Add
(
this
.
tb_cardcode
);
this
.
splitContainer
.
Panel2
.
Controls
.
Add
(
this
.
tb_pright
);
this
.
splitContainer
.
Panel2
.
Controls
.
Add
(
this
.
tb_setcode2
);
this
.
splitContainer
.
Panel2
.
Controls
.
Add
(
this
.
tb_cardalias
);
this
.
splitContainer
.
Panel2
.
Controls
.
Add
(
this
.
tb_setcode1
);
this
.
splitContainer
.
Panel2
.
Controls
.
Add
(
this
.
tb_atk
);
this
.
splitContainer
.
Panel2
.
Controls
.
Add
(
this
.
pl_markers
);
this
.
splitContainer
.
Panel2
.
Controls
.
Add
(
this
.
lb_cardcode
);
this
.
splitContainer
.
Panel2
.
Controls
.
Add
(
this
.
lb_pleft_right
);
this
.
splitContainer
.
Panel2
.
Controls
.
Add
(
this
.
lb_cardalias
);
this
.
splitContainer
.
Panel2
.
Controls
.
Add
(
this
.
lb2
);
this
.
splitContainer
.
Panel2
.
Controls
.
Add
(
this
.
pl_image
);
this
.
splitContainer
.
Panel2
.
Controls
.
Add
(
this
.
lb_atkdef
);
this
.
splitContainer
.
Panel2
.
Controls
.
Add
(
this
.
tb_pleft
);
this
.
splitContainer
.
Panel2
.
Controls
.
Add
(
this
.
lb5
);
this
.
splitContainer
.
Size
=
new
System
.
Drawing
.
Size
(
984
,
555
);
this
.
splitContainer
.
SplitterDistance
=
328
;
this
.
splitContainer
.
TabIndex
=
22
;
//
// lv_cardlist
//
this
.
lv_cardlist
.
Anchor
=
((
System
.
Windows
.
Forms
.
AnchorStyles
)((((
System
.
Windows
.
Forms
.
AnchorStyles
.
Top
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Bottom
)
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Left
)
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Right
)));
this
.
lv_cardlist
.
BorderStyle
=
System
.
Windows
.
Forms
.
BorderStyle
.
FixedSingle
;
this
.
lv_cardlist
.
Columns
.
AddRange
(
new
System
.
Windows
.
Forms
.
ColumnHeader
[]
{
this
.
ch_cardcode
,
this
.
ch_cardname
});
this
.
lv_cardlist
.
FullRowSelect
=
true
;
this
.
lv_cardlist
.
GridLines
=
true
;
this
.
lv_cardlist
.
HideSelection
=
false
;
this
.
lv_cardlist
.
LabelWrap
=
false
;
this
.
lv_cardlist
.
Location
=
new
System
.
Drawing
.
Point
(
3
,
3
);
this
.
lv_cardlist
.
Name
=
"lv_cardlist"
;
this
.
lv_cardlist
.
Scrollable
=
false
;
this
.
lv_cardlist
.
ShowItemToolTips
=
true
;
this
.
lv_cardlist
.
Size
=
new
System
.
Drawing
.
Size
(
322
,
546
);
this
.
lv_cardlist
.
TabIndex
=
1
;
this
.
lv_cardlist
.
UseCompatibleStateImageBehavior
=
false
;
this
.
lv_cardlist
.
View
=
System
.
Windows
.
Forms
.
View
.
Details
;
this
.
lv_cardlist
.
SelectedIndexChanged
+=
new
System
.
EventHandler
(
this
.
Lv_cardlistSelectedIndexChanged
);
this
.
lv_cardlist
.
KeyDown
+=
new
System
.
Windows
.
Forms
.
KeyEventHandler
(
this
.
Lv_cardlistKeyDown
);
//
// ch_cardcode
//
this
.
ch_cardcode
.
Text
=
"Card Code"
;
this
.
ch_cardcode
.
Width
=
70
;
//
// ch_cardname
//
this
.
ch_cardname
.
Text
=
"Card Name"
;
this
.
ch_cardname
.
Width
=
140
;
//
// pl_cardtype
//
this
.
pl_cardtype
.
Anchor
=
((
System
.
Windows
.
Forms
.
AnchorStyles
)((
System
.
Windows
.
Forms
.
AnchorStyles
.
Top
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Right
)));
this
.
pl_cardtype
.
AutoScroll
=
true
;
this
.
pl_cardtype
.
Font
=
new
System
.
Drawing
.
Font
(
"宋体"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
pl_cardtype
.
Location
=
new
System
.
Drawing
.
Point
(
348
,
25
);
this
.
pl_cardtype
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
1
,
2
,
1
,
2
);
this
.
pl_cardtype
.
MaximumSize
=
new
System
.
Drawing
.
Size
(
360
,
120
);
this
.
pl_cardtype
.
Name
=
"pl_cardtype"
;
this
.
pl_cardtype
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
2
);
this
.
pl_cardtype
.
Size
=
new
System
.
Drawing
.
Size
(
301
,
120
);
this
.
pl_cardtype
.
TabIndex
=
12
;
//
// pl_category
//
this
.
pl_category
.
Anchor
=
((
System
.
Windows
.
Forms
.
AnchorStyles
)((
System
.
Windows
.
Forms
.
AnchorStyles
.
Top
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Right
)));
this
.
pl_category
.
AutoScroll
=
true
;
this
.
pl_category
.
Font
=
new
System
.
Drawing
.
Font
(
"宋体"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
pl_category
.
Location
=
new
System
.
Drawing
.
Point
(
348
,
170
);
this
.
pl_category
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
1
,
2
,
1
,
2
);
this
.
pl_category
.
MaximumSize
=
new
System
.
Drawing
.
Size
(
360
,
175
);
this
.
pl_category
.
Name
=
"pl_category"
;
this
.
pl_category
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
2
);
this
.
pl_category
.
Size
=
new
System
.
Drawing
.
Size
(
301
,
175
);
this
.
pl_category
.
TabIndex
=
13
;
//
// lb_scripttext
//
this
.
lb_scripttext
.
Anchor
=
((
System
.
Windows
.
Forms
.
AnchorStyles
)(((
System
.
Windows
.
Forms
.
AnchorStyles
.
Top
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Bottom
)
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Right
)));
this
.
lb_scripttext
.
BorderStyle
=
System
.
Windows
.
Forms
.
BorderStyle
.
None
;
this
.
lb_scripttext
.
Font
=
new
System
.
Drawing
.
Font
(
"宋体"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
lb_scripttext
.
FormattingEnabled
=
true
;
this
.
lb_scripttext
.
IntegralHeight
=
false
;
this
.
lb_scripttext
.
ItemHeight
=
12
;
this
.
lb_scripttext
.
Location
=
new
System
.
Drawing
.
Point
(
348
,
371
);
this
.
lb_scripttext
.
Name
=
"lb_scripttext"
;
this
.
lb_scripttext
.
ScrollAlwaysVisible
=
true
;
this
.
lb_scripttext
.
Size
=
new
System
.
Drawing
.
Size
(
301
,
115
);
this
.
lb_scripttext
.
TabIndex
=
6
;
this
.
lb_scripttext
.
SelectedIndexChanged
+=
new
System
.
EventHandler
(
this
.
Lb_scripttextSelectedIndexChanged
);
//
// pl_markers
//
this
.
pl_markers
.
AutoScroll
=
true
;
this
.
pl_markers
.
Font
=
new
System
.
Drawing
.
Font
(
"宋体"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
pl_markers
.
Location
=
new
System
.
Drawing
.
Point
(
275
,
233
);
this
.
pl_markers
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
1
,
2
,
1
,
2
);
this
.
pl_markers
.
Name
=
"pl_markers"
;
this
.
pl_markers
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
2
);
this
.
pl_markers
.
Size
=
new
System
.
Drawing
.
Size
(
60
,
60
);
this
.
pl_markers
.
TabIndex
=
20
;
//
// DataEditForm
// DataEditForm
//
//
this
.
AutoScaleMode
=
System
.
Windows
.
Forms
.
AutoScaleMode
.
None
;
this
.
AutoScaleMode
=
System
.
Windows
.
Forms
.
AutoScaleMode
.
None
;
this
.
ClientSize
=
new
System
.
Drawing
.
Size
(
864
,
617
);
this
.
ClientSize
=
new
System
.
Drawing
.
Size
(
991
,
617
);
this
.
Controls
.
Add
(
this
.
pl_main
);
this
.
Controls
.
Add
(
this
.
pl_main
);
this
.
Controls
.
Add
(
this
.
pl_bottom
);
this
.
Controls
.
Add
(
this
.
pl_bottom
);
this
.
Controls
.
Add
(
this
.
mainMenu
);
this
.
Controls
.
Add
(
this
.
mainMenu
);
...
@@ -1233,7 +1256,10 @@ private void InitializeComponent()
...
@@ -1233,7 +1256,10 @@ private void InitializeComponent()
this
.
pl_bottom
.
ResumeLayout
(
false
);
this
.
pl_bottom
.
ResumeLayout
(
false
);
this
.
pl_bottom
.
PerformLayout
();
this
.
pl_bottom
.
PerformLayout
();
this
.
pl_main
.
ResumeLayout
(
false
);
this
.
pl_main
.
ResumeLayout
(
false
);
this
.
pl_main
.
PerformLayout
();
this
.
splitContainer
.
Panel1
.
ResumeLayout
(
false
);
this
.
splitContainer
.
Panel2
.
ResumeLayout
(
false
);
this
.
splitContainer
.
Panel2
.
PerformLayout
();
this
.
splitContainer
.
ResumeLayout
(
false
);
this
.
ResumeLayout
(
false
);
this
.
ResumeLayout
(
false
);
this
.
PerformLayout
();
this
.
PerformLayout
();
...
@@ -1336,10 +1362,11 @@ private void InitializeComponent()
...
@@ -1336,10 +1362,11 @@ private void InitializeComponent()
private
System
.
Windows
.
Forms
.
ToolStripMenuItem
menuitem_autoreturn
;
private
System
.
Windows
.
Forms
.
ToolStripMenuItem
menuitem_autoreturn
;
private
System
.
Windows
.
Forms
.
ToolStripMenuItem
menuitem_replace
;
private
System
.
Windows
.
Forms
.
ToolStripMenuItem
menuitem_replace
;
private
System
.
Windows
.
Forms
.
Label
lb_markers
;
private
System
.
Windows
.
Forms
.
Label
lb_markers
;
private
DFlowLayoutPanel
pl_markers
;
private
System
.
Windows
.
Forms
.
TextBox
tb_link
;
private
System
.
Windows
.
Forms
.
TextBox
tb_link
;
private
System
.
Windows
.
Forms
.
Panel
pl_bottom
;
private
System
.
Windows
.
Forms
.
Panel
pl_bottom
;
private
System
.
Windows
.
Forms
.
Panel
pl_main
;
private
System
.
Windows
.
Forms
.
Panel
pl_main
;
private
System
.
Windows
.
Forms
.
ToolStripMenuItem
menuitem_addrequire
;
private
System
.
Windows
.
Forms
.
ToolStripMenuItem
menuitem_addrequire
;
private
System
.
Windows
.
Forms
.
SplitContainer
splitContainer
;
private
DFlowLayoutPanel
pl_markers
;
}
}
}
}
DataEditorX/MainForm.Designer.cs
View file @
2f77bfae
...
@@ -35,319 +35,320 @@ protected override void Dispose(bool disposing)
...
@@ -35,319 +35,320 @@ protected override void Dispose(bool disposing)
/// </summary>
/// </summary>
private
void
InitializeComponent
()
private
void
InitializeComponent
()
{
{
WeifenLuo
.
WinFormsUI
.
Docking
.
DockPanelSkin
dockPanelSkin1
=
new
WeifenLuo
.
WinFormsUI
.
Docking
.
DockPanelSkin
();
WeifenLuo
.
WinFormsUI
.
Docking
.
DockPanelSkin
dockPanelSkin1
=
new
WeifenLuo
.
WinFormsUI
.
Docking
.
DockPanelSkin
();
WeifenLuo
.
WinFormsUI
.
Docking
.
AutoHideStripSkin
autoHideStripSkin1
=
new
WeifenLuo
.
WinFormsUI
.
Docking
.
AutoHideStripSkin
();
WeifenLuo
.
WinFormsUI
.
Docking
.
AutoHideStripSkin
autoHideStripSkin1
=
new
WeifenLuo
.
WinFormsUI
.
Docking
.
AutoHideStripSkin
();
WeifenLuo
.
WinFormsUI
.
Docking
.
DockPanelGradient
dockPanelGradient1
=
new
WeifenLuo
.
WinFormsUI
.
Docking
.
DockPanelGradient
();
WeifenLuo
.
WinFormsUI
.
Docking
.
DockPanelGradient
dockPanelGradient1
=
new
WeifenLuo
.
WinFormsUI
.
Docking
.
DockPanelGradient
();
WeifenLuo
.
WinFormsUI
.
Docking
.
TabGradient
tabGradient1
=
new
WeifenLuo
.
WinFormsUI
.
Docking
.
TabGradient
();
WeifenLuo
.
WinFormsUI
.
Docking
.
TabGradient
tabGradient1
=
new
WeifenLuo
.
WinFormsUI
.
Docking
.
TabGradient
();
WeifenLuo
.
WinFormsUI
.
Docking
.
DockPaneStripSkin
dockPaneStripSkin1
=
new
WeifenLuo
.
WinFormsUI
.
Docking
.
DockPaneStripSkin
();
WeifenLuo
.
WinFormsUI
.
Docking
.
DockPaneStripSkin
dockPaneStripSkin1
=
new
WeifenLuo
.
WinFormsUI
.
Docking
.
DockPaneStripSkin
();
WeifenLuo
.
WinFormsUI
.
Docking
.
DockPaneStripGradient
dockPaneStripGradient1
=
new
WeifenLuo
.
WinFormsUI
.
Docking
.
DockPaneStripGradient
();
WeifenLuo
.
WinFormsUI
.
Docking
.
DockPaneStripGradient
dockPaneStripGradient1
=
new
WeifenLuo
.
WinFormsUI
.
Docking
.
DockPaneStripGradient
();
WeifenLuo
.
WinFormsUI
.
Docking
.
TabGradient
tabGradient2
=
new
WeifenLuo
.
WinFormsUI
.
Docking
.
TabGradient
();
WeifenLuo
.
WinFormsUI
.
Docking
.
TabGradient
tabGradient2
=
new
WeifenLuo
.
WinFormsUI
.
Docking
.
TabGradient
();
WeifenLuo
.
WinFormsUI
.
Docking
.
DockPanelGradient
dockPanelGradient2
=
new
WeifenLuo
.
WinFormsUI
.
Docking
.
DockPanelGradient
();
WeifenLuo
.
WinFormsUI
.
Docking
.
DockPanelGradient
dockPanelGradient2
=
new
WeifenLuo
.
WinFormsUI
.
Docking
.
DockPanelGradient
();
WeifenLuo
.
WinFormsUI
.
Docking
.
TabGradient
tabGradient3
=
new
WeifenLuo
.
WinFormsUI
.
Docking
.
TabGradient
();
WeifenLuo
.
WinFormsUI
.
Docking
.
TabGradient
tabGradient3
=
new
WeifenLuo
.
WinFormsUI
.
Docking
.
TabGradient
();
WeifenLuo
.
WinFormsUI
.
Docking
.
DockPaneStripToolWindowGradient
dockPaneStripToolWindowGradient1
=
new
WeifenLuo
.
WinFormsUI
.
Docking
.
DockPaneStripToolWindowGradient
();
WeifenLuo
.
WinFormsUI
.
Docking
.
DockPaneStripToolWindowGradient
dockPaneStripToolWindowGradient1
=
new
WeifenLuo
.
WinFormsUI
.
Docking
.
DockPaneStripToolWindowGradient
();
WeifenLuo
.
WinFormsUI
.
Docking
.
TabGradient
tabGradient4
=
new
WeifenLuo
.
WinFormsUI
.
Docking
.
TabGradient
();
WeifenLuo
.
WinFormsUI
.
Docking
.
TabGradient
tabGradient4
=
new
WeifenLuo
.
WinFormsUI
.
Docking
.
TabGradient
();
WeifenLuo
.
WinFormsUI
.
Docking
.
TabGradient
tabGradient5
=
new
WeifenLuo
.
WinFormsUI
.
Docking
.
TabGradient
();
WeifenLuo
.
WinFormsUI
.
Docking
.
TabGradient
tabGradient5
=
new
WeifenLuo
.
WinFormsUI
.
Docking
.
TabGradient
();
WeifenLuo
.
WinFormsUI
.
Docking
.
DockPanelGradient
dockPanelGradient3
=
new
WeifenLuo
.
WinFormsUI
.
Docking
.
DockPanelGradient
();
WeifenLuo
.
WinFormsUI
.
Docking
.
DockPanelGradient
dockPanelGradient3
=
new
WeifenLuo
.
WinFormsUI
.
Docking
.
DockPanelGradient
();
WeifenLuo
.
WinFormsUI
.
Docking
.
TabGradient
tabGradient6
=
new
WeifenLuo
.
WinFormsUI
.
Docking
.
TabGradient
();
WeifenLuo
.
WinFormsUI
.
Docking
.
TabGradient
tabGradient6
=
new
WeifenLuo
.
WinFormsUI
.
Docking
.
TabGradient
();
WeifenLuo
.
WinFormsUI
.
Docking
.
TabGradient
tabGradient7
=
new
WeifenLuo
.
WinFormsUI
.
Docking
.
TabGradient
();
WeifenLuo
.
WinFormsUI
.
Docking
.
TabGradient
tabGradient7
=
new
WeifenLuo
.
WinFormsUI
.
Docking
.
TabGradient
();
this
.
dockPanel1
=
new
WeifenLuo
.
WinFormsUI
.
Docking
.
DockPanel
();
this
.
dockPanel1
=
new
WeifenLuo
.
WinFormsUI
.
Docking
.
DockPanel
();
this
.
mainMenu
=
new
System
.
Windows
.
Forms
.
MenuStrip
();
this
.
mainMenu
=
new
System
.
Windows
.
Forms
.
MenuStrip
();
this
.
menuitem_file
=
new
System
.
Windows
.
Forms
.
ToolStripMenuItem
();
this
.
menuitem_file
=
new
System
.
Windows
.
Forms
.
ToolStripMenuItem
();
this
.
menuitem_open
=
new
System
.
Windows
.
Forms
.
ToolStripMenuItem
();
this
.
menuitem_open
=
new
System
.
Windows
.
Forms
.
ToolStripMenuItem
();
this
.
menuitem_new
=
new
System
.
Windows
.
Forms
.
ToolStripMenuItem
();
this
.
menuitem_new
=
new
System
.
Windows
.
Forms
.
ToolStripMenuItem
();
this
.
menuitem_save
=
new
System
.
Windows
.
Forms
.
ToolStripMenuItem
();
this
.
menuitem_save
=
new
System
.
Windows
.
Forms
.
ToolStripMenuItem
();
this
.
toolStripSeparator3
=
new
System
.
Windows
.
Forms
.
ToolStripSeparator
();
this
.
toolStripSeparator3
=
new
System
.
Windows
.
Forms
.
ToolStripSeparator
();
this
.
menuitem_copyselect
=
new
System
.
Windows
.
Forms
.
ToolStripMenuItem
();
this
.
menuitem_copyselect
=
new
System
.
Windows
.
Forms
.
ToolStripMenuItem
();
this
.
menuitem_copyall
=
new
System
.
Windows
.
Forms
.
ToolStripMenuItem
();
this
.
menuitem_copyall
=
new
System
.
Windows
.
Forms
.
ToolStripMenuItem
();
this
.
menuitem_pastecards
=
new
System
.
Windows
.
Forms
.
ToolStripMenuItem
();
this
.
menuitem_pastecards
=
new
System
.
Windows
.
Forms
.
ToolStripMenuItem
();
this
.
toolStripSeparator4
=
new
System
.
Windows
.
Forms
.
ToolStripSeparator
();
this
.
toolStripSeparator4
=
new
System
.
Windows
.
Forms
.
ToolStripSeparator
();
this
.
menuitem_comp1
=
new
System
.
Windows
.
Forms
.
ToolStripMenuItem
();
this
.
menuitem_comp1
=
new
System
.
Windows
.
Forms
.
ToolStripMenuItem
();
this
.
menuitem_comp2
=
new
System
.
Windows
.
Forms
.
ToolStripMenuItem
();
this
.
menuitem_comp2
=
new
System
.
Windows
.
Forms
.
ToolStripMenuItem
();
this
.
toolStripSeparator1
=
new
System
.
Windows
.
Forms
.
ToolStripSeparator
();
this
.
toolStripSeparator1
=
new
System
.
Windows
.
Forms
.
ToolStripSeparator
();
this
.
menuitem_history
=
new
System
.
Windows
.
Forms
.
ToolStripMenuItem
();
this
.
menuitem_history
=
new
System
.
Windows
.
Forms
.
ToolStripMenuItem
();
this
.
menuitem_shistory
=
new
System
.
Windows
.
Forms
.
ToolStripMenuItem
();
this
.
menuitem_shistory
=
new
System
.
Windows
.
Forms
.
ToolStripMenuItem
();
this
.
toolStripSeparator5
=
new
System
.
Windows
.
Forms
.
ToolStripSeparator
();
this
.
toolStripSeparator5
=
new
System
.
Windows
.
Forms
.
ToolStripSeparator
();
this
.
menuitem_quit
=
new
System
.
Windows
.
Forms
.
ToolStripMenuItem
();
this
.
menuitem_quit
=
new
System
.
Windows
.
Forms
.
ToolStripMenuItem
();
this
.
menuitem_windows
=
new
System
.
Windows
.
Forms
.
ToolStripMenuItem
();
this
.
menuitem_windows
=
new
System
.
Windows
.
Forms
.
ToolStripMenuItem
();
this
.
menuitem_dataeditor
=
new
System
.
Windows
.
Forms
.
ToolStripMenuItem
();
this
.
menuitem_dataeditor
=
new
System
.
Windows
.
Forms
.
ToolStripMenuItem
();
this
.
menuitem_codeeditor
=
new
System
.
Windows
.
Forms
.
ToolStripMenuItem
();
this
.
menuitem_codeeditor
=
new
System
.
Windows
.
Forms
.
ToolStripMenuItem
();
this
.
toolStripSeparator2
=
new
System
.
Windows
.
Forms
.
ToolStripSeparator
();
this
.
toolStripSeparator2
=
new
System
.
Windows
.
Forms
.
ToolStripSeparator
();
this
.
menuitem_close
=
new
System
.
Windows
.
Forms
.
ToolStripMenuItem
();
this
.
menuitem_close
=
new
System
.
Windows
.
Forms
.
ToolStripMenuItem
();
this
.
menuitem_closeother
=
new
System
.
Windows
.
Forms
.
ToolStripMenuItem
();
this
.
menuitem_closeother
=
new
System
.
Windows
.
Forms
.
ToolStripMenuItem
();
this
.
menuitem_closeall
=
new
System
.
Windows
.
Forms
.
ToolStripMenuItem
();
this
.
menuitem_closeall
=
new
System
.
Windows
.
Forms
.
ToolStripMenuItem
();
this
.
bgWorker1
=
new
System
.
ComponentModel
.
BackgroundWorker
();
this
.
bgWorker1
=
new
System
.
ComponentModel
.
BackgroundWorker
();
this
.
mainMenu
.
SuspendLayout
();
this
.
mainMenu
.
SuspendLayout
();
this
.
SuspendLayout
();
this
.
SuspendLayout
();
//
//
// dockPanel1
// dockPanel1
//
//
this
.
dockPanel1
.
BackgroundImageLayout
=
System
.
Windows
.
Forms
.
ImageLayout
.
Zoom
;
this
.
dockPanel1
.
BackgroundImageLayout
=
System
.
Windows
.
Forms
.
ImageLayout
.
Zoom
;
this
.
dockPanel1
.
Dock
=
System
.
Windows
.
Forms
.
DockStyle
.
Fill
;
this
.
dockPanel1
.
Dock
=
System
.
Windows
.
Forms
.
DockStyle
.
Fill
;
this
.
dockPanel1
.
Location
=
new
System
.
Drawing
.
Point
(
0
,
25
);
this
.
dockPanel1
.
Location
=
new
System
.
Drawing
.
Point
(
0
,
25
);
this
.
dockPanel1
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
0
);
this
.
dockPanel1
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
0
);
this
.
dockPanel1
.
Name
=
"dockPanel1"
;
this
.
dockPanel1
.
Name
=
"dockPanel1"
;
this
.
dockPanel1
.
Size
=
new
System
.
Drawing
.
Size
(
864
,
597
);
this
.
dockPanel1
.
Size
=
new
System
.
Drawing
.
Size
(
992
,
736
);
dockPanelGradient1
.
EndColor
=
System
.
Drawing
.
SystemColors
.
ControlLight
;
dockPanelGradient1
.
EndColor
=
System
.
Drawing
.
SystemColors
.
ControlLight
;
dockPanelGradient1
.
StartColor
=
System
.
Drawing
.
SystemColors
.
ControlLight
;
dockPanelGradient1
.
StartColor
=
System
.
Drawing
.
SystemColors
.
ControlLight
;
autoHideStripSkin1
.
DockStripGradient
=
dockPanelGradient1
;
autoHideStripSkin1
.
DockStripGradient
=
dockPanelGradient1
;
tabGradient1
.
EndColor
=
System
.
Drawing
.
SystemColors
.
Control
;
tabGradient1
.
EndColor
=
System
.
Drawing
.
SystemColors
.
Control
;
tabGradient1
.
StartColor
=
System
.
Drawing
.
SystemColors
.
Control
;
tabGradient1
.
StartColor
=
System
.
Drawing
.
SystemColors
.
Control
;
tabGradient1
.
TextColor
=
System
.
Drawing
.
SystemColors
.
ControlDarkDark
;
tabGradient1
.
TextColor
=
System
.
Drawing
.
SystemColors
.
ControlDarkDark
;
autoHideStripSkin1
.
TabGradient
=
tabGradient1
;
autoHideStripSkin1
.
TabGradient
=
tabGradient1
;
autoHideStripSkin1
.
TextFont
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
);
autoHideStripSkin1
.
TextFont
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
);
dockPanelSkin1
.
AutoHideStripSkin
=
autoHideStripSkin1
;
dockPanelSkin1
.
AutoHideStripSkin
=
autoHideStripSkin1
;
tabGradient2
.
EndColor
=
System
.
Drawing
.
SystemColors
.
ControlLightLight
;
tabGradient2
.
EndColor
=
System
.
Drawing
.
SystemColors
.
ControlLightLight
;
tabGradient2
.
StartColor
=
System
.
Drawing
.
SystemColors
.
ControlLightLight
;
tabGradient2
.
StartColor
=
System
.
Drawing
.
SystemColors
.
ControlLightLight
;
tabGradient2
.
TextColor
=
System
.
Drawing
.
SystemColors
.
ControlText
;
tabGradient2
.
TextColor
=
System
.
Drawing
.
SystemColors
.
ControlText
;
dockPaneStripGradient1
.
ActiveTabGradient
=
tabGradient2
;
dockPaneStripGradient1
.
ActiveTabGradient
=
tabGradient2
;
dockPanelGradient2
.
EndColor
=
System
.
Drawing
.
SystemColors
.
Control
;
dockPanelGradient2
.
EndColor
=
System
.
Drawing
.
SystemColors
.
Control
;
dockPanelGradient2
.
StartColor
=
System
.
Drawing
.
SystemColors
.
Control
;
dockPanelGradient2
.
StartColor
=
System
.
Drawing
.
SystemColors
.
Control
;
dockPaneStripGradient1
.
DockStripGradient
=
dockPanelGradient2
;
dockPaneStripGradient1
.
DockStripGradient
=
dockPanelGradient2
;
tabGradient3
.
EndColor
=
System
.
Drawing
.
SystemColors
.
ControlLight
;
tabGradient3
.
EndColor
=
System
.
Drawing
.
SystemColors
.
ControlLight
;
tabGradient3
.
StartColor
=
System
.
Drawing
.
SystemColors
.
ControlLight
;
tabGradient3
.
StartColor
=
System
.
Drawing
.
SystemColors
.
ControlLight
;
tabGradient3
.
TextColor
=
System
.
Drawing
.
SystemColors
.
ControlText
;
tabGradient3
.
TextColor
=
System
.
Drawing
.
SystemColors
.
ControlText
;
dockPaneStripGradient1
.
InactiveTabGradient
=
tabGradient3
;
dockPaneStripGradient1
.
InactiveTabGradient
=
tabGradient3
;
dockPaneStripSkin1
.
DocumentGradient
=
dockPaneStripGradient1
;
dockPaneStripSkin1
.
DocumentGradient
=
dockPaneStripGradient1
;
dockPaneStripSkin1
.
TextFont
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
);
dockPaneStripSkin1
.
TextFont
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
);
tabGradient4
.
EndColor
=
System
.
Drawing
.
SystemColors
.
ActiveCaption
;
tabGradient4
.
EndColor
=
System
.
Drawing
.
SystemColors
.
ActiveCaption
;
tabGradient4
.
LinearGradientMode
=
System
.
Drawing
.
Drawing2D
.
LinearGradientMode
.
Vertical
;
tabGradient4
.
LinearGradientMode
=
System
.
Drawing
.
Drawing2D
.
LinearGradientMode
.
Vertical
;
tabGradient4
.
StartColor
=
System
.
Drawing
.
SystemColors
.
GradientActiveCaption
;
tabGradient4
.
StartColor
=
System
.
Drawing
.
SystemColors
.
GradientActiveCaption
;
tabGradient4
.
TextColor
=
System
.
Drawing
.
SystemColors
.
ActiveCaptionText
;
tabGradient4
.
TextColor
=
System
.
Drawing
.
SystemColors
.
ActiveCaptionText
;
dockPaneStripToolWindowGradient1
.
ActiveCaptionGradient
=
tabGradient4
;
dockPaneStripToolWindowGradient1
.
ActiveCaptionGradient
=
tabGradient4
;
tabGradient5
.
EndColor
=
System
.
Drawing
.
SystemColors
.
Control
;
tabGradient5
.
EndColor
=
System
.
Drawing
.
SystemColors
.
Control
;
tabGradient5
.
StartColor
=
System
.
Drawing
.
SystemColors
.
Control
;
tabGradient5
.
StartColor
=
System
.
Drawing
.
SystemColors
.
Control
;
tabGradient5
.
TextColor
=
System
.
Drawing
.
SystemColors
.
ControlText
;
tabGradient5
.
TextColor
=
System
.
Drawing
.
SystemColors
.
ControlText
;
dockPaneStripToolWindowGradient1
.
ActiveTabGradient
=
tabGradient5
;
dockPaneStripToolWindowGradient1
.
ActiveTabGradient
=
tabGradient5
;
dockPanelGradient3
.
EndColor
=
System
.
Drawing
.
SystemColors
.
ControlLight
;
dockPanelGradient3
.
EndColor
=
System
.
Drawing
.
SystemColors
.
ControlLight
;
dockPanelGradient3
.
StartColor
=
System
.
Drawing
.
SystemColors
.
ControlLight
;
dockPanelGradient3
.
StartColor
=
System
.
Drawing
.
SystemColors
.
ControlLight
;
dockPaneStripToolWindowGradient1
.
DockStripGradient
=
dockPanelGradient3
;
dockPaneStripToolWindowGradient1
.
DockStripGradient
=
dockPanelGradient3
;
tabGradient6
.
EndColor
=
System
.
Drawing
.
SystemColors
.
InactiveCaption
;
tabGradient6
.
EndColor
=
System
.
Drawing
.
SystemColors
.
InactiveCaption
;
tabGradient6
.
LinearGradientMode
=
System
.
Drawing
.
Drawing2D
.
LinearGradientMode
.
Vertical
;
tabGradient6
.
LinearGradientMode
=
System
.
Drawing
.
Drawing2D
.
LinearGradientMode
.
Vertical
;
tabGradient6
.
StartColor
=
System
.
Drawing
.
SystemColors
.
GradientInactiveCaption
;
tabGradient6
.
StartColor
=
System
.
Drawing
.
SystemColors
.
GradientInactiveCaption
;
tabGradient6
.
TextColor
=
System
.
Drawing
.
SystemColors
.
InactiveCaptionText
;
tabGradient6
.
TextColor
=
System
.
Drawing
.
SystemColors
.
InactiveCaptionText
;
dockPaneStripToolWindowGradient1
.
InactiveCaptionGradient
=
tabGradient6
;
dockPaneStripToolWindowGradient1
.
InactiveCaptionGradient
=
tabGradient6
;
tabGradient7
.
EndColor
=
System
.
Drawing
.
Color
.
Transparent
;
tabGradient7
.
EndColor
=
System
.
Drawing
.
Color
.
Transparent
;
tabGradient7
.
StartColor
=
System
.
Drawing
.
Color
.
Transparent
;
tabGradient7
.
StartColor
=
System
.
Drawing
.
Color
.
Transparent
;
tabGradient7
.
TextColor
=
System
.
Drawing
.
SystemColors
.
ControlDarkDark
;
tabGradient7
.
TextColor
=
System
.
Drawing
.
SystemColors
.
ControlDarkDark
;
dockPaneStripToolWindowGradient1
.
InactiveTabGradient
=
tabGradient7
;
dockPaneStripToolWindowGradient1
.
InactiveTabGradient
=
tabGradient7
;
dockPaneStripSkin1
.
ToolWindowGradient
=
dockPaneStripToolWindowGradient1
;
dockPaneStripSkin1
.
ToolWindowGradient
=
dockPaneStripToolWindowGradient1
;
dockPanelSkin1
.
DockPaneStripSkin
=
dockPaneStripSkin1
;
dockPanelSkin1
.
DockPaneStripSkin
=
dockPaneStripSkin1
;
this
.
dockPanel1
.
Skin
=
dockPanelSkin1
;
this
.
dockPanel1
.
Skin
=
dockPanelSkin1
;
this
.
dockPanel1
.
TabIndex
=
0
;
this
.
dockPanel1
.
TabIndex
=
0
;
//
//
// mainMenu
// mainMenu
//
//
this
.
mainMenu
.
Items
.
AddRange
(
new
System
.
Windows
.
Forms
.
ToolStripItem
[]
{
this
.
mainMenu
.
Items
.
AddRange
(
new
System
.
Windows
.
Forms
.
ToolStripItem
[]
{
this
.
menuitem_file
,
this
.
menuitem_file
,
this
.
menuitem_windows
});
this
.
menuitem_windows
});
this
.
mainMenu
.
Location
=
new
System
.
Drawing
.
Point
(
0
,
0
);
this
.
mainMenu
.
Location
=
new
System
.
Drawing
.
Point
(
0
,
0
);
this
.
mainMenu
.
MdiWindowListItem
=
this
.
menuitem_windows
;
this
.
mainMenu
.
MdiWindowListItem
=
this
.
menuitem_windows
;
this
.
mainMenu
.
Name
=
"mainMenu"
;
this
.
mainMenu
.
Name
=
"mainMenu"
;
this
.
mainMenu
.
Size
=
new
System
.
Drawing
.
Size
(
864
,
25
);
this
.
mainMenu
.
Size
=
new
System
.
Drawing
.
Size
(
992
,
25
);
this
.
mainMenu
.
TabIndex
=
3
;
this
.
mainMenu
.
TabIndex
=
3
;
this
.
mainMenu
.
Text
=
"mainMenu"
;
this
.
mainMenu
.
Text
=
"mainMenu"
;
//
//
// menuitem_file
// menuitem_file
//
//
this
.
menuitem_file
.
DropDownItems
.
AddRange
(
new
System
.
Windows
.
Forms
.
ToolStripItem
[]
{
this
.
menuitem_file
.
DropDownItems
.
AddRange
(
new
System
.
Windows
.
Forms
.
ToolStripItem
[]
{
this
.
menuitem_open
,
this
.
menuitem_open
,
this
.
menuitem_new
,
this
.
menuitem_new
,
this
.
menuitem_save
,
this
.
menuitem_save
,
this
.
toolStripSeparator3
,
this
.
toolStripSeparator3
,
this
.
menuitem_copyselect
,
this
.
menuitem_copyselect
,
this
.
menuitem_copyall
,
this
.
menuitem_copyall
,
this
.
menuitem_pastecards
,
this
.
menuitem_pastecards
,
this
.
toolStripSeparator4
,
this
.
toolStripSeparator4
,
this
.
menuitem_comp1
,
this
.
menuitem_comp1
,
this
.
menuitem_comp2
,
this
.
menuitem_comp2
,
this
.
toolStripSeparator1
,
this
.
toolStripSeparator1
,
this
.
menuitem_history
,
this
.
menuitem_history
,
this
.
menuitem_shistory
,
this
.
menuitem_shistory
,
this
.
toolStripSeparator5
,
this
.
toolStripSeparator5
,
this
.
menuitem_quit
});
this
.
menuitem_quit
});
this
.
menuitem_file
.
Name
=
"menuitem_file"
;
this
.
menuitem_file
.
Name
=
"menuitem_file"
;
this
.
menuitem_file
.
Size
=
new
System
.
Drawing
.
Size
(
53
,
21
);
this
.
menuitem_file
.
Size
=
new
System
.
Drawing
.
Size
(
53
,
21
);
this
.
menuitem_file
.
Text
=
"File(&F)"
;
this
.
menuitem_file
.
Text
=
"File(&F)"
;
//
//
// menuitem_open
// menuitem_open
//
//
this
.
menuitem_open
.
Name
=
"menuitem_open"
;
this
.
menuitem_open
.
Name
=
"menuitem_open"
;
this
.
menuitem_open
.
ShortcutKeys
=
((
System
.
Windows
.
Forms
.
Keys
)((
System
.
Windows
.
Forms
.
Keys
.
Control
|
System
.
Windows
.
Forms
.
Keys
.
O
)));
this
.
menuitem_open
.
ShortcutKeys
=
((
System
.
Windows
.
Forms
.
Keys
)((
System
.
Windows
.
Forms
.
Keys
.
Control
|
System
.
Windows
.
Forms
.
Keys
.
O
)));
this
.
menuitem_open
.
Size
=
new
System
.
Drawing
.
Size
(
261
,
22
);
this
.
menuitem_open
.
Size
=
new
System
.
Drawing
.
Size
(
261
,
22
);
this
.
menuitem_open
.
Text
=
"Open"
;
this
.
menuitem_open
.
Text
=
"Open"
;
this
.
menuitem_open
.
Click
+=
new
System
.
EventHandler
(
this
.
Menuitem_openClick
);
this
.
menuitem_open
.
Click
+=
new
System
.
EventHandler
(
this
.
Menuitem_openClick
);
//
//
// menuitem_new
// menuitem_new
//
//
this
.
menuitem_new
.
Name
=
"menuitem_new"
;
this
.
menuitem_new
.
Name
=
"menuitem_new"
;
this
.
menuitem_new
.
ShortcutKeys
=
((
System
.
Windows
.
Forms
.
Keys
)((
System
.
Windows
.
Forms
.
Keys
.
Control
|
System
.
Windows
.
Forms
.
Keys
.
N
)));
this
.
menuitem_new
.
ShortcutKeys
=
((
System
.
Windows
.
Forms
.
Keys
)((
System
.
Windows
.
Forms
.
Keys
.
Control
|
System
.
Windows
.
Forms
.
Keys
.
N
)));
this
.
menuitem_new
.
Size
=
new
System
.
Drawing
.
Size
(
261
,
22
);
this
.
menuitem_new
.
Size
=
new
System
.
Drawing
.
Size
(
261
,
22
);
this
.
menuitem_new
.
Text
=
"New"
;
this
.
menuitem_new
.
Text
=
"New"
;
this
.
menuitem_new
.
Click
+=
new
System
.
EventHandler
(
this
.
Menuitem_newClick
);
this
.
menuitem_new
.
Click
+=
new
System
.
EventHandler
(
this
.
Menuitem_newClick
);
//
//
// menuitem_save
// menuitem_save
//
//
this
.
menuitem_save
.
Name
=
"menuitem_save"
;
this
.
menuitem_save
.
Name
=
"menuitem_save"
;
this
.
menuitem_save
.
ShortcutKeys
=
((
System
.
Windows
.
Forms
.
Keys
)((
System
.
Windows
.
Forms
.
Keys
.
Control
|
System
.
Windows
.
Forms
.
Keys
.
S
)));
this
.
menuitem_save
.
ShortcutKeys
=
((
System
.
Windows
.
Forms
.
Keys
)((
System
.
Windows
.
Forms
.
Keys
.
Control
|
System
.
Windows
.
Forms
.
Keys
.
S
)));
this
.
menuitem_save
.
Size
=
new
System
.
Drawing
.
Size
(
261
,
22
);
this
.
menuitem_save
.
Size
=
new
System
.
Drawing
.
Size
(
261
,
22
);
this
.
menuitem_save
.
Text
=
"Save"
;
this
.
menuitem_save
.
Text
=
"Save"
;
this
.
menuitem_save
.
Click
+=
new
System
.
EventHandler
(
this
.
Menuitem_saveClick
);
this
.
menuitem_save
.
Click
+=
new
System
.
EventHandler
(
this
.
Menuitem_saveClick
);
//
//
// toolStripSeparator3
// toolStripSeparator3
//
//
this
.
toolStripSeparator3
.
Name
=
"toolStripSeparator3"
;
this
.
toolStripSeparator3
.
Name
=
"toolStripSeparator3"
;
this
.
toolStripSeparator3
.
Size
=
new
System
.
Drawing
.
Size
(
258
,
6
);
this
.
toolStripSeparator3
.
Size
=
new
System
.
Drawing
.
Size
(
258
,
6
);
//
//
// menuitem_copyselect
// menuitem_copyselect
//
//
this
.
menuitem_copyselect
.
Name
=
"menuitem_copyselect"
;
this
.
menuitem_copyselect
.
Name
=
"menuitem_copyselect"
;
this
.
menuitem_copyselect
.
ShortcutKeys
=
((
System
.
Windows
.
Forms
.
Keys
)(((
System
.
Windows
.
Forms
.
Keys
.
Control
|
System
.
Windows
.
Forms
.
Keys
.
Shift
)
this
.
menuitem_copyselect
.
ShortcutKeys
=
((
System
.
Windows
.
Forms
.
Keys
)(((
System
.
Windows
.
Forms
.
Keys
.
Control
|
System
.
Windows
.
Forms
.
Keys
.
Shift
)
|
System
.
Windows
.
Forms
.
Keys
.
C
)));
|
System
.
Windows
.
Forms
.
Keys
.
C
)));
this
.
menuitem_copyselect
.
Size
=
new
System
.
Drawing
.
Size
(
261
,
22
);
this
.
menuitem_copyselect
.
Size
=
new
System
.
Drawing
.
Size
(
261
,
22
);
this
.
menuitem_copyselect
.
Text
=
"Copy Select Cards"
;
this
.
menuitem_copyselect
.
Text
=
"Copy Select Cards"
;
this
.
menuitem_copyselect
.
Click
+=
new
System
.
EventHandler
(
this
.
Menuitem_copyselecttoClick
);
this
.
menuitem_copyselect
.
Click
+=
new
System
.
EventHandler
(
this
.
Menuitem_copyselecttoClick
);
//
//
// menuitem_copyall
// menuitem_copyall
//
//
this
.
menuitem_copyall
.
Name
=
"menuitem_copyall"
;
this
.
menuitem_copyall
.
Name
=
"menuitem_copyall"
;
this
.
menuitem_copyall
.
Size
=
new
System
.
Drawing
.
Size
(
261
,
22
);
this
.
menuitem_copyall
.
Size
=
new
System
.
Drawing
.
Size
(
261
,
22
);
this
.
menuitem_copyall
.
Text
=
"Copy All Cards"
;
this
.
menuitem_copyall
.
Text
=
"Copy All Cards"
;
this
.
menuitem_copyall
.
Click
+=
new
System
.
EventHandler
(
this
.
Menuitem_copyallClick
);
this
.
menuitem_copyall
.
Click
+=
new
System
.
EventHandler
(
this
.
Menuitem_copyallClick
);
//
//
// menuitem_pastecards
// menuitem_pastecards
//
//
this
.
menuitem_pastecards
.
Name
=
"menuitem_pastecards"
;
this
.
menuitem_pastecards
.
Name
=
"menuitem_pastecards"
;
this
.
menuitem_pastecards
.
ShortcutKeys
=
((
System
.
Windows
.
Forms
.
Keys
)(((
System
.
Windows
.
Forms
.
Keys
.
Control
|
System
.
Windows
.
Forms
.
Keys
.
Shift
)
this
.
menuitem_pastecards
.
ShortcutKeys
=
((
System
.
Windows
.
Forms
.
Keys
)(((
System
.
Windows
.
Forms
.
Keys
.
Control
|
System
.
Windows
.
Forms
.
Keys
.
Shift
)
|
System
.
Windows
.
Forms
.
Keys
.
V
)));
|
System
.
Windows
.
Forms
.
Keys
.
V
)));
this
.
menuitem_pastecards
.
Size
=
new
System
.
Drawing
.
Size
(
261
,
22
);
this
.
menuitem_pastecards
.
Size
=
new
System
.
Drawing
.
Size
(
261
,
22
);
this
.
menuitem_pastecards
.
Text
=
"Paste Cards"
;
this
.
menuitem_pastecards
.
Text
=
"Paste Cards"
;
this
.
menuitem_pastecards
.
Click
+=
new
System
.
EventHandler
(
this
.
Menuitem_pastecardsClick
);
this
.
menuitem_pastecards
.
Click
+=
new
System
.
EventHandler
(
this
.
Menuitem_pastecardsClick
);
//
//
// toolStripSeparator4
// toolStripSeparator4
//
//
this
.
toolStripSeparator4
.
Name
=
"toolStripSeparator4"
;
this
.
toolStripSeparator4
.
Name
=
"toolStripSeparator4"
;
this
.
toolStripSeparator4
.
Size
=
new
System
.
Drawing
.
Size
(
258
,
6
);
this
.
toolStripSeparator4
.
Size
=
new
System
.
Drawing
.
Size
(
258
,
6
);
//
//
// menuitem_comp1
// menuitem_comp1
//
//
this
.
menuitem_comp1
.
Name
=
"menuitem_comp1"
;
this
.
menuitem_comp1
.
Name
=
"menuitem_comp1"
;
this
.
menuitem_comp1
.
Size
=
new
System
.
Drawing
.
Size
(
261
,
22
);
this
.
menuitem_comp1
.
Size
=
new
System
.
Drawing
.
Size
(
261
,
22
);
this
.
menuitem_comp1
.
Text
=
"Compare DB 1"
;
this
.
menuitem_comp1
.
Text
=
"Compare DB 1"
;
this
.
menuitem_comp1
.
Click
+=
new
System
.
EventHandler
(
this
.
Menuitem_comp1Click
);
this
.
menuitem_comp1
.
Click
+=
new
System
.
EventHandler
(
this
.
Menuitem_comp1Click
);
//
//
// menuitem_comp2
// menuitem_comp2
//
//
this
.
menuitem_comp2
.
Enabled
=
false
;
this
.
menuitem_comp2
.
Enabled
=
false
;
this
.
menuitem_comp2
.
Name
=
"menuitem_comp2"
;
this
.
menuitem_comp2
.
Name
=
"menuitem_comp2"
;
this
.
menuitem_comp2
.
Size
=
new
System
.
Drawing
.
Size
(
261
,
22
);
this
.
menuitem_comp2
.
Size
=
new
System
.
Drawing
.
Size
(
261
,
22
);
this
.
menuitem_comp2
.
Text
=
"Compare DB 2"
;
this
.
menuitem_comp2
.
Text
=
"Compare DB 2"
;
this
.
menuitem_comp2
.
Click
+=
new
System
.
EventHandler
(
this
.
Menuitem_comp2Click
);
this
.
menuitem_comp2
.
Click
+=
new
System
.
EventHandler
(
this
.
Menuitem_comp2Click
);
//
//
// toolStripSeparator1
// toolStripSeparator1
//
//
this
.
toolStripSeparator1
.
Name
=
"toolStripSeparator1"
;
this
.
toolStripSeparator1
.
Name
=
"toolStripSeparator1"
;
this
.
toolStripSeparator1
.
Size
=
new
System
.
Drawing
.
Size
(
258
,
6
);
this
.
toolStripSeparator1
.
Size
=
new
System
.
Drawing
.
Size
(
258
,
6
);
//
//
// menuitem_history
// menuitem_history
//
//
this
.
menuitem_history
.
Name
=
"menuitem_history"
;
this
.
menuitem_history
.
Name
=
"menuitem_history"
;
this
.
menuitem_history
.
Size
=
new
System
.
Drawing
.
Size
(
261
,
22
);
this
.
menuitem_history
.
Size
=
new
System
.
Drawing
.
Size
(
261
,
22
);
this
.
menuitem_history
.
Text
=
"History(&H)"
;
this
.
menuitem_history
.
Text
=
"History(&H)"
;
//
//
// menuitem_shistory
// menuitem_shistory
//
//
this
.
menuitem_shistory
.
Name
=
"menuitem_shistory"
;
this
.
menuitem_shistory
.
Name
=
"menuitem_shistory"
;
this
.
menuitem_shistory
.
Size
=
new
System
.
Drawing
.
Size
(
261
,
22
);
this
.
menuitem_shistory
.
Size
=
new
System
.
Drawing
.
Size
(
261
,
22
);
this
.
menuitem_shistory
.
Text
=
"Script History"
;
this
.
menuitem_shistory
.
Text
=
"Script History"
;
//
//
// toolStripSeparator5
// toolStripSeparator5
//
//
this
.
toolStripSeparator5
.
Name
=
"toolStripSeparator5"
;
this
.
toolStripSeparator5
.
Name
=
"toolStripSeparator5"
;
this
.
toolStripSeparator5
.
Size
=
new
System
.
Drawing
.
Size
(
258
,
6
);
this
.
toolStripSeparator5
.
Size
=
new
System
.
Drawing
.
Size
(
258
,
6
);
//
//
// menuitem_quit
// menuitem_quit
//
//
this
.
menuitem_quit
.
Name
=
"menuitem_quit"
;
this
.
menuitem_quit
.
Name
=
"menuitem_quit"
;
this
.
menuitem_quit
.
Size
=
new
System
.
Drawing
.
Size
(
261
,
22
);
this
.
menuitem_quit
.
Size
=
new
System
.
Drawing
.
Size
(
261
,
22
);
this
.
menuitem_quit
.
Text
=
"Quit"
;
this
.
menuitem_quit
.
Text
=
"Quit"
;
this
.
menuitem_quit
.
Click
+=
new
System
.
EventHandler
(
this
.
QuitToolStripMenuItemClick
);
this
.
menuitem_quit
.
Click
+=
new
System
.
EventHandler
(
this
.
QuitToolStripMenuItemClick
);
//
//
// menuitem_windows
// menuitem_windows
//
//
this
.
menuitem_windows
.
DropDownItems
.
AddRange
(
new
System
.
Windows
.
Forms
.
ToolStripItem
[]
{
this
.
menuitem_windows
.
DropDownItems
.
AddRange
(
new
System
.
Windows
.
Forms
.
ToolStripItem
[]
{
this
.
menuitem_dataeditor
,
this
.
menuitem_dataeditor
,
this
.
menuitem_codeeditor
,
this
.
menuitem_codeeditor
,
this
.
toolStripSeparator2
,
this
.
toolStripSeparator2
,
this
.
menuitem_close
,
this
.
menuitem_close
,
this
.
menuitem_closeother
,
this
.
menuitem_closeother
,
this
.
menuitem_closeall
});
this
.
menuitem_closeall
});
this
.
menuitem_windows
.
Name
=
"menuitem_windows"
;
this
.
menuitem_windows
.
Name
=
"menuitem_windows"
;
this
.
menuitem_windows
.
Size
=
new
System
.
Drawing
.
Size
(
93
,
21
);
this
.
menuitem_windows
.
Size
=
new
System
.
Drawing
.
Size
(
93
,
21
);
this
.
menuitem_windows
.
Text
=
"Windows(&W)"
;
this
.
menuitem_windows
.
Text
=
"Windows(&W)"
;
//
//
// menuitem_dataeditor
// menuitem_dataeditor
//
//
this
.
menuitem_dataeditor
.
Name
=
"menuitem_dataeditor"
;
this
.
menuitem_dataeditor
.
Name
=
"menuitem_dataeditor"
;
this
.
menuitem_dataeditor
.
Size
=
new
System
.
Drawing
.
Size
(
157
,
22
);
this
.
menuitem_dataeditor
.
Size
=
new
System
.
Drawing
.
Size
(
157
,
22
);
this
.
menuitem_dataeditor
.
Text
=
"DataEditor"
;
this
.
menuitem_dataeditor
.
Text
=
"DataEditor"
;
this
.
menuitem_dataeditor
.
Click
+=
new
System
.
EventHandler
(
this
.
DataEditorToolStripMenuItemClick
);
this
.
menuitem_dataeditor
.
Click
+=
new
System
.
EventHandler
(
this
.
DataEditorToolStripMenuItemClick
);
//
//
// menuitem_codeeditor
// menuitem_codeeditor
//
//
this
.
menuitem_codeeditor
.
Name
=
"menuitem_codeeditor"
;
this
.
menuitem_codeeditor
.
Name
=
"menuitem_codeeditor"
;
this
.
menuitem_codeeditor
.
Size
=
new
System
.
Drawing
.
Size
(
157
,
22
);
this
.
menuitem_codeeditor
.
Size
=
new
System
.
Drawing
.
Size
(
157
,
22
);
this
.
menuitem_codeeditor
.
Text
=
"CodeEditor"
;
this
.
menuitem_codeeditor
.
Text
=
"CodeEditor"
;
this
.
menuitem_codeeditor
.
Click
+=
new
System
.
EventHandler
(
this
.
Menuitem_codeeditorClick
);
this
.
menuitem_codeeditor
.
Click
+=
new
System
.
EventHandler
(
this
.
Menuitem_codeeditorClick
);
//
//
// toolStripSeparator2
// toolStripSeparator2
//
//
this
.
toolStripSeparator2
.
Name
=
"toolStripSeparator2"
;
this
.
toolStripSeparator2
.
Name
=
"toolStripSeparator2"
;
this
.
toolStripSeparator2
.
Size
=
new
System
.
Drawing
.
Size
(
154
,
6
);
this
.
toolStripSeparator2
.
Size
=
new
System
.
Drawing
.
Size
(
154
,
6
);
//
//
// menuitem_close
// menuitem_close
//
//
this
.
menuitem_close
.
Name
=
"menuitem_close"
;
this
.
menuitem_close
.
Name
=
"menuitem_close"
;
this
.
menuitem_close
.
ShortcutKeys
=
((
System
.
Windows
.
Forms
.
Keys
)((
System
.
Windows
.
Forms
.
Keys
.
Control
|
System
.
Windows
.
Forms
.
Keys
.
W
)));
this
.
menuitem_close
.
ShortcutKeys
=
((
System
.
Windows
.
Forms
.
Keys
)((
System
.
Windows
.
Forms
.
Keys
.
Control
|
System
.
Windows
.
Forms
.
Keys
.
W
)));
this
.
menuitem_close
.
Size
=
new
System
.
Drawing
.
Size
(
157
,
22
);
this
.
menuitem_close
.
Size
=
new
System
.
Drawing
.
Size
(
157
,
22
);
this
.
menuitem_close
.
Text
=
"Close"
;
this
.
menuitem_close
.
Text
=
"Close"
;
this
.
menuitem_close
.
Click
+=
new
System
.
EventHandler
(
this
.
CloseToolStripMenuItemClick
);
this
.
menuitem_close
.
Click
+=
new
System
.
EventHandler
(
this
.
CloseToolStripMenuItemClick
);
//
//
// menuitem_closeother
// menuitem_closeother
//
//
this
.
menuitem_closeother
.
Name
=
"menuitem_closeother"
;
this
.
menuitem_closeother
.
Name
=
"menuitem_closeother"
;
this
.
menuitem_closeother
.
Size
=
new
System
.
Drawing
.
Size
(
157
,
22
);
this
.
menuitem_closeother
.
Size
=
new
System
.
Drawing
.
Size
(
157
,
22
);
this
.
menuitem_closeother
.
Text
=
"Close Other"
;
this
.
menuitem_closeother
.
Text
=
"Close Other"
;
this
.
menuitem_closeother
.
Click
+=
new
System
.
EventHandler
(
this
.
CloseOtherToolStripMenuItemClick
);
this
.
menuitem_closeother
.
Click
+=
new
System
.
EventHandler
(
this
.
CloseOtherToolStripMenuItemClick
);
//
//
// menuitem_closeall
// menuitem_closeall
//
//
this
.
menuitem_closeall
.
Name
=
"menuitem_closeall"
;
this
.
menuitem_closeall
.
Name
=
"menuitem_closeall"
;
this
.
menuitem_closeall
.
Size
=
new
System
.
Drawing
.
Size
(
157
,
22
);
this
.
menuitem_closeall
.
Size
=
new
System
.
Drawing
.
Size
(
157
,
22
);
this
.
menuitem_closeall
.
Text
=
"Close All"
;
this
.
menuitem_closeall
.
Text
=
"Close All"
;
this
.
menuitem_closeall
.
Click
+=
new
System
.
EventHandler
(
this
.
CloseAllToolStripMenuItemClick
);
this
.
menuitem_closeall
.
Click
+=
new
System
.
EventHandler
(
this
.
CloseAllToolStripMenuItemClick
);
//
//
// bgWorker1
// bgWorker1
//
//
this
.
bgWorker1
.
DoWork
+=
new
System
.
ComponentModel
.
DoWorkEventHandler
(
this
.
bgWorker1_DoWork
);
this
.
bgWorker1
.
DoWork
+=
new
System
.
ComponentModel
.
DoWorkEventHandler
(
this
.
bgWorker1_DoWork
);
this
.
bgWorker1
.
RunWorkerCompleted
+=
new
System
.
ComponentModel
.
RunWorkerCompletedEventHandler
(
this
.
bgWorker1_RunWorkerCompleted
);
this
.
bgWorker1
.
RunWorkerCompleted
+=
new
System
.
ComponentModel
.
RunWorkerCompletedEventHandler
(
this
.
bgWorker1_RunWorkerCompleted
);
//
//
// MainForm
// MainForm
//
//
this
.
AutoScaleMode
=
System
.
Windows
.
Forms
.
AutoScaleMode
.
None
;
this
.
AutoScaleMode
=
System
.
Windows
.
Forms
.
AutoScaleMode
.
None
;
this
.
BackColor
=
System
.
Drawing
.
SystemColors
.
Control
;
this
.
BackColor
=
System
.
Drawing
.
SystemColors
.
Control
;
this
.
ClientSize
=
new
System
.
Drawing
.
Size
(
864
,
622
);
this
.
ClientSize
=
new
System
.
Drawing
.
Size
(
992
,
761
);
this
.
Controls
.
Add
(
this
.
dockPanel1
);
this
.
Controls
.
Add
(
this
.
dockPanel1
);
this
.
Controls
.
Add
(
this
.
mainMenu
);
this
.
Controls
.
Add
(
this
.
mainMenu
);
this
.
IsMdiContainer
=
true
;
this
.
IsMdiContainer
=
true
;
this
.
MainMenuStrip
=
this
.
mainMenu
;
this
.
MainMenuStrip
=
this
.
mainMenu
;
this
.
Name
=
"MainForm"
;
this
.
MinimumSize
=
new
System
.
Drawing
.
Size
(
1008
,
800
);
this
.
StartPosition
=
System
.
Windows
.
Forms
.
FormStartPosition
.
CenterScreen
;
this
.
Name
=
"MainForm"
;
this
.
Text
=
"MainForm"
;
this
.
StartPosition
=
System
.
Windows
.
Forms
.
FormStartPosition
.
CenterScreen
;
this
.
Load
+=
new
System
.
EventHandler
(
this
.
MainForm_Load
);
this
.
Text
=
"MainForm"
;
this
.
mainMenu
.
ResumeLayout
(
false
);
this
.
Load
+=
new
System
.
EventHandler
(
this
.
MainForm_Load
);
this
.
mainMenu
.
PerformLayout
();
this
.
mainMenu
.
ResumeLayout
(
false
);
this
.
ResumeLayout
(
false
);
this
.
mainMenu
.
PerformLayout
();
this
.
PerformLayout
();
this
.
ResumeLayout
(
false
);
this
.
PerformLayout
();
}
}
private
System
.
Windows
.
Forms
.
ToolStripMenuItem
menuitem_save
;
private
System
.
Windows
.
Forms
.
ToolStripMenuItem
menuitem_save
;
...
...
DataEditorX/MainForm.resx
View file @
2f77bfae
...
@@ -117,9 +117,6 @@
...
@@ -117,9 +117,6 @@
<resheader
name=
"writer"
>
<resheader
name=
"writer"
>
<value>
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
</value>
<value>
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
</value>
</resheader>
</resheader>
<metadata
name=
"dockPanel1.TrayLocation"
type=
"System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
>
<value>
17, 17
</value>
</metadata>
<metadata
name=
"mainMenu.TrayLocation"
type=
"System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
>
<metadata
name=
"mainMenu.TrayLocation"
type=
"System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
>
<value>
237, 17
</value>
<value>
237, 17
</value>
</metadata>
</metadata>
...
...
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