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
fa1b64f2
Commit
fa1b64f2
authored
8 years ago
by
Nick Kozel
Browse files
Options
Downloads
Patches
Plain Diff
fixing playback button location
parent
666bd24e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/Gifitti/Gifitti/View_Models/MainForm.Designer.cs
+28
-33
28 additions, 33 deletions
src/Gifitti/Gifitti/View_Models/MainForm.Designer.cs
with
28 additions
and
33 deletions
src/Gifitti/Gifitti/View_Models/MainForm.Designer.cs
+
28
−
33
View file @
fa1b64f2
...
...
@@ -66,10 +66,10 @@ namespace Gifitti.View_Models
//
// gifView
//
this
.
gifView
.
Location
=
new
System
.
Drawing
.
Point
(
9
,
1
0
);
this
.
gifView
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
2
);
this
.
gifView
.
Location
=
new
System
.
Drawing
.
Point
(
12
,
1
2
);
this
.
gifView
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
3
,
2
,
3
,
2
);
this
.
gifView
.
Name
=
"gifView"
;
this
.
gifView
.
Size
=
new
System
.
Drawing
.
Size
(
456
,
382
);
this
.
gifView
.
Size
=
new
System
.
Drawing
.
Size
(
608
,
470
);
this
.
gifView
.
TabIndex
=
2
;
this
.
gifView
.
TabStop
=
false
;
//
...
...
@@ -151,10 +151,10 @@ namespace Gifitti.View_Models
//
this
.
textBox1
.
Anchor
=
System
.
Windows
.
Forms
.
AnchorStyles
.
Bottom
;
this
.
textBox1
.
Enabled
=
false
;
this
.
textBox1
.
Location
=
new
System
.
Drawing
.
Point
(
2
14
,
448
);
this
.
textBox1
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
2
);
this
.
textBox1
.
Location
=
new
System
.
Drawing
.
Point
(
2
85
,
551
);
this
.
textBox1
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
3
,
2
,
3
,
2
);
this
.
textBox1
.
Name
=
"textBox1"
;
this
.
textBox1
.
Size
=
new
System
.
Drawing
.
Size
(
2
3
,
2
0
);
this
.
textBox1
.
Size
=
new
System
.
Drawing
.
Size
(
2
9
,
2
2
);
this
.
textBox1
.
TabIndex
=
3
;
this
.
textBox1
.
TextChanged
+=
new
System
.
EventHandler
(
this
.
StartFrameTextChanged
);
//
...
...
@@ -162,10 +162,10 @@ namespace Gifitti.View_Models
//
this
.
textBox2
.
Anchor
=
System
.
Windows
.
Forms
.
AnchorStyles
.
Bottom
;
this
.
textBox2
.
Enabled
=
false
;
this
.
textBox2
.
Location
=
new
System
.
Drawing
.
Point
(
2
4
0
,
448
);
this
.
textBox2
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
2
);
this
.
textBox2
.
Location
=
new
System
.
Drawing
.
Point
(
3
20
,
551
);
this
.
textBox2
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
3
,
2
,
3
,
2
);
this
.
textBox2
.
Name
=
"textBox2"
;
this
.
textBox2
.
Size
=
new
System
.
Drawing
.
Size
(
2
3
,
2
0
);
this
.
textBox2
.
Size
=
new
System
.
Drawing
.
Size
(
2
9
,
2
2
);
this
.
textBox2
.
TabIndex
=
4
;
this
.
textBox2
.
TextChanged
+=
new
System
.
EventHandler
(
this
.
StopFrameTextChanged
);
//
...
...
@@ -173,10 +173,10 @@ namespace Gifitti.View_Models
//
this
.
button3
.
Anchor
=
System
.
Windows
.
Forms
.
AnchorStyles
.
Bottom
;
this
.
button3
.
Enabled
=
false
;
this
.
button3
.
Location
=
new
System
.
Drawing
.
Point
(
266
,
445
);
this
.
button3
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
2
);
this
.
button3
.
Location
=
new
System
.
Drawing
.
Point
(
355
,
548
);
this
.
button3
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
3
,
2
,
3
,
2
);
this
.
button3
.
Name
=
"button3"
;
this
.
button3
.
Size
=
new
System
.
Drawing
.
Size
(
50
,
24
);
this
.
button3
.
Size
=
new
System
.
Drawing
.
Size
(
67
,
30
);
this
.
button3
.
TabIndex
=
5
;
this
.
button3
.
Text
=
"Stop"
;
this
.
button3
.
UseVisualStyleBackColor
=
true
;
...
...
@@ -186,10 +186,9 @@ namespace Gifitti.View_Models
//
this
.
label1
.
Anchor
=
System
.
Windows
.
Forms
.
AnchorStyles
.
Bottom
;
this
.
label1
.
AutoSize
=
true
;
this
.
label1
.
Location
=
new
System
.
Drawing
.
Point
(
212
,
432
);
this
.
label1
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
2
,
0
,
2
,
0
);
this
.
label1
.
Location
=
new
System
.
Drawing
.
Point
(
283
,
532
);
this
.
label1
.
Name
=
"label1"
;
this
.
label1
.
Size
=
new
System
.
Drawing
.
Size
(
29
,
1
3
);
this
.
label1
.
Size
=
new
System
.
Drawing
.
Size
(
38
,
1
7
);
this
.
label1
.
TabIndex
=
6
;
this
.
label1
.
Text
=
"Start"
;
//
...
...
@@ -197,10 +196,9 @@ namespace Gifitti.View_Models
//
this
.
label2
.
Anchor
=
System
.
Windows
.
Forms
.
AnchorStyles
.
Bottom
;
this
.
label2
.
AutoSize
=
true
;
this
.
label2
.
Location
=
new
System
.
Drawing
.
Point
(
239
,
432
);
this
.
label2
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
2
,
0
,
2
,
0
);
this
.
label2
.
Location
=
new
System
.
Drawing
.
Point
(
319
,
532
);
this
.
label2
.
Name
=
"label2"
;
this
.
label2
.
Size
=
new
System
.
Drawing
.
Size
(
26
,
1
3
);
this
.
label2
.
Size
=
new
System
.
Drawing
.
Size
(
33
,
1
7
);
this
.
label2
.
TabIndex
=
7
;
this
.
label2
.
Text
=
"End"
;
//
...
...
@@ -208,10 +206,9 @@ namespace Gifitti.View_Models
//
this
.
label3
.
Anchor
=
System
.
Windows
.
Forms
.
AnchorStyles
.
Bottom
;
this
.
label3
.
AutoSize
=
true
;
this
.
label3
.
Location
=
new
System
.
Drawing
.
Point
(
160
,
443
);
this
.
label3
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
2
,
0
,
2
,
0
);
this
.
label3
.
Location
=
new
System
.
Drawing
.
Point
(
213
,
545
);
this
.
label3
.
Name
=
"label3"
;
this
.
label3
.
Size
=
new
System
.
Drawing
.
Size
(
51
,
26
);
this
.
label3
.
Size
=
new
System
.
Drawing
.
Size
(
66
,
34
);
this
.
label3
.
TabIndex
=
8
;
this
.
label3
.
Text
=
"Frame \r\nSelection"
;
//
...
...
@@ -223,10 +220,10 @@ namespace Gifitti.View_Models
// trackBar1
//
this
.
trackBar1
.
Anchor
=
System
.
Windows
.
Forms
.
AnchorStyles
.
Bottom
;
this
.
trackBar1
.
Location
=
new
System
.
Drawing
.
Point
(
328
,
432
);
this
.
trackBar1
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
2
);
this
.
trackBar1
.
Location
=
new
System
.
Drawing
.
Point
(
437
,
551
);
this
.
trackBar1
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
3
,
2
,
3
,
2
);
this
.
trackBar1
.
Name
=
"trackBar1"
;
this
.
trackBar1
.
Size
=
new
System
.
Drawing
.
Size
(
1
37
,
45
);
this
.
trackBar1
.
Size
=
new
System
.
Drawing
.
Size
(
1
83
,
56
);
this
.
trackBar1
.
TabIndex
=
9
;
this
.
trackBar1
.
Value
=
10
;
this
.
trackBar1
.
Scroll
+=
new
System
.
EventHandler
(
this
.
trackBar1_Scroll
);
...
...
@@ -236,10 +233,9 @@ namespace Gifitti.View_Models
//
this
.
label4
.
Anchor
=
System
.
Windows
.
Forms
.
AnchorStyles
.
Bottom
;
this
.
label4
.
AutoSize
=
true
;
this
.
label4
.
Location
=
new
System
.
Drawing
.
Point
(
354
,
417
);
this
.
label4
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
2
,
0
,
2
,
0
);
this
.
label4
.
Location
=
new
System
.
Drawing
.
Point
(
472
,
532
);
this
.
label4
.
Name
=
"label4"
;
this
.
label4
.
Size
=
new
System
.
Drawing
.
Size
(
85
,
1
3
);
this
.
label4
.
Size
=
new
System
.
Drawing
.
Size
(
110
,
1
7
);
this
.
label4
.
TabIndex
=
10
;
this
.
label4
.
Text
=
"Playback Speed"
;
//
...
...
@@ -249,18 +245,17 @@ 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
,
442
);
this
.
label6
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
2
,
0
,
2
,
0
);
this
.
label6
.
Location
=
new
System
.
Drawing
.
Point
(
87
,
544
);
this
.
label6
.
Name
=
"label6"
;
this
.
label6
.
Size
=
new
System
.
Drawing
.
Size
(
72
,
2
4
);
this
.
label6
.
Size
=
new
System
.
Drawing
.
Size
(
96
,
2
9
);
this
.
label6
.
TabIndex
=
12
;
this
.
label6
.
Text
=
"GIFITTI"
;
//
// MainForm
//
this
.
AutoScaleDimensions
=
new
System
.
Drawing
.
SizeF
(
6
F
,
1
3
F
);
this
.
AutoScaleDimensions
=
new
System
.
Drawing
.
SizeF
(
8
F
,
1
6
F
);
this
.
AutoScaleMode
=
System
.
Windows
.
Forms
.
AutoScaleMode
.
Font
;
this
.
ClientSize
=
new
System
.
Drawing
.
Size
(
474
,
469
);
this
.
ClientSize
=
new
System
.
Drawing
.
Size
(
632
,
577
);
this
.
Controls
.
Add
(
this
.
label6
);
this
.
Controls
.
Add
(
this
.
label4
);
this
.
Controls
.
Add
(
this
.
trackBar1
);
...
...
@@ -271,7 +266,7 @@ namespace Gifitti.View_Models
this
.
Controls
.
Add
(
this
.
textBox2
);
this
.
Controls
.
Add
(
this
.
textBox1
);
this
.
Controls
.
Add
(
this
.
gifView
);
this
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
2
);
this
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
3
,
2
,
3
,
2
);
this
.
Menu
=
this
.
mainMenu1
;
this
.
Name
=
"MainForm"
;
this
.
StartPosition
=
System
.
Windows
.
Forms
.
FormStartPosition
.
CenterScreen
;
...
...
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