Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
Gifitti
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nick Kozel
Gifitti
Commits
7cc35723
Commit
7cc35723
authored
8 years ago
by
Pavle Arezina
Browse files
Options
Downloads
Patches
Plain Diff
Weird form glitch fixed
parent
94c53729
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/Gifitti/Gifitti/View_Models/MainForm.Designer.cs
+10
-9
10 additions, 9 deletions
src/Gifitti/Gifitti/View_Models/MainForm.Designer.cs
src/Gifitti/Gifitti/View_Models/MainForm.cs
+5
-0
5 additions, 0 deletions
src/Gifitti/Gifitti/View_Models/MainForm.cs
with
15 additions
and
9 deletions
src/Gifitti/Gifitti/View_Models/MainForm.Designer.cs
+
10
−
9
View file @
7cc35723
...
...
@@ -151,7 +151,7 @@ namespace Gifitti.View_Models
//
this
.
textBox1
.
Anchor
=
System
.
Windows
.
Forms
.
AnchorStyles
.
Bottom
;
this
.
textBox1
.
Enabled
=
false
;
this
.
textBox1
.
Location
=
new
System
.
Drawing
.
Point
(
214
,
4
61
);
this
.
textBox1
.
Location
=
new
System
.
Drawing
.
Point
(
214
,
4
48
);
this
.
textBox1
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
2
,
2
,
2
,
2
);
this
.
textBox1
.
Name
=
"textBox1"
;
this
.
textBox1
.
Size
=
new
System
.
Drawing
.
Size
(
23
,
20
);
...
...
@@ -162,7 +162,7 @@ namespace Gifitti.View_Models
//
this
.
textBox2
.
Anchor
=
System
.
Windows
.
Forms
.
AnchorStyles
.
Bottom
;
this
.
textBox2
.
Enabled
=
false
;
this
.
textBox2
.
Location
=
new
System
.
Drawing
.
Point
(
240
,
4
61
);
this
.
textBox2
.
Location
=
new
System
.
Drawing
.
Point
(
240
,
4
48
);
this
.
textBox2
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
2
,
2
,
2
,
2
);
this
.
textBox2
.
Name
=
"textBox2"
;
this
.
textBox2
.
Size
=
new
System
.
Drawing
.
Size
(
23
,
20
);
...
...
@@ -173,7 +173,7 @@ namespace Gifitti.View_Models
//
this
.
button3
.
Anchor
=
System
.
Windows
.
Forms
.
AnchorStyles
.
Bottom
;
this
.
button3
.
Enabled
=
false
;
this
.
button3
.
Location
=
new
System
.
Drawing
.
Point
(
266
,
45
8
);
this
.
button3
.
Location
=
new
System
.
Drawing
.
Point
(
266
,
4
4
5
);
this
.
button3
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
2
,
2
,
2
,
2
);
this
.
button3
.
Name
=
"button3"
;
this
.
button3
.
Size
=
new
System
.
Drawing
.
Size
(
50
,
24
);
...
...
@@ -186,7 +186,7 @@ namespace Gifitti.View_Models
//
this
.
label1
.
Anchor
=
System
.
Windows
.
Forms
.
AnchorStyles
.
Bottom
;
this
.
label1
.
AutoSize
=
true
;
this
.
label1
.
Location
=
new
System
.
Drawing
.
Point
(
212
,
4
45
);
this
.
label1
.
Location
=
new
System
.
Drawing
.
Point
(
212
,
4
32
);
this
.
label1
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
2
,
0
,
2
,
0
);
this
.
label1
.
Name
=
"label1"
;
this
.
label1
.
Size
=
new
System
.
Drawing
.
Size
(
29
,
13
);
...
...
@@ -197,7 +197,7 @@ namespace Gifitti.View_Models
//
this
.
label2
.
Anchor
=
System
.
Windows
.
Forms
.
AnchorStyles
.
Bottom
;
this
.
label2
.
AutoSize
=
true
;
this
.
label2
.
Location
=
new
System
.
Drawing
.
Point
(
239
,
4
45
);
this
.
label2
.
Location
=
new
System
.
Drawing
.
Point
(
239
,
4
32
);
this
.
label2
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
2
,
0
,
2
,
0
);
this
.
label2
.
Name
=
"label2"
;
this
.
label2
.
Size
=
new
System
.
Drawing
.
Size
(
26
,
13
);
...
...
@@ -208,7 +208,7 @@ namespace Gifitti.View_Models
//
this
.
label3
.
Anchor
=
System
.
Windows
.
Forms
.
AnchorStyles
.
Bottom
;
this
.
label3
.
AutoSize
=
true
;
this
.
label3
.
Location
=
new
System
.
Drawing
.
Point
(
160
,
4
56
);
this
.
label3
.
Location
=
new
System
.
Drawing
.
Point
(
160
,
4
43
);
this
.
label3
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
2
,
0
,
2
,
0
);
this
.
label3
.
Name
=
"label3"
;
this
.
label3
.
Size
=
new
System
.
Drawing
.
Size
(
51
,
26
);
...
...
@@ -223,19 +223,20 @@ namespace Gifitti.View_Models
// trackBar1
//
this
.
trackBar1
.
Anchor
=
System
.
Windows
.
Forms
.
AnchorStyles
.
Bottom
;
this
.
trackBar1
.
Location
=
new
System
.
Drawing
.
Point
(
328
,
4
56
);
this
.
trackBar1
.
Location
=
new
System
.
Drawing
.
Point
(
328
,
4
32
);
this
.
trackBar1
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
2
,
2
,
2
,
2
);
this
.
trackBar1
.
Name
=
"trackBar1"
;
this
.
trackBar1
.
Size
=
new
System
.
Drawing
.
Size
(
137
,
45
);
this
.
trackBar1
.
TabIndex
=
9
;
this
.
trackBar1
.
Value
=
10
;
this
.
trackBar1
.
Scroll
+=
new
System
.
EventHandler
(
this
.
trackBar1_Scroll
);
this
.
trackBar1
.
ValueChanged
+=
new
System
.
EventHandler
(
this
.
GifFPSSliderUpdate
);
//
// label4
//
this
.
label4
.
Anchor
=
System
.
Windows
.
Forms
.
AnchorStyles
.
Bottom
;
this
.
label4
.
AutoSize
=
true
;
this
.
label4
.
Location
=
new
System
.
Drawing
.
Point
(
35
8
,
4
48
);
this
.
label4
.
Location
=
new
System
.
Drawing
.
Point
(
35
4
,
4
17
);
this
.
label4
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
2
,
0
,
2
,
0
);
this
.
label4
.
Name
=
"label4"
;
this
.
label4
.
Size
=
new
System
.
Drawing
.
Size
(
85
,
13
);
...
...
@@ -248,7 +249,7 @@ namespace Gifitti.View_Models
this
.
label6
.
AutoSize
=
true
;
this
.
label6
.
FlatStyle
=
System
.
Windows
.
Forms
.
FlatStyle
.
Flat
;
this
.
label6
.
Font
=
new
System
.
Drawing
.
Font
(
"Microsoft Sans Serif"
,
14F
);
this
.
label6
.
Location
=
new
System
.
Drawing
.
Point
(
65
,
4
55
);
this
.
label6
.
Location
=
new
System
.
Drawing
.
Point
(
65
,
4
42
);
this
.
label6
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
2
,
0
,
2
,
0
);
this
.
label6
.
Name
=
"label6"
;
this
.
label6
.
Size
=
new
System
.
Drawing
.
Size
(
72
,
24
);
...
...
This diff is collapsed.
Click to expand it.
src/Gifitti/Gifitti/View_Models/MainForm.cs
+
5
−
0
View file @
7cc35723
...
...
@@ -322,5 +322,10 @@ namespace Gifitti.View_Models
save
.
Show
();
}
}
private
void
trackBar1_Scroll
(
object
sender
,
EventArgs
e
)
{
}
}
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment