Files
swg-launcher/InstallAware/registration.dfm.miaf
wittyphantom333 64a5931fcf Initial Commit
2019-09-19 18:58:34 -05:00

11 lines
576 B
Plaintext
Executable File

IF (Name.Text <> ) THEN Next.Enabled := True;
IF (Company.Text <> ) THEN Next.Enabled := True;
IF (Name.Text = ) THEN Next.Enabled := False;
IF (Company.Text = ) THEN Next.Enabled := False;
IF (Glass.Caption <> TRUE) THEN Separator.Visible := True;
IF (Glass.Caption <> TRUE) THEN InstallAware.Visible := True;
IF (Glass.Caption = TRUE) THEN Install.Visible := True;
IF (Glass.Caption = TRUE) THEN Separator.Visible := False;
IF (Glass.Caption = TRUE) THEN InstallAware.Visible := False;
IF (Glass.Caption <> TRUE) THEN Install.Visible := False;