VERSION 4.00 Begin VB.Form Form1 BackColor = &H00FFFFFF& Caption = " Acceleration Shock Spectrum" ClientHeight = 9030 ClientLeft = 1260 ClientTop = 1620 ClientWidth = 11595 ForeColor = &H00FF0000& Height = 9435 Left = 1200 LinkTopic = "Form1" ScaleHeight = 9030 ScaleWidth = 11595 Top = 1275 Width = 11715 Begin VB.CommandButton Command2 Caption = "Quit" Height = 375 Left = 10320 TabIndex = 1 Top = 8400 Width = 975 End Begin VB.CommandButton Command1 Caption = "Go" Height = 375 Left = 9000 TabIndex = 0 Top = 8400 Width = 1095 End Begin MSComDlg.CommonDialog Dialogue Left = 480 Top = 8160 _ExtentX = 847 _ExtentY = 847 _Version = 327680 End End Attribute VB_Name = "Form1" Attribute VB_Creatable = False Attribute VB_Exposed = False Private Sub Command1_Click() ShockSp End Sub Private Sub Command2_Click() Unload Me End End Sub Private Sub Form_Load() ReDim V(1024) MaxX = 10900: MaxY = 7500 Xratio = XrIBM: Yratio = YrIBM LogX = 0: LogY = 0: EchAuto = 1: Echflag = 1: Xdc = 0 ChDrive App.Path ChDir App.Path End Sub