Skip to content
Snippets Groups Projects
Commit b3a02c13 authored by Pavle Arezina's avatar Pavle Arezina
Browse files

Added more to Save functionality

parent cd07e0fe
No related branches found
No related tags found
No related merge requests found
......@@ -63,11 +63,12 @@
//
// button2
//
this.button2.Location = new System.Drawing.Point(118, 333);
this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.button2.Location = new System.Drawing.Point(406, 325);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(75, 23);
this.button2.Size = new System.Drawing.Size(56, 34);
this.button2.TabIndex = 2;
this.button2.Text = "button2";
this.button2.Text = "Save Frames";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
......
No preview for this file type
No preview for this file type
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment