@ -28,8 +28,10 @@
this . editToolStripMenuItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . tabControl1 = new System . Windows . Forms . TabControl ( ) ;
this . tabPage1 = new System . Windows . Forms . TabPage ( ) ;
this . canvas1 = new JuicyGraphics . canvas ( ) ;
this . tabPage2 = new System . Windows . Forms . TabPage ( ) ;
this . button1 = new System . Windows . Forms . Button ( ) ;
this . button2 = new System . Windows . Forms . Button ( ) ;
this . canvas1 = new JuicyGraphics . canvas ( ) ;
this . menuStrip1 . SuspendLayout ( ) ;
this . tabControl1 . SuspendLayout ( ) ;
this . tabPage1 . SuspendLayout ( ) ;
@ -74,6 +76,8 @@
//
// tabPage1
//
this . tabPage1 . Controls . Add ( this . button2 ) ;
this . tabPage1 . Controls . Add ( this . button1 ) ;
this . tabPage1 . Controls . Add ( this . canvas1 ) ;
this . tabPage1 . Location = new System . Drawing . Point ( 4 , 22 ) ;
this . tabPage1 . Name = "tabPage1" ;
@ -83,6 +87,36 @@
this . tabPage1 . Text = "Scene Editor" ;
this . tabPage1 . UseVisualStyleBackColor = true ;
//
// 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 ;
//
// button1
//
this . button1 . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Top | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . button1 . Location = new System . Drawing . Point ( 532 , 7 ) ;
this . button1 . Name = "button1" ;
this . button1 . Size = new System . Drawing . Size ( 75 , 23 ) ;
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 ;
//
// canvas1
//
this . canvas1 . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( ( ( System . Windows . Forms . AnchorStyles . Top | System . Windows . Forms . AnchorStyles . Bottom )
@ -94,16 +128,6 @@
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 ) ;
@ -133,6 +157,8 @@
private System . Windows . Forms . TabPage tabPage1 ;
private canvas canvas1 ;
private System . Windows . Forms . TabPage tabPage2 ;
private System . Windows . Forms . Button button2 ;
private System . Windows . Forms . Button button1 ;
}
}