@ -28,10 +28,10 @@
this . editToolStripMenuItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . tabControl1 = new System . Windows . Forms . TabControl ( ) ;
this . tabPage1 = new System . Windows . Forms . TabPage ( ) ;
this . tabPage2 = new System . Windows . Forms . TabPage ( ) ;
this . button1 = new System . Windows . Forms . Button ( ) ;
this . button2 = new System . Windows . Forms . Button ( ) ;
this . button1 = new System . Windows . Forms . Button ( ) ;
this . canvas1 = new JuicyGraphics . canvas ( ) ;
this . tabPage2 = new System . Windows . Forms . TabPage ( ) ;
this . menuStrip1 . SuspendLayout ( ) ;
this . tabControl1 . SuspendLayout ( ) ;
this . tabPage1 . SuspendLayout ( ) ;
@ -87,15 +87,15 @@
this . tabPage1 . Text = "Scene Editor" ;
this . tabPage1 . UseVisualStyleBackColor = true ;
//
// tabPage 2
// button 2
//
this . tabPage2. Location = new System . Drawing . Point ( 4 , 22 ) ;
this . tabPage2. Name = "tabPage2" ;
this . tabPage2. Padding = new System . Windows . Forms . Padding ( 3 ) ;
this . tabPage 2. Size = new System . Drawing . Size ( 671, 455 ) ;
this . tabPage2. TabIndex = 1 ;
this . tabPage2. Text = "Object Editor ";
this . tabPage 2. UseVisualStyleBackColor = true ;
this . button2. Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Top | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . button2. Location = new System . Drawing . Point ( 532 , 37 ) ;
this . button2. Name = "button2" ;
this . button 2. Size = new System . Drawing . Size ( 75, 23 ) ;
this . button2. TabIndex = 2 ;
this . button2. Text = "button2 ";
this . button 2. UseVisualStyleBackColor = true ;
//
// button1
//
@ -106,16 +106,7 @@
this . button1 . TabIndex = 1 ;
this . button1 . Text = "button1" ;
this . button1 . UseVisualStyleBackColor = true ;
//
// button2
//
this . button2 . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Top | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . button2 . Location = new System . Drawing . Point ( 532 , 37 ) ;
this . button2 . Name = "button2" ;
this . button2 . Size = new System . Drawing . Size ( 75 , 23 ) ;
this . button2 . TabIndex = 2 ;
this . button2 . Text = "button2" ;
this . button2 . UseVisualStyleBackColor = true ;
this . button1 . Click + = new System . EventHandler ( this . button1_Click ) ;
//
// canvas1
//
@ -128,6 +119,16 @@
this . canvas1 . TabIndex = 0 ;
this . canvas1 . Text = "canvas1" ;
//
// tabPage2
//
this . tabPage2 . Location = new System . Drawing . Point ( 4 , 22 ) ;
this . tabPage2 . Name = "tabPage2" ;
this . tabPage2 . Padding = new System . Windows . Forms . Padding ( 3 ) ;
this . tabPage2 . Size = new System . Drawing . Size ( 671 , 455 ) ;
this . tabPage2 . TabIndex = 1 ;
this . tabPage2 . Text = "Object Editor" ;
this . tabPage2 . UseVisualStyleBackColor = true ;
//
// mainForm
//
this . AutoScaleDimensions = new System . Drawing . SizeF ( 6F , 13F ) ;