VERSION 4.00 Begin VB.Form Form1 Caption = " Trans2D" ClientHeight = 8640 ClientLeft = 2700 ClientTop = 1665 ClientWidth = 10380 Height = 9150 Left = 2640 LinkTopic = "Form1" ScaleHeight = 8640 ScaleWidth = 10380 Top = 1215 Width = 10500 Begin VB.TextBox Text7 Height = 375 Left = 9240 TabIndex = 12 Text = "3" Top = 8160 Width = 495 End Begin VB.TextBox Text6 Height = 375 Left = 8640 TabIndex = 11 Text = "2" Top = 8160 Width = 495 End Begin VB.TextBox Text5 Height = 375 Left = 7320 TabIndex = 9 Text = "Y" Top = 8160 Width = 495 End Begin VB.TextBox Text4 Height = 375 Left = 5880 TabIndex = 7 Text = "45" Top = 8160 Width = 495 End Begin VB.TextBox Text3 Height = 375 Left = 4080 TabIndex = 5 Text = "0" Top = 8160 Width = 495 End Begin VB.TextBox Text2 Height = 375 Left = 3480 TabIndex = 4 Text = "0" Top = 8160 Width = 495 End Begin VB.TextBox Text1 Height = 375 Left = 2280 TabIndex = 2 Text = "1" Top = 8160 Width = 375 End Begin VB.CommandButton Command1 Caption = "Draw" Height = 375 Left = 240 TabIndex = 0 Top = 8160 Width = 735 End Begin VB.Label Label5 Caption = "B, C" Height = 375 Left = 8040 TabIndex = 10 Top = 8160 Width = 495 End Begin VB.Label Label4 Caption = "X, Y, O" Height = 375 Left = 6600 TabIndex = 8 Top = 8160 Width = 735 End Begin VB.Label Label3 Caption = "Angle/Ratio" Height = 375 Left = 4800 TabIndex = 6 Top = 8160 Width = 975 End Begin VB.Label Label2 Caption = "Origin" Height = 375 Left = 2880 TabIndex = 3 Top = 8160 Width = 495 End Begin VB.Label Label1 Caption = "Kind (1 to 4)" Height = 375 Left = 1200 TabIndex = 1 Top = 8160 Width = 975 End End Attribute VB_Name = "Form1" Attribute VB_Creatable = False Attribute VB_Exposed = False Private Sub Command1_Click() Exec_Trans2d End Sub Private Sub Form_Load() MaxX = Width - 400: MaxY = Height - 1200 first = False End Sub