FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
SDR-RPC/SDR-RPC/HelpForm.Designer.cs at master · enderice2/SDR-RPC · GitHub
enderice2
/
SDR-RPC
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
1
Star
19
Code
Issues
0
Pull requests
0
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
SDR-RPC
/
SDR-RPC
/
HelpForm.Designer.cs
Copy path
More file actions
More file actions
Latest commit
History
History
History
128 lines (123 loc) · 5.6 KB
Breadcrumbs
SDR-RPC
/
SDR-RPC
/
HelpForm.Designer.cs
Copy path
File metadata and controls
128 lines (123 loc) · 5.6 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
namespace
EnderIce2
.
SDRSharpPlugin
{
partial
class
HelpForm
{
/// <summary>
/// Required designer variable.
/// </summary>
private
System
.
ComponentModel
.
IContainer
components
=
null
;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected
override
void
Dispose
(
bool
disposing
)
{
if
(
disposing
&&
(
components
!=
null
)
)
{
components
.
Dispose
(
)
;
}
base
.
Dispose
(
disposing
)
;
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private
void
InitializeComponent
(
)
{
groupBox1
=
new
System
.
Windows
.
Forms
.
GroupBox
(
)
;
tableLayoutPanel1
=
new
System
.
Windows
.
Forms
.
TableLayoutPanel
(
)
;
groupBox4
=
new
System
.
Windows
.
Forms
.
GroupBox
(
)
;
groupBox3
=
new
System
.
Windows
.
Forms
.
GroupBox
(
)
;
groupBox2
=
new
System
.
Windows
.
Forms
.
GroupBox
(
)
;
tableLayoutPanel1
.
SuspendLayout
(
)
;
SuspendLayout
(
)
;
//
// groupBox1
//
groupBox1
.
Dock
=
System
.
Windows
.
Forms
.
DockStyle
.
Fill
;
groupBox1
.
ForeColor
=
System
.
Drawing
.
Color
.
White
;
groupBox1
.
Location
=
new
System
.
Drawing
.
Point
(
3
,
3
)
;
groupBox1
.
Name
=
"groupBox1"
;
groupBox1
.
Size
=
new
System
.
Drawing
.
Size
(
236
,
74
)
;
groupBox1
.
TabIndex
=
0
;
groupBox1
.
TabStop
=
false
;
groupBox1
.
Text
=
"Lorem ipsum dolor sit amet, consectetur adipiscing elit."
;
//
// tableLayoutPanel1
//
tableLayoutPanel1
.
AutoScroll
=
true
;
tableLayoutPanel1
.
ColumnCount
=
2
;
tableLayoutPanel1
.
ColumnStyles
.
Add
(
new
System
.
Windows
.
Forms
.
ColumnStyle
(
System
.
Windows
.
Forms
.
SizeType
.
Percent
,
50F
)
)
;
tableLayoutPanel1
.
ColumnStyles
.
Add
(
new
System
.
Windows
.
Forms
.
ColumnStyle
(
System
.
Windows
.
Forms
.
SizeType
.
Percent
,
50F
)
)
;
tableLayoutPanel1
.
Controls
.
Add
(
groupBox4
,
1
,
1
)
;
tableLayoutPanel1
.
Controls
.
Add
(
groupBox3
,
0
,
1
)
;
tableLayoutPanel1
.
Controls
.
Add
(
groupBox2
,
1
,
0
)
;
tableLayoutPanel1
.
Controls
.
Add
(
groupBox1
,
0
,
0
)
;
tableLayoutPanel1
.
Dock
=
System
.
Windows
.
Forms
.
DockStyle
.
Fill
;
tableLayoutPanel1
.
Location
=
new
System
.
Drawing
.
Point
(
0
,
0
)
;
tableLayoutPanel1
.
Name
=
"tableLayoutPanel1"
;
tableLayoutPanel1
.
RowCount
=
2
;
tableLayoutPanel1
.
RowStyles
.
Add
(
new
System
.
Windows
.
Forms
.
RowStyle
(
System
.
Windows
.
Forms
.
SizeType
.
Percent
,
50F
)
)
;
tableLayoutPanel1
.
RowStyles
.
Add
(
new
System
.
Windows
.
Forms
.
RowStyle
(
System
.
Windows
.
Forms
.
SizeType
.
Percent
,
50F
)
)
;
tableLayoutPanel1
.
Size
=
new
System
.
Drawing
.
Size
(
484
,
161
)
;
tableLayoutPanel1
.
TabIndex
=
1
;
//
// groupBox4
//
groupBox4
.
Dock
=
System
.
Windows
.
Forms
.
DockStyle
.
Fill
;
groupBox4
.
ForeColor
=
System
.
Drawing
.
Color
.
White
;
groupBox4
.
Location
=
new
System
.
Drawing
.
Point
(
245
,
83
)
;
groupBox4
.
Name
=
"groupBox4"
;
groupBox4
.
Size
=
new
System
.
Drawing
.
Size
(
236
,
75
)
;
groupBox4
.
TabIndex
=
3
;
groupBox4
.
TabStop
=
false
;
groupBox4
.
Text
=
"Lorem ipsum dolor sit amet, consectetur adipiscing elit."
;
//
// groupBox3
//
groupBox3
.
Dock
=
System
.
Windows
.
Forms
.
DockStyle
.
Fill
;
groupBox3
.
ForeColor
=
System
.
Drawing
.
Color
.
White
;
groupBox3
.
Location
=
new
System
.
Drawing
.
Point
(
3
,
83
)
;
groupBox3
.
Name
=
"groupBox3"
;
groupBox3
.
Size
=
new
System
.
Drawing
.
Size
(
236
,
75
)
;
groupBox3
.
TabIndex
=
2
;
groupBox3
.
TabStop
=
false
;
groupBox3
.
Text
=
"Lorem ipsum dolor sit amet, consectetur adipiscing elit."
;
//
// groupBox2
//
groupBox2
.
Dock
=
System
.
Windows
.
Forms
.
DockStyle
.
Fill
;
groupBox2
.
ForeColor
=
System
.
Drawing
.
Color
.
White
;
groupBox2
.
Location
=
new
System
.
Drawing
.
Point
(
245
,
3
)
;
groupBox2
.
Name
=
"groupBox2"
;
groupBox2
.
Size
=
new
System
.
Drawing
.
Size
(
236
,
74
)
;
groupBox2
.
TabIndex
=
1
;
groupBox2
.
TabStop
=
false
;
groupBox2
.
Text
=
"Lorem ipsum dolor sit amet, consectetur adipiscing elit."
;
//
// HelpForm
//
AutoScaleDimensions
=
new
System
.
Drawing
.
SizeF
(
7F
,
15F
)
;
AutoScaleMode
=
System
.
Windows
.
Forms
.
AutoScaleMode
.
Font
;
AutoScroll
=
true
;
AutoScrollMinSize
=
new
System
.
Drawing
.
Size
(
480
,
115
)
;
BackColor
=
System
.
Drawing
.
Color
.
FromArgb
(
28
,
28
,
28
)
;
ClientSize
=
new
System
.
Drawing
.
Size
(
484
,
161
)
;
Controls
.
Add
(
tableLayoutPanel1
)
;
ForeColor
=
System
.
Drawing
.
Color
.
White
;
HelpButton
=
true
;
Name
=
"HelpForm"
;
StartPosition
=
System
.
Windows
.
Forms
.
FormStartPosition
.
CenterScreen
;
Text
=
"Help"
;
tableLayoutPanel1
.
ResumeLayout
(
false
)
;
ResumeLayout
(
false
)
;
}
#endregion
private
System
.
Windows
.
Forms
.
GroupBox
groupBox1
;
private
System
.
Windows
.
Forms
.
TableLayoutPanel
tableLayoutPanel1
;
private
System
.
Windows
.
Forms
.
GroupBox
groupBox4
;
private
System
.
Windows
.
Forms
.
GroupBox
groupBox3
;
private
System
.
Windows
.
Forms
.
GroupBox
groupBox2
;
}
}
Back
|
FazBrowse Home
|
New Git URL